mirror of
https://github.com/overte-org/overte.git
synced 2025-07-22 16:53:31 +02:00
Overlay manager exposing findRayIntersection
This commit is contained in:
parent
e4501e3a8f
commit
41e6dd48e0
1 changed files with 3 additions and 0 deletions
|
@ -383,6 +383,9 @@
|
|||
searchList[object._id] = object;
|
||||
});
|
||||
return searchList;
|
||||
},
|
||||
findRayIntersection: function(pickRay) {
|
||||
return Overlays.findRayIntersection(pickRay);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue