We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a125a1a commit a6dbad1Copy full SHA for a6dbad1
src/scene/scene.js
@@ -436,6 +436,9 @@ class Scene extends EventHandler {
436
meshInstance.cull = false;
437
meshInstance._noDepthDrawGl1 = true;
438
439
+ // disable picker, the material has custom update shader and does not handle picker variant
440
+ meshInstance.pick = false;
441
+
442
var model = new Model();
443
model.graph = node;
444
model.meshInstances = [meshInstance];
0 commit comments