Search found 2 matches
- Fri Nov 11, 2022 12:08 pm
- Forum: Homebrew Show and Tell
- Topic: [3DS] I built a rendering Engine for the 3DS
- Replies: 0
- Views: 16948
[3DS] I built a rendering Engine for the 3DS
I've been building by myself a 3DS rendering Engine (which is compatible with Windows and Linux too) for the past few months as my college Senior's thesis. It has the basic features and the more advanced ones are planned but not implemented yet. I would like to add some pictures too. https://cdn ...
- Fri Aug 26, 2022 2:11 pm
- Forum: 3DS Development
- Topic: Problems with IBO - Citro 3d
- Replies: 1
- Views: 6814
Problems with IBO - Citro 3d
Hello, I'm editing the simple triangle to add support to the index buffer object (IBO). This is my code but it doesn't draw anything, something must be wrong in a certain line but I'm not sure. The only difference to the simple triangle code is that I added a new vertex and an indices list ...