Package gaiasky.util
Class Settings.SceneSettings.RendererSettings
java.lang.Object
gaiasky.util.Settings.SceneSettings.RendererSettings
- All Implemented Interfaces:
IObserver
- Enclosing class:
- Settings.SceneSettings
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
-
Field Summary
Modifier and TypeFieldDescriptiondouble
double
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
void
Event notification call.void
setPointCloud
(String pointCloud)
-
Field Details
-
pointCloud
-
line
-
ambient
public double ambient -
shadow
-
elevation
-
virtualTextures
-
orbitSolidAngleThreshold
public double orbitSolidAngleThreshold
-
-
Constructor Details
-
RendererSettings
public RendererSettings()
-
-
Method Details
-
setPointCloud
-
isNormalLineRenderer
public boolean isNormalLineRenderer() -
isQuadLineRenderer
public boolean isQuadLineRenderer() -
notify
Description copied from interface:IObserver
Event notification call.
-