0

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?

ryu
  • 7
  • 3

1 Answers1

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