Chris Kaminski wrote:
Gotcha, thanks for the quick reply. Is there any automatic storage for the
world coordinates for these vertices that I can read from?
you can use (apply-transform) then the current transformation is applied to the vertex coordinates.

(with-primitive *b*
                (apply-transform)
                (display (pdata-ref "p" 0))(newline))

best,
gabor


Reply via email to