Aug 25, 2003 #1 D d1820 Member Joined Apr 25, 2003 Messages 8 how do you compute a bounding box in vb.net/Directx 9, i know in directx 8.1 i used ComputeBoundingBoxFromMesh. What is the equivelent in directx 9? thanks
how do you compute a bounding box in vb.net/Directx 9, i know in directx 8.1 i used ComputeBoundingBoxFromMesh. What is the equivelent in directx 9? thanks
Aug 25, 2003 #2 Nerseus Danner Joined Oct 22, 2002 Messages 2,547 Location Arizona, USA User Rank *Expert* Try: Geometry.ComputeBoundingBox(...) Its a static function on the Geometry object. -Ner