From 1c399f5e9b9a1b3e0b7145780a659d96485980f5 Mon Sep 17 00:00:00 2001 From: Andrew Meadows Date: Tue, 12 Nov 2019 16:58:09 -0800 Subject: [PATCH] add doc about PICK_BYPASS_IGNORE Pick FilterFlag --- interface/src/raypick/PickScriptingInterface.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/interface/src/raypick/PickScriptingInterface.h b/interface/src/raypick/PickScriptingInterface.h index 5099156b37..11d77d9b49 100644 --- a/interface/src/raypick/PickScriptingInterface.h +++ b/interface/src/raypick/PickScriptingInterface.h @@ -52,6 +52,9 @@ * Read-only. *

Warning: Not yet implemented.

* + * @property {FilterFlags} PICK_BYPASS_IGNORE - Allows pick to intersect entities even when their ignorePickIntersection property is 'true'. + * For debug purposes. Read-only. + * * @property {IntersectionType} INTERSECTED_NONE - Intersected nothing. Read-only. * @property {IntersectionType} INTERSECTED_ENTITY - Intersected an entity. Read-only. * @property {IntersectionType} INTERSECTED_LOCAL_ENTITY - Intersected a local entity. Read-only.