mirror of
https://github.com/overte-org/overte.git
synced 2025-07-23 05:46:17 +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;
|
searchList[object._id] = object;
|
||||||
});
|
});
|
||||||
return searchList;
|
return searchList;
|
||||||
|
},
|
||||||
|
findRayIntersection: function(pickRay) {
|
||||||
|
return Overlays.findRayIntersection(pickRay);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue