Hi!
I'm new to the PowerVR SDK and the first thing i wanted to try is to exchange the model in the 'Vase' example by an own model. So i created a simple model of a sphere in 3dsmax and exported it using the PowerVR exporter. In the example i simply replaced the loading of the model. The result was a strange polygoneffect of long, stretched polygons stretching out from the middle of the screen (you get a similar effect if you apply Projectionmatrices the wrong way). It also took much longer time to load the application (while the provided Vase example starts in almost no time, the version with my model (although less vertices and polygons) takes like more than 10 seconds to start)
So i tried to open the Vase.max file provided in the example and export this one. I got the same effect. Then i exportet this Vase.max to a .h file to compare it with the Vase.h file provided in the example. I noticed that the two .h files are structured completely different. So - what could be the problem? How was this Vase.POD created if not with the PowerVR exporter?
Thanks for the help!