瀏覽代碼

Update Model:getAABB;

bjorn 7 年之前
父節點
當前提交
2efbe59a5c
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      api/lovr/graphics/Model/getAABB.lua

+ 4 - 0
api/lovr/graphics/Model/getAABB.lua

@@ -34,6 +34,10 @@ return {
       description = 'The maximum z coordinate of the box.'
     }
   },
+  notes = [[
+    Note that currently this function returns the bounding box for the default animation pose, so it
+    won't update based on the current Animator pose.
+  ]],
   related = {
     'Collider:getAABB'
   }