소스 검색

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'
   }