hi everyone,
I've read most of the forum, but I could not solve my problem :(
I am creating my models using obj2opengl.pl, and I used to ImageMarkers (sample application). but FrameMarkers not work for me because I need indexes.
In'm replacing ...
"- (Void) setup3dObjects{/ / Build the array of objects we want drawn and Their texture/ / In This example we have 4 textures and four objects - Q, C, A, R[self add3DObjectWith: NUM_C_OBJECT_VERTEX ofVertices: pinguinoVerts normals: pinguinoNormals texcoords: pinguinoTexCoordswith: NUM_Q_OBJECT_INDEX ofIndices: QobjectIndices usingTextureIndex: 0];[self add3DObjectWith: NUM_C_OBJECT_VERTEX ofVertices: CobjectVertices normals: CobjectNormals texcoords: CobjectTexCoordswith: NUM_C_OBJECT_INDEX ofIndices: CobjectIndices usingTextureIndex: 1];[self add3DObjectWith: NUM_A_OBJECT_VERTEX ofVertices: AobjectVertices normals: AobjectNormals texcoords: AobjectTexCoordswith: NUM_A_OBJECT_INDEX ofIndices: AobjectIndices usingTextureIndex: 2];[self add3DObjectWith: NUM_R_OBJECT_VERTEX ofVertices: RobjectVertices normals: RobjectNormals texcoords: RobjectTexCoordswith: NUM_R_OBJECT_INDEX ofIndices: RobjectIndices usingTextureIndex: 3];} "
but that gives me the file I have no NUM_X_OBJECT_VERTEX obj2opengl.pl, NUM_C_OBJECT_INDEX, I have no indexes.
I do not know how to use my models: (
Help please!
hi edades,
Sorry we don't have any experience of using this software, though some do appear to have had success with it.
If you hunt around you may find other SDKs that could help you, but I think the key is to be able to support a 3D file format. The other alternative is to hunt around for a 3D engine that integrates with Vuforia, and NinevehGL is the only one that I am aware of.
I also noticed you posted the same question here:
https://developer.vuforia.com/forum/ios/steps-load-new-models
Please avoid double posting in the future
Thanks
N