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?
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?
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.