Add AXES_COLOR to enum RenderColor
This commit is contained in:
parent
5e3cd59eeb
commit
98b6cf3d19
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ namespace fs = boost::filesystem;
|
||||||
|
|
||||||
enum RenderColor {
|
enum RenderColor {
|
||||||
BACKGROUND_COLOR,
|
BACKGROUND_COLOR,
|
||||||
|
AXES_COLOR,
|
||||||
OPENCSG_FACE_FRONT_COLOR,
|
OPENCSG_FACE_FRONT_COLOR,
|
||||||
OPENCSG_FACE_BACK_COLOR,
|
OPENCSG_FACE_BACK_COLOR,
|
||||||
CGAL_FACE_FRONT_COLOR,
|
CGAL_FACE_FRONT_COLOR,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue