Get coordinates of drawgroups in jit.gl.model
Hi, see the patch,
is it possible to get the coordinates of drawgroups in jit.gl.model without use matrixoutput?
Because I'm working on a very complex 3D model and matrixoutput slow down my fps.
Thanks
Max Patch
Copy patch and select New From Clipboard in Max.
micron
hi micron.
the only way to get drawgroup vertices is through matrixoutput.
but if all you're doing is running them trough jit.3m to get the center-point, then you really only need to do that once rather than every frame, no?
Yes you are right, thank you.