Ver Fonte

commented getBounds

ncannasse há 11 anos atrás
pai
commit
fcdab342b8
1 ficheiros alterados com 3 adições e 0 exclusões
  1. 3 0
      h3d/scene/Object.hx

+ 3 - 0
h3d/scene/Object.hx

@@ -97,6 +97,9 @@ class Object {
 		return invPos;
 	}
 
+	/**
+		Return the bounds of this object, in absolute position.
+	**/
 	public function getBounds( ?b : h3d.col.Bounds ) {
 		if( b == null ) {
 			b = new h3d.col.Bounds();