I want to implement LOD in eyeshot. Do eyeshot have features like RayCast in your eyehot? Or is it possible to find a list of entities displayed in the camera?
Asked
Active
Viewed 135 times
1 Answers
0
Depending on the version of Eyeshot you may find a virtual Entity.IsInFustum()
method you can override to understand if the object is currently inside the view volume or not. This method can be called at every frame during dynamic movements.

abenci
- 8,422
- 19
- 69
- 134
-
https://www.youtube.com/watch?v=VrDoRlzru0s Can implement functions like this video in the above way? – ryu Mar 07 '22 at 05:34
-
What you see in the video, is far from a basic frustum culling check. – abenci Mar 07 '22 at 06:58