Recent content by _Link_

  1. L

    How to export a .obj from Blender for GRRLIB?

    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.
  2. L

    How to export a .obj from Blender for GRRLIB?

    Thanks @magarcan , I'm struggling to get a ".obj" to ".h" parser compatible with GRRLIB. It's my beginnings in the 3D world.
  3. L

    How to export a .obj from Blender for 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.
  4. L

    How to export a .obj from Blender for GRRLIB?

    The question is: wich is the correct way to export (in Blender) a .obj (Wavefront) for GRRLIB, and use it with GRRLIB_Draw3dObj(model); from the branch test_3D of the github GRRLIB.