Serialized Form
-
Package com.ardor3d.audio
-
Exception Class com.ardor3d.audio.SoundSystemException
class SoundSystemException extends Exception implements Serializable-
Serialized Fields
-
myType
int myType
Holds a global identifier indicating the type of exception.
-
-
-
-
Package com.ardor3d.audio.joal
-
Exception Class com.ardor3d.audio.joal.LibraryJOAL.Exception
class Exception extends SoundSystemException implements Serializable- serialVersionUID:
- -7559402481189210355L
-
-
Package com.ardor3d.bounding
-
Class com.ardor3d.bounding.BoundingBox
class BoundingBox extends BoundingVolume implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_xExtent
double _xExtent
-
_yExtent
double _yExtent
-
_zExtent
double _zExtent
-
-
Class com.ardor3d.bounding.BoundingSphere
class BoundingSphere extends BoundingVolume implements Serializable- serialVersionUID:
- 1L
-
Class com.ardor3d.bounding.BoundingVolume
class BoundingVolume extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.ardor3d.bounding.CollisionTree
class CollisionTree extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_bounds
BoundingVolume _bounds
-
_end
int _end
-
_left
CollisionTree _left
-
_primitiveIndices
int[] _primitiveIndices
the list of primitives indices that compose the tree. This list contains all the triangles of the mesh and is shared between all nodes of this tree. Stored here to allow for sorting. -
_right
CollisionTree _right
-
_section
int _section
-
_start
int _start
-
_type
CollisionTree.Type _type
-
_worldBounds
BoundingVolume _worldBounds
-
-
Class com.ardor3d.bounding.OrientedBoundingBox
class OrientedBoundingBox extends BoundingVolume implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_compVect3
Vector3 _compVect3
-
_extent
Vector3 _extent
Extents of the box along the x,y,z axis. -
_vectorStore
Vector3[] _vectorStore
Vector array used to store the array of 8 corners the box has. -
_xAxis
Vector3 _xAxis
X axis of the Oriented Box. -
_yAxis
Vector3 _yAxis
Y axis of the Oriented Box. -
_zAxis
Vector3 _zAxis
Z axis of the Oriented Box. -
correctCorners
boolean correctCorners
If true, the box's vectorStore array correctly represents the box's corners.
-
-
-
Package com.ardor3d.example
-
Class com.ardor3d.example.ExampleRunner
class ExampleRunner extends JFrame implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
browseSelectedAction
Action browseSelectedAction
-
console
com.ardor3d.example.ExampleRunner.DisplayConsole console
-
firstMatchAction
Action firstMatchAction
-
lDescription
JLabel lDescription
-
logger
Logger logger
-
lStatus
JLabel lStatus
-
maxHeapMemory
int maxHeapMemory
-
model
com.ardor3d.example.ExampleRunner.ClassTreeModel model
-
nextMatchAction
Action nextMatchAction
-
previousMatchAction
Action previousMatchAction
-
runSelectedAction
Action runSelectedAction
-
splitPane
JSplitPane splitPane
-
tabbedPane
JTabbedPane tabbedPane
-
tfPattern
com.ardor3d.example.ExampleRunner.ErasableTextField tfPattern
-
tree
JTree tree
-
-
Class com.ardor3d.example.PropertiesDialog
class PropertiesDialog extends JDialog implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
cancelled
boolean cancelled
-
colorDepthCombo
JComboBox<String> colorDepthCombo
-
displayFreqCombo
JComboBox<String> displayFreqCombo
-
displayResCombo
JComboBox<String> displayResCombo
-
fullscreenBox
JCheckBox fullscreenBox
-
icon
JLabel icon
-
imageFile
URL imageFile
-
mainThreadTasks
Stack<Runnable> mainThreadTasks
-
modes
DisplayMode[] modes
-
rendererCombo
JComboBox<String> rendererCombo
-
samples
String[] samples
-
samplesCombo
JComboBox<String> samplesCombo
-
source
PropertiesGameSettings source
-
windowedResolutions
String[] windowedResolutions
-
-
-
Package com.ardor3d.example.craft.examples.thegame
-
Class com.ardor3d.example.craft.examples.thegame.SelectDialog
class SelectDialog extends JDialog implements Serializable-
Serialized Fields
-
contentPanel
JPanel contentPanel
-
generatorCombo
JComboBox<String> generatorCombo
-
generators
Class<?>[] generators
-
overwriteCheckbox
JCheckBox overwriteCheckbox
-
textureCombo
JComboBox<String> textureCombo
-
textures
String[] textures
-
tileSizes
int[] tileSizes
-
viewDistanceSpinner
JSlider viewDistanceSpinner
-
-
-
-
Package com.ardor3d.example.renderer.utils.atlas
-
Class com.ardor3d.example.renderer.utils.atlas.AtlasPainter
class AtlasPainter extends JPanel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
packer
AtlasPacker packer
-
-
-
Package com.ardor3d.extension.effect.bloom
-
Class com.ardor3d.extension.effect.bloom.BloomRenderPass
class BloomRenderPass extends Pass implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
blurIntensityMultiplier
float blurIntensityMultiplier
-
blurShader
GLSLShaderObjectsState blurShader
-
blurShaderHorizontal
GLSLShaderObjectsState blurShaderHorizontal
-
blurShaderVertical
GLSLShaderObjectsState blurShaderVertical
-
blurSize
float blurSize
-
cam
Camera cam
-
exposureCutoff
float exposureCutoff
-
exposurePow
float exposurePow
-
extractionShader
GLSLShaderObjectsState extractionShader
-
finalShader
GLSLShaderObjectsState finalShader
-
fullScreenQuad
Quad fullScreenQuad
-
fullTRenderer
TextureRenderer fullTRenderer
-
initialized
boolean initialized
-
mainTexture
Texture2D mainTexture
-
nrBlurPasses
int nrBlurPasses
-
renderScale
int renderScale
-
screenTexture
Texture2D screenTexture
-
secondTexture
Texture2D secondTexture
-
sinceLast
double sinceLast
-
supported
boolean supported
-
throttle
double throttle
-
tRenderer
TextureRenderer tRenderer
-
useCurrentScene
boolean useCurrentScene
-
useSeparateConvolution
boolean useSeparateConvolution
-
-
-
Package com.ardor3d.extension.effect.particle
-
Class com.ardor3d.extension.effect.particle.ParticleController
- serialVersionUID:
- 1L
-
Serialized Fields
-
_controlFlow
boolean _controlFlow
-
_currentTime
double _currentTime
-
_ignoreOneUpdate
boolean _ignoreOneUpdate
-
_particlesToCreate
int _particlesToCreate
-
_precision
double _precision
-
_prevTime
double _prevTime
-
_releaseParticles
double _releaseParticles
-
_releaseVariance
double _releaseVariance
-
_spawnEnabled
boolean _spawnEnabled
-
_timePassed
double _timePassed
-
_updateOnlyInView
boolean _updateOnlyInView
-
_viewCamera
Camera _viewCamera
-
influences
List<ParticleInfluence> influences
-
iterations
int iterations
-
listeners
List<ParticleControllerListener> listeners
-
-
-
Package com.ardor3d.extension.model.collada.jdom
-
Exception Class com.ardor3d.extension.model.collada.jdom.ColladaException
class ColladaException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package com.ardor3d.extension.model.util
-
Class com.ardor3d.extension.model.util.KeyframeController
class KeyframeController extends ComplexSpatialController<T extends Spatial> implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
_morphMesh
Mesh _morphMesh
The mesh that is actually morphed -
_updateBounding
boolean _updateBounding
If true, the model's bounding volume will update every frame. -
blendTime
float blendTime
-
-
-
Package com.ardor3d.extension.shadow.map
-
Class com.ardor3d.extension.shadow.map.ParallelSplitShadowMapPass
class ParallelSplitShadowMapPass extends Pass implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_boundsReceiver
List<Spatial> _boundsReceiver
Extra bounds receivers, when rendering shadows other ways than through overlay -
_colorDisabled
ColorMaskState _colorDisabled
Turn off colors when rendering shadow maps. -
_cullFrontFace
CullState _cullFrontFace
Culling front faces when rendering shadow maps. -
_discardShadowFragments
BlendState _discardShadowFragments
The blending to both discard the fragments that have been determined to be free of shadows and to blend into the background scene. -
_drawDebug
boolean _drawDebug
Debug drawing frustums. -
_drawShaderDebug
boolean _drawShaderDebug
Debug drawing shader. -
_flat
ShadingState _flat
set flat shading when rendering shadow maps. -
_initialised
boolean _initialised
True once the pass has been initialized. -
_keepMainShader
boolean _keepMainShader
Do we want to keep the main shader to do both multitexturing shadows and overlays? -
_light
Light _light
Light that casts the shadow. -
_mainShader
GLSLShaderObjectsState _mainShader
Might need to keep main shader when doing both multitexturing shadows and overlays -
_minimumLightDistance
double _minimumLightDistance
Minimum light z distance from target. -
_noClip
ClipState _noClip
Don't perform any plane clipping when rendering the shadowed scene. -
_noLights
LightState _noLights
Turn off lighting when rendering shadow maps. -
_noTexture
TextureState _noTexture
Turn off textures when rendering shadow maps. -
_numOfSplits
int _numOfSplits
Number of splits used. -
_occluderNodes
List<Spatial> _occluderNodes
The list of occluding nodes - filled from ShadowCasterManager. -
_pssmCam
PSSMCamera _pssmCam
Special camera with functionality for packing frustum etc. -
_pssmDebugShader
GLSLShaderObjectsState _pssmDebugShader
Shader for debugging pssm shadows drawing splits in different colors. -
_pssmShader
GLSLShaderObjectsState _pssmShader
Shader for rendering pssm shadows in one pass. -
_receiverBounds
BoundingBox _receiverBounds
Bounding of scene for packing frustum. -
_reinitSplitsDirty
boolean _reinitSplitsDirty
Flag for updating texture splits when number of splits changed. -
_reinitTextureSizeDirty
boolean _reinitTextureSizeDirty
Flag for updating texture renderer when texture size changed. -
_renderShadowedScene
boolean _renderShadowedScene
When true (the default) the generated shadow map textures are drawn over the scene in a separate blend pass. If false, the shadows are generated, but not applied. -
_shadowColor
ColorRGBA _shadowColor
Shadow color and transparency. -
_shadowMapRenderer
TextureRenderer _shadowMapRenderer
The renderer used to produce the shadow map. -
_shadowMapSize
int _shadowMapSize
The size of the shadow map texture. -
_shadowMapTexture
Texture2D[] _shadowMapTexture
The textures storing the shadow maps. -
_shadowMatrix
Matrix4 _shadowMatrix
Light to Camera transformation matrix. -
_shadowOffsetState
OffsetState _shadowOffsetState
The state applying the depth offset for the shadow. -
_shadowPassOffsetState
OffsetState _shadowPassOffsetState
Apply offset during render pass to avoid z fighting in shadow overlay -
_shadowTextureState
TextureState _shadowTextureState
The state applying the shadow map. -
_shadowTextureStoreFormat
TextureStoreFormat _shadowTextureStoreFormat
Store format to use for the shadow textures. -
_updateMainCamera
boolean _updateMainCamera
Debug for stopping camera update. -
_useObjectCullFace
boolean _useObjectCullFace
True if we want to use the culling set on the objects instead of always culling front face (which is done for shadow precision). Default is false. -
_useSceneTexturing
boolean _useSceneTexturing
True if we want to factor in texturing to shadows; useful for casting shadows against alpha-tested textures. Default is false. -
filter
ParallelSplitShadowMapPass.Filter filter
-
frustumBoundingBuffer
FloatBuffer frustumBoundingBuffer
-
frustumBoundingSphere
BoundingSphere frustumBoundingSphere
-
hasValidBounds
boolean hasValidBounds
Indicates if we have any valid reciever bounds to use for frustum packing -
shadowRenderCallback
ShadowRenderCallback shadowRenderCallback
-
-
Class com.ardor3d.extension.shadow.map.PSSMCamera
class PSSMCamera extends Camera implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
-
Package com.ardor3d.extension.terrain.util
-
Class com.ardor3d.extension.terrain.util.TerrainGridCachePanel
class TerrainGridCachePanel extends JPanel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
cacheList
List<TerrainCache> cacheList
-
cacheSize
int cacheSize
-
size
int size
-
-
Class com.ardor3d.extension.terrain.util.TextureGridCachePanel
class TextureGridCachePanel extends JPanel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
cacheList
List<TextureCache> cacheList
-
cacheSize
int cacheSize
-
size
int size
-
-
Class com.ardor3d.extension.terrain.util.Tile
class Tile extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
x
int x
-
y
int y
-
-
Class com.ardor3d.extension.terrain.util.TileLocator
class TileLocator extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package com.ardor3d.framework.jogl.awt
-
Class com.ardor3d.framework.jogl.awt.JoglAwtCanvas
class JoglAwtCanvas extends com.jogamp.opengl.awt.GLCanvas implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_canvasRenderer
JoglCanvasRenderer _canvasRenderer
-
_drawerGLRunnable
JoglDrawerRunnable _drawerGLRunnable
-
_inited
boolean _inited
-
_initializerRunnable
JoglAwtInitializerRunnable _initializerRunnable
-
_manager
MouseManager _manager
-
_settings
DisplaySettings _settings
-
-
Class com.ardor3d.framework.jogl.awt.JoglAwtWindow
class JoglAwtWindow extends Frame implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_glCanvas
JoglAwtCanvas _glCanvas
-
_inited
boolean _inited
-
_isClosing
boolean _isClosing
-
_manager
MouseManager _manager
-
_settings
DisplaySettings _settings
-
-
Class com.ardor3d.framework.jogl.awt.JoglNewtAwtCanvas
class JoglNewtAwtCanvas extends com.jogamp.newt.awt.NewtCanvasAWT implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_canvasRenderer
JoglCanvasRenderer _canvasRenderer
-
_drawerGLRunnable
JoglDrawerRunnable _drawerGLRunnable
-
_inited
boolean _inited
-
_manager
MouseManager _manager
-
_settings
DisplaySettings _settings
-
-
Class com.ardor3d.framework.jogl.awt.JoglSwingCanvas
class JoglSwingCanvas extends com.jogamp.opengl.awt.GLJPanel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_canvasRenderer
JoglCanvasRenderer _canvasRenderer
-
_drawerGLRunnable
JoglDrawerRunnable _drawerGLRunnable
-
_inited
boolean _inited
-
_initializerRunnable
JoglSwingInitializerRunnable _initializerRunnable
-
_manager
MouseManager _manager
-
_settings
DisplaySettings _settings
-
-
-
Package com.ardor3d.image
-
Class com.ardor3d.image.Image
class Image extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_data
List<ByteBuffer> _data
-
_depth
int _depth
-
_format
ImageDataFormat _format
-
_height
int _height
-
_mipMapSizes
int[] _mipMapSizes
-
_type
PixelDataType _type
-
_width
int _width
-
-
-
Package com.ardor3d.image.util
-
Class com.ardor3d.image.util.TextureProjector
class TextureProjector extends Camera implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
-
Package com.ardor3d.input
-
Exception Class com.ardor3d.input.KeyNotFoundException
class KeyNotFoundException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package com.ardor3d.light
-
Class com.ardor3d.light.DirectionalLight
class DirectionalLight extends Light implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_direction
Vector3 _direction
-
-
Class com.ardor3d.light.Light
class Light extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_ambient
ColorRGBA _ambient
-
_attenuate
boolean _attenuate
-
_backLightMask
int _backLightMask
-
_constant
float _constant
-
_diffuse
ColorRGBA _diffuse
-
_enabled
boolean _enabled
-
_lightMask
int _lightMask
-
_linear
float _linear
-
_name
String _name
-
_quadratic
float _quadratic
-
_shadowCaster
boolean _shadowCaster
when true, indicates the lights in this lightState will cast shadows. -
_specular
ColorRGBA _specular
-
-
Class com.ardor3d.light.PointLight
class PointLight extends Light implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_location
Vector3 _location
-
-
Class com.ardor3d.light.SpotLight
class SpotLight extends PointLight implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_angle
float _angle
-
_direction
Vector3 _direction
-
_exponent
float _exponent
-
-
-
Package com.ardor3d.math
-
Class com.ardor3d.math.ColorRGBA
class ColorRGBA extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
Used with serialization. Not to be called manually.- Parameters:
in
- ObjectInput- Throws:
IOException
- if something wrong happens while reading the float valuesClassNotFoundException
- if a class is not found
-
writeExternal
Used with serialization. Not to be called manually.- Parameters:
out
- ObjectOutput- Throws:
IOException
- exception
-
-
Exception Class com.ardor3d.math.InvalidTransformException
class InvalidTransformException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Class com.ardor3d.math.Line3
class Line3 extends Line3Base implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
Used with serialization. Not to be called manually.- Parameters:
in
- ObjectInput- Throws:
IOException
- if something wrong occurs while readingClassNotFoundException
- if a class is not found
-
writeExternal
Used with serialization. Not to be called manually.- Parameters:
out
- ObjectOutput- Throws:
IOException
- if something wrong occurs while writing
-
-
Class com.ardor3d.math.Line3Base
class Line3Base extends Object implements Externalizable-
Serialization Methods
-
readExternal
Used with serialization. Not to be called manually.- Parameters:
in
- ObjectInput- Throws:
IOException
- if something wrong occurs while readingClassNotFoundException
- if a class is not found
-
writeExternal
Used with serialization. Not to be called manually.- Parameters:
out
- ObjectOutput- Throws:
IOException
- if something wrong occurs while writing
-
-
-
Class com.ardor3d.math.LineSegment3
class LineSegment3 extends Line3Base implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
Used with serialization. Not to be called manually.- Parameters:
in
- ObjectInput- Throws:
IOException
- if something wrong occurs while readingClassNotFoundException
- if a class is not found
-
writeExternal
Used with serialization. Not to be called manually.- Parameters:
out
- ObjectOutput- Throws:
IOException
- if something wrong occurs while writing
-
-
Class com.ardor3d.math.Matrix3
class Matrix3 extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
Used with serialization. Not to be called manually.- Parameters:
in
- ObjectInput- Throws:
IOException
- if something wrong occurs while readingClassNotFoundException
- if a class is not found
-
writeExternal
Used with serialization. Not to be called manually.- Parameters:
out
- ObjectOutput- Throws:
IOException
- if something wrong occurs while writing
-
-
Class com.ardor3d.math.Matrix4
class Matrix4 extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
Used with serialization. Not to be called manually.- Parameters:
in
- ObjectInput- Throws:
IOException
- if something wrong occurs while readingClassNotFoundException
- if a class is not found
-
writeExternal
Used with serialization. Not to be called manually.- Parameters:
out
- ObjectOutput- Throws:
IOException
- if something wrong occurs while writing
-
-
Class com.ardor3d.math.Plane
class Plane extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
Used with serialization. Not to be called manually.- Parameters:
in
- ObjectInput- Throws:
IOException
- if something wrong occurs while readingClassNotFoundException
- if a class is not found
-
writeExternal
Used with serialization. Not to be called manually.- Parameters:
out
- ObjectOutput- Throws:
IOException
- if something wrong occurs while writing
-
-
Class com.ardor3d.math.Quaternion
class Quaternion extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
Used with serialization. Not to be called manually.- Parameters:
in
- ObjectInput- Throws:
IOException
- if something wrong occurs while readingClassNotFoundException
- if a class is not found
-
writeExternal
Used with serialization. Not to be called manually.- Parameters:
out
- ObjectOutput- Throws:
IOException
- if something wrong occurs while writing
-
-
Class com.ardor3d.math.Ray3
class Ray3 extends Line3Base implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
Used with serialization. Not to be called manually.- Parameters:
in
- ObjectInput- Throws:
IOException
- if something wrong occurs while readingClassNotFoundException
- if a class is not found
-
writeExternal
Used with serialization. Not to be called manually.- Parameters:
out
- ObjectOutput- Throws:
IOException
- if something wrong occurs while writing
-
-
Class com.ardor3d.math.Rectangle2
class Rectangle2 extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
Used with serialization. Not to be called manually.- Parameters:
in
- ObjectInput- Throws:
IOException
- if something wrong occurs while readingClassNotFoundException
- if a class is not found
-
writeExternal
Used with serialization. Not to be called manually.- Parameters:
out
- ObjectOutput- Throws:
IOException
- if something wrong occurs while writing
-
-
Class com.ardor3d.math.Rectangle3
class Rectangle3 extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
Used with serialization. Not to be called manually.- Parameters:
in
- ObjectInput- Throws:
IOException
- if something wrong occurs while readingClassNotFoundException
- if a class is not found
-
writeExternal
Used with serialization. Not to be called manually.- Parameters:
out
- ObjectOutput- Throws:
IOException
- if something wrong occurs while writing
-
-
Class com.ardor3d.math.Ring
class Ring extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
Used with serialization. Not to be called manually.- Parameters:
in
- ObjectInput- Throws:
IOException
- if something wrong occurs while readingClassNotFoundException
- if a class is not found
-
writeExternal
Used with serialization. Not to be called manually.- Parameters:
out
- ObjectOutput- Throws:
IOException
- if something wrong occurs while writing
-
-
Class com.ardor3d.math.Transform
class Transform extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
Used with serialization. Not to be called manually.- Parameters:
in
- ObjectInput- Throws:
IOException
- if something wrong occurs while readingClassNotFoundException
- if a class is not found
-
writeExternal
Used with serialization. Not to be called manually.- Parameters:
out
- ObjectOutput- Throws:
IOException
- if something wrong occurs while writing
-
-
Exception Class com.ardor3d.math.TransformException
class TransformException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Class com.ardor3d.math.Triangle
class Triangle extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
Used with serialization. Not to be called manually.- Parameters:
in
- ObjectInput- Throws:
IOException
- if something wrong occurs while readingClassNotFoundException
- if a class is not found
-
writeExternal
Used with serialization. Not to be called manually.- Parameters:
out
- ObjectOutput- Throws:
IOException
- if something wrong occurs while writing
-
-
Class com.ardor3d.math.ValidatingTransform
class ValidatingTransform extends Transform implements Externalizable-
Serialization Methods
-
readExternal
Used with serialization. Not to be called manually.- Parameters:
in
- ObjectInput- Throws:
IOException
- if something wrong occurs while readingClassNotFoundException
- if a class is not found
-
writeExternal
Used with serialization. Not to be called manually.- Parameters:
out
- ObjectOutput- Throws:
IOException
- if something wrong occurs while writing
-
-
-
Class com.ardor3d.math.Vector2
class Vector2 extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
Used with serialization. Not to be called manually.- Parameters:
in
- ObjectInput- Throws:
IOException
- if something wrong occurs while readingClassNotFoundException
- if a class is not found
-
writeExternal
Used with serialization. Not to be called manually.- Parameters:
out
- ObjectOutput- Throws:
IOException
- if something wrong occurs while writing
-
-
Class com.ardor3d.math.Vector3
class Vector3 extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
Used with serialization. Not to be called manually.- Parameters:
in
- ObjectInput- Throws:
IOException
- if something wrong occurs while readingClassNotFoundException
- if a class is not found
-
writeExternal
Used with serialization. Not to be called manually.- Parameters:
out
- ObjectOutput- Throws:
IOException
- if something wrong occurs while writing
-
-
Class com.ardor3d.math.Vector4
class Vector4 extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
Used with serialization. Not to be called manually.- Parameters:
in
- ObjectInput- Throws:
IOException
- if something wrong occurs while readingClassNotFoundException
- if a class is not found
-
writeExternal
Used with serialization. Not to be called manually.- Parameters:
out
- ObjectOutput- Throws:
IOException
- if something wrong occurs while writing
-
-
-
Package com.ardor3d.renderer
-
Class com.ardor3d.renderer.Camera
class Camera extends Object implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.ardor3d.renderer.StereoCamera
class StereoCamera extends Camera implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
-
Package com.ardor3d.renderer.pass
-
Class com.ardor3d.renderer.pass.OutlinePass
class OutlinePass extends RenderPass implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_backCull
CullState _backCull
-
_blendState
BlendState _blendState
-
_frontCull
CullState _frontCull
-
_noLights
LightState _noLights
-
_noTexture
TextureState _noTexture
-
_wireframeState
WireframeState _wireframeState
-
-
Class com.ardor3d.renderer.pass.Pass
class Pass extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_context
RenderContext _context
-
_enabled
boolean _enabled
if false, pass will not be updated or rendered. -
_passStates
EnumMap<RenderState.StateType,
RenderState> _passStates RenderStates registered with this pass - if a given state is not null it overrides the corresponding state set during rendering. -
_spatials
List<Spatial> _spatials
list of Spatial objects registered with this pass.
-
-
Class com.ardor3d.renderer.pass.RenderPass
class RenderPass extends Pass implements Serializable- serialVersionUID:
- 1L
-
-
Package com.ardor3d.scenegraph.controller
-
Class com.ardor3d.scenegraph.controller.ComplexSpatialController
class ComplexSpatialController extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_active
boolean _active
True if this controller is active, false otherwise -
_maxTime
double _maxTime
The controller's maximum cycle time -
_minTime
double _minTime
The controller's minimum cycle time -
_repeatType
ComplexSpatialController.RepeatType _repeatType
Defines how this controller should repeat itself. Default isComplexSpatialController.RepeatType.CLAMP
. -
_speed
double _speed
The 'speed' of this Controller. Generically speaking, less than 1 is slower, more than 1 is faster, and 1 represents the base speed
-
-
-
Package com.ardor3d.scenegraph.controller.interpolation
-
Class com.ardor3d.scenegraph.controller.interpolation.CurveInterpolationController
class CurveInterpolationController extends Vector3InterpolationController implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_arcLengths
ArcLengthTable _arcLengths
Look up table of arc lengths (used for constant speed) -
_arcLengthsReverse
ArcLengthTable _arcLengthsReverse
Look up table of arc lengths (used for constant speed when travelling in reverse (repeat type = cycle)) -
_curve
Curve _curve
- See Also:
-
_distance
double _distance
Distance travelled between control points (used for constant speed)
-
-
Class com.ardor3d.scenegraph.controller.interpolation.CurveLookAtController
class CurveLookAtController extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_curveController
CurveInterpolationController _curveController
The curve interpolation controller that does the work of finding the correct position to look at -
_localRotation
boolean _localRotation
- See Also:
-
_previous
Vector3 _previous
The previous location of the spatial on the curve -
_worldUp
ReadOnlyVector3 _worldUp
The world up vector to use in matrix look at
-
-
Class com.ardor3d.scenegraph.controller.interpolation.DefaultColorInterpolationController
class DefaultColorInterpolationController extends InterpolationController<ReadOnlyColorRGBA,Mesh> implements Serializable - serialVersionUID:
- 1L
-
Class com.ardor3d.scenegraph.controller.interpolation.InterpolationController
class InterpolationController extends ComplexSpatialController<T extends Spatial> implements Serializable- serialVersionUID:
- 1L
-
Class com.ardor3d.scenegraph.controller.interpolation.LinearVector3InterpolationController
class LinearVector3InterpolationController extends Vector3InterpolationController implements Serializable- serialVersionUID:
- 1L
-
Class com.ardor3d.scenegraph.controller.interpolation.QuaternionInterpolationController
class QuaternionInterpolationController extends InterpolationController<ReadOnlyQuaternion,Spatial> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
_localRotation
boolean _localRotation
- See Also:
-
-
Class com.ardor3d.scenegraph.controller.interpolation.Vector3InterpolationController
class Vector3InterpolationController extends InterpolationController<ReadOnlyVector3,Spatial> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
_constantSpeed
boolean _constantSpeed
- See Also:
-
_updateField
Vector3InterpolationController.UpdateField _updateField
- See Also:
-
-
-
Package com.ardor3d.scenegraph.extension
-
Class com.ardor3d.scenegraph.extension.PassNodeState
class PassNodeState extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_enabled
boolean _enabled
if false, pass will not be updated or rendered. -
_passStates
EnumMap<RenderState.StateType,
RenderState> _passStates RenderStates registered with this pass - if a given state is not null it overrides the corresponding state set during rendering.
-
-
-
Package com.ardor3d.util
-
Exception Class com.ardor3d.util.Ardor3dException
class Ardor3dException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Class com.ardor3d.util.ExtendedCamera
class ExtendedCamera extends Camera implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
-
Package com.jcraft.jorbis
-
Exception Class com.jcraft.jorbis.JOrbisException
class JOrbisException extends Exception implements Serializable- serialVersionUID:
- 1L
-