code cleanup

This commit is contained in:
devZoGok
2021-10-19 19:06:41 +03:00
parent 2e0cad7fd1
commit 599bde975a
21 changed files with 43 additions and 84 deletions
-5
View File
@@ -20,11 +20,6 @@ namespace vb01{
class Node : public Animatable{
public:
struct Transform{
Vector3 position = Vector3::VEC_ZERO, scale = Vector3::VEC_IJK;
Quaternion orientation = Quaternion::QUAT_W;
};
Node(Vector3 = Vector3::VEC_ZERO, Quaternion = Quaternion::QUAT_W, Vector3 = Vector3::VEC_IJK, std::string = "", AnimationController *c = nullptr);
virtual ~Node();
void attachMesh(Mesh*);