removed unused variables
This commit is contained in:
@@ -27,17 +27,6 @@ struct Modl {
|
||||
Mtyp type;
|
||||
std::uint32_t renderFlags;
|
||||
glm::mat4 m4x4Translation;
|
||||
struct {
|
||||
float scale[3];
|
||||
float rotation[4];
|
||||
float translation[3];
|
||||
} tran;
|
||||
struct {
|
||||
std::uint32_t type;
|
||||
float data1;
|
||||
float data2;
|
||||
float data3;
|
||||
} swci;
|
||||
std::string texture;
|
||||
float* vertex;
|
||||
float* uv;
|
||||
|
Reference in New Issue
Block a user