mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 14:12:50 +02:00
ignore pickRay for zone shape visualizers
This commit is contained in:
parent
75c1bdbf0d
commit
15066faaf7
1 changed files with 1 additions and 0 deletions
|
@ -135,6 +135,7 @@ EntityShape.prototype = {
|
|||
overlayProperties.canCastShadows = false;
|
||||
overlayProperties.parentID = this.entityID;
|
||||
overlayProperties.collisionless = true;
|
||||
overlayProperties.ignorePickIntersection = true;
|
||||
this.entity = Entities.addEntity(overlayProperties, "local");
|
||||
var PROJECTED_MATERIALS = false;
|
||||
this.materialEntity = Entities.addEntity({
|
||||
|
|
Loading…
Reference in a new issue