Explorar o código

Update Model:getAABB;

bjorn %!s(int64=7) %!d(string=hai) anos
pai
achega
2efbe59a5c
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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'
   }