Improved compile time significantly
This commit is contained in:
@ -23,6 +23,12 @@ namespace Dawn {
|
||||
glm::mat4 transform = glm::mat4(1.0f);
|
||||
};
|
||||
|
||||
struct SceneDebugRay {
|
||||
glm::vec3 start;
|
||||
glm::vec3 direction;
|
||||
struct Color color = COLOR_RED;
|
||||
};
|
||||
|
||||
struct SceneDebugLine {
|
||||
glm::vec3 v0 = glm::vec3(0, 0, 0);
|
||||
glm::vec3 v1 = glm::vec3(1, 1, 1);
|
||||
|
Reference in New Issue
Block a user