Exemplo n.º 1
0
 virtual public Box3f GetBoundingBox(CoordSpace eSpace)
 {
     return((target != null) ? target.GetBoundingBox(eSpace) : Box3f.Empty);
 }