Overlay manager exposing findRayIntersection
This commit is contained in:
parent
e4501e3a8f
commit
41e6dd48e0
@ -383,6 +383,9 @@
|
||||
searchList[object._id] = object;
|
||||
});
|
||||
return searchList;
|
||||
},
|
||||
findRayIntersection: function(pickRay) {
|
||||
return Overlays.findRayIntersection(pickRay);
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user