Package gaiasky.scene.record
Class NamedComponent
java.lang.Object
gaiasky.scene.record.NamedComponent
- All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable
,IComponent
- Direct Known Subclasses:
AtmosphereComponent
,CloudComponent
,MaterialComponent
,ModelComponent
,NoiseComponent
,VirtualTextureComponent
public abstract class NamedComponent
extends Object
implements IComponent, com.badlogic.gdx.utils.Disposable
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateModelParameters
(long quality, double diameter, boolean flip) protected double
protected double
protected double
void
initialize
(String name) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.badlogic.gdx.utils.Disposable
dispose
-
Field Details
-
name
-
-
Constructor Details
-
NamedComponent
public NamedComponent()
-
-
Method Details
-
initialize
- Specified by:
initialize
in interfaceIComponent
-
createModelParameters
-
gaussian
-
gaussian
-
gaussian
-