mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Add a Name on the Material of the shape visualizer
Add a Name on the Material of the shape visualizer to be able to exclude it when a zone is selected.
This commit is contained in:
parent
699f28c9b4
commit
5a3f4b59c8
1 changed files with 1 additions and 0 deletions
|
@ -143,6 +143,7 @@ EntityShape.prototype = {
|
|||
var PROJECTED_MATERIALS = false;
|
||||
this.materialEntity = Entities.addEntity({
|
||||
type: "Material",
|
||||
name: "MATERIAL_" + this.entityShapeVisualizerSessionName,
|
||||
localPosition: Vec3.ZERO,
|
||||
localRotation: Quat.IDENTITY,
|
||||
localDimensions: properties.localDimensions,
|
||||
|
|
Loading…
Reference in a new issue