On 10/5/07, Steven Caron <carons(at)gmail.com> wrote:
i dont know about fast, but i just made a script that uses
objectocluster constraint to constrain a null to a user defined cluster.
enables the tangency and normal options. then using MapWorldPoseToObjectSpace
to put the null's transform in the object's space. then reference that
transform
i looked briefly at the pointlocators, i might be wrong but you could try
GetSurfacePointLocatorsFromPoints() using the point indices of the cluster.
then evaluate the positions and then normals and build your transform from
that.
steven
On 10/5/07, Bradley Gabe <withanar(at)gmail.com >
wrote:
If I have a pointer to, say, a polygon cluster, what is the
quickest way performance-wise to get an SITransformation object for that
cluster's local reference frame?
I'm having no luck hunting this down in the SDK docs.