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