Interface | Description |
---|---|
ISceneGraphLoader |
Class | Description |
---|---|
AssetBean |
Utility class to hold the assets that must be loaded when the OpenGL context is present.
|
DesktopSceneGraphImplementationProvider | |
GaiaCatalogFilter |
Loads a catalog and selects the stars that are observed during a certain
period of time.
|
GeoJsonLoader<T extends SceneGraphNode> |
Loads GeoJson files to Area objects
|
HYGToBinary |
Small utility to convert a the HYG CSV catalog to binary in the following
format: - 32 bits (int) with the number of stars, starNum repeat the
following starNum times (for each star) - 32 bits (int) - The the length of
the name, or nameLength - 16 bits * nameLength (chars) - The name of the star
- 32 bits (float) - appmag - 32 bits (float) - absmag - 32 bits (float) -
colorbv - 32 bits (float) - ra - 32 bits (float) - dec - 32 bits (float) -
distance
|
JsonLoader<T extends SceneGraphNode> |
Implements the loading of scene graph nodes using libgdx's json library.
|
OctreeGeneratorRun |
Generates an octree of star groups.
|
OortGenerator | |
SceneGraphImplementationProvider |
Provides the scene graph implementation.
|
SceneGraphJsonLoader | |
StreamingOctreeLoader |
Contains the infrastructure common to all multifile octree loaders which
streams data on-demand from disk and unloads unused data.
|
StreamingOctreeLoader.DaemonLoader |
The daemon loader thread.
|
TGASHYGToBinary |