Add AddDrawableIfParentless function
This commit is contained in:
@@ -57,6 +57,8 @@ namespace OpenVulkano::Scene
|
||||
|
||||
void RemoveDrawable(Drawable* drawable);
|
||||
|
||||
void AddDrawableIfParentless(Drawable* drawable);
|
||||
|
||||
void SetMatrix(const Math::Matrix4f& mat);
|
||||
|
||||
[[nodiscard]] Math::Matrix3f GetRotationMatrix() const { return static_cast<const Math::Matrix3f>(localMat); }
|
||||
|
||||
Reference in New Issue
Block a user