Change the way mesh builder culls to a static bounding box
recently tried to build a creature procedurally with Mesh builder < https://developers.snap.com/lens-studio/api/lens-scripting/classes/Built-In.MeshBuilder.html > but was disappointed to discover that the bounding box culls automatically to a static volume. This means that the creature couldn't crawl around the world. This functionality limits many creative LS projects from happening. Allowing the boundary box to be accessed via script would help (making it a scene object) or decoupling it from a reliance on a camera target.
1
vote