0

Now, I have a 3d model to .obj file extension, but I use JavaScript and obj2opengl.pl.

Guide how to use the steps to export the files .h extension?

genpfault
  • 51,148
  • 11
  • 85
  • 139

1 Answers1

1

Please don't use obj2opengl.pl – it's absolutely crazy to embedd geometry data hardcoded into your program's executable; no matter which language and target architecture you use.

Just read in the obj files directly, they're parsed easy enough.

datenwolf
  • 159,371
  • 13
  • 185
  • 298
  • I use the .h file, because I use the framework of the vuforai., which vuforia to show 3-d images the .h file, and texture.png is required. – Petchch Jonh Mar 29 '13 at 13:42