Serialized Form
context
JmeCanvasContext context
canvas
java.awt.Canvas canvas
app
Application app
appClass
java.lang.String appClass
appCfg
java.net.URL appCfg
assetCfg
java.net.URL assetCfg
serialVersionUID: 1L
source
AppSettings source
imageFile
java.net.URL imageFile
modes
java.awt.DisplayMode[] modes
windowedResolutions
java.lang.String[] windowedResolutions
vsyncBox
javax.swing.JCheckBox vsyncBox
fullscreenBox
javax.swing.JCheckBox fullscreenBox
displayResCombo
javax.swing.JComboBox displayResCombo
colorDepthCombo
javax.swing.JComboBox colorDepthCombo
displayFreqCombo
javax.swing.JComboBox displayFreqCombo
antialiasCombo
javax.swing.JComboBox antialiasCombo
icon
javax.swing.JLabel icon
selection
int selection
selectionListener
SettingsDialog.SelectionListener selectionListener
Package com.jme3.bullet.collision |
type
int type
nodeA
PhysicsCollisionObject nodeA
nodeB
PhysicsCollisionObject nodeB
manifoldPointObjectId
long manifoldPointObjectId
Package com.jme3.bullet.control.ragdoll |
Package com.jme3.cinematic |
keyFramesPerSeconds
int keyFramesPerSeconds
lastKeyFrameIndex
int lastKeyFrameIndex
Package com.jme3.collision |
Package com.jme3.material |
serialVersionUID: 1L
r
float r
- The red component of the color.
g
float g
- The green component of the color.
b
float b
- the blue component of the color.
a
float a
- the alpha component of the color. 0 is transparent and 1 is opaque
serialVersionUID: 1L
eigenValues
float[] eigenValues
eigenVectors
Vector3f[] eigenVectors
serialVersionUID: 1L
origin
Vector3f origin
direction
Vector3f direction
serialVersionUID: 1L
origin
Vector3f origin
direction
Vector3f direction
extent
float extent
serialVersionUID: 1L
m00
float m00
m01
float m01
m02
float m02
m10
float m10
m11
float m11
m12
float m12
m20
float m20
m21
float m21
m22
float m22
serialVersionUID: 1L
m00
float m00
m01
float m01
m02
float m02
m03
float m03
m10
float m10
m11
float m11
m12
float m12
m13
float m13
m20
float m20
m21
float m21
m22
float m22
m23
float m23
m30
float m30
m31
float m31
m32
float m32
m33
float m33
serialVersionUID: 1L
normal
Vector3f normal
- Vector normal to the plane.
constant
float constant
- Constant of the plane. See formula in class definition.
serialVersionUID: 1L
x
float x
y
float y
z
float z
w
float w
serialVersionUID: 1L
origin
Vector3f origin
- The ray's begining point.
direction
Vector3f direction
- The direction of the ray.
limit
float limit
serialVersionUID: 1L
a
Vector3f a
b
Vector3f b
c
Vector3f c
serialVersionUID: 1L
center
Vector3f center
up
Vector3f up
innerRadius
float innerRadius
outerRadius
float outerRadius
serialVersionUID: 1L
rot
Quaternion rot
translation
Vector3f translation
scale
Vector3f scale
serialVersionUID: 1L
pointa
Vector3f pointa
pointb
Vector3f pointb
pointc
Vector3f pointc
projection
float projection
index
int index
serialVersionUID: 1L
x
float x
- the x value of the vector.
y
float y
- the y value of the vector.
serialVersionUID: 1L
x
float x
- the x value of the vector.
y
float y
- the y value of the vector.
z
float z
- the z value of the vector.
serialVersionUID: 1L
x
float x
- the x value of the vector.
y
float y
- the y value of the vector.
z
float z
- the z value of the vector.
w
float w
- the w value of the vector.
Package com.jme3.network.kernel |
Package com.jme3.network.serializing |
Package com.jme3.renderer |
Package com.jme3.scene.plugins.blender.exceptions |
serialVersionUID: 7573482836437866767L
Package com.jme3.system.awt |
attachAsMain
boolean attachAsMain
img
java.awt.image.BufferedImage img
fb
FrameBuffer fb
byteBuf
java.nio.ByteBuffer byteBuf
intBuf
java.nio.IntBuffer intBuf
rm
RenderManager rm
paintMode
PaintMode paintMode
viewPorts
java.util.ArrayList<E> viewPorts
strategy
java.awt.image.BufferStrategy strategy
transformOp
java.awt.image.AffineTransformOp transformOp
hasNativePeer
java.util.concurrent.atomic.AtomicBoolean hasNativePeer
showing
java.util.concurrent.atomic.AtomicBoolean showing
repaintRequest
java.util.concurrent.atomic.AtomicBoolean repaintRequest
newWidth
int newWidth
newHeight
int newHeight
reshapeNeeded
java.util.concurrent.atomic.AtomicBoolean reshapeNeeded
lock
java.lang.Object lock
backingMap
java.util.HashMap<K,V> backingMap
entries
com.jme3.util.ListMap.ListMapEntry<K,V>[] entries
Package jme3tools.navigation |