fixes
This commit is contained in:
13
include/rendering/modes/mesh_modes.hpp
Normal file
13
include/rendering/modes/mesh_modes.hpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
namespace rendering::modes
|
||||
{
|
||||
enum class mesh
|
||||
{
|
||||
wire_frame,
|
||||
points,
|
||||
faces,
|
||||
lit_faces,
|
||||
count
|
||||
};
|
||||
};
|
||||
11
include/rendering/modes/point_cloud_modes.hpp
Normal file
11
include/rendering/modes/point_cloud_modes.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
namespace rendering::modes
|
||||
{
|
||||
enum class point_cloud
|
||||
{
|
||||
uniform_color,
|
||||
rainbow,
|
||||
count
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user