mirror of
https://github.com/JulianGro/overte.git
synced 2025-05-28 06:12:01 +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,
|
dimensions: entityProperties.dimensions,
|
||||||
solid: false,
|
solid: false,
|
||||||
color: {
|
color: {
|
||||||
red: 255,
|
red: 0xF3,
|
||||||
green: 0,
|
green: 0x91,
|
||||||
blue: 0
|
blue: 0x29
|
||||||
},
|
},
|
||||||
lineWidth: 1.0,
|
lineWidth: 1.0,
|
||||||
ignoreRayIntersection: true
|
ignoreRayIntersection: true,
|
||||||
|
drawInFront: true
|
||||||
});
|
});
|
||||||
HighlightedEntity.overlays.push(this);
|
HighlightedEntity.overlays.push(this);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue