瀏覽代碼

commented getBounds

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();