|
Aviatrix3D 2.0 Dev |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Marker interface for all objects that would like to be capable of rendering themself using an audio renderer.
This interface should generally not be directly used. It is a base
description for derived types that provide the specific types of information
through specific methods. It is used to provide a single common interface so
that the implementing instance can be placed in the
AudioDetails
.
Method Summary | |
void |
postRender(net.java.games.joal.AL al)
This method is called after a node has been rendered. |
void |
render(net.java.games.joal.AL al,
javax.vecmath.Matrix4f transform)
This method is called to render this node. |
Methods inherited from interface org.j3d.aviatrix3d.Renderable |
equals |
Methods inherited from interface java.lang.Comparable |
compareTo |
Method Detail |
public void render(net.java.games.joal.AL al, javax.vecmath.Matrix4f transform)
al
- The al context to render withtransform
- The transformation stack to this nodepublic void postRender(net.java.games.joal.AL al)
al
- The al context to draw with
|
Aviatrix3D 2.0 Dev |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |