Started rewriting
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
#include "Header.h"
|
||||
|
||||
class ModelInstance
|
||||
{
|
||||
private:
|
||||
public:
|
||||
ModelInstance();
|
||||
~ModelInstance();
|
||||
|
||||
Vec3f translation;
|
||||
Vec3f rotation;
|
||||
Vec3f scale;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user