levitatecomponent on bonus + system + fix something in model (raylib)

This commit is contained in:
HENRY Benjamin
2021-06-07 10:21:51 +02:00
parent 78f2be8cb1
commit 6de8505cfd
8 changed files with 134 additions and 4 deletions

View File

@@ -80,9 +80,9 @@ namespace RAY::Drawables::Drawables3D {
return this->_rotationAngle;
}
Model &Model::setRotationAxis(const RAY::Vector3 &scale)
Model &Model::setRotationAxis(const RAY::Vector3 &rotationAxis)
{
this->_scale = scale;
this->_rotationAxis = rotationAxis;
return *this;
}