Esempio n. 1
0
 List<uint> GetVisibleObjects(ICamera camera)
 {
     return new List<uint>(octTreeModule.Query(camera.GetFrustum()).Distinct());
 }