Chris Kaminski wrote:
you can use (apply-transform) then the current transformation is applied to the vertex coordinates.Gotcha, thanks for the quick reply. Is there any automatic storage for the world coordinates for these vertices that I can read from?
(with-primitive *b*
(apply-transform)
(display (pdata-ref "p" 0))(newline))
best,
gabor
