|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Updater in org.xith3d.effects.atmosphere |
|---|
| Methods in org.xith3d.effects.atmosphere with parameters of type Updater | |
|---|---|
void |
AtmosphereFactory.prepareAtmosphere(Sphere sphere,
float atmosphereRadius,
PointLight light,
Updater updater)
|
| Uses of Updater in org.xith3d.loop |
|---|
| Classes in org.xith3d.loop that implement Updater | |
|---|---|
class |
InputAdapterRenderLoop
This loop renders the scene in the same or a separate Thread. |
class |
LimitedUpdater
This Updater implementation manages cares about the frameTime
posted to the Updatables not being greater than a specific value. |
class |
RenderLoop
This loop renders the scene in a separate thread. |
class |
UpdaterImpl
This is the simplest possible implementation of Updater. |
| Methods in org.xith3d.loop that return Updater | |
|---|---|
Updater |
RenderLoop.getUpdater()
|
| Methods in org.xith3d.loop with parameters of type Updater | |
|---|---|
void |
RenderLoop.setUpdater(Updater updater)
Sets the Updater, that manages the Updatables. |
| Uses of Updater in org.xith3d.loop.opscheduler |
|---|
| Subinterfaces of Updater in org.xith3d.loop.opscheduler | |
|---|---|
interface |
OperationScheduler
An OperationScheduler is capable of handling ScheduledOperations, which are to be executed by the render thread. |
| Uses of Updater in org.xith3d.loop.opscheduler.impl |
|---|
| Classes in org.xith3d.loop.opscheduler.impl that implement Updater | |
|---|---|
class |
DummyOperationSchedulerImpl
This is a dummy OperationScheduler implementation. |
class |
OperationSchedulerImpl
If you're not using RenderLoop, but want to benefit from the OperationScheduler functionality, just use this one. |
class |
OperationSchedulerQueue
This is a queue, that takes instances of OperationScheduler. |
| Uses of Updater in org.xith3d.scenegraph.primitives |
|---|
| Methods in org.xith3d.scenegraph.primitives with parameters of type Updater | |
|---|---|
void |
Sphere.addAtmosphere(float percentalAtmosphereRadius,
PointLight light,
Updater updater)
Prepares this Sphere to have an atmosphere. |
| Uses of Updater in org.xith3d.utility.camera |
|---|
| Constructors in org.xith3d.utility.camera with parameters of type Updater | |
|---|---|
BasicPlaceableVerticalFocuser(View view,
Placeable placeable,
float height,
Updater updater)
Creates a new BasicPlaceableVerticalFocuser. |
|
SmoothPlaceableVerticalFocuser(View view,
Placeable placeable,
float height,
float alpha,
Updater updater)
Creates a new SmoothPlaceableVerticalFocuser. |
|
| Uses of Updater in org.xith3d.utility.debug |
|---|
| Constructors in org.xith3d.utility.debug with parameters of type Updater | |
|---|---|
DebugCenter(Xith3DEnvironment env,
Updater updater)
|
|
| Uses of Updater in org.xith3d.utility.input |
|---|
| Constructors in org.xith3d.utility.input with parameters of type Updater | |
|---|---|
EightDirectionsMovement(org.jagatoo.input.devices.Keyboard keyboard,
Placeable placeable,
float speed,
Updater updater)
New EightDirectionsMovement |
|
EightDirectionsMovement(Placeable placeable,
float speed,
Updater updater)
New EightDirectionsMovement |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||