[vtkusers] Re: VTKOBBTree
kannan
ksoft44 at hotmail.com
Thu Mar 20 01:05:06 EST 2003
friends,
I am planning to use vtkObb tree for checking intersections.
i've the vtkpoints and vtkcells of 2 objects. How can i build OBB tree using this?
how can i check intersection using this OBB tree?
i saw a function
int IntersectWithOBBTree (vtkOBBTree *OBBTreeB, vtkMatrix4x4 *XformBtoA, int(*function)(vtkOBBNode *nodeA, vtkOBBNode *nodeB, vtkMatrix4x4 *Xform, void *arg), void *data_arg)
but i don't know how to use this function.
i think it is some related to call back function?
i hope someone may help me.
thanks
kannan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20030320/fdafc203/attachment.htm>
More information about the vtkusers
mailing list