mirror of
https://github.com/lubosz/overte.git
synced 2025-04-16 10:46:45 +02:00
add some comments to help future devs
This commit is contained in:
parent
07c2d80b0c
commit
02ff4ea2f5
2 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
|
||||
enum GizmoType {
|
||||
RING = 0,
|
||||
// put new gizmo-types before this line.
|
||||
UNSET_GIZMO_TYPE
|
||||
};
|
||||
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
enum MaterialMappingMode {
|
||||
UV = 0,
|
||||
PROJECTED,
|
||||
// put new mapping-modes before this line.
|
||||
UNSET_MATERIAL_MAPPING_MODE
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue