|
Aviatrix3D 2.1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.j3d.aviatrix3d.pipeline.audio.NullAudioCullStage
public class NullAudioCullStage
Handles the scenegraph maintenance and culling operations.
The culling phase generates a list of nodes to render.
Since this is a null culling stage, and thus no culling is performed, if the scene graph contains instances of Cullable, they are ignored and traversal stops at that point.
Note:
Layers are not implemented yet.
| Constructor Summary | |
|---|---|
NullAudioCullStage()
Create a basic instance of this class with the list initial internal setup for the given number of renderable surfaces. |
|
| Method Summary | |
|---|---|
void |
cull(RenderableRequestData otherData,
ProfilingData profilingData,
LayerCullable[] layers,
int numLayers)
Update and cull the scenegraph defined by a set of layers. |
void |
halt()
Force a halt of the current processing. |
void |
setCulledAudioReceiver(CulledAudioReceiver sgr)
Register a reciever for the output of the sorter. |
void |
setErrorReporter(org.j3d.util.ErrorReporter reporter)
Register an error reporter with the engine so that any errors generated by the node's internals can be reported in a nice, pretty fashion. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NullAudioCullStage()
| Method Detail |
|---|
public void setCulledAudioReceiver(CulledAudioReceiver sgr)
setCulledAudioReceiver in interface AudioCullStagesgr - The receiver instance to add or nullpublic void setErrorReporter(org.j3d.util.ErrorReporter reporter)
setErrorReporter in interface CullStagereporter - The instance to use or null
public void cull(RenderableRequestData otherData,
ProfilingData profilingData,
LayerCullable[] layers,
int numLayers)
cull in interface CullStageotherData - data to be passed along unprocessedprofilingData - The timing and load datalayers - The collection of layers, in order, to rendernumLayers - The number of valid layers to usepublic void halt()
halt in interface CullStage
|
Aviatrix3D 2.1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||