- Sort Posts
- 6 replies
- Last post
how to use obj2opengl.pl ?
how to use obj2opengl.pl ?
Hi, the code changes needed are described step-by-step here:
https://developer.vuforia.com/forum/faq/android-how-do-i-replace-teapot
how to use obj2opengl.pl ?
You need to install Perl, as that is a perl script.
how to use obj2opengl.pl ?
how to use obj2opengl.pl ?
hi,
if you want to convert your .obj file into a .h header file, you simply need to:
- copy your .obj file into the same directory where the obj2opengl.pl script is located
- open cmd console, and type:
obj2opengl.pl my_model.obj
This should produce a file called "my_model.h"
Then you can put the header file (my_model.h) in the jni directory of your project and follow the detailed instructions reported here:
https://developer.vuforia.com/resources/dev-guide/replacing-teapot
how to use obj2opengl.pl ?
hi,
if you want to convert your .obj file into a .h header file, you simply need to:
- copy your .obj file into the same directory where the obj2opengl.pl script is located
- open cmd console, and type:
obj2opengl.pl my_model.obj
This should produce a file called "my_model.h"
Then you can put the header file (my_model.h) in the jni directory of your project and follow the detailed instructions reported here:
https://developer.vuforia.com/resources/dev-guide/replacing-teapot
canceled