ncannasse преди 11 години
родител
ревизия
fcdab342b8
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  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();