How to export a .obj from Blender for GRRLIB?

  • Thread starter Thread starter _Link_
  • Start date Start date
  • Views Views 1,625
  • Replies Replies 8

_Link_

New Member
Newbie
Joined
Apr 2, 2024
Messages
4
Reaction score
0
Trophies
0
Age
42
XP
42
Country
Spain
The question is: wich is the correct way to export (in Blender) a .obj (Wavefront) for GRRLIB, and use it with
C:
GRRLIB_Draw3dObj(model);
from the branch test_3D of the github GRRLIB.
 
Thanks @rahcchi !
I tried to load a simple cube exported to obj and it didn't work, I was puzzled by this and thought that certain elements should be exported only to .obj..
I'm just starting to take my first steps with Wii.
 
The question is: wich is the correct way to export (in Blender) a .obj (Wavefront) for GRRLIB, and use it with
C:
GRRLIB_Draw3dObj(model);
from the branch test_3D of the github GRRLIB.
I made the issue to get .OBJ support.

I implemented my own OBJ loader, and only requisite is to triangulate faces on export.
 
Let's see if I have time this weekend to create an .obj loader from SD, it doesn't mean I'll succeed but I'll try.

Thanks for the tip @rahcchi, i use Makefile but i try to use CMake.
 

Site & Scene News

Popular threads in this forum