**I am trying to run the solution in IE 11… On loading the solution am getting the message like " BROWSER DOESN’T SUPPORT POSITION PICKING ". What is the alternate way, as client is particular about the IE browser. Can someone suggest how to get points on click. **
I think IE11 just doesn’t support depth textures (or not enough precision perhaps) which makes it unusable for getting the position. Although it looks like you can use pick
as an alternative:
I think it should all also work fine in Edge.