예제 #1
0
 /** Gets this object's transform. */
 public MovingTransform3D getTransform() {
   return polygonGroup.getTransform();
 }
예제 #2
0
 /** Shortcut to get the location of this GameObject from the Transform3D. */
 public Vector3D getLocation() {
   return polygonGroup.getTransform().getLocation();
 }