fixing typo
This commit is contained in:
parent
cb085a1b50
commit
dbb6c5e26b
|
|
@ -364,7 +364,7 @@ typedef struct Material {
|
||||||
float params[4]; // Material generic parameters (if required)
|
float params[4]; // Material generic parameters (if required)
|
||||||
} Material;
|
} Material;
|
||||||
|
|
||||||
// Transform, vectex transformation data
|
// Transform, vertex transformation data
|
||||||
typedef struct Transform {
|
typedef struct Transform {
|
||||||
Vector3 translation; // Translation
|
Vector3 translation; // Translation
|
||||||
Quaternion rotation; // Rotation
|
Quaternion rotation; // Rotation
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user