Serialized Form


Package jmetest.effects

Class jmetest.effects.RenParticleControlFrame extends javax.swing.JFrame implements Serializable

serialVersionUID: 1l

Serialized Fields

mainTabbedPane1

javax.swing.JTabbedPane mainTabbedPane1

appPanel

javax.swing.JPanel appPanel

emitPanel

javax.swing.JPanel emitPanel

worldPanel

javax.swing.JPanel worldPanel

colorPanel

javax.swing.JPanel colorPanel

startColorLabel

javax.swing.JLabel startColorLabel

colorLabel

javax.swing.JLabel colorLabel

endColorLabel

javax.swing.JLabel endColorLabel

startColorPanel

javax.swing.JPanel startColorPanel

endColorPanel

javax.swing.JPanel endColorPanel

startColorHex

javax.swing.JLabel startColorHex

endColorHex

javax.swing.JLabel endColorHex

colorBorder

javax.swing.border.TitledBorder colorBorder

startAlphaSpinner

javax.swing.JSpinner startAlphaSpinner

startAlphaLabel

javax.swing.JLabel startAlphaLabel

endAlphaLabel

javax.swing.JLabel endAlphaLabel

endAlphaSpinner

javax.swing.JSpinner endAlphaSpinner

sizePanel

javax.swing.JPanel sizePanel

startSizeLabel

javax.swing.JLabel startSizeLabel

startSizeSlider

javax.swing.JSlider startSizeSlider

sizeBorder

javax.swing.border.TitledBorder sizeBorder

endSizeLabel

javax.swing.JLabel endSizeLabel

endSizeSlider

javax.swing.JSlider endSizeSlider

ageBorder

javax.swing.border.TitledBorder ageBorder

speedPanel

javax.swing.JPanel speedPanel

speedBorder

javax.swing.border.TitledBorder speedBorder

speedLabel

javax.swing.JLabel speedLabel

speedSlider

javax.swing.JSlider speedSlider

texturePanel

javax.swing.JPanel texturePanel

textureBorder

javax.swing.border.TitledBorder textureBorder

textureLabel

javax.swing.JLabel textureLabel

changeTextureButton

javax.swing.JButton changeTextureButton

imageLabel

javax.swing.JLabel imageLabel

gravityPanel

javax.swing.JPanel gravityPanel

gravityBorder

javax.swing.border.TitledBorder gravityBorder

gravYSlider

javax.swing.JSlider gravYSlider

gravZSlider

javax.swing.JSlider gravZSlider

gravXSlider

javax.swing.JSlider gravXSlider

gravXLabel

javax.swing.JLabel gravXLabel

gravYLabel

javax.swing.JLabel gravYLabel

gravZLabel

javax.swing.JLabel gravZLabel

agePanel

javax.swing.JPanel agePanel

minAgeLabel

javax.swing.JLabel minAgeLabel

minAgeSlider

javax.swing.JSlider minAgeSlider

emitYLabel

javax.swing.JLabel emitYLabel

emitZLabel

javax.swing.JLabel emitZLabel

emitYSlider

javax.swing.JSlider emitYSlider

emitXLabel

javax.swing.JLabel emitXLabel

emitXSlider

javax.swing.JSlider emitXSlider

emitZSlider

javax.swing.JSlider emitZSlider

directionPanel

javax.swing.JPanel directionPanel

emitBorder

javax.swing.border.TitledBorder emitBorder

anglePanel

javax.swing.JPanel anglePanel

angleBorder

javax.swing.border.TitledBorder angleBorder

angleLabel

javax.swing.JLabel angleLabel

angleSlider

javax.swing.JSlider angleSlider

randomPanel

javax.swing.JPanel randomPanel

randomBorder

javax.swing.border.TitledBorder randomBorder

randomLabel

javax.swing.JLabel randomLabel

randomSlider

javax.swing.JSlider randomSlider

examplesPanel

javax.swing.JPanel examplesPanel

exampleSP

javax.swing.JScrollPane exampleSP

exampleList

javax.swing.JList exampleList

examplesLabel

javax.swing.JLabel examplesLabel

exampleButton

javax.swing.JButton exampleButton

codePanel

javax.swing.JPanel codePanel

codeLabel

javax.swing.JLabel codeLabel

codeSP

javax.swing.JScrollPane codeSP

codeTextArea

javax.swing.JTextArea codeTextArea

exampleModel

javax.swing.DefaultListModel exampleModel

countPanel

javax.swing.JPanel countPanel

countBorder

javax.swing.border.TitledBorder countBorder

countLabel

javax.swing.JLabel countLabel

countButton

javax.swing.JButton countButton

lastDir

java.io.File lastDir

flowPanel

javax.swing.JPanel flowPanel

ratePanel

javax.swing.JPanel ratePanel

rateBorder

javax.swing.border.TitledBorder rateBorder

rateLabel

javax.swing.JLabel rateLabel

spawnPanel

javax.swing.JPanel spawnPanel

spawnBorder

javax.swing.border.TitledBorder spawnBorder

spawnBox

javax.swing.JCheckBox spawnBox

spawnButton

javax.swing.JButton spawnButton

rateVarLabel

javax.swing.JLabel rateVarLabel

rateVarSlider

javax.swing.JSlider rateVarSlider

rateSlider

javax.swing.JSlider rateSlider

rateBox

javax.swing.JCheckBox rateBox

velocityPanel

javax.swing.JPanel velocityPanel

velocityBorder

javax.swing.border.TitledBorder velocityBorder

velocityLabel

javax.swing.JLabel velocityLabel

velocitySlider

javax.swing.JSlider velocitySlider

spinPanel

javax.swing.JPanel spinPanel

spinBorder

javax.swing.border.TitledBorder spinBorder

spinLabel

javax.swing.JLabel spinLabel

spinSlider

javax.swing.JSlider spinSlider


Package com.jme.scene.model.XMLparser

Class com.jme.scene.model.XMLparser.LoaderNode extends Node implements Serializable

serialVersionUID: 1l

Serialized Fields

filePath

java.lang.String filePath

classLoaderPath

java.lang.String classLoaderPath

urlPath

java.net.URL urlPath

type

java.lang.String type


Package com.jme.system.lwjgl

Class com.jme.system.lwjgl.LWJGLPropertiesDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 1l

Serialized Fields

source

PropertiesIO source

imageFile

java.net.URL imageFile

modes

org.lwjgl.opengl.DisplayMode[] modes

fullscreenBox

javax.swing.JCheckBox fullscreenBox

displayResCombo

javax.swing.JComboBox displayResCombo

colorDepthCombo

javax.swing.JComboBox colorDepthCombo

displayFreqCombo

javax.swing.JComboBox displayFreqCombo

rendererCombo

javax.swing.JComboBox rendererCombo

icon

javax.swing.JLabel icon


Package com.jme.widget.panel

Class com.jme.widget.panel.WidgetPanel extends WidgetAbstractContainer implements Serializable

serialVersionUID: 1l

Class com.jme.widget.panel.WidgetScrollPanel extends WidgetAbstractContainer implements Serializable

serialVersionUID: 1l

Serialized Fields

panel

WidgetPanel panel

vScroller

WidgetVScroller vScroller

hScroller

WidgetHScroller hScroller

showVScroll

boolean showVScroll

showHScroll

boolean showHScroll

changingVScroller

boolean changingVScroller

changingHScroller

boolean changingHScroller


Package com.jme.widget.scroller

Class com.jme.widget.scroller.WidgetAbstractScroller extends WidgetAbstractContainer implements Serializable

Serialized Fields

notifierScrollChange

WidgetNotifier notifierScrollChange

repeat

WidgetRepeater repeat

incrementing

boolean incrementing

decrementing

boolean decrementing

type

WidgetOrientationType type

upLeft

WidgetScrollerButton upLeft

downRight

WidgetScrollerButton downRight

thumbTray

WidgetScrollerThumbTray thumbTray

buttonSize

int buttonSize

Class com.jme.widget.scroller.WidgetHScroller extends WidgetAbstractScroller implements Serializable

serialVersionUID: 1l

Class com.jme.widget.scroller.WidgetScrollerButton extends WidgetButton implements Serializable

serialVersionUID: 1l

Serialized Fields

expander

WidgetExpander expander

Class com.jme.widget.scroller.WidgetScrollerThumb extends WidgetButton implements Serializable

serialVersionUID: 1l

Serialized Fields

preferredSize

Vector2f preferredSize

Class com.jme.widget.scroller.WidgetScrollerThumbTray extends WidgetPanel implements Serializable

serialVersionUID: 1l

Serialized Fields

repeat

WidgetRepeater repeat

pagingUpLeft

boolean pagingUpLeft

pagingDownRight

boolean pagingDownRight

thumb

WidgetButton thumb

type

WidgetOrientationType type

buttonSize

double buttonSize

range

double range

visibleRange

double visibleRange

ratio

double ratio

offset

double offset

offsetAdjust

double offsetAdjust

thumbPos

double thumbPos

thumbSize

double thumbSize

size

double size

Class com.jme.widget.scroller.WidgetVScroller extends WidgetAbstractScroller implements Serializable

serialVersionUID: 1l


Package com.jme.input

Class com.jme.input.AbsoluteMouse extends Mouse implements Serializable

serialVersionUID: 1l

Serialized Fields

width

int width

height

int height

Class com.jme.input.Mouse extends Quad implements Serializable

Serialized Fields

mouse

MouseInput mouse
the input device.


hasCursor

boolean hasCursor
the cursor's texture.


imageWidth

int imageWidth
Width of this mouse's texture.


imageHeight

int imageHeight
Height of this mouse's texture.


_speed

float _speed

hotSpotLocation

Vector3f hotSpotLocation
This mouse's actual location after hotspot offset is taken into account.


hotSpotOffset

Vector3f hotSpotOffset
This mouse's hotspot location. The location on the texture where the mouse is actually clicking, relative to the bottom left.

Class com.jme.input.RelativeMouse extends Mouse implements Serializable

serialVersionUID: 1l


Package com.jme.widget.viewport

Class com.jme.widget.viewport.WidgetViewport extends WidgetPanel implements Serializable

serialVersionUID: 1l

Serialized Fields

cameraController

WidgetViewportCameraController cameraController

child

Spatial child


Package com.jme.math

Class com.jme.math.Quaternion extends java.lang.Object implements Serializable

serialVersionUID: 1l

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException
readExternal builds a quaternion from an ObjectInput object.
NOTE: Used with serialization. Not to be called manually.

Throws:
java.io.IOException - if the ObjectInput value has problems reading a float.
See Also:
Externalizable

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
writeExternal writes this quaternion out to a ObjectOutput object. NOTE: Used with serialization. Not to be called manually.

Throws:
java.io.IOException - if writing to the ObjectOutput fails.
See Also:
Externalizable

Class com.jme.math.Vector2f extends java.lang.Object implements Serializable

serialVersionUID: 1l

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Used with serialization. Not to be called manually.

Throws:
java.io.IOException
java.lang.ClassNotFoundException
See Also:
Externalizable

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Used with serialization. Not to be called manually.

Throws:
java.io.IOException
See Also:
Externalizable

Class com.jme.math.Vector3f extends java.lang.Object implements Serializable

serialVersionUID: 1l

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Used with serialization. Not to be called manually.

Throws:
java.io.IOException
java.lang.ClassNotFoundException
See Also:
Externalizable

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Used with serialization. Not to be called manually.

Throws:
java.io.IOException
See Also:
Externalizable


Package com.jme.widget.slider

Class com.jme.widget.slider.WidgetAbstractSlider extends WidgetPanel implements Serializable

Serialized Fields

minimum

float minimum

maximum

float maximum

updating

boolean updating

value

double value

type

WidgetOrientationType type

thumbTray

WidgetSliderThumbTray thumbTray

notifierValueChange

WidgetNotifier notifierValueChange

Class com.jme.widget.slider.WidgetHSlider extends WidgetAbstractSlider implements Serializable

serialVersionUID: 1l

Class com.jme.widget.slider.WidgetSliderThumb extends WidgetScrollerThumb implements Serializable

serialVersionUID: 1l

Serialized Fields

orientationType

WidgetOrientationType orientationType

Class com.jme.widget.slider.WidgetSliderThumbTray extends WidgetScrollerThumbTray implements Serializable

serialVersionUID: 1l

Class com.jme.widget.slider.WidgetVSlider extends WidgetAbstractSlider implements Serializable

serialVersionUID: 1l


Package com.jme.widget.button

Class com.jme.widget.button.WidgetButton extends WidgetLabel implements Serializable

serialVersionUID: 1l

Serialized Fields

buttonState

WidgetButtonStateType buttonState

Class com.jme.widget.button.WidgetImageButton extends WidgetPanel implements Serializable

serialVersionUID: 1l

Serialized Fields

_imageUp

Image _imageUp

_imageDown

Image _imageDown

_imageOver

Image _imageOver

_image

WidgetImage _image

_buttonState

WidgetButtonStateType _buttonState


Package com.jme.scene.model

Class com.jme.scene.model.EmptyTriMesh extends TriMesh implements Serializable

serialVersionUID: 1l

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException

Class com.jme.scene.model.JointMesh extends TriMesh implements Serializable

serialVersionUID: 1l

Serialized Fields

jointIndex

int[] jointIndex

originalVertex

Vector3f[] originalVertex

originalNormal

Vector3f[] originalNormal


Package com.jme.scene.state.lwjgl

Class com.jme.scene.state.lwjgl.LWJGLAlphaState extends AlphaState implements Serializable

serialVersionUID: 1l

Class com.jme.scene.state.lwjgl.LWJGLAttributeState extends AttributeState implements Serializable

serialVersionUID: 1l

Class com.jme.scene.state.lwjgl.LWJGLCullState extends CullState implements Serializable

serialVersionUID: 1l

Class com.jme.scene.state.lwjgl.LWJGLDitherState extends DitherState implements Serializable

serialVersionUID: 1l

Class com.jme.scene.state.lwjgl.LWJGLFogState extends FogState implements Serializable

serialVersionUID: 1l

Class com.jme.scene.state.lwjgl.LWJGLFragmentProgramState extends FragmentProgramState implements Serializable

serialVersionUID: 1l

Serialized Fields

program

byte[] program

programID

int programID

Class com.jme.scene.state.lwjgl.LWJGLLightState extends LightState implements Serializable

serialVersionUID: 1l

Serialized Fields

ambient

float[] ambient

color

float[] color

posParam

float[] posParam

spotDir

float[] spotDir

defaultDirection

float[] defaultDirection

Class com.jme.scene.state.lwjgl.LWJGLMaterialState extends MaterialState implements Serializable

serialVersionUID: 1l

Serialized Fields

buffer

java.nio.FloatBuffer buffer

colorArray

float[] colorArray

Class com.jme.scene.state.lwjgl.LWJGLShaderObjectsState extends GLSLShaderObjectsState implements Serializable

serialVersionUID: 1l

Serialized Fields

programID

int programID
OpenGL id for this program. *

Class com.jme.scene.state.lwjgl.LWJGLShadeState extends ShadeState implements Serializable

serialVersionUID: 1l

Class com.jme.scene.state.lwjgl.LWJGLStencilState extends StencilState implements Serializable

serialVersionUID: 1l

Class com.jme.scene.state.lwjgl.LWJGLTextureState extends TextureState implements Serializable

serialVersionUID: 1l

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

Class com.jme.scene.state.lwjgl.LWJGLVertexProgramState extends VertexProgramState implements Serializable

serialVersionUID: 1l

Serialized Fields

program

byte[] program

programID

int programID

Class com.jme.scene.state.lwjgl.LWJGLWireframeState extends WireframeState implements Serializable

serialVersionUID: 1l

Class com.jme.scene.state.lwjgl.LWJGLZBufferState extends ZBufferState implements Serializable

serialVersionUID: 1l


Package com.jme.widget.image

Class com.jme.widget.image.WidgetAnimatedImage extends WidgetImage implements Serializable

serialVersionUID: 1l

Serialized Fields

imageList

java.util.List imageList

imageIndex

int imageIndex

Class com.jme.widget.image.WidgetImage extends WidgetAbstractImpl implements Serializable

serialVersionUID: 1l

Serialized Fields

scaleMode

int scaleMode

scaleHorizontal

float scaleHorizontal

scaleVertical

float scaleVertical

image

Image image


Package com.jme.effects.cloth

Class com.jme.effects.cloth.ClothPatch extends TriMesh implements Serializable

serialVersionUID: 1l

Serialized Fields

clothNodesX

int clothNodesX
width, number of nodes wide on x axis.


clothNodesY

int clothNodesY
height, number of nodes high on y axis.


springLength

float springLength
The initial spring length of structural springs.


system

SpringSystem system
The underlying SpringSystem for this ClothPatch.


sinceLast

float sinceLast
Internal time watch used to track time since last update.


timeDilation

float timeDilation
Dilation factor to multiply elapsed time by for use in updating underlying system.


tNorm

Vector3f tNorm

tempV1

Vector3f tempV1

tempV2

Vector3f tempV2

tempV3

Vector3f tempV3

Class com.jme.effects.cloth.CollidingClothPatch extends ClothPatch implements Serializable

serialVersionUID: 1l

Serialized Fields

results

TriangleCollisionResults results
Used for storing the results of collisions.


colliders

java.util.ArrayList colliders
Array of TriMesh objects to check against for collision.


srcTemps

SpringNode[] srcTemps

tgtTemps

Vector3f[] tgtTemps

calcTemp

Vector3f calcTemp


Package com.jme.util

Class com.jme.util.LightStateController extends Controller implements Serializable

Serialized Fields

timePass

float timePass

updateInterval

float updateInterval

parent

Spatial parent

lsc

LightStateCreator lsc


Package com.jme.scene.state

Class com.jme.scene.state.AlphaState extends RenderState implements Serializable

Serialized Fields

blendEnabled

boolean blendEnabled
The current value of if blend is enabled.


srcBlend

int srcBlend
The current source blend function.


dstBlend

int dstBlend
The current destiantion blend function.


testEnabled

boolean testEnabled
If enabled, alpha testing done.


test

int test
Alpha test value.


reference

float reference
The reference value to which incoming alpha values are compared.

Class com.jme.scene.state.AttributeState extends RenderState implements Serializable

Serialized Fields

mask

int mask

Class com.jme.scene.state.CullState extends RenderState implements Serializable

Serialized Fields

cullMode

int cullMode

Class com.jme.scene.state.DitherState extends RenderState implements Serializable

Class com.jme.scene.state.FogState extends RenderState implements Serializable

Serialized Fields

start

float start

end

float end

density

float density

color

ColorRGBA color

densityFunction

int densityFunction

applyFunction

int applyFunction

Class com.jme.scene.state.FragmentProgramState extends RenderState implements Serializable

Serialized Fields

usingParameters

boolean usingParameters

parameters

float[][] parameters

Class com.jme.scene.state.GLSLShaderObjectsState extends RenderState implements Serializable

Serialized Fields

uniforms

java.util.ArrayList uniforms

attribs

java.util.ArrayList attribs

Class com.jme.scene.state.LightState extends RenderState implements Serializable

Serialized Fields

lightList

java.util.ArrayList lightList

twoSidedOn

boolean twoSidedOn
When true, both sides of the model will be lighted.

Class com.jme.scene.state.MaterialState extends RenderState implements Serializable

Serialized Fields

ambient

ColorRGBA ambient

diffuse

ColorRGBA diffuse

specular

ColorRGBA specular

emissive

ColorRGBA emissive

shininess

float shininess

alpha

float alpha

Class com.jme.scene.state.RenderState extends java.lang.Object implements Serializable

Serialized Fields

enabled

boolean enabled

Class com.jme.scene.state.ShadeState extends RenderState implements Serializable

Serialized Fields

shade

int shade

Class com.jme.scene.state.StencilState extends RenderState implements Serializable

Serialized Fields

stencilFunc

int stencilFunc

stencilRef

int stencilRef

stencilMask

int stencilMask

stencilOpFail

int stencilOpFail

stencilOpZFail

int stencilOpZFail

stencilOpZPass

int stencilOpZPass

Class com.jme.scene.state.TextureState extends RenderState implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Used with serialization. Do not call this manually.

Throws:
java.io.IOException
java.lang.ClassNotFoundException
See Also:
Serializable

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Used with serialization. Do not call this manually.

Throws:
java.io.IOException
See Also:
Serializable

Class com.jme.scene.state.VertexProgramState extends RenderState implements Serializable

Serialized Fields

usingParameters

boolean usingParameters
If any local parameters for this VP state are set


parameters

float[][] parameters
Parameters local to this vertex program

Class com.jme.scene.state.WireframeState extends RenderState implements Serializable

Serialized Fields

face

int face
Default wireframe of front and back.


lineWidth

float lineWidth
Default line width of 1 pixel.

Class com.jme.scene.state.ZBufferState extends RenderState implements Serializable

Serialized Fields

function

int function
Depth function.


writable

boolean writable
Depth mask is writable or not.


Package com.jme.widget.bounds

Class com.jme.widget.bounds.WidgetBoundingRectangle extends java.lang.Object implements Serializable

serialVersionUID: 1l

Serialized Fields

checkPlanes

int[] checkPlanes

min

Vector2f min

max

Vector2f max

center

Vector2f center

points

Vector2f[] points

lockMin

boolean lockMin

Class com.jme.widget.bounds.WidgetViewRectangle extends WidgetBoundingRectangle implements Serializable

serialVersionUID: 1l

Serialized Fields

offset

Vector2f offset


Package com.jme.animation

Class com.jme.animation.JointController extends Controller implements Serializable

serialVersionUID: 1l

Serialized Fields

numJoints

int numJoints
It is JointController's responsibility to keep changePoints sorted by time at all times.


movementInfo

java.util.ArrayList movementInfo
movementInfo[i] contains a float value time and an array of TransformMatrix. At time time the joint i is at movement jointChange[i]


parentIndex

int[] parentIndex
parentIndex contains a list of who's parent a joint is. -1 indicates a root joint with no parent


localRefMatrix

TransformMatrix[] localRefMatrix
Local refrence matrix that can determine a joint's position in space relative to its parent.


FPS

float FPS
Currently unused.


movingMeshes

java.util.ArrayList movingMeshes
Array of all the meshes this controller should consider animating.


curTime

float curTime
This controller's internal current time.


curTimePoint

int curTimePoint
This controller's internal current PointInTime index.


jointMovements

TransformMatrix[] jointMovements
Used internally, they are updated every update(float) call to tell points how to change.


inverseChainMatrix

TransformMatrix[] inverseChainMatrix
The inverse chain matrix of every joint. Calculated once with prosessController()


skipRate

float skipRate
Tells update that it should be called every skipRate seconds


currentSkip

float currentSkip
Used with skipRate internally.


updatePerFrame

boolean updatePerFrame
If true, the model's bounding volume will update every frame.


movingForward

boolean movingForward

Class com.jme.animation.KeyframeController extends Controller implements Serializable

serialVersionUID: 1l

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialized Fields

morphMesh

TriMesh morphMesh
The mesh that is actually morphed


updatePerFrame

boolean updatePerFrame
If true, the model's bounding volume will update every frame.

Class com.jme.animation.KeyframeController.PointInTime extends java.lang.Object implements Serializable

serialVersionUID: 1l

Serialized Fields

newShape

TriMesh newShape

time

float time

Class com.jme.animation.SpatialTransformer extends Controller implements Serializable

serialVersionUID: 1l

Serialized Fields

numObjects

int numObjects
Number of objects this transformer changes.


toChange

Spatial[] toChange
Refrences to the objects that will be changed.


pivots

TransformMatrixQuat[] pivots
Used internally by update specifying how to change each object.


parentIndexes

int[] parentIndexes
parentIndexes[i] states that toChange[i]'s parent is toChange[parentIndex[i]].


keyframes

java.util.ArrayList keyframes
Interpolated array of keyframe states


curTime

float curTime
Current time in the animation


beginPointTime

SpatialTransformer.PointInTime beginPointTime
Time previous to curTime


endPointTime

SpatialTransformer.PointInTime endPointTime
Time after curTime


haveChanged

boolean[] haveChanged
Used internally in update to flag that a pivot has been updated


delta

float delta


Package com.jme.renderer

Class com.jme.renderer.AbstractCamera extends java.lang.Object implements Serializable

Serialized Fields

location

Vector3f location
Camera's location


left

Vector3f left
Direction of camera's 'left'


up

Vector3f up
Direction of 'up' for camera.


direction

Vector3f direction
Direction the camera is facing.


frustumNear

float frustumNear
Distance from camera to near frustum plane.


frustumFar

float frustumFar
Distance from camera to far frustum plane.


frustumLeft

float frustumLeft
Distance from camera to left frustum plane.


frustumRight

float frustumRight
Distance from camera to right frustum plane.


frustumTop

float frustumTop
Distance from camera to top frustum plane.


frustumBottom

float frustumBottom
Distance from camera to bottom frustum plane.


coeffLeft

float[] coeffLeft

coeffRight

float[] coeffRight

coeffBottom

float[] coeffBottom

coeffTop

float[] coeffTop

planeQuantity

int planeQuantity

viewPortLeft

float viewPortLeft
Percent value on display where horizontal viewing starts for this camera. Default is 0.


viewPortRight

float viewPortRight
Percent value on display where horizontal viewing ends for this camera. Default is 1.


viewPortTop

float viewPortTop
Percent value on display where vertical viewing ends for this camera. Default is 1.


viewPortBottom

float viewPortBottom
Percent value on display where vertical viewing begins for this camera. Default is 0.


worldPlane

Plane[] worldPlane
Array holding the planes that this camera will check for culling.


lookAt

Vector3f lookAt
Optional Vector3f representing a point this camera is looking at.


overrideLookAt

boolean overrideLookAt
If true, the lookAt vector is used. Normally false.


planeState

int planeState
A mask value set during contains() that allows fast culling of a Node's children.

Class com.jme.renderer.ColorRGBA extends java.lang.Object implements Serializable

serialVersionUID: 1l

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Used with serialization. Not to be called manually.

Throws:
java.io.IOException
java.lang.ClassNotFoundException
See Also:
Externalizable

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Used with serialization. Not to be called manually. *

Throws:
java.io.IOException
See Also:
Externalizable


Package com.jme.widget

Class com.jme.widget.WidgetAbstractContainer extends Node implements Serializable

Serialized Fields

panOffset

Vector2f panOffset

layout

WidgetLayoutManager layout

widgetImpl

com.jme.widget.WidgetAbstractContainer.WidgetContainerImpl widgetImpl

widgetList

java.util.ArrayList widgetList

insets

WidgetInsets insets

Class com.jme.widget.WidgetAbstractFrame extends WidgetAbstractContainer implements Serializable

Class com.jme.widget.WidgetAbstractImpl extends Spatial implements Serializable

Serialized Fields

fgColor

ColorRGBA fgColor

bgColor

ColorRGBA bgColor

border

WidgetBorder border

localBound

WidgetBoundingRectangle localBound

preferredSize

Vector2f preferredSize

textureCoords

WidgetTextureCoords textureCoords

zOrder

int zOrder

visible

boolean visible

opaque

boolean opaque

alignment

WidgetAlignmentType alignment

cantOwnMouse

boolean cantOwnMouse

notifierMouseButtonDown

WidgetNotifier notifierMouseButtonDown

notifierMouseButtonUp

WidgetNotifier notifierMouseButtonUp

notifierMouseDrag

WidgetNotifier notifierMouseDrag

notifierMouseEnter

WidgetNotifier notifierMouseEnter

notifierMouseExit

WidgetNotifier notifierMouseExit

notifierMouseMove

WidgetNotifier notifierMouseMove

viewRectangle

WidgetViewRectangle viewRectangle

applyOffsetX

boolean applyOffsetX

applyOffsetY

boolean applyOffsetY

owner

Widget owner

renderer

WidgetRenderer renderer


Package com.jme.widget.panel.rollout

Class com.jme.widget.panel.rollout.WidgetRolloutPanel extends WidgetAbstractContainer implements Serializable

serialVersionUID: 1l

Serialized Fields

button

WidgetRolloutPanelButton button

panel

WidgetScrollPanel panel

expanded

boolean expanded

textPlusMinus

WidgetText textPlusMinus

expanding

boolean expanding

contracting

boolean contracting

rolledUpY

float rolledUpY

panelEmpty

boolean panelEmpty

rollUpNotifier

WidgetNotifier rollUpNotifier

rollDownNotifier

WidgetNotifier rollDownNotifier

Class com.jme.widget.panel.rollout.WidgetRolloutPanelContainer extends WidgetScrollPanel implements Serializable

serialVersionUID: 1l


Package jmetest.widget.viewport

Class jmetest.widget.viewport.TestWidgetViewportFrame extends WidgetAbstractFrame implements Serializable

Serialized Fields

vp1

WidgetViewport vp1

vp2

WidgetViewport vp2

vp3

WidgetViewport vp3

vp4

WidgetViewport vp4

scene1

TestScene1 scene1

scene2

TestScene2 scene2

scene3

TestScene3 scene3

scene4

TestScene4 scene4

curVp

WidgetViewport curVp

curScene

TestAbstractScene curScene


Package com.jme.light

Class com.jme.light.AmbientLight extends Light implements Serializable

serialVersionUID: 1l

Class com.jme.light.DirectionalLight extends Light implements Serializable

serialVersionUID: 1l

Serialized Fields

direction

Vector3f direction

Class com.jme.light.Light extends java.lang.Object implements Serializable

Serialized Fields

ambient

ColorRGBA ambient

diffuse

ColorRGBA diffuse

specular

ColorRGBA specular

attenuate

boolean attenuate

constant

float constant

linear

float linear

quadratic

float quadratic

enabled

boolean enabled

Class com.jme.light.LightNode extends Node implements Serializable

serialVersionUID: 1l

Serialized Fields

light

Light light

lightState

LightState lightState

lightRotate

Quaternion lightRotate

lightTranslate

Vector3f lightTranslate

Class com.jme.light.PointLight extends Light implements Serializable

serialVersionUID: 1l

Serialized Fields

location

Vector3f location

Class com.jme.light.SimpleLightNode extends Node implements Serializable

serialVersionUID: 1l

Serialized Fields

light

Light light

lightRotate

Quaternion lightRotate

Class com.jme.light.SpotLight extends PointLight implements Serializable

serialVersionUID: 1l

Serialized Fields

angle

float angle

exponent

float exponent

direction

Vector3f direction


Package com.jme.scene.model.XMLparser.Converters

Class com.jme.scene.model.XMLparser.Converters.AseToJme.ASEModelCopy.ASEObject extends TriMesh implements Serializable

serialVersionUID: 1l

Serialized Fields

materialID

int materialID

tempTexVerts

Vector2f[] tempTexVerts

faces

Face[] faces


Package com.jme.system

Class com.jme.system.JmeException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1l

Class com.jme.system.PropertiesDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 1l

Serialized Fields

source

PropertiesIO source

imageFile

java.net.URL imageFile

fullscreenBox

javax.swing.JCheckBox fullscreenBox

displayResCombo

javax.swing.JComboBox displayResCombo

colorDepthCombo

javax.swing.JComboBox colorDepthCombo

displayFreqCombo

javax.swing.JComboBox displayFreqCombo

rendererCombo

javax.swing.JComboBox rendererCombo

icon

javax.swing.JLabel icon

done

boolean done

Class com.jme.system.PropertiesDialog2 extends javax.swing.JDialog implements Serializable

serialVersionUID: 1l

Serialized Fields

source

PropertiesIO source

imageFile

java.net.URL imageFile

modes

java.awt.DisplayMode[] modes

fullscreenBox

javax.swing.JCheckBox fullscreenBox

displayResCombo

javax.swing.JComboBox displayResCombo

colorDepthCombo

javax.swing.JComboBox colorDepthCombo

displayFreqCombo

javax.swing.JComboBox displayFreqCombo

rendererCombo

javax.swing.JComboBox rendererCombo

icon

javax.swing.JLabel icon


Package com.jme.scene.lod

Class com.jme.scene.lod.AreaClodMesh extends ClodMesh implements Serializable

serialVersionUID: 1l

Serialized Fields

trisPerPixel

float trisPerPixel

distTolerance

float distTolerance

lastDistance

float lastDistance

Class com.jme.scene.lod.ClodMesh extends TriMesh implements Serializable

serialVersionUID: 1l

Serialized Fields

currentRecord

int currentRecord

targetRecord

int targetRecord

records

CollapseRecord[] records

Class com.jme.scene.lod.DiscreteLodNode extends SwitchNode implements Serializable

serialVersionUID: 1l

Serialized Fields

modelCenter

Vector3f modelCenter

worldCenter

Vector3f worldCenter

lastUpdate

float lastUpdate

model

SwitchModel model

Class com.jme.scene.lod.ExVector extends java.util.Vector implements Serializable

serialVersionUID: 1l


Package com.jme.scene

Class com.jme.scene.BezierMesh extends TriMesh implements Serializable

serialVersionUID: 1l

Serialized Fields

patch

BezierPatch patch

Class com.jme.scene.BillboardNode extends Node implements Serializable

serialVersionUID: 1l

Serialized Fields

lastTime

float lastTime

orient

Matrix3f orient

look

Vector3f look

left

Vector3f left

up

Vector3f up

type

int type

Class com.jme.scene.BumpMapNode extends Node implements Serializable

serialVersionUID: 1l

Serialized Fields

objects

Node objects

normalMap

Texture normalMap

light

Light light

modulate

boolean modulate

textureState

TextureState textureState

textureStateModulated

TextureState textureStateModulated

alphaState

AlphaState alphaState

forceCullObjects

boolean forceCullObjects

Class com.jme.scene.CameraNode extends Node implements Serializable

serialVersionUID: 1l

Serialized Fields

camera

Camera camera

Class com.jme.scene.CompositeMesh extends TriMesh implements Serializable

serialVersionUID: 1l

Serialized Fields

ranges

CompositeMesh.IndexRange[] ranges

cachedTriangleIndices

int[] cachedTriangleIndices

Class com.jme.scene.CompositeMesh.IndexRange extends java.lang.Object implements Serializable

serialVersionUID: 1l

Serialized Fields

kind

int kind

count

int count

KIND_NAMES

java.lang.String[] KIND_NAMES

Class com.jme.scene.Controller extends java.lang.Object implements Serializable

Serialized Fields

repeatType

int repeatType
Defines how this controller should repeat itself. This can be one of RT_CLAMP, RT_WRAP, RT_CYCLE, or an application specific repeat flag.


minTime

float minTime
The controller's minimum cycle time


maxTime

float maxTime
The controller's maximum cycle time


speed

float speed
The 'speed' of this Controller. Genericly, less than 1 is slower, more than 1 is faster, and 1 represents the base speed


active

boolean active
True if this controller is active, false otherwise

Class com.jme.scene.Geometry extends Spatial implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Used with Serialization. Not to be called manually.

Throws:
java.io.IOException
java.lang.ClassNotFoundException
See Also:
Serializable
Serialized Fields

bound

BoundingVolume bound
The local bounds of this Geometry object.


vertex

Vector3f[] vertex
The geometry's vertex information.


normal

Vector3f[] normal
The geometry's per vertex normal information.


color

ColorRGBA[] color
The geometry's per vertex color information.


texture

Vector2f[][] texture
The geometry's per Texture per vertex texture coordinate information.


vertQuantity

int vertQuantity
The number of vertexes in this geometry.


states

RenderState[] states

useVBOVertex

boolean useVBOVertex

useVBOTexture

boolean useVBOTexture

useVBOColor

boolean useVBOColor

useVBONormal

boolean useVBONormal

vboVertexID

int vboVertexID

vboColorID

int vboColorID

vboNormalID

int vboNormalID

cloneID

int cloneID
Non -1 values signal this geometry is a clone of grouping "cloneID".


vboTextureIDs

int[] vboTextureIDs

Class com.jme.scene.ImposterNode extends Node implements Serializable

serialVersionUID: 1l

Serialized Fields

tRenderer

TextureRenderer tRenderer

texture

Texture texture

quadScene

Node quadScene

standIn

Quad standIn

redrawRate

float redrawRate

elapsed

float elapsed

cameraDistance

float cameraDistance

cameraThreshold

float cameraThreshold

oldAngle

float oldAngle

lastAngle

float lastAngle

haveDrawn

boolean haveDrawn

byCamera

boolean byCamera

byTime

boolean byTime

Class com.jme.scene.Line extends Geometry implements Serializable

serialVersionUID: 1l

Class com.jme.scene.Node extends Spatial implements Serializable

serialVersionUID: 1l

Serialized Fields

children

java.util.ArrayList children
This node's children.

Class com.jme.scene.Point extends Geometry implements Serializable

serialVersionUID: 1l

Class com.jme.scene.Skybox extends Node implements Serializable

serialVersionUID: 1l

Serialized Fields

xExtent

float xExtent

yExtent

float yExtent

zExtent

float zExtent

skyboxQuads

Quad[] skyboxQuads

Class com.jme.scene.Spatial extends java.lang.Object implements Serializable

Serialized Fields

localRotation

Quaternion localRotation
Spatial's rotation relative to its parent.


worldRotation

Quaternion worldRotation
Spatial's world absolute rotation.


localTranslation

Vector3f localTranslation
Spatial's translation relative to its parent.


worldTranslation

Vector3f worldTranslation
Spatial's world absolute translation.


localScale

Vector3f localScale
Spatial's scale relative to its parent.


worldScale

Vector3f worldScale
Spatial's world absolute scale.


forceCull

boolean forceCull
If true, spatial and all children are culled from the scene graph.


forceView

boolean forceView
If true, spatial and all children are always rendered in the scene graph.


worldBound

BoundingVolume worldBound
Spatial's bounding volume relative to the world.


renderStateList

RenderState[] renderStateList
The render states of this spatial.


renderQueueMode

int renderQueueMode

zOrder

int zOrder

lightCombineMode

int lightCombineMode
Flag signaling how lights are combined for this node. By default set to INHERIT.


textureCombineMode

int textureCombineMode
Flag signaling how textures are combined for this node. By default set to INHERIT.


geometricalControllers

java.util.ArrayList geometricalControllers
ArrayList of controllers for this spatial.


name

java.lang.String name
This spatial's name.


frustrumIntersects

int frustrumIntersects

Class com.jme.scene.SwitchNode extends Node implements Serializable

serialVersionUID: 1l

Serialized Fields

activeChild

int activeChild

activeChildData

Spatial activeChildData

Class com.jme.scene.Text extends Geometry implements Serializable

serialVersionUID: 1l

Serialized Fields

text

java.lang.StringBuffer text

textColor

ColorRGBA textColor

Class com.jme.scene.TriMesh extends Geometry implements Serializable

serialVersionUID: 1l

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Used with Serialization. Do not call this directly.

Throws:
java.io.IOException
java.lang.ClassNotFoundException
See Also:
Serializable
Serialized Fields

indices

int[] indices

triangleQuantity

int triangleQuantity

collisionTree

OBBTree collisionTree
This tree is only built on calls too updateCollisionTree.


worldMatrot

Matrix3f worldMatrot
This is and should only be used by collision detection.


Package com.jme.ui

Class com.jme.ui.UIActiveArea extends Node implements Serializable

Serialized Fields

_x

int _x

_y

int _y

_width

int _width

_height

int _height

_inputHandler

InputHandler _inputHandler

Class com.jme.ui.UIActiveObject extends UIObject implements Serializable

Serialized Fields

_state

int _state

_actions

java.util.Vector _actions

_inputHandler

InputHandler _inputHandler

_hitArea

UIActiveArea _hitArea

Class com.jme.ui.UIBillboard extends UIObject implements Serializable

serialVersionUID: 1l

Class com.jme.ui.UIButton extends UIActiveObject implements Serializable

Serialized Fields

_text

UIText _text

Class com.jme.ui.UICharacter extends UIObject implements Serializable

serialVersionUID: 1l

Class com.jme.ui.UICheck extends UIActiveObject implements Serializable

Serialized Fields

_selected

boolean _selected

_text

UIText _text

Class com.jme.ui.UIEditBox extends UIActiveObject implements Serializable

Serialized Fields

_text

UIText _text

_cursor

UICharacter _cursor

_focused

boolean _focused

_cursorPos

int _cursorPos

_textBuffer

java.lang.String _textBuffer

blinkint

long blinkint

lasttime

long lasttime

cursoron

boolean cursoron

_bufferedInput

InputHandler _bufferedInput

buffignore

boolean buffignore

Class com.jme.ui.UIObject extends Node implements Serializable

Serialized Fields

_x

int _x

_y

int _y

_width

int _width

_height

int _height

_scheme

UIColorScheme _scheme

_flags

int _flags

_textureStates

java.util.Vector _textureStates

_quad

Quad _quad

_topborder

Line _topborder

_rightborder

Line _rightborder

_bottomborder

Line _bottomborder

_leftborder

Line _leftborder

Class com.jme.ui.UIText extends UIObject implements Serializable

Serialized Fields

_fonts

UIFonts _fonts

_fontName

java.lang.String _fontName

_text

java.lang.String _text

_texSizeX

float _texSizeX

_texSizeY

float _texSizeY

_x

int _x

_y

int _y

_xtrimFactor

float _xtrimFactor

_ytrimFactor

float _ytrimFactor

_targheight

int _targheight

_targwidth

int _targwidth


Package com.jme.terrain

Class com.jme.terrain.TerrainBlock extends AreaClodMesh implements Serializable

serialVersionUID: 1l

Serialized Fields

size

int size

totalSize

int totalSize

stepScale

Vector3f stepScale

useClod

boolean useClod

offset

Vector2f offset

offsetAmount

int offsetAmount

heightMap

int[] heightMap

Class com.jme.terrain.TerrainPage extends Node implements Serializable

serialVersionUID: 1l

Serialized Fields

offset

Vector2f offset

totalSize

int totalSize

size

int size

stepScale

Vector3f stepScale

offsetAmount

int offsetAmount


Package com.jme.util.awt.lwjgl

Class com.jme.util.awt.lwjgl.LWJGLCanvas extends org.lwjgl.opengl.AWTGLCanvas implements Serializable

serialVersionUID: 1l

Serialized Fields

impl

JMECanvasImplementor impl


Package com.jme.renderer.lwjgl

Class com.jme.renderer.lwjgl.LWJGLCamera extends AbstractCamera implements Serializable

serialVersionUID: 1l

Serialized Fields

width

int width

height

int height

parent

java.lang.Object parent

parentClass

java.lang.Class parentClass


Package com.jme.widget.text

Class com.jme.widget.text.WidgetLabel extends WidgetPanel implements Serializable

serialVersionUID: 1l

Serialized Fields

text

WidgetText text

Class com.jme.widget.text.WidgetText extends WidgetAbstractImpl implements Serializable

serialVersionUID: 1l

Serialized Fields

textureState

TextureState textureState

alphaState

AlphaState alphaState

text

java.lang.String text

scale

float scale

font

WidgetFont font

states

RenderState[] states


Package com.jme.bounding

Class com.jme.bounding.BoundingBox extends Box implements Serializable

serialVersionUID: 1l

Serialized Fields

checkPlanes

int[] checkPlanes
These define the array of planes that are check during view culling.


minPnt

Vector3f minPnt

maxPnt

Vector3f maxPnt

oldXExtent

float oldXExtent

oldYExtent

float oldYExtent

oldZExtent

float oldZExtent

oldCenter

Vector3f oldCenter

origCenter

Vector3f origCenter

origExtent

Vector3f origExtent

Class com.jme.bounding.BoundingSphere extends Sphere implements Serializable

serialVersionUID: 1l

Serialized Fields

checkPlanes

int[] checkPlanes

oldRadius

float oldRadius

oldCenter

Vector3f oldCenter

Class com.jme.bounding.OBB2 extends java.lang.Object implements Serializable

serialVersionUID: 1l

Serialized Fields

checkPlanes

int[] checkPlanes

center

Vector3f center
Center of the Oriented Box.


xAxis

Vector3f xAxis
X axis of the Oriented Box.


yAxis

Vector3f yAxis
Y axis of the Oriented Box.


zAxis

Vector3f zAxis
Z axis of the Oriented Box.


extent

Vector3f extent
Extents of the box along the x,y,z axis.


vectorStore

Vector3f[] vectorStore
Vector array used to store the array of 8 corners the box has.


correctCorners

boolean correctCorners
If true, the box's vectorStore array correctly represnts the box's corners.

Class com.jme.bounding.OrientedBoundingBox extends OrientedBox implements Serializable

serialVersionUID: 1l

Serialized Fields

checkPlanes

int[] checkPlanes


Package com.jme.curve

Class com.jme.curve.BezierCurve extends Curve implements Serializable

serialVersionUID: 1l

Class com.jme.curve.Curve extends Geometry implements Serializable

Serialized Fields

steps

int steps

Class com.jme.curve.CurveController extends Controller implements Serializable

serialVersionUID: 1l

Serialized Fields

mover

Spatial mover

curve

Curve curve

up

Vector3f up

orientationPrecision

float orientationPrecision

currentTime

float currentTime

deltaTime

float deltaTime

cycleForward

boolean cycleForward

autoRotation

boolean autoRotation


Package com.jme.effects.transients

Class com.jme.effects.transients.FadeInOut extends Transient implements Serializable

serialVersionUID: 1l

Serialized Fields

fadeQ

Geometry fadeQ

fadeInNode

Node fadeInNode

fadeOutNode

Node fadeOutNode

fadeColor

ColorRGBA fadeColor

speed

float speed

Class com.jme.effects.transients.FadeInOutController extends Controller implements Serializable

serialVersionUID: 1l

Serialized Fields

fio

FadeInOut fio
The FadeInOut object to fade upon.

Class com.jme.effects.transients.Transient extends Node implements Serializable

Serialized Fields

maxNumOfStages

int maxNumOfStages

currentStage

int currentStage


Package com.jme.scene.shape

Class com.jme.scene.shape.Box extends TriMesh implements Serializable

serialVersionUID: 1l

Serialized Fields

xExtent

float xExtent

yExtent

float yExtent

zExtent

float zExtent

center

Vector3f center

Class com.jme.scene.shape.CompositeSphere extends CompositeMesh implements Serializable

serialVersionUID: 1l

Serialized Fields

zSamples

int zSamples

radialSamples

int radialSamples

radius

float radius

center

Vector3f center

Class com.jme.scene.shape.Cylinder extends TriMesh implements Serializable

serialVersionUID: 1l

Serialized Fields

axisSamples

int axisSamples

radialSamples

int radialSamples

radius

float radius

height

float height

Class com.jme.scene.shape.Disk extends TriMesh implements Serializable

serialVersionUID: 1l

Serialized Fields

shellSamples

int shellSamples

radialSamples

int radialSamples

radius

float radius

Class com.jme.scene.shape.Dome extends TriMesh implements Serializable

serialVersionUID: 1l

Serialized Fields

planes

int planes

radialSamples

int radialSamples

radius

float radius
The radius of the dome


center

Vector3f center
The center of the dome

Class com.jme.scene.shape.Hexagon extends TriMesh implements Serializable

serialVersionUID: 1l

Serialized Fields

sideLength

float sideLength

Class com.jme.scene.shape.Octahedron extends TriMesh implements Serializable

serialVersionUID: 1l

Serialized Fields

sideLength

float sideLength

Class com.jme.scene.shape.OrientedBox extends TriMesh implements Serializable

serialVersionUID: 1l

Serialized Fields

center

Vector3f center
Center of the Oriented Box.


xAxis

Vector3f xAxis
X axis of the Oriented Box.


yAxis

Vector3f yAxis
Y axis of the Oriented Box.


zAxis

Vector3f zAxis
Z axis of the Oriented Box.


extent

Vector3f extent
Extents of the box along the x,y,z axis.


meshColor

ColorRGBA meshColor
Per vertex color of the drawn OrientedBox on computeInformation calls


texTopRight

Vector2f texTopRight
Texture coordintae values for the corners of the box.


texTopLeft

Vector2f texTopLeft
Texture coordintae values for the corners of the box.


texBotRight

Vector2f texBotRight
Texture coordintae values for the corners of the box.


texBotLeft

Vector2f texBotLeft
Texture coordintae values for the corners of the box.


vectorStore

Vector3f[] vectorStore
Vector array used to store the array of 8 corners the box has.


normalStore

Vector3f[] normalStore
Vector array used to store the box's normals.


correctCorners

boolean correctCorners
If true, the box's vectorStore array correctly represnts the box's corners.

Class com.jme.scene.shape.PQTorus extends TriMesh implements Serializable

serialVersionUID: 1l

Serialized Fields

p

float p

q

float q

radius

float radius

width

float width

steps

int steps

radialSamples

int radialSamples

Class com.jme.scene.shape.Pyramid extends TriMesh implements Serializable

serialVersionUID: 1l

Serialized Fields

height

float height

width

float width

Class com.jme.scene.shape.Quad extends TriMesh implements Serializable

serialVersionUID: 1l

Class com.jme.scene.shape.Sphere extends TriMesh implements Serializable

serialVersionUID: 1l

Serialized Fields

zSamples

int zSamples

radialSamples

int radialSamples

radius

float radius

center

Vector3f center

Class com.jme.scene.shape.Torus extends TriMesh implements Serializable

serialVersionUID: 1l

Serialized Fields

circleSamples

int circleSamples

radialSamples

int radialSamples

innerRadius

float innerRadius

outerRadius

float outerRadius


Package com.jme.effects

Class com.jme.effects.FlareQuad extends Quad implements Serializable

serialVersionUID: 1l

Serialized Fields

positionPercent

Vector2f positionPercent

Class com.jme.effects.LensFlare extends Node implements Serializable

serialVersionUID: 1l

Serialized Fields

midPoint

Vector2f midPoint

flarePoint

Vector3f flarePoint

Class com.jme.effects.ParticleManager extends Controller implements Serializable

serialVersionUID: 1l

Serialized Fields

particleSpeed

Vector3f particleSpeed

particlesGeometry

TriMesh particlesGeometry

noParticles

int noParticles

releaseRate

int releaseRate

released

int released

particlesToCreate

int particlesToCreate

upVector

Vector3f upVector

gravityForce

Vector3f gravityForce

emissionDirection

Vector3f emissionDirection

originCenter

Vector3f originCenter

invScale

Vector3f invScale

rotMatrix

Matrix3f rotMatrix

particles

Particle[] particles

geometryCoordinates

Vector3f[] geometryCoordinates

appearanceColors

ColorRGBA[] appearanceColors

startColor

ColorRGBA startColor

endColor

ColorRGBA endColor

releaseVariance

float releaseVariance

initialVelocity

float initialVelocity

particleSpinSpeed

float particleSpinSpeed

minimumLifeTime

float minimumLifeTime

maximumAngle

float maximumAngle

startSize

float startSize

endSize

float endSize

randomMod

float randomMod

currentTime

float currentTime

prevTime

float prevTime

releaseTime

float releaseTime

timePassed

float timePassed

precision

float precision

controlFlow

boolean controlFlow

geoToUse

int geoToUse

psLine

Line psLine

psRect

Rectangle psRect

psMesh

Geometry psMesh

camera

Camera camera

iterations

int iterations

upXemit

Vector3f upXemit

absUpVector

Vector3f absUpVector

abUpMinUp

Vector3f abUpMinUp

oldEmit

Vector3f oldEmit
Setup the rotation matrix used to determine initial particle velocity based on emission angle and emission direction. called automatically by the set* methods for those parameters.


worldEmit

Vector3f worldEmit

matData

float[][] matData