Improve SceneContainer testing code

This commit is contained in:
James Urquhart 2023-08-26 10:25:02 +01:00 committed by Brian Roberts
parent 32a5644d2e
commit d278aab929
6 changed files with 1374 additions and 671 deletions

View file

@ -883,7 +883,9 @@ class SceneObject : public NetObject, public ProcessObject
//const MatrixF& getLocalTransform() const;
/// returns the position within parent SceneObject space (or world space if no parent)
//Point3F getLocalPosition() const;
inline U32 getRootContainerIndex() { return mContainerIndex; }
inline const SceneBinListLookup getContainerLookupInfo() { return mContainerLookup; }
// virtual void onParentScaleChanged();
// virtual void onParentTransformChanged();