Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在视野中实现 LOD。eyeshot 在你的 eyehot 中有 RayCast 之类的功能吗?或者是否可以找到相机中显示的实体列表?
根据 Eyeshot 的版本,您可能会找到一个Entity.IsInFustum()可以覆盖的虚拟方法,以了解对象当前是否在视图体积内。在动态运动期间,可以在每一帧调用此方法。
Entity.IsInFustum()