Models to nurbs
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
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."
Hey Robert:
yeah, i was scared that would be the answer.