DBVTProxy constructor

DBVTProxy(
  1. Shape shape
)

A proxy for dynamic bounding volume tree broad-phase.

shape the shape that is being bound

Implementation

DBVTProxy(Shape shape):super(shape){
  leaf.proxy = this;
}