Models to nurbs

efe's icon

Maybe a super simple question but haven't been able to figure it out. We are trying to use a .obj model with nurbs. I have tried two different approaches: unpack planes and put the geometry inside a matrix after enabling the matrixoutput attribute on jit.gl.model. But nothing seems to be working properly. Any pointers?
thanks!

-emmanuel

Rob Ramirez's icon

from the gl.model reference file:
"Currently, only tessellated polygons are supported, and not advanced features of the .obj format such as NURBS or parametric surfaces."

efe's icon

Hey Robert:
yeah, i was scared that would be the answer.