mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Polyvoxels don't have a color property
This commit is contained in:
parent
428efa571e
commit
d64e3aca55
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ SelectionManager = function (side) {
|
|||
startOrientation,
|
||||
isEditing = false,
|
||||
ENTITY_TYPE = "entity",
|
||||
ENTITY_TYPES_WITH_COLOR = ["Box", "Sphere", "Shape", "PolyLine", "PolyVox"],
|
||||
ENTITY_TYPES_WITH_COLOR = ["Box", "Sphere", "Shape", "PolyLine"],
|
||||
ENTITY_TYPES_2D = ["Text", "Web"],
|
||||
MIN_HISTORY_MOVE_DISTANCE = 0.005,
|
||||
MIN_HISTORY_ROTATE_ANGLE = 0.017453; // Radians = 1 degree.
|
||||
|
|
Loading…
Reference in a new issue