"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

help with a headerfile

Dear forum,

as I am new to vuforia, I worked through the well documented code examples. Everything seams clear, so I hacked some example application pretty close to the imageTarget example.

Added some menustuff and loaded my models. Vuforia feels great!ATM I am a little stucked with a specific headerfile, I created out of my 3d model lib. It's not showingup and I don't have a clue why. No errors.

I uploaded the file here: [URL=http://www.file-upload.net/download-6741715/Archiv.zip.html]Archiv.zip[/URL]

Is there anyone who want's to give it a try? ;) Just import it to the imageTaret example.

Would really nice wo know  if it is the model or me..Big thanks in advance!!!

mabei

 

hey there,

tested a little further. When I import the model to the sample code of imageTargets and change glDrawElements(...) to glDrawArrays(..)
around line 200 in methd renderFrameQCAR() in EAGLView.mm it shows up. But unfortunatelly without textures. Any suggestions?