Package gaiasky.data.api
Interface IOctantLoader
- All Known Implementing Classes:
OctreeLoader
public interface IOctantLoader
-
Method Summary
Modifier and TypeMethodDescriptionvoid
int
int
void
queue
(OctreeNode octant) void
touch
(OctreeNode octant)
-
Method Details
-
queue
-
clearQueue
void clearQueue() -
touch
-
getLoadQueueSize
int getLoadQueueSize() -
getNLoadedStars
int getNLoadedStars()
-