| |
|
| java.lang.Object javax.media.j3d.J3dNotification
J3dNotification | class J3dNotification extends Object (Code) | | J3dNotification is used to hold data for asynchronous error notification.
|
INVALID_TYPE | final static int INVALID_TYPE(Code) | | The various notification types.
|
MAX_ARGS | final static int MAX_ARGS(Code) | | The arguements for a message, 6 for now
|
RENDERING_ERROR | final static int RENDERING_ERROR(Code) | | |
SHADER_ERROR | final static int SHADER_ERROR(Code) | | |
type | int type(Code) | | This holds the type of this message
|
|
|
|