i try "https://github.com/HBehrens/obj2opengl/blob/master/obj2opengl.pl" to convert .obj to .h but i don't know how to use
have a detail steps to know how to convert .obj to .h?
- Sort Posts
- 16 replies
- Last post
how to convert .obj to .h
how to convert .obj to .h
how to convert .obj to .h
how to convert .obj to .h
hi, the first part of the message ("Maybe you just moit the defined...") is expected, as I also observed it in certain cases, but that's just a warning which normally should not prevent you from creating the .h file from the .obj successfully;
so, not sure what goes wrong in your case;
also note that sometimes on Windows a dialog may popup asking you for confirmation before continuing... it could be that the dialog is popped up also in your case but you don't see it as it remains hidden but some other window....
if you don't sort it out, maybe you also want to contact the author of the obj2opengl.pl script for advise...
how to convert .obj to .h
how to convert .obj to .h
how to convert .obj to .h
its required perl...ini this link http://www.activestate.com/activeperl/downloads??
when i using cmd (windows) : obj2opengl.pl mymodel.obj
appeared script obj2openg in notepad
how to convert .obj to .h
Hi alhammadi_am,
if you are working on Windows, you can open a cmd console, then you need to cd to the directory where your OBJ file is located and type (assuming that your model is called for instance "mymodel.obj"):
obj2opengl.pl mymodel.obj
how to convert .obj to .h
Hello everyone,
I'm new to vuforia, I installed Perl and obj2openlg.pl .. then I don't know what exactly I should do to convert from obj file to header file.
first of all, which command line I should use?
and What are the commands I should write to do the conversion?
Hi All,
I'me using the banana.h example, where i/m importing the file.
then I have replace:
by
and
by
when my camera start and i pass over a marker, the App quite:
i'm having a ' Thread 1: EXC_BAD_ACCESS (code-1, address=0x0) for that line glDrawArrays(GL_TRIANGLES, 0, bananaNumVerts);
Do you know how can this be fixed ? it is for ios ...
Thanks a lot for your help guys !