mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Fixed angle being occluded sometimes when rotating objects in Create App
This commit is contained in:
parent
f33c270bab
commit
f2e0552565
1 changed files with 2 additions and 2 deletions
|
@ -1082,8 +1082,8 @@ SelectionDisplay = (function() {
|
|||
text: "",
|
||||
textColor: { red: 0, green: 0, blue: 0 },
|
||||
backgroundColor: { red: 255, green: 255, blue: 255 },
|
||||
textAlpha: 0.7,
|
||||
backgroundAlpha: 0.7,
|
||||
textAlpha: 1.0,
|
||||
backgroundAlpha: 1.0,
|
||||
visible: false,
|
||||
billboardMode: "full",
|
||||
renderLayer: "front",
|
||||
|
|
Loading…
Reference in a new issue