Added basic debug lines
This commit is contained in:
@ -13,7 +13,8 @@ typedef int32_t meshindice_t;
|
||||
|
||||
namespace Dawn {
|
||||
enum MeshDrawMode {
|
||||
MESH_DRAW_MODE_TRIANGLES = GL_TRIANGLES
|
||||
MESH_DRAW_MODE_TRIANGLES = GL_TRIANGLES,
|
||||
MESH_DRAW_MODE_LINES = GL_LINES
|
||||
};
|
||||
|
||||
class Mesh {
|
||||
|
Reference in New Issue
Block a user