Hi Peter,
Just I did notice that for long/skinny objects the bounding sphere is a very
poor fit. One option for me is to dig down and get the boundingBox() of the
drawable that lies as the basis of my geometry. In my experience, that can
allow for a much tighter fit for this type of selection.
Hi Andrew,
Andrew Cunningham schrieb:
Umm, I think I found my own answer.
- Subclass PolytopeIntersector to get access to the _polyTope member
- transform this PolyTope by the inverse camera projection matrix to put it
into world coords
- When processing the Node, get the Node's bounding spher
Umm, I think I found my own answer.
- Subclass PolytopeIntersector to get access to the _polyTope member
- transform this PolyTope by the inverse camera projection matrix to put it
into world coords
- When processing the Node, get the Node's bounding sphere, and transform that
by the Intersectio
3 matches
Mail list logo