Beispiel #1
0
 //! this constructor doesn't build the tree. you must call	buildSet
 public GImpactQuantizedBvh(IPrimitiveManagerBase primitive_manager)
 {
     m_primitive_manager = primitive_manager;
 }
 //! this constructor doesn't build the tree. you must call	buildSet
 public GImpactQuantizedBvh(IPrimitiveManagerBase primitive_manager)
 {
     m_primitive_manager = primitive_manager;
     m_box_tree          = new QuantizedBvhTree();
 }
Beispiel #3
0
 public void SetPrimitiveManager(IPrimitiveManagerBase primitive_manager)
 {
     m_primitive_manager = primitive_manager;
 }
Beispiel #4
0
 //! this constructor doesn't build the tree. you must call	buildSet
 public GImpactBvh()
 {
     m_primitive_manager = null;
 }