mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 16:55:07 +02:00
color, infront
This commit is contained in:
parent
d78b7d9a28
commit
97780ac97e
1 changed files with 5 additions and 4 deletions
|
@ -85,12 +85,13 @@ function HighlightedEntity(id, entityProperties) {
|
|||
dimensions: entityProperties.dimensions,
|
||||
solid: false,
|
||||
color: {
|
||||
red: 255,
|
||||
green: 0,
|
||||
blue: 0
|
||||
red: 0xF3,
|
||||
green: 0x91,
|
||||
blue: 0x29
|
||||
},
|
||||
lineWidth: 1.0,
|
||||
ignoreRayIntersection: true
|
||||
ignoreRayIntersection: true,
|
||||
drawInFront: true
|
||||
});
|
||||
HighlightedEntity.overlays.push(this);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue