A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

R

R - Class in com.jme3.app
 
R() - Constructor for class com.jme3.app.R
 
r - Variable in class com.jme3.math.ColorRGBA
The red component of the color.
R - Class in jme3test.android
 
R() - Constructor for class jme3test.android.R
 
R.array - Class in jme3test.android
 
R.array() - Constructor for class jme3test.android.R.array
 
R.attr - Class in com.jme3.app
 
R.attr() - Constructor for class com.jme3.app.R.attr
 
R.attr - Class in jme3test.android
 
R.attr() - Constructor for class jme3test.android.R.attr
 
R.drawable - Class in jme3test.android
 
R.drawable() - Constructor for class jme3test.android.R.drawable
 
R.id - Class in jme3test.android
 
R.id() - Constructor for class jme3test.android.R.id
 
R.layout - Class in com.jme3.app
 
R.layout() - Constructor for class com.jme3.app.R.layout
 
R.layout - Class in jme3test.android
 
R.layout() - Constructor for class jme3test.android.R.layout
 
R.raw - Class in jme3test.android
 
R.raw() - Constructor for class jme3test.android.R.raw
 
R.string - Class in com.jme3.app
 
R.string() - Constructor for class com.jme3.app.R.string
 
R.string - Class in jme3test.android
 
R.string() - Constructor for class jme3test.android.R.string
 
RAD_TO_DEG - Static variable in class com.jme3.math.FastMath
A value to multiply a radian value by, to convert it to degrees.
RadialBlurFilter - Class in com.jme3.post.filters
Radially blurs the scene from the center of it
RadialBlurFilter() - Constructor for class com.jme3.post.filters.RadialBlurFilter
Creates a RadialBlurFilter
RadialBlurFilter(float, float) - Constructor for class com.jme3.post.filters.RadialBlurFilter
Creates a RadialBlurFilter
radialSamples - Variable in class com.jme3.scene.shape.Sphere
 
radius - Variable in class com.jme3.bullet.collision.shapes.CapsuleCollisionShape
 
radius - Variable in class com.jme3.bullet.collision.shapes.ConeCollisionShape
 
radius - Variable in class com.jme3.bullet.collision.shapes.SphereCollisionShape
 
radius - Variable in class com.jme3.bullet.objects.VehicleWheel
 
radius - Variable in class com.jme3.light.PointLight
 
radius - Variable in class com.jme3.scene.shape.Sphere
the distance from the center point each point falls on
RagdollCollisionListener - Interface in com.jme3.bullet.collision
 
RagdollPreset - Class in com.jme3.bullet.control.ragdoll
 
RagdollPreset() - Constructor for class com.jme3.bullet.control.ragdoll.RagdollPreset
 
RagdollPreset.JointPreset - Class in com.jme3.bullet.control.ragdoll
 
RagdollPreset.JointPreset() - Constructor for class com.jme3.bullet.control.ragdoll.RagdollPreset.JointPreset
 
RagdollPreset.JointPreset(float, float, float, float, float, float) - Constructor for class com.jme3.bullet.control.ragdoll.RagdollPreset.JointPreset
 
RagdollPreset.LexiconEntry - Class in com.jme3.bullet.control.ragdoll
 
RagdollPreset.LexiconEntry() - Constructor for class com.jme3.bullet.control.ragdoll.RagdollPreset.LexiconEntry
 
RagdollUtils - Class in com.jme3.bullet.control.ragdoll
 
RagdollUtils() - Constructor for class com.jme3.bullet.control.ragdoll.RagdollUtils
 
rand - Static variable in class com.jme3.math.FastMath
A precreated random object for random numbers.
random() - Method in class com.jme3.math.Line
random determines a random point along the line.
random(Vector3f) - Method in class com.jme3.math.Line
random determines a random point along the line.
random() - Method in class com.jme3.math.Rectangle
random returns a random point within the plane defined by: A, B, C, and (B + C) - A.
random(Vector3f) - Method in class com.jme3.math.Rectangle
random returns a random point within the plane defined by: A, B, C, and (B + C) - A.
random() - Method in class com.jme3.math.Ring
random returns a random point within the ring.
random(Vector3f) - Method in class com.jme3.math.Ring
random returns a random point within the ring.
randomColor() - Static method in class com.jme3.math.ColorRGBA
randomColor is a utility method that generates a random color.
RawHeightMap - Class in com.jme3.terrain.heightmap
RawHeightMap creates a height map from a RAW image file.
RawHeightMap(String, int) - Constructor for class com.jme3.terrain.heightmap.RawHeightMap
Constructor creates a new RawHeightMap object and loads a RAW image file to use as a height field.
RawHeightMap(float[]) - Constructor for class com.jme3.terrain.heightmap.RawHeightMap
 
RawHeightMap(String, int, int, boolean) - Constructor for class com.jme3.terrain.heightmap.RawHeightMap
 
RawHeightMap(InputStream, int, int, boolean) - Constructor for class com.jme3.terrain.heightmap.RawHeightMap
 
RawHeightMap(URL, int, int, boolean) - Constructor for class com.jme3.terrain.heightmap.RawHeightMap
 
RawInputListener - Interface in com.jme3.input
An interface used for receiving raw input from devices.
Ray - Class in com.jme3.math
Ray defines a line segment which has an origin and a direction.
Ray() - Constructor for class com.jme3.math.Ray
Constructor instantiates a new Ray object.
Ray(Vector3f, Vector3f) - Constructor for class com.jme3.math.Ray
Constructor instantiates a new Ray object.
ray - Variable in class com.jme3.water.SimpleWaterProcessor
 
ray - Variable in class com.jme3.water.WaterFilter
 
rayCasterId - Variable in class com.jme3.bullet.objects.PhysicsVehicle
 
rayLength - Variable in class com.jme3.terrain.geomipmap.picking.BresenhamYUpGridTracer
 
rayLocation - Variable in class com.jme3.terrain.geomipmap.picking.BresenhamYUpGridTracer
 
rayTest(Vector3f, Vector3f) - Method in class com.jme3.bullet.PhysicsSpace
Performs a ray collision test and returns the results as a list of PhysicsRayTestResults
rayTest(Vector3f, Vector3f, List<PhysicsRayTestResult>) - Method in class com.jme3.bullet.PhysicsSpace
Performs a ray collision test and returns the results as a list of PhysicsRayTestResults
rayTest_native(Vector3f, Vector3f, long, List<PhysicsRayTestResult>) - Method in class com.jme3.bullet.PhysicsSpace
 
read(JmeImporter) - Method in class com.jme3.animation.Animation
 
read(JmeImporter) - Method in class com.jme3.animation.AnimControl
 
read(JmeImporter) - Method in class com.jme3.animation.Bone
 
read(JmeImporter) - Method in class com.jme3.animation.BoneTrack
 
read(JmeImporter) - Method in class com.jme3.animation.CompactQuaternionArray
 
read(JmeImporter) - Method in class com.jme3.animation.CompactVector3Array
 
read(JmeImporter) - Method in class com.jme3.animation.Pose
 
read(JmeImporter) - Method in class com.jme3.animation.PoseTrack.PoseFrame
Deprecated.  
read(JmeImporter) - Method in class com.jme3.animation.PoseTrack
Deprecated.  
read(JmeImporter) - Method in class com.jme3.animation.Skeleton
 
read(JmeImporter) - Method in class com.jme3.animation.SkeletonControl
 
read(JmeImporter) - Method in class com.jme3.animation.SpatialTrack
 
read(JmeImporter) - Method in class com.jme3.asset.AssetKey
 
read(JmeImporter) - Method in class com.jme3.asset.BlenderKey
 
read(JmeImporter) - Method in class com.jme3.asset.TextureKey
 
read(JmeImporter) - Method in class com.jme3.audio.AudioKey
 
read(JmeImporter) - Method in class com.jme3.audio.AudioNode
 
read(JmeImporter) - Method in class com.jme3.audio.Filter
 
read(JmeImporter) - Method in class com.jme3.audio.LowPassFilter
 
read(JmeImporter) - Method in class com.jme3.bounding.BoundingBox
 
read(JmeImporter) - Method in class com.jme3.bounding.BoundingSphere
 
read(JmeImporter) - Method in class com.jme3.bounding.BoundingVolume
 
read(JmeImporter) - Method in class com.jme3.bullet.collision.PhysicsCollisionObject
 
read(JmeImporter) - Method in class com.jme3.bullet.collision.shapes.BoxCollisionShape
 
read(JmeImporter) - Method in class com.jme3.bullet.collision.shapes.CapsuleCollisionShape
 
read(JmeImporter) - Method in class com.jme3.bullet.collision.shapes.CollisionShape
 
read(JmeImporter) - Method in class com.jme3.bullet.collision.shapes.CompoundCollisionShape
 
read(JmeImporter) - Method in class com.jme3.bullet.collision.shapes.ConeCollisionShape
 
read(JmeImporter) - Method in class com.jme3.bullet.collision.shapes.CylinderCollisionShape
 
read(JmeImporter) - Method in class com.jme3.bullet.collision.shapes.GImpactCollisionShape
 
read(JmeImporter) - Method in class com.jme3.bullet.collision.shapes.HeightfieldCollisionShape
 
read(JmeImporter) - Method in class com.jme3.bullet.collision.shapes.HullCollisionShape
 
read(JmeImporter) - Method in class com.jme3.bullet.collision.shapes.infos.ChildCollisionShape
 
read(JmeImporter) - Method in class com.jme3.bullet.collision.shapes.MeshCollisionShape
 
read(JmeImporter) - Method in class com.jme3.bullet.collision.shapes.PlaneCollisionShape
 
read(JmeImporter) - Method in class com.jme3.bullet.collision.shapes.SimplexCollisionShape
 
read(JmeImporter) - Method in class com.jme3.bullet.collision.shapes.SphereCollisionShape
 
read(JmeImporter) - Method in class com.jme3.bullet.control.CharacterControl
 
read(JmeImporter) - Method in class com.jme3.bullet.control.GhostControl
 
read(JmeImporter) - Method in class com.jme3.bullet.control.KinematicRagdollControl
de-serialize this control
read(JmeImporter) - Method in class com.jme3.bullet.control.RigidBodyControl
 
read(JmeImporter) - Method in class com.jme3.bullet.control.VehicleControl
 
read(JmeImporter) - Method in class com.jme3.bullet.joints.ConeJoint
 
read(JmeImporter) - Method in class com.jme3.bullet.joints.HingeJoint
 
read(JmeImporter) - Method in class com.jme3.bullet.joints.PhysicsJoint
 
read(JmeImporter) - Method in class com.jme3.bullet.joints.Point2PointJoint
 
read(JmeImporter) - Method in class com.jme3.bullet.joints.SixDofJoint
 
read(JmeImporter) - Method in class com.jme3.bullet.joints.SliderJoint
 
read(JmeImporter) - Method in class com.jme3.bullet.objects.PhysicsCharacter
 
read(JmeImporter) - Method in class com.jme3.bullet.objects.PhysicsGhostObject
 
read(JmeImporter) - Method in class com.jme3.bullet.objects.PhysicsRigidBody
 
read(JmeImporter) - Method in class com.jme3.bullet.objects.PhysicsVehicle
 
read(JmeImporter) - Method in class com.jme3.bullet.objects.VehicleWheel
 
read(JmeImporter) - Method in class com.jme3.cinematic.Cinematic
 
read(JmeImporter) - Method in class com.jme3.cinematic.events.AbstractCinematicEvent
for serialization only
read(JmeImporter) - Method in class com.jme3.cinematic.events.AnimationTrack
 
read(JmeImporter) - Method in class com.jme3.cinematic.events.GuiTrack
 
read(JmeImporter) - Method in class com.jme3.cinematic.events.MotionTrack
 
read(JmeImporter) - Method in class com.jme3.cinematic.events.PositionTrack
Deprecated.  
read(JmeImporter) - Method in class com.jme3.cinematic.events.RotationTrack
Deprecated.  
read(JmeImporter) - Method in class com.jme3.cinematic.events.ScaleTrack
Deprecated.  
read(JmeImporter) - Method in class com.jme3.cinematic.events.SoundTrack
 
read(JmeImporter) - Method in class com.jme3.cinematic.KeyFrame
 
read(JmeImporter) - Method in class com.jme3.cinematic.MotionPath
 
read(JmeImporter) - Method in class com.jme3.cinematic.TimeLine
 
read(JmeImporter) - Method in class com.jme3.collision.bih.BIHNode
 
read(JmeImporter) - Method in class com.jme3.collision.bih.BIHTree
 
read(JmeImporter) - Method in class com.jme3.effect.influencers.DefaultParticleInfluencer
 
read(JmeImporter) - Method in class com.jme3.effect.influencers.EmptyParticleInfluencer
 
read(JmeImporter) - Method in class com.jme3.effect.influencers.NewtonianParticleInfluencer
 
read(JmeImporter) - Method in class com.jme3.effect.ParticleEmitter.ParticleEmitterControl
 
read(JmeImporter) - Method in class com.jme3.effect.ParticleEmitter
 
read(JmeImporter) - Method in class com.jme3.effect.shapes.EmitterBoxShape
 
read(JmeImporter) - Method in class com.jme3.effect.shapes.EmitterMeshVertexShape
 
read(JmeImporter) - Method in class com.jme3.effect.shapes.EmitterPointShape
 
read(JmeImporter) - Method in class com.jme3.effect.shapes.EmitterSphereShape
 
read(JmeImporter) - Method in class com.jme3.export.NullSavable
 
read(JmeImporter) - Method in interface com.jme3.export.Savable
 
read(JmeImporter) - Method in class com.jme3.font.BitmapCharacter
 
read(JmeImporter) - Method in class com.jme3.font.BitmapCharacterSet
 
read(JmeImporter) - Method in class com.jme3.font.BitmapFont
 
read(JmeImporter) - Method in class com.jme3.font.Kerning
 
read(JmeImporter) - Method in class com.jme3.input.ChaseCamera
Read the camera
read(JmeImporter) - Method in class com.jme3.light.DirectionalLight
 
read(JmeImporter) - Method in class com.jme3.light.Light
 
read(JmeImporter) - Method in class com.jme3.light.LightList
 
read(JmeImporter) - Method in class com.jme3.light.PointLight
 
read(JmeImporter) - Method in class com.jme3.light.SpotLight
 
read(JmeImporter) - Method in class com.jme3.material.Material
 
read(JmeImporter) - Method in class com.jme3.material.MatParam
 
read(JmeImporter) - Method in class com.jme3.material.MatParamTexture
 
read(JmeImporter) - Method in class com.jme3.material.RenderState
 
read(JmeImporter) - Method in class com.jme3.material.TechniqueDef
 
read(JmeImporter) - Method in class com.jme3.math.ColorRGBA
 
read(JmeImporter) - Method in class com.jme3.math.Line
 
read(JmeImporter) - Method in class com.jme3.math.LineSegment
 
read(JmeImporter) - Method in class com.jme3.math.Matrix3f
 
read(JmeImporter) - Method in class com.jme3.math.Matrix4f
 
read(JmeImporter) - Method in class com.jme3.math.Plane
 
read(JmeImporter) - Method in class com.jme3.math.Quaternion
 
read(JmeImporter) - Method in class com.jme3.math.Ray
 
read(JmeImporter) - Method in class com.jme3.math.Rectangle
 
read(JmeImporter) - Method in class com.jme3.math.Ring
 
read(JmeImporter) - Method in class com.jme3.math.Spline
 
read(JmeImporter) - Method in class com.jme3.math.Transform
 
read(JmeImporter) - Method in class com.jme3.math.Triangle
 
read(JmeImporter) - Method in class com.jme3.math.Vector2f
 
read(JmeImporter) - Method in class com.jme3.math.Vector3f
 
read(JmeImporter) - Method in class com.jme3.math.Vector4f
 
read() - Method in class com.jme3.network.kernel.AbstractKernel
Removes one envelope from the received messages queue or blocks until one is available.
read() - Method in interface com.jme3.network.kernel.Connector
Reads a chunk of data from the connection, blocking if there is no data available.
read() - Method in interface com.jme3.network.kernel.Kernel
Removes one envelope from the received messages queue or blocks until one is available.
read(SelectionKey) - Method in class com.jme3.network.kernel.tcp.SelectorKernel.SelectorThread
 
read() - Method in class com.jme3.network.kernel.tcp.SocketConnector
 
read() - Method in class com.jme3.network.kernel.udp.UdpConnector
 
read(JmeImporter) - Method in class com.jme3.post.Filter
Override this method if you want to load extra properties when the filter is loaded else only basic properties of the filter will be loaded This method should always begin by super.read(im);
read(JmeImporter) - Method in class com.jme3.post.FilterPostProcessor
 
read(JmeImporter) - Method in class com.jme3.post.filters.BloomFilter
 
read(JmeImporter) - Method in class com.jme3.post.filters.ColorOverlayFilter
 
read(JmeImporter) - Method in class com.jme3.post.filters.FadeFilter
 
read(JmeImporter) - Method in class com.jme3.post.filters.FogFilter
 
read(JmeImporter) - Method in class com.jme3.post.filters.LightScatteringFilter
 
read(JmeImporter) - Method in class com.jme3.post.filters.RadialBlurFilter
 
read(JmeImporter) - Method in class com.jme3.post.ssao.SSAOFilter
 
read(JmeImporter) - Method in class com.jme3.renderer.Camera
 
read(JmeImporter) - Method in class com.jme3.scene.AssetLinkNode
 
read(JmeImporter) - Method in class com.jme3.scene.BatchNode
 
read(JmeImporter) - Method in class com.jme3.scene.control.AbstractControl
 
read(JmeImporter) - Method in class com.jme3.scene.control.BillboardControl
 
read(JmeImporter) - Method in class com.jme3.scene.control.CameraControl
 
read(JmeImporter) - Method in class com.jme3.scene.control.LightControl
 
read(JmeImporter) - Method in class com.jme3.scene.control.LodControl
 
read(JmeImporter) - Method in class com.jme3.scene.Geometry
 
read(JmeImporter) - Method in class com.jme3.scene.Mesh
 
read(JmeImporter) - Method in class com.jme3.scene.Node
 
read() - Method in class com.jme3.scene.plugins.blender.file.BlenderInputStream
 
read(Image, int, TexturePixel, int) - Method in interface com.jme3.scene.plugins.blender.textures.io.PixelInputOutput
This method reads a pixel that starts at the given index.
read(Image, int, TexturePixel, int, int) - Method in interface com.jme3.scene.plugins.blender.textures.io.PixelInputOutput
This method reads a pixel that is located at the given position on the image.
read(JmeImporter) - Method in class com.jme3.scene.shape.AbstractBox
 
read(JmeImporter) - Method in class com.jme3.scene.shape.Cylinder
 
read(JmeImporter) - Method in class com.jme3.scene.shape.Dome
 
read(JmeImporter) - Method in class com.jme3.scene.shape.Line
 
read(JmeImporter) - Method in class com.jme3.scene.shape.PQTorus
 
read(JmeImporter) - Method in class com.jme3.scene.shape.Sphere
 
read(JmeImporter) - Method in class com.jme3.scene.shape.Torus
 
read(JmeImporter) - Method in class com.jme3.scene.Spatial
 
read(JmeImporter) - Method in class com.jme3.scene.UserData
 
read(JmeImporter) - Method in class com.jme3.scene.VertexBuffer
 
read(JmeImporter) - Method in class com.jme3.shader.DefineList
 
read(JmeImporter) - Method in class com.jme3.shader.ShaderKey
 
read(JmeImporter) - Method in class com.jme3.terrain.GeoMap
 
read(JmeImporter) - Method in class com.jme3.terrain.geomipmap.grid.AssetTileLoader
 
read(JmeImporter) - Method in class com.jme3.terrain.geomipmap.grid.FractalTileLoader
 
read(JmeImporter) - Method in class com.jme3.terrain.geomipmap.grid.ImageTileLoader
 
read(JmeImporter) - Method in class com.jme3.terrain.geomipmap.lodcalc.DistanceLodCalculator
 
read(JmeImporter) - Method in class com.jme3.terrain.geomipmap.lodcalc.LodDistanceCalculatorFactory
Deprecated.  
read(JmeImporter) - Method in class com.jme3.terrain.geomipmap.lodcalc.LodPerspectiveCalculatorFactory
Deprecated.  
read(JmeImporter) - Method in class com.jme3.terrain.geomipmap.lodcalc.PerspectiveLodCalculator
 
read(JmeImporter) - Method in class com.jme3.terrain.geomipmap.lodcalc.SimpleLodThreshold
 
read(JmeImporter) - Method in class com.jme3.terrain.geomipmap.LODGeomap
 
read(JmeImporter) - Method in class com.jme3.terrain.geomipmap.NormalRecalcControl
 
read(JmeImporter) - Method in class com.jme3.terrain.geomipmap.TerrainGrid
 
read(JmeImporter) - Method in class com.jme3.terrain.geomipmap.TerrainLodControl
 
read(JmeImporter) - Method in class com.jme3.terrain.geomipmap.TerrainPatch
 
read(JmeImporter) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
 
read(JmeImporter) - Method in class com.jme3.texture.Image
 
read(JmeImporter) - Method in class com.jme3.texture.Texture
 
read(JmeImporter) - Method in class com.jme3.texture.Texture2D
 
read(JmeImporter) - Method in class com.jme3.texture.Texture3D
 
read(JmeImporter) - Method in class com.jme3.texture.TextureCubeMap
 
read() - Method in class com.jme3.util.LittleEndien
 
read(byte[]) - Method in class com.jme3.util.LittleEndien
 
read(byte[], int, int) - Method in class com.jme3.util.LittleEndien
 
read(JmeImporter) - Method in class com.jme3.water.WaterFilter
 
readBitSet(String, BitSet) - Method in interface com.jme3.export.InputCapsule
 
readBitSet(String, BitSet) - Method in class com.jme3.export.xml.DOMInputCapsule
 
readBoolean(InputStream) - Static method in class com.jme3.export.binary.ByteUtils
Read in a boolean from an InputStream
readBoolean(String, boolean) - Method in interface com.jme3.export.InputCapsule
 
readBoolean(String, boolean) - Method in class com.jme3.export.xml.DOMInputCapsule
 
readBoolean() - Method in class com.jme3.util.LittleEndien
 
readBooleanArray(String, boolean[]) - Method in interface com.jme3.export.InputCapsule
 
readBooleanArray(String, boolean[]) - Method in class com.jme3.export.xml.DOMInputCapsule
 
readBooleanArray2D(String, boolean[][]) - Method in interface com.jme3.export.InputCapsule
 
readBooleanArray2D(String, boolean[][]) - Method in class com.jme3.export.xml.DOMInputCapsule
 
readByte(String, byte) - Method in interface com.jme3.export.InputCapsule
 
readByte(String, byte) - Method in class com.jme3.export.xml.DOMInputCapsule
 
readByte() - Method in class com.jme3.scene.plugins.blender.file.BlenderInputStream
This method reads 1 byte from the stream.
readByte() - Method in class com.jme3.util.LittleEndien
 
readByteArray(String, byte[]) - Method in interface com.jme3.export.InputCapsule
 
readByteArray(String, byte[]) - Method in class com.jme3.export.xml.DOMInputCapsule
 
readByteArray2D(String, byte[][]) - Method in interface com.jme3.export.InputCapsule
 
readByteArray2D(String, byte[][]) - Method in class com.jme3.export.xml.DOMInputCapsule
 
readByteBuffer(String, ByteBuffer) - Method in interface com.jme3.export.InputCapsule
 
readByteBuffer(String, ByteBuffer) - Method in class com.jme3.export.xml.DOMInputCapsule
 
readByteBufferArrayList(String, ArrayList<ByteBuffer>) - Method in interface com.jme3.export.InputCapsule
 
readByteBufferArrayList(String, ArrayList<ByteBuffer>) - Method in class com.jme3.export.xml.DOMInputCapsule
 
readBytes(int) - Method in interface com.jme3.export.ReadListener
 
readChar() - Method in class com.jme3.util.LittleEndien
 
readClass(ByteBuffer) - Static method in class com.jme3.network.serializing.Serializer
Read the class from given buffer and return its SerializerRegistration.
readClassAndObject(ByteBuffer) - Static method in class com.jme3.network.serializing.Serializer
Read the class and the object.
readColor() - Method in class com.jme3.scene.plugins.MTLLoader
 
readData(byte[], int, InputStream) - Static method in class com.jme3.export.binary.ByteUtils
Properly reads in data from the given stream until the specified number of bytes have been read.
readData(Structure, BlenderContext) - Method in class com.jme3.scene.plugins.blender.textures.generating.TextureGenerator
 
readData(Structure, BlenderContext) - Method in class com.jme3.scene.plugins.blender.textures.generating.TextureGeneratorBlend
 
readData(Structure, BlenderContext) - Method in class com.jme3.scene.plugins.blender.textures.generating.TextureGeneratorClouds
 
readData(Structure, BlenderContext) - Method in class com.jme3.scene.plugins.blender.textures.generating.TextureGeneratorDistnoise
 
readData(Structure, BlenderContext) - Method in class com.jme3.scene.plugins.blender.textures.generating.TextureGeneratorMagic
 
readData(Structure, BlenderContext) - Method in class com.jme3.scene.plugins.blender.textures.generating.TextureGeneratorMarble
 
readData(Structure, BlenderContext) - Method in class com.jme3.scene.plugins.blender.textures.generating.TextureGeneratorMusgrave
 
readData(Structure, BlenderContext) - Method in class com.jme3.scene.plugins.blender.textures.generating.TextureGeneratorNoise
 
readData(Structure, BlenderContext) - Method in class com.jme3.scene.plugins.blender.textures.generating.TextureGeneratorStucci
 
readData(Structure, BlenderContext) - Method in class com.jme3.scene.plugins.blender.textures.generating.TextureGeneratorVoronoi
 
readData(Structure, BlenderContext) - Method in class com.jme3.scene.plugins.blender.textures.generating.TextureGeneratorWood
 
readData(boolean) - Method in class com.jme3.texture.plugins.DDSLoader
Reads the image data from the InputStream in the required format.
readDouble(InputStream) - Static method in class com.jme3.export.binary.ByteUtils
Read in a double from an InputStream
readDouble(String, double) - Method in interface com.jme3.export.InputCapsule
 
readDouble(String, double) - Method in class com.jme3.export.xml.DOMInputCapsule
 
readDouble() - Method in class com.jme3.scene.plugins.blender.file.BlenderInputStream
This method reads 8-byte floating point number (double) from the stream.
readDouble() - Method in class com.jme3.util.LittleEndien
 
readDoubleArray(String, double[]) - Method in interface com.jme3.export.InputCapsule
 
readDoubleArray(String, double[]) - Method in class com.jme3.export.xml.DOMInputCapsule
 
readDoubleArray2D(String, double[][]) - Method in interface com.jme3.export.InputCapsule
 
readDoubleArray2D(String, double[][]) - Method in class com.jme3.export.xml.DOMInputCapsule
 
readDXT2D(boolean, int) - Method in class com.jme3.texture.plugins.DDSLoader
Reads a DXT compressed image from the InputStream
readDXT3D(boolean, int) - Method in class com.jme3.texture.plugins.DDSLoader
Reads a DXT compressed image from the InputStream
readEnum(String, Class<T>, T) - Method in interface com.jme3.export.InputCapsule
 
readEnum(String, Class<T>, T) - Method in class com.jme3.export.xml.DOMInputCapsule
 
readExternal(ObjectInput) - Method in class com.jme3.math.Quaternion
readExternal builds a quaternion from an ObjectInput object.
readExternal(ObjectInput) - Method in class com.jme3.math.Vector2f
Used with serialization.
readFace() - Method in class com.jme3.scene.plugins.OBJLoader
 
readFloat(InputStream) - Static method in class com.jme3.export.binary.ByteUtils
Read in a float from an InputStream
readFloat(String, float) - Method in interface com.jme3.export.InputCapsule
 
readFloat(String, float) - Method in class com.jme3.export.xml.DOMInputCapsule
 
readFloat() - Method in class com.jme3.scene.plugins.blender.file.BlenderInputStream
This method reads 4-byte floating point number (float) from the stream.
readFloat() - Method in class com.jme3.util.LittleEndien
 
readFloatArray(String, float[]) - Method in interface com.jme3.export.InputCapsule
 
readFloatArray(String, float[]) - Method in class com.jme3.export.xml.DOMInputCapsule
 
readFloatArray2D(String, float[][]) - Method in interface com.jme3.export.InputCapsule
 
readFloatArray2D(String, float[][]) - Method in class com.jme3.export.xml.DOMInputCapsule
 
readFloatBuffer(String, FloatBuffer) - Method in interface com.jme3.export.InputCapsule
 
readFloatBuffer(String, FloatBuffer) - Method in class com.jme3.export.xml.DOMInputCapsule
reads from currentElem if name is null
readFloatBuffer(FloatBuffer) - Method in class com.jme3.math.Matrix4f
readFloatBuffer reads value for this matrix from a FloatBuffer.
readFloatBuffer(FloatBuffer, boolean) - Method in class com.jme3.math.Matrix4f
readFloatBuffer reads value for this matrix from a FloatBuffer.
readFloatBufferArrayList(String, ArrayList<FloatBuffer>) - Method in interface com.jme3.export.InputCapsule
 
readFloatBufferArrayList(String, ArrayList<FloatBuffer>) - Method in class com.jme3.export.xml.DOMInputCapsule
 
readFrameBuffer(FrameBuffer, ByteBuffer) - Method in class com.jme3.renderer.android.OGLESShaderRenderer
 
readFrameBuffer(FrameBuffer, ByteBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGL1Renderer
 
readFrameBuffer(FrameBuffer, ByteBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglRenderer
 
readFrameBuffer(FrameBuffer, ByteBuffer) - Method in interface com.jme3.renderer.Renderer
Reads the pixels currently stored in the specified framebuffer into the given ByteBuffer object.
readFrameBuffer(FrameBuffer, ByteBuffer) - Method in class com.jme3.system.NullRenderer
 
readFully(byte[]) - Method in class com.jme3.util.LittleEndien
 
readFully(byte[], int, int) - Method in class com.jme3.util.LittleEndien
 
readGrayscale2D(boolean, int) - Method in class com.jme3.texture.plugins.DDSLoader
Reads a grayscale image with mipmaps from the InputStream
readGrayscale3D(boolean, int) - Method in class com.jme3.texture.plugins.DDSLoader
Reads a grayscale image with mipmaps from the InputStream
readInt(InputStream) - Static method in class com.jme3.export.binary.ByteUtils
Read in an integer from an InputStream
readInt(String, int) - Method in interface com.jme3.export.InputCapsule
 
readInt(String, int) - Method in class com.jme3.export.xml.DOMInputCapsule
 
readInt() - Method in class com.jme3.scene.plugins.blender.file.BlenderInputStream
This method reads 4-byte number from the stream.
readInt() - Method in class com.jme3.util.LittleEndien
 
readIntArray(String, int[]) - Method in interface com.jme3.export.InputCapsule
 
readIntArray(String, int[]) - Method in class com.jme3.export.xml.DOMInputCapsule
 
readIntArray2D(String, int[][]) - Method in interface com.jme3.export.InputCapsule
 
readIntArray2D(String, int[][]) - Method in class com.jme3.export.xml.DOMInputCapsule
 
readIntBuffer(String, IntBuffer) - Method in interface com.jme3.export.InputCapsule
 
readIntBuffer(String, IntBuffer) - Method in class com.jme3.export.xml.DOMInputCapsule
 
readIntSavableMap(String, IntMap<? extends Savable>) - Method in interface com.jme3.export.InputCapsule
 
readIntSavableMap(String, IntMap<? extends Savable>) - Method in class com.jme3.export.xml.DOMInputCapsule
 
readLine() - Method in class com.jme3.scene.plugins.MTLLoader
 
readLine() - Method in class com.jme3.scene.plugins.OBJLoader
 
readLine() - Method in class com.jme3.util.LittleEndien
 
ReadListener - Interface in com.jme3.export
 
readLong(InputStream) - Static method in class com.jme3.export.binary.ByteUtils
Read in a long from an InputStream
readLong(String, long) - Method in interface com.jme3.export.InputCapsule
 
readLong(String, long) - Method in class com.jme3.export.xml.DOMInputCapsule
 
readLong() - Method in class com.jme3.scene.plugins.blender.file.BlenderInputStream
This method reads 8-byte number from the stream.
readLong() - Method in class com.jme3.util.LittleEndien
 
readLongArray(String, long[]) - Method in interface com.jme3.export.InputCapsule
 
readLongArray(String, long[]) - Method in class com.jme3.export.xml.DOMInputCapsule
 
readLongArray2D(String, long[][]) - Method in interface com.jme3.export.InputCapsule
 
readLongArray2D(String, long[][]) - Method in class com.jme3.export.xml.DOMInputCapsule
 
readModifiers(Structure, BlenderContext) - Method in class com.jme3.scene.plugins.blender.modifiers.ModifierHelper
This method reads the given object's modifiers.
readObject(int) - Method in class com.jme3.export.binary.BinaryImporter
 
readObject(ByteBuffer, Class) - Method in class com.jme3.network.message.ClientRegistrationMessage.ClientRegistrationSerializer
 
readObject(ByteBuffer, Class) - Method in class com.jme3.network.message.DisconnectMessage.DisconnectSerializer
 
readObject(ByteBuffer, Class<T>) - Method in class com.jme3.network.rmi.RmiSerializer
 
readObject(ByteBuffer, Class<T>) - Method in class com.jme3.network.serializing.Serializer
Read an object from the buffer, effectively deserializing it.
readObject(ByteBuffer, Class<T>) - Method in class com.jme3.network.serializing.serializers.ArraySerializer
 
readObject(ByteBuffer, Class) - Method in class com.jme3.network.serializing.serializers.BooleanSerializer
 
readObject(ByteBuffer, Class) - Method in class com.jme3.network.serializing.serializers.ByteSerializer
 
readObject(ByteBuffer, Class) - Method in class com.jme3.network.serializing.serializers.CharSerializer
 
readObject(ByteBuffer, Class<T>) - Method in class com.jme3.network.serializing.serializers.CollectionSerializer
 
readObject(ByteBuffer, Class) - Method in class com.jme3.network.serializing.serializers.DateSerializer
 
readObject(ByteBuffer, Class) - Method in class com.jme3.network.serializing.serializers.DoubleSerializer
 
readObject(ByteBuffer, Class<T>) - Method in class com.jme3.network.serializing.serializers.EnumSerializer
 
readObject(ByteBuffer, Class<T>) - Method in class com.jme3.network.serializing.serializers.FieldSerializer
 
readObject(ByteBuffer, Class) - Method in class com.jme3.network.serializing.serializers.FloatSerializer
 
readObject(ByteBuffer, Class<T>) - Method in class com.jme3.network.serializing.serializers.GZIPSerializer
 
readObject(ByteBuffer, Class) - Method in class com.jme3.network.serializing.serializers.IntSerializer
 
readObject(ByteBuffer, Class) - Method in class com.jme3.network.serializing.serializers.LongSerializer
 
readObject(ByteBuffer, Class<T>) - Method in class com.jme3.network.serializing.serializers.MapSerializer
 
readObject(ByteBuffer, Class<T>) - Method in class com.jme3.network.serializing.serializers.SavableSerializer
 
readObject(ByteBuffer, Class) - Method in class com.jme3.network.serializing.serializers.SerializableSerializer
 
readObject(ByteBuffer, Class) - Method in class com.jme3.network.serializing.serializers.ShortSerializer
 
readObject(ByteBuffer, Class) - Method in class com.jme3.network.serializing.serializers.StringSerializer
 
readObject(ByteBuffer, Class) - Method in class com.jme3.network.serializing.serializers.Vector3Serializer
 
readObject(ByteBuffer, Class<T>) - Method in class com.jme3.network.serializing.serializers.ZIPSerializer
 
readPointer() - Method in class com.jme3.scene.plugins.blender.file.BlenderInputStream
This method reads the pointer value.
readRGB2D(boolean, int) - Method in class com.jme3.texture.plugins.DDSLoader
Reads an uncompressed RGB or RGBA image.
readRGB3D(boolean, int) - Method in class com.jme3.texture.plugins.DDSLoader
Reads an uncompressed RGB or RGBA image.
readSamples(byte[], int, int) - Method in class com.jme3.audio.AudioStream
Reads samples from the stream.
readSamples(byte[]) - Method in class com.jme3.audio.AudioStream
Reads samples from the stream.
readSavable(String, Savable) - Method in interface com.jme3.export.InputCapsule
 
readSavable(String, Savable) - Method in class com.jme3.export.xml.DOMInputCapsule
 
readSavableArray(String, Savable[]) - Method in interface com.jme3.export.InputCapsule
 
readSavableArray(String, Savable[]) - Method in class com.jme3.export.xml.DOMInputCapsule
 
readSavableArray2D(String, Savable[][]) - Method in interface com.jme3.export.InputCapsule
 
readSavableArray2D(String, Savable[][]) - Method in class com.jme3.export.xml.DOMInputCapsule
 
readSavableArrayList(String, ArrayList) - Method in interface com.jme3.export.InputCapsule
 
readSavableArrayList(String, ArrayList) - Method in class com.jme3.export.xml.DOMInputCapsule
 
readSavableArrayListArray(String, ArrayList[]) - Method in interface com.jme3.export.InputCapsule
 
readSavableArrayListArray(String, ArrayList[]) - Method in class com.jme3.export.xml.DOMInputCapsule
 
readSavableArrayListArray2D(String, ArrayList[][]) - Method in interface com.jme3.export.InputCapsule
 
readSavableArrayListArray2D(String, ArrayList[][]) - Method in class com.jme3.export.xml.DOMInputCapsule
 
readSavableMap(String, Map<? extends Savable, ? extends Savable>) - Method in interface com.jme3.export.InputCapsule
 
readSavableMap(String, Map<? extends Savable, ? extends Savable>) - Method in class com.jme3.export.xml.DOMInputCapsule
 
readShort(InputStream) - Static method in class com.jme3.export.binary.ByteUtils
Read in a short from an InputStream
readShort(String, short) - Method in interface com.jme3.export.InputCapsule
 
readShort(String, short) - Method in class com.jme3.export.xml.DOMInputCapsule
 
readShort() - Method in class com.jme3.scene.plugins.blender.file.BlenderInputStream
This method reads 2-byte number from the stream.
readShort() - Method in class com.jme3.util.LittleEndien
 
readShortArray(String, short[]) - Method in interface com.jme3.export.InputCapsule
 
readShortArray(String, short[]) - Method in class com.jme3.export.xml.DOMInputCapsule
 
readShortArray2D(String, short[][]) - Method in interface com.jme3.export.InputCapsule
 
readShortArray2D(String, short[][]) - Method in class com.jme3.export.xml.DOMInputCapsule
 
readShortBuffer(String, ShortBuffer) - Method in interface com.jme3.export.InputCapsule
 
readShortBuffer(String, ShortBuffer) - Method in class com.jme3.export.xml.DOMInputCapsule
 
readString(InputStream, int) - Method in class com.jme3.export.binary.BinaryImporter
 
readString(int, int) - Method in class com.jme3.export.binary.BinaryImporter
 
readString(String, String) - Method in interface com.jme3.export.InputCapsule
 
readString(String, String) - Method in class com.jme3.export.xml.DOMInputCapsule
 
readString(ByteBuffer) - Static method in class com.jme3.network.serializing.serializers.StringSerializer
 
readString() - Method in class com.jme3.scene.plugins.blender.file.BlenderInputStream
This method reads the string.
readStringArray(String, String[]) - Method in interface com.jme3.export.InputCapsule
 
readStringArray(String, String[]) - Method in class com.jme3.export.xml.DOMInputCapsule
 
readStringArray2D(String, String[][]) - Method in interface com.jme3.export.InputCapsule
 
readStringArray2D(String, String[][]) - Method in class com.jme3.export.xml.DOMInputCapsule
 
readStringSavableMap(String, Map<String, ? extends Savable>) - Method in interface com.jme3.export.InputCapsule
 
readStringSavableMap(String, Map<String, ? extends Savable>) - Method in class com.jme3.export.xml.DOMInputCapsule
 
readUInt() - Method in class com.jme3.util.LittleEndien
read an unsigned int as a long
readUnsignedByte() - Method in class com.jme3.util.LittleEndien
 
readUnsignedShort() - Method in class com.jme3.util.LittleEndien
 
readUTF() - Method in class com.jme3.util.LittleEndien
 
readVector2() - Method in class com.jme3.scene.plugins.OBJLoader
 
readVector3() - Method in class com.jme3.scene.plugins.OBJLoader
 
reason - Variable in class com.jme3.network.ClientStateListener.DisconnectInfo
 
reBuild() - Method in class com.jme3.bullet.control.KinematicRagdollControl
rebuild the ragdoll this is useful if you applied scale on the ragdoll after it's been initialized
rebuildRigidBody() - Method in class com.jme3.bullet.objects.PhysicsRigidBody
Builds/rebuilds the phyiscs body when parameters have changed
recalculateAllNormals() - Method in class com.jme3.terrain.geomipmap.TerrainQuad
Forces the recalculation of all normals on the terrain.
Rectangle - Class in com.jme3.font
Defines a rectangle that can constrict a text paragraph.
Rectangle(float, float, float, float) - Constructor for class com.jme3.font.Rectangle
 
Rectangle - Class in com.jme3.math
Rectangle defines a finite plane within three dimensional space that is specified via three points (A, B, C).
Rectangle() - Constructor for class com.jme3.math.Rectangle
Constructor creates a new Rectangle with no defined corners.
Rectangle(Vector3f, Vector3f, Vector3f) - Constructor for class com.jme3.math.Rectangle
Constructor creates a new Rectangle with defined A, B, and C points that define the area of the rectangle.
recycle(PhysicsCollisionEvent) - Method in class com.jme3.bullet.collision.PhysicsCollisionEventFactory
 
Red - Static variable in class com.jme3.math.ColorRGBA
the color red (1,0,0).
red - Variable in class com.jme3.scene.plugins.blender.textures.TexturePixel
The pixel data.
reducePath(String) - Static method in class com.jme3.asset.AssetKey
Removes all relative elements of a path (A/B/../C.png and A/./C.png).
reduceSinAngle(float) - Static method in class com.jme3.math.FastMath
Fast Trig functions for x86.
refactor(int, PhysicsCollisionObject, PhysicsCollisionObject, long) - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
used by event factory, called when event reused
refDistance - Variable in class com.jme3.audio.AudioNode
 
reflect(Vector3f, Vector3f) - Method in class com.jme3.math.Plane
 
reflectionBuffer - Variable in class com.jme3.water.SimpleWaterProcessor
 
reflectionCam - Variable in class com.jme3.water.SimpleWaterProcessor
 
ReflectionProcessor - Class in com.jme3.water
Reflection Processor Used to render the reflected scene in an off view port
ReflectionProcessor(Camera, FrameBuffer, Plane) - Constructor for class com.jme3.water.ReflectionProcessor
Creates a ReflectionProcessor
reflectionScene - Variable in class com.jme3.water.SimpleWaterProcessor
 
reflectionScene - Variable in class com.jme3.water.WaterFilter
 
reflectionTexture - Variable in class com.jme3.water.SimpleWaterProcessor
 
reflectionView - Variable in class com.jme3.water.SimpleWaterProcessor
 
reflectionView - Variable in class com.jme3.water.WaterFilter
 
refractionBuffer - Variable in class com.jme3.water.SimpleWaterProcessor
 
refractionCam - Variable in class com.jme3.water.SimpleWaterProcessor
 
refractionTexture - Variable in class com.jme3.water.SimpleWaterProcessor
 
refractionView - Variable in class com.jme3.water.SimpleWaterProcessor
 
refreshFlags - Variable in class com.jme3.scene.Spatial
Refresh flags.
registerAssetClone(AssetKey<T>, T) - Method in interface com.jme3.asset.cache.AssetCache
This should be called by the asset manager when it has successfully acquired a cached asset (with AssetCache.getFromCache(com.jme3.asset.AssetKey)) and cloned it for use.
registerAssetClone(AssetKey<T>, T) - Method in class com.jme3.asset.cache.SimpleAssetCache
 
registerAssetClone(AssetKey<T>, T) - Method in class com.jme3.asset.cache.WeakRefAssetCache
 
registerAssetClone(AssetKey<T>, T) - Method in class com.jme3.asset.cache.WeakRefCloneAssetCache
 
registerClass(Class) - Static method in class com.jme3.network.serializing.Serializer
 
registerClass(Class, boolean) - Static method in class com.jme3.network.serializing.Serializer
Registers the specified class.
registerClass(Class, Serializer) - Static method in class com.jme3.network.serializing.Serializer
 
registerClasses(Class...) - Static method in class com.jme3.network.serializing.Serializer
 
registerClassForId(short, Class, Serializer) - Static method in class com.jme3.network.serializing.Serializer
 
registerClient(KernelAdapter, Endpoint, ClientRegistrationMessage) - Method in class com.jme3.network.base.DefaultServer
 
registerForCleanup(NativeObject) - Method in class com.jme3.util.NativeObjectManager
Register a GLObject with the manager.
registerLoader(String, String...) - Method in interface com.jme3.asset.AssetManager
Deprecated. Please use AssetManager.registerLoader(java.lang.Class, java.lang.String[]) together with Class.forName(java.lang.String) to find a class and then register it.
registerLoader(Class<? extends AssetLoader>, String...) - Method in interface com.jme3.asset.AssetManager
Register an AssetLoader by using a class object.
registerLoader(Class<? extends AssetLoader>, String...) - Method in class com.jme3.asset.DesktopAssetManager
 
registerLoader(String, String...) - Method in class com.jme3.asset.DesktopAssetManager
 
registerLocator(String, String) - Method in interface com.jme3.asset.AssetManager
Deprecated. Please use AssetManager.registerLocator(java.lang.String, java.lang.Class) together with Class.forName(java.lang.String) to find a class and then register it.
registerLocator(String, Class<? extends AssetLocator>) - Method in interface com.jme3.asset.AssetManager
Registers the given locator class for locating assets with this AssetManager.
registerLocator(String, Class<? extends AssetLocator>) - Method in class com.jme3.asset.DesktopAssetManager
 
registerLocator(String, String) - Method in class com.jme3.asset.DesktopAssetManager
 
registerPackage(String) - Static method in class com.jme3.network.serializing.Serializer
Deprecated. This cannot be implemented in a reasonable way that works in all deployment methods.
registerWithInput(InputManager) - Method in class com.jme3.input.ChaseCamera
Registers inputs with the input manager
registerWithInput(InputManager) - Method in class com.jme3.input.FlyByCamera
Registers the FlyByCamera to receive input events from the provided Dispatcher.
reIndexGeometry(HashMap<String, UpdatedTerrainPatch>, boolean) - Method in class com.jme3.terrain.geomipmap.TerrainPatch
 
reIndexPages(HashMap<String, UpdatedTerrainPatch>, boolean) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
 
relaxationFactor - Variable in class com.jme3.bullet.joints.HingeJoint
 
release() - Method in class com.jme3.util.TempVars
Releases this instance of TempVars.
releaseParentKey(AssetKey) - Method in class com.jme3.asset.ImplHandler
 
remapArrays(float[], int, int[]) - Static method in class jme3tools.converters.model.strip.TriStrip
 
remapIndices(int[], int) - Static method in class jme3tools.converters.model.strip.TriStrip
Function to remap your indices to improve spatial locality in your vertex buffer.
RemoteMethodCallMessage - Class in com.jme3.network.rmi
Sent to a remote client to make a remote method invocation.
RemoteMethodCallMessage() - Constructor for class com.jme3.network.rmi.RemoteMethodCallMessage
 
RemoteMethodReturnMessage - Class in com.jme3.network.rmi
Contains the return value for a remote method invocation, sent as a response to a RemoteMethodCallMessage with a non-zero invocationID.
RemoteMethodReturnMessage() - Constructor for class com.jme3.network.rmi.RemoteMethodReturnMessage
 
RemoteObject - Class in com.jme3.network.rmi
Contains various meta-data about an RMI interface.
RemoteObject(ObjectStore, HostedConnection) - Constructor for class com.jme3.network.rmi.RemoteObject
 
RemoteObjectDefMessage - Class in com.jme3.network.rmi
Sent to expose RMI interfaces on the local client to other clients.
RemoteObjectDefMessage() - Constructor for class com.jme3.network.rmi.RemoteObjectDefMessage
 
remove(Object) - Method in class com.jme3.bullet.PhysicsSpace
removes an object from the physics space
remove(int) - Method in class com.jme3.light.LightList
Remove the light at the given index.
remove(Light) - Method in class com.jme3.light.LightList
Removes the given light from the LightList.
remove(String) - Method in class com.jme3.shader.DefineList
 
remove(int) - Method in class com.jme3.util.IntMap
 
remove(Object) - Method in class com.jme3.util.ListMap
 
remove() - Method in class com.jme3.util.SafeArrayList.ArrayIterator
 
remove(Object) - Method in class com.jme3.util.SafeArrayList
 
remove(int) - Method in class com.jme3.util.SafeArrayList
 
removeAll(Spatial) - Method in class com.jme3.bullet.PhysicsSpace
Removes all physics controls and joints in the given spatial from the physics space (e.g.
removeAll(Collection<?>) - Method in class com.jme3.util.SafeArrayList
 
removeAllFilters() - Method in class com.jme3.post.FilterPostProcessor
Removes all the filters from this processor
removeAnim(Animation) - Method in class com.jme3.animation.AnimControl
Remove an animation so that it is no longer available for playing.
removeAssetEventListener(AssetEventListener) - Method in interface com.jme3.asset.AssetManager
Remove an AssetEventListener from receiving events from this AssetManager
removeAssetEventListener(AssetEventListener) - Method in class com.jme3.asset.DesktopAssetManager
 
removeChildShape(CollisionShape) - Method in class com.jme3.bullet.collision.shapes.CompoundCollisionShape
removes a child shape
removeClassLoader(ClassLoader) - Method in interface com.jme3.asset.AssetManager
Remove a ClassLoader from the list of registered ClassLoaders
removeClassLoader(ClassLoader) - Method in class com.jme3.asset.DesktopAssetManager
 
removeClientStateListener(ClientStateListener) - Method in class com.jme3.network.base.DefaultClient
 
removeClientStateListener(ClientStateListener) - Method in interface com.jme3.network.Client
Removes a previously registered connection listener.
removeCollideWithGroup(int) - Method in class com.jme3.bullet.collision.PhysicsCollisionObject
Remove a group from the list this object collides with.
removeCollisionGroupListener(int) - Method in class com.jme3.bullet.PhysicsSpace
 
removeCollisionListener(PhysicsCollisionListener) - Method in class com.jme3.bullet.PhysicsSpace
Removes a CollisionListener from the list
removeCollisionObject(PhysicsCollisionObject) - Method in class com.jme3.bullet.PhysicsSpace
 
removeConnectionListener(ConnectionListener) - Method in class com.jme3.network.base.DefaultServer
 
removeConnectionListener(ConnectionListener) - Method in interface com.jme3.network.Server
Removes a previously registered connection listener.
removeControl(Class<? extends Control>) - Method in class com.jme3.scene.Spatial
Removes the first control that is an instance of the given class.
removeControl(Control) - Method in class com.jme3.scene.Spatial
Removes the given control from this spatial's controls.
removeControlPoint(Vector3f) - Method in class com.jme3.math.Spline
remove the controlPoint from the spline
removeEndpoint(NioEndpoint, SocketChannel) - Method in class com.jme3.network.kernel.tcp.SelectorKernel
 
removeErrorListener(ErrorListener<? super Client>) - Method in class com.jme3.network.base.DefaultClient
 
removeErrorListener(ErrorListener<? super Client>) - Method in interface com.jme3.network.Client
Removes a previously registered error listener.
removeEventData(String, String) - Method in class com.jme3.cinematic.Cinematic
 
removeFilter(Filter) - Method in class com.jme3.post.FilterPostProcessor
removes this filters from the filters list
removeFromParent() - Method in class com.jme3.scene.Geometry
 
removeFromParent() - Method in class com.jme3.scene.Spatial
removeFromParent removes this Spatial from it's parent.
removeFromPhysicsSpace() - Method in class com.jme3.bullet.control.KinematicRagdollControl
 
removeIpo(Long) - Method in class com.jme3.scene.plugins.blender.BlenderContext
This method removes the ipo curve from the feature.
removeJoint(PhysicsJoint) - Method in class com.jme3.bullet.objects.PhysicsRigidBody
 
removeKeyFrame(int) - Method in class com.jme3.cinematic.TimeLine
 
removeKeyFrame(float) - Method in class com.jme3.cinematic.TimeLine
 
removeLight(Light) - Method in class com.jme3.scene.Spatial
removeLight removes the given light from the Spatial.
removeLinkedChild(ModelKey) - Method in class com.jme3.scene.AssetLinkNode
 
removeListener(AnimEventListener) - Method in class com.jme3.animation.AnimControl
Removes the given listener from listening to events.
removeListener(CinematicEventListener) - Method in class com.jme3.cinematic.events.AbstractCinematicEvent
remove a CinematicEventListener from this event
removeListener(MotionPathListener) - Method in class com.jme3.cinematic.MotionPath
remove the given listener
removeListener(InputListener) - Method in class com.jme3.input.InputManager
Removes a listener from receiving events.
removeListener(TerrainGridListener) - Method in class com.jme3.terrain.geomipmap.TerrainGrid
 
removeLoader(Class<? extends AssetLoader>) - Method in class com.jme3.asset.ImplHandler
 
removeLocator(Class<? extends AssetLocator>, String) - Method in class com.jme3.asset.ImplHandler
 
removeMainView(String) - Method in class com.jme3.renderer.RenderManager
Removes the main ViewPort with the specified name.
removeMainView(ViewPort) - Method in class com.jme3.renderer.RenderManager
Removes the specified main ViewPort.
removeMessageListener(MessageListener<? super Client>) - Method in class com.jme3.network.base.DefaultClient
 
removeMessageListener(MessageListener<? super Client>, Class...) - Method in class com.jme3.network.base.DefaultClient
 
removeMessageListener(MessageListener<? super HostedConnection>) - Method in class com.jme3.network.base.DefaultServer
 
removeMessageListener(MessageListener<? super HostedConnection>, Class...) - Method in class com.jme3.network.base.DefaultServer
 
removeMessageListener(MessageListener<? super S>) - Method in class com.jme3.network.base.MessageListenerRegistry
 
removeMessageListener(MessageListener<? super S>, Class...) - Method in class com.jme3.network.base.MessageListenerRegistry
 
removeMessageListener(MessageListener<? super Client>) - Method in interface com.jme3.network.Client
Removes a previously registered wildcard listener.
removeMessageListener(MessageListener<? super Client>, Class...) - Method in interface com.jme3.network.Client
Removes a previously registered type-specific listener from the specified types.
removeMessageListener(MessageListener<? super HostedConnection>) - Method in interface com.jme3.network.Server
Removes a previously registered wildcard listener.
removeMessageListener(MessageListener<? super HostedConnection>, Class...) - Method in interface com.jme3.network.Server
Removes a previously registered type-specific listener from the specified types.
removeNotify() - Method in class com.jme3.system.awt.AwtPanel
 
removePending() - Method in class com.jme3.network.kernel.tcp.NioEndpoint
Called by the SelectorKernel when the top buffer has been exhausted.
removePostView(String) - Method in class com.jme3.renderer.RenderManager
Removes the post ViewPort with the specified name.
removePostView(ViewPort) - Method in class com.jme3.renderer.RenderManager
Removes the specified post ViewPort.
removePreView(ViewPort) - Method in class com.jme3.renderer.RenderManager
Removes the specified pre ViewPort.
removeProcessor(SceneProcessor) - Method in class com.jme3.renderer.ViewPort
Removes a SceneProcessor from this ViewPort.
removeQuad(int) - Method in class com.jme3.terrain.geomipmap.TerrainGrid
 
removeRawInputListener(RawInputListener) - Method in class com.jme3.input.InputManager
Removes a RawInputListener so that it no longer receives raw input events.
removeSplashScreen() - Method in class com.jme3.app.AndroidHarness
 
removeTerrain(TerrainQuad) - Method in class com.jme3.terrain.geomipmap.MultiTerrainLodControl
Add a terrain that will no longer have its LOD handled by this control.
removeTickListener(PhysicsTickListener) - Method in class com.jme3.bullet.PhysicsSpace
 
removeUniform(String) - Method in class com.jme3.shader.Shader
 
removeWayPoint(Vector3f) - Method in class com.jme3.cinematic.MotionPath
remove the waypoint from the path
removeWayPoint(int) - Method in class com.jme3.cinematic.MotionPath
remove the waypoint at the given index from the path
removeWheel(int) - Method in class com.jme3.bullet.objects.PhysicsVehicle
This rebuilds the vehicle as there is no way in bullet to remove a wheel.
render(RenderManager) - Method in class com.jme3.app.ResetStatsState
 
render(RenderManager) - Method in class com.jme3.app.state.AbstractAppState
 
render(RenderManager) - Method in interface com.jme3.app.state.AppState
Render the state.
render(RenderManager) - Method in class com.jme3.app.state.AppStateManager
Calls render for all attached and initialized states, do not call directly.
render(RenderManager, ViewPort) - Method in class com.jme3.app.StatsView
 
render(RenderManager) - Method in class com.jme3.bullet.BulletAppState
 
render(RenderManager, ViewPort) - Method in class com.jme3.bullet.control.CharacterControl
 
render(RenderManager, ViewPort) - Method in class com.jme3.bullet.control.GhostControl
 
render(RenderManager, ViewPort) - Method in class com.jme3.bullet.control.KinematicRagdollControl
For internal use only specific render for the ragdoll(if debugging)
render(RenderManager, ViewPort) - Method in class com.jme3.bullet.control.RigidBodyControl
 
render(RenderManager, ViewPort) - Method in class com.jme3.bullet.control.VehicleControl
 
render(RenderManager) - Method in class com.jme3.cinematic.Cinematic
 
render(RenderManager, ViewPort) - Method in class com.jme3.cinematic.events.MotionTrack
 
render(RenderManager, ViewPort) - Method in class com.jme3.effect.ParticleEmitter.ParticleEmitterControl
 
render(RenderManager) - Method in class com.jme3.font.BitmapText
 
render(RenderManager, ViewPort) - Method in class com.jme3.input.ChaseCamera
renders the camera control, should only be used internally
render(Geometry, RenderManager) - Method in class com.jme3.material.Material
Called by RenderManager to render the geometry by using this material.
render(float, boolean) - Method in class com.jme3.renderer.RenderManager
Called by the application to render any ViewPorts added to this RenderManager.
render(RenderManager, ViewPort) - Method in class com.jme3.scene.control.AbstractControl
 
render(RenderManager, ViewPort) - Method in interface com.jme3.scene.control.Control
Should be called prior to queuing the spatial by the RenderManager.
renderable - Variable in class com.jme3.system.android.OGLESContext
 
renderable - Variable in class com.jme3.system.lwjgl.LwjglContext
 
renderBounds(RenderQueue, Matrix4f, WireBox, Material) - Method in class jme3tools.optimize.Octnode
 
renderBounds(RenderQueue, Matrix4f, WireBox, Material) - Method in class jme3tools.optimize.Octree
 
RenderContext - Class in com.jme3.renderer
Represents the current state of the graphics library.
RenderContext() - Constructor for class com.jme3.renderer.RenderContext
 
renderDev - Variable in class com.jme3.niftygui.NiftyJmeDisplay
 
RenderDeviceJme - Class in com.jme3.niftygui
 
RenderDeviceJme(NiftyJmeDisplay) - Constructor for class com.jme3.niftygui.RenderDeviceJme
 
renderedTexture - Variable in class com.jme3.post.Filter.Pass
 
renderer - Variable in class com.jme3.app.Application
 
renderer - Variable in class com.jme3.niftygui.NiftyJmeDisplay
 
Renderer - Interface in com.jme3.renderer
The Renderer is responsible for taking rendering commands and executing them on the underlying video hardware.
renderer - Variable in class com.jme3.system.android.OGLESContext
 
renderer - Variable in class com.jme3.system.lwjgl.LwjglContext
 
renderer - Variable in class com.jme3.system.NullContext
 
RendererException - Exception in com.jme3.renderer
RendererException is raised when a renderer encounters a fatal rendering error.
RendererException(String) - Constructor for exception com.jme3.renderer.RendererException
Creates a new instance of RendererException
renderFont(RenderFont, String, int, int, Color, float) - Method in class com.jme3.niftygui.RenderDeviceJme
Deprecated. use renderFont(RenderFont font, String str, int x, int y, Color color, float sizeX, float sizeY) instead
renderFont(RenderFont, String, int, int, Color, float, float) - Method in class com.jme3.niftygui.RenderDeviceJme
 
RenderFontJme - Class in com.jme3.niftygui
 
RenderFontJme(String, NiftyJmeDisplay) - Constructor for class com.jme3.niftygui.RenderFontJme
Initialize the font.
renderFrameBuffer - Variable in class com.jme3.post.Filter.Pass
 
renderGeometry(Geometry) - Method in class com.jme3.renderer.RenderManager
Renders the given geometry.
renderGeometryList(GeometryList) - Method in class com.jme3.renderer.RenderManager
Renders the given GeometryList.
renderHeight - Variable in class com.jme3.water.SimpleWaterProcessor
 
renderImage(RenderImage, int, int, int, int, int, int, int, int, Color, float, int, int) - Method in class com.jme3.niftygui.RenderDeviceJme
 
renderImage(RenderImage, int, int, int, int, Color, float) - Method in class com.jme3.niftygui.RenderDeviceJme
 
RenderImageJme - Class in com.jme3.niftygui
 
RenderImageJme(String, boolean, NiftyJmeDisplay) - Constructor for class com.jme3.niftygui.RenderImageJme
 
RenderImageJme(Texture2D) - Constructor for class com.jme3.niftygui.RenderImageJme
 
renderManager - Variable in class com.jme3.app.Application
 
renderManager - Variable in class com.jme3.niftygui.NiftyJmeDisplay
 
RenderManager - Class in com.jme3.renderer
RenderManager is a high-level rendering interface that is above the Renderer implementation.
RenderManager(Renderer) - Constructor for class com.jme3.renderer.RenderManager
Create a high-level rendering interface over the low-level rendering interface.
renderMesh(Mesh, int, int) - Method in class com.jme3.renderer.android.OGLESShaderRenderer
 
renderMesh(Mesh, int, int) - Method in class com.jme3.renderer.lwjgl.LwjglGL1Renderer
 
renderMesh(Mesh, int, int) - Method in class com.jme3.renderer.lwjgl.LwjglRenderer
 
renderMesh(Mesh, int, int) - Method in interface com.jme3.renderer.Renderer
Renders count meshes, with the geometry data supplied.
renderMesh(Mesh, int, int) - Method in class com.jme3.system.NullRenderer
 
renderMultipassLighting(Shader, Geometry, RenderManager) - Method in class com.jme3.material.Material
 
renderQuad(int, int, int, int, Color) - Method in class com.jme3.niftygui.RenderDeviceJme
 
renderQuad(int, int, int, int, Color, Color, Color, Color) - Method in class com.jme3.niftygui.RenderDeviceJme
 
RenderQueue - Class in com.jme3.renderer.queue
RenderQueue is used to queue up and sort geometries for rendering.
RenderQueue() - Constructor for class com.jme3.renderer.queue.RenderQueue
Creates a new RenderQueue, the default comparators are used for all geometry lists.
renderQueue(RenderQueue.Bucket, RenderManager, Camera) - Method in class com.jme3.renderer.queue.RenderQueue
 
renderQueue(RenderQueue.Bucket, RenderManager, Camera, boolean) - Method in class com.jme3.renderer.queue.RenderQueue
 
RenderQueue.Bucket - Enum in com.jme3.renderer.queue
The render queue Bucket specifies the bucket to which the spatial will be placed when rendered.
RenderQueue.ShadowMode - Enum in com.jme3.renderer.queue
ShadowMode is a marker used to specify how shadow effects should treat the spatial.
renderScene(Spatial, ViewPort) - Method in class com.jme3.renderer.RenderManager
Flattens the given scene graph into the ViewPort's RenderQueue, checking for culling as the call goes down the graph recursively.
renderShadowQueue(GeometryList, RenderManager, Camera, boolean) - Method in class com.jme3.renderer.queue.RenderQueue
 
renderShadowQueue(RenderQueue.ShadowMode, RenderManager, Camera, boolean) - Method in class com.jme3.renderer.queue.RenderQueue
 
RenderState - Class in com.jme3.material
RenderState specifies material rendering properties that cannot be controlled by a shader on a Material.
RenderState() - Constructor for class com.jme3.material.RenderState
 
RenderState.BlendMode - Enum in com.jme3.material
BlendMode specifies the blending operation to use.
RenderState.FaceCullMode - Enum in com.jme3.material
FaceCullMode specifies the criteria for faces to be culled.
RenderState.StencilOperation - Enum in com.jme3.material
StencilOperation specifies the stencil operation to use in a certain scenario as specified in RenderState.setStencil(boolean, com.jme3.material.RenderState.StencilOperation, com.jme3.material.RenderState.StencilOperation, com.jme3.material.RenderState.StencilOperation, com.jme3.material.RenderState.StencilOperation, com.jme3.material.RenderState.StencilOperation, com.jme3.material.RenderState.StencilOperation, com.jme3.material.RenderState.TestFunction, com.jme3.material.RenderState.TestFunction)
RenderState.TestFunction - Enum in com.jme3.material
TestFunction specifies the testing function for stencil test function and alpha test function.
renderTranslucentQueue(ViewPort) - Method in class com.jme3.renderer.RenderManager
Renders the translucent queue on the viewPort.
renderViewPort(ViewPort, float) - Method in class com.jme3.renderer.RenderManager
Renders the ViewPort.
renderViewPortQueues(ViewPort, boolean) - Method in class com.jme3.renderer.RenderManager
Render the given viewport queues.
renderViewPortRaw(ViewPort) - Method in class com.jme3.renderer.RenderManager
Draws the viewport but without notifying scene processors of any rendering events.
renderWidth - Variable in class com.jme3.water.SimpleWaterProcessor
 
repaintInThread() - Method in class com.jme3.system.awt.AwtPanel
 
reportError(Endpoint, Object, Exception) - Method in class com.jme3.network.base.KernelAdapter
 
reportError(Exception) - Method in class com.jme3.network.kernel.AbstractKernel
 
requestClose(boolean) - Method in class com.jme3.app.AndroidHarness
 
requestClose(boolean) - Method in class com.jme3.app.Application
Internal use only.
requestClose(boolean) - Method in interface com.jme3.system.SystemListener
Called when the user requests to close the application.
requestDialog(int, String, String, SoftTextDialogInputListener) - Method in interface com.jme3.input.SoftTextDialogInput
 
requestDialog(int, String, String, SoftTextDialogInputListener) - Method in class com.jme3.system.android.OGLESContext
 
requiresDepthAsTexture() - Method in class com.jme3.post.Filter.Pass
 
requiresSceneAsTexture() - Method in class com.jme3.post.Filter.Pass
 
reset(boolean) - Method in class com.jme3.animation.AnimChannel
 
reset() - Method in class com.jme3.animation.Skeleton
Reset the skeleton to bind pose.
reset() - Method in class com.jme3.app.state.VideoRecorderAppState.IsoTimer
 
reset() - Method in class com.jme3.input.InputManager
Do not use.
reset() - Method in class com.jme3.renderer.IDList
Reset all states to zero
reset() - Method in class com.jme3.renderer.RenderContext
Reset the RenderContext to default GL state
reset() - Method in class com.jme3.scene.plugins.blender.animations.CalculationBone
This method resets the calculation bone to the starting position.
reset() - Method in class com.jme3.scene.plugins.MTLLoader
 
reset() - Method in class com.jme3.scene.plugins.OBJLoader
 
reset() - Method in class com.jme3.shader.Uniform
 
reset() - Method in class com.jme3.system.android.AndroidTimer
 
reset() - Method in class com.jme3.system.lwjgl.LwjglSmoothingTimer
 
reset() - Method in class com.jme3.system.lwjgl.LwjglTimer
 
reset() - Method in class com.jme3.system.NanoTimer
 
reset() - Method in class com.jme3.system.Timer
Reset the timer to 0.
resetAndUpdate() - Method in class com.jme3.animation.Skeleton
Reset the skeleton to bind pose and updates the bones
resetCachedNeighbours() - Method in class com.jme3.terrain.geomipmap.TerrainQuad
Reset the cached references of neighbours.
resetGLObjects() - Method in class com.jme3.renderer.android.OGLESShaderRenderer
resetGLObjects should be called when die GLView gets recreated to reset all GPU objects
resetGLObjects() - Method in class com.jme3.renderer.lwjgl.LwjglGL1Renderer
 
resetGLObjects() - Method in class com.jme3.renderer.lwjgl.LwjglRenderer
 
resetGLObjects() - Method in interface com.jme3.renderer.Renderer
Resets all previously used Native Objects on this Renderer.
resetGLObjects() - Method in class com.jme3.system.NullRenderer
 
resetLocations() - Method in class com.jme3.shader.Shader
Usually called when the shader itself changes or during any time when the variable locations need to be refreshed.
resetMaterial() - Method in class com.jme3.scene.plugins.MTLLoader
 
resetObject() - Method in class com.jme3.audio.android.AndroidAudioData
 
resetObject() - Method in class com.jme3.audio.AudioBuffer
 
resetObject() - Method in class com.jme3.audio.AudioStream
 
resetObject() - Method in class com.jme3.audio.Filter
 
resetObject() - Method in class com.jme3.scene.VertexBuffer
 
resetObject() - Method in class com.jme3.shader.Shader
Called by the object manager to reset all object IDs.
resetObject() - Method in class com.jme3.shader.Shader.ShaderSource
 
resetObject() - Method in class com.jme3.texture.FrameBuffer.RenderBuffer
 
resetObject() - Method in class com.jme3.texture.FrameBuffer
 
resetObject() - Method in class com.jme3.texture.Image
 
resetObject() - Method in class com.jme3.util.NativeObject
Called when the GL context is restarted to reset all IDs.
resetObjects() - Method in class com.jme3.util.NativeObjectManager
Resets all NativeObjects.
resetSources() - Method in class com.jme3.shader.Shader
Deprecated. This method is not needed since deleting a shader causes the sources to delete as well, thus its not required for them to be GC'd to be removed from GL.
ResetStatsState - Class in com.jme3.app
Resets (clearFrame()) the render's stats object every frame during AppState.render().
ResetStatsState() - Constructor for class com.jme3.app.ResetStatsState
 
resetSuspension() - Method in class com.jme3.bullet.objects.PhysicsVehicle
Reset the suspension
resetUniformLocations(Shader) - Method in class com.jme3.renderer.android.OGLESShaderRenderer
 
resetUniformLocations(Shader) - Method in class com.jme3.renderer.lwjgl.LwjglRenderer
 
reshape(int, int) - Method in class com.jme3.app.AndroidHarness
 
reshape(int, int) - Method in class com.jme3.app.Application
Internal use only.
reshape(ViewPort, int, int) - Method in class com.jme3.app.state.ScreenshotAppState
 
reshape(ViewPort, int, int) - Method in class com.jme3.niftygui.NiftyJmeDisplay
 
reshape(ViewPort, int, int) - Method in class com.jme3.post.FilterPostProcessor
 
reshape(ViewPort, int, int) - Method in class com.jme3.post.HDRRenderer
 
reshape(ViewPort, int, int) - Method in class com.jme3.post.PreDepthProcessor
 
reshape(ViewPort, int, int) - Method in interface com.jme3.post.SceneProcessor
Called when the resolution of the viewport has been changed.
reshape(ViewPort, int, int) - Method in class com.jme3.shadow.BasicShadowRenderer
 
reshape(ViewPort, int, int) - Method in class com.jme3.shadow.PssmShadowRenderer
 
reshape(ViewPort, int, int) - Method in class com.jme3.system.awt.AwtPanel
 
reshape(int, int) - Method in interface com.jme3.system.SystemListener
Called to notify the application that the resolution has changed.
reshape(ViewPort, int, int) - Method in class com.jme3.water.ReflectionProcessor
 
reshape(ViewPort, int, int) - Method in class com.jme3.water.SimpleWaterProcessor.RefractionProcessor
 
reshape(ViewPort, int, int) - Method in class com.jme3.water.SimpleWaterProcessor
 
resize(int, int, boolean) - Method in class com.jme3.renderer.Camera
Resizes this camera's view with the given width and height.
resizeToPowerOf2(Image) - Static method in class jme3tools.converters.MipMapGenerator
 
resourceLocation - Variable in class com.jme3.niftygui.NiftyJmeDisplay
 
restart() - Method in class com.jme3.app.Application
Restarts the context, applying any changed settings.
restart() - Method in class com.jme3.system.android.OGLESContext
 
restart() - Method in class com.jme3.system.awt.AwtPanelsContext
 
restart() - Method in interface com.jme3.system.JmeContext
Destroys and then re-creates the context.
restart() - Method in class com.jme3.system.lwjgl.LwjglAbstractDisplay
Restart if its a windowed or full-screen display.
restart() - Method in class com.jme3.system.lwjgl.LwjglCanvas
 
restart() - Method in class com.jme3.system.lwjgl.LwjglDisplay
 
restart() - Method in class com.jme3.system.lwjgl.LwjglOffscreenBuffer
 
restart() - Method in class com.jme3.system.NullContext
 
restLength - Variable in class com.jme3.bullet.objects.VehicleWheel
 
resumeAll() - Method in class com.jme3.audio.android.AndroidAudioRenderer
Resume all paused sounds.
resuming - Variable in class com.jme3.cinematic.events.AbstractCinematicEvent
 
retainAll(Collection<?>) - Method in class com.jme3.util.SafeArrayList
 
retType - Variable in class com.jme3.network.rmi.MethodDef
Return type
retVal - Variable in class com.jme3.network.rmi.RemoteMethodReturnMessage
The return value, could be null.
reverbEnabled - Variable in class com.jme3.audio.AudioNode
 
reverbFilter - Variable in class com.jme3.audio.AudioNode
 
RF_BOUND - Static variable in class com.jme3.scene.Spatial
Refresh flag types
RF_LIGHTLIST - Static variable in class com.jme3.scene.Spatial
Refresh flag types
RF_TRANSFORM - Static variable in class com.jme3.scene.Spatial
Refresh flag types
rFactor - Variable in class com.jme3.scene.plugins.blender.textures.generating.TextureGenerator.BrightnessAndContrastData
 
RGB565 - Class in jme3tools.converters
 
RGB565() - Constructor for class jme3tools.converters.RGB565
 
RGB565_to_ARGB8(short) - Static method in class jme3tools.converters.RGB565
 
rgbToHsv(float, float, float, float[]) - Method in class com.jme3.scene.plugins.blender.materials.MaterialHelper
This method converts rgb values to hsv values.
rhumbLineSailing(Position, Position) - Method in class jme3tools.navigation.NavCalculator
Determines a Rhumb Line course and distance between two points
rightAlignBytes(byte[], int) - Static method in class com.jme3.export.binary.ByteUtils
 
rightClickRotate - Variable in class com.jme3.input.ChaseCamera
 
rightNeighbour - Variable in class com.jme3.terrain.geomipmap.TerrainPatch
 
rigidBody - Variable in class com.jme3.bullet.control.KinematicRagdollControl.PhysicsBoneLink
 
RigidBodyControl - Class in com.jme3.bullet.control
 
RigidBodyControl() - Constructor for class com.jme3.bullet.control.RigidBodyControl
 
RigidBodyControl(float) - Constructor for class com.jme3.bullet.control.RigidBodyControl
When using this constructor, the CollisionShape for the RigidBody is generated automatically when the Control is added to a Spatial.
RigidBodyControl(CollisionShape) - Constructor for class com.jme3.bullet.control.RigidBodyControl
Creates a new PhysicsNode with the supplied collision shape and mass 1
RigidBodyControl(CollisionShape, float) - Constructor for class com.jme3.bullet.control.RigidBodyControl
 
RigidBodyMotionState - Class in com.jme3.bullet.objects.infos
stores transform info of a PhysicsNode in a threadsafe manner to allow multithreaded access from the jme scenegraph and the bullet physicsspace
RigidBodyMotionState() - Constructor for class com.jme3.bullet.objects.infos.RigidBodyMotionState
 
Ring - Class in com.jme3.math
Ring defines a flat ring or disk within three dimensional space that is specified via the ring's center point, an up vector, an inner radius, and an outer radius.
Ring() - Constructor for class com.jme3.math.Ring
Constructor creates a new Ring lying on the XZ plane, centered at the origin, with an inner radius of zero and an outer radius of one (a unit disk).
Ring(Vector3f, Vector3f, float, float) - Constructor for class com.jme3.math.Ring
Constructor creates a new Ring with defined center point, up vector, and inner and outer radii.
RingBuffer<T> - Class in com.jme3.util
Ring buffer (fixed size queue) implementation using a circular array (array with wrap-around).
RingBuffer(int) - Constructor for class com.jme3.util.RingBuffer
 
riseCamera(float) - Method in class com.jme3.input.FlyByCamera
 
RL_CRS_PRECISION - Static variable in class jme3tools.navigation.NavCalculator
 
RL_DIST_PRECISION - Static variable in class jme3tools.navigation.NavCalculator
 
RLSailing - Class in jme3tools.navigation
A utility class to package up a rhumb line sailing
RLSailing(double, double) - Constructor for class jme3tools.navigation.RLSailing
 
rm - Variable in class com.jme3.water.SimpleWaterProcessor
 
RmiSerializer - Class in com.jme3.network.rmi
RmiSerializer is responsible for serializing RMI messages like define object, call, and return.
RmiSerializer() - Constructor for class com.jme3.network.rmi.RmiSerializer
 
RNA_PROPERTY_NAME - Static variable in class com.jme3.scene.plugins.blender.objects.Properties
 
rollInfluence - Variable in class com.jme3.bullet.objects.VehicleWheel
 
rootMass - Variable in class com.jme3.bullet.control.KinematicRagdollControl
 
rootNode - Variable in class com.jme3.app.SimpleApplication
 
rotA - Variable in class com.jme3.bullet.joints.ConeJoint
 
rotA - Variable in class com.jme3.bullet.joints.SliderJoint
 
rotate(Quaternion, int) - Method in class com.jme3.scene.plugins.blender.animations.CalculationBone
 
rotate(Quaternion) - Method in class com.jme3.scene.Spatial
Rotates the spatial by the given rotation.
rotate(float, float, float) - Method in class com.jme3.scene.Spatial
Rotates the spatial by the xAngle, yAngle and zAngle angles (in radians), (aka pitch, yaw, roll) in the local coordinate space.
rotate(float[], float[][]) - Static method in class com.jme3.terrain.noise.ShaderUtils
 
rotateAroundOrigin(float, boolean) - Method in class com.jme3.math.Vector2f
 
rotateCamera(float) - Method in class com.jme3.input.ChaseCamera
 
rotateCamera(float, Vector3f) - Method in class com.jme3.input.FlyByCamera
 
rotateSpeed - Variable in class com.jme3.effect.Particle
Particle rotation angle speed (in radians).
rotateUpTo(Vector3f) - Method in class com.jme3.scene.Spatial
rotateUpTo is a utility function that alters the local rotation to point the Y axis in the direction given by newUp.
rotateVect(Vector3f) - Method in class com.jme3.math.Matrix4f
 
rotating - Variable in class com.jme3.input.ChaseCamera
 
rotation - Variable in class com.jme3.bullet.collision.shapes.infos.ChildCollisionShape
 
rotation - Variable in class com.jme3.cinematic.events.MotionTrack
 
rotation - Variable in class com.jme3.input.ChaseCamera
 
rotation - Variable in class com.jme3.renderer.Camera
The orientation of the camera.
RotationalLimitMotor - Class in com.jme3.bullet.joints.motors
 
RotationalLimitMotor(long) - Constructor for class com.jme3.bullet.joints.motors.RotationalLimitMotor
 
rotationLerpFactor - Variable in class com.jme3.input.ChaseCamera
 
rotations - Variable in class com.jme3.animation.AnimationFactory
rotation array for this animation
rotationSensitivity - Variable in class com.jme3.input.ChaseCamera
 
rotationSpeed - Variable in class com.jme3.input.ChaseCamera
 
rotationSpeed - Variable in class com.jme3.input.FlyByCamera
 
RotationTrack - Class in com.jme3.cinematic.events
Deprecated. use spatial animation instead.
RotationTrack() - Constructor for class com.jme3.cinematic.events.RotationTrack
Deprecated.  
RotationTrack(Spatial, Quaternion) - Constructor for class com.jme3.cinematic.events.RotationTrack
Deprecated.  
RotationTrack(Spatial, Quaternion, float, LoopMode) - Constructor for class com.jme3.cinematic.events.RotationTrack
Deprecated.  
RotationTrack(Spatial, Quaternion, LoopMode) - Constructor for class com.jme3.cinematic.events.RotationTrack
Deprecated.  
RotationTrack(Spatial, Quaternion, float) - Constructor for class com.jme3.cinematic.events.RotationTrack
Deprecated.  
rotB - Variable in class com.jme3.bullet.joints.ConeJoint
 
rotB - Variable in class com.jme3.bullet.joints.SliderJoint
 
Round(float, int) - Method in class jme3tools.navigation.NumUtil
Rounds a number
rumble(float) - Method in class com.jme3.input.Joystick
Rumbles the joystick for the given amount/magnitude.
run() - Method in class com.jme3.audio.lwjgl.LwjglAudioRenderer
 
run() - Method in class com.jme3.network.base.ConnectorAdapter
 
run() - Method in class com.jme3.network.base.ConnectorAdapter.WriterThread
 
run() - Method in class com.jme3.network.base.KernelAdapter
 
run() - Method in class com.jme3.network.kernel.tcp.SelectorKernel.SelectorThread
 
run() - Method in class com.jme3.network.kernel.udp.UdpKernel.HostThread
 
run() - Method in class com.jme3.network.kernel.udp.UdpKernel.MessageWriter
 
run() - Method in class com.jme3.system.lwjgl.LwjglAbstractDisplay
 
run() - Method in class com.jme3.system.lwjgl.LwjglOffscreenBuffer
 
run() - Method in class com.jme3.system.NullContext
 
run() - Method in class com.jme3.terrain.geomipmap.TerrainGrid.UpdateQuadCache
This is executed if the camera has moved into a new CameraCell and will load in the new TerrainQuad tiles to be children of this TerrainGrid parent.
runControlRender(RenderManager, ViewPort) - Method in class com.jme3.scene.Spatial
Called when the Spatial is about to be rendered, to notify controls attached to this Spatial using the Control.render() method.
runLoop() - Method in class com.jme3.system.lwjgl.LwjglAbstractDisplay
execute one iteration of the render loop in the OpenGL thread
runLoop() - Method in class com.jme3.system.lwjgl.LwjglCanvas
 
runLoop() - Method in class com.jme3.system.lwjgl.LwjglDisplay
 
runLoop() - Method in class com.jme3.system.lwjgl.LwjglOffscreenBuffer
 
runOnce - Variable in class com.jme3.terrain.geomipmap.TerrainGrid
 
runQueuedTasks() - Method in class com.jme3.app.Application
Runs tasks enqueued via Application.enqueue(Callable)

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z