mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 12:58:00 +03:00
Merge branch 'bounding_box' into 'master'
lua - use loaded node when possible when calculating bounding box (#7580) Closes #7580 See merge request OpenMW/openmw!4073
This commit is contained in:
commit
376e8a6e1f
2 changed files with 26 additions and 15 deletions
|
@ -277,7 +277,7 @@
|
|||
-- money:split(50):moveInto(types.Container.content(cont))
|
||||
|
||||
---
|
||||
-- The axis aligned bounding box in local coordinates.
|
||||
-- The axis aligned bounding box in world coordinates.
|
||||
-- @function [parent=#GameObject] getBoundingBox
|
||||
-- @param self
|
||||
-- @return openmw.util#Box
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue