Hi there,
Some browsers don’t support the necessary WebGL features to use this function. You can check Scene.pickPositionSupported, and use a fallback if it’s not.
Some browsers don't support the necessary WebGL features to use this function. You can check Scene.pickPositionSupported, and use a fallback if it's not.
I have the question - is there a way to use this Scene-picking in IE11, Windows 8.1 - because this is the favorite of my customer - or do I Need to update to Windows 10 and edge (in Edge it works)
Unfortunately, scene.pickPosition will never work in IE because IE lacks some WebGL features we are using to make pickPosition work. However, scene.pick works in IE. We provide the Scene.pickPositionSupported flag so you can use pickPosition when it’s supported, but fall back to something like scene.pick when it is not.