- a - Variable in class com.jme3.bullet.debug.BulletJointDebugControl
-
- a - Variable in class com.jme3.math.ColorRGBA
-
The alpha component of the color.
- a - Variable in class com.jme3.system.jopenvr.HmdColor_t
-
- abs(float) - Static method in class com.jme3.math.FastMath
-
Returns Absolute value of a float.
- abs(float) - Static method in class com.jme3.terrain.noise.ShaderUtils
-
- absoluteLocal() - Method in class com.jme3.math.Matrix3f
-
Takes the absolute value of all matrix fields locally.
- AbstractAppState - Class in com.jme3.app.state
-
AbstractAppState
implements some common methods
that make creation of AppStates easier.
- AbstractAppState() - Constructor for class com.jme3.app.state.AbstractAppState
-
- AbstractAppState(String) - Constructor for class com.jme3.app.state.AbstractAppState
-
- AbstractBox - Class in com.jme3.scene.shape
-
An eight sided box.
- AbstractBox() - Constructor for class com.jme3.scene.shape.AbstractBox
-
- AbstractCinematicEvent - Class in com.jme3.cinematic.events
-
This call contains the basic behavior of a cinematic event.
- AbstractCinematicEvent() - Constructor for class com.jme3.cinematic.events.AbstractCinematicEvent
-
Construct a cinematic event (empty constructor).
- AbstractCinematicEvent(float) - Constructor for class com.jme3.cinematic.events.AbstractCinematicEvent
-
Construct a cinematic event with the given initial duration.
- AbstractCinematicEvent(LoopMode) - Constructor for class com.jme3.cinematic.events.AbstractCinematicEvent
-
Construct a cinematic event with the given loopMode.
- AbstractCinematicEvent(float, LoopMode) - Constructor for class com.jme3.cinematic.events.AbstractCinematicEvent
-
Construct a cinematic event with the given loopMode and the given initialDuration.
- AbstractClientService - Class in com.jme3.network.service
-
Convenient base class for ClientServices providing some default ClientService
interface implementations as well as a few convenience methods
such as getServiceManager() and getService(type).
- AbstractClientService() - Constructor for class com.jme3.network.service.AbstractClientService
-
- AbstractControl - Class in com.jme3.scene.control
-
An abstract implementation of the Control interface.
- AbstractControl() - Constructor for class com.jme3.scene.control.AbstractControl
-
- AbstractFilter - Class in com.jme3.terrain.noise.filter
-
- AbstractFilter() - Constructor for class com.jme3.terrain.noise.filter.AbstractFilter
-
- AbstractHeightMap - Class in com.jme3.terrain.heightmap
-
AbstractHeightMap
provides a base implementation of height
data for terrain rendering.
- AbstractHeightMap() - Constructor for class com.jme3.terrain.heightmap.AbstractHeightMap
-
- AbstractHostedConnectionService - Class in com.jme3.network.service
-
Convenient base class for HostedServices providing some default HostedService
interface implementations as well as a few convenience methods
such as getServiceManager() and getService(type).
- AbstractHostedConnectionService() - Constructor for class com.jme3.network.service.AbstractHostedConnectionService
-
Creates a new HostedService that will autohost connections
when detected.
- AbstractHostedConnectionService(boolean) - Constructor for class com.jme3.network.service.AbstractHostedConnectionService
-
Creates a new HostedService that will automatically host
connections only if autoHost is true.
- AbstractHostedService - Class in com.jme3.network.service
-
Convenient base class for HostedServices providing some default HostedService
interface implementations as well as a few convenience methods
such as getServiceManager() and getService(type).
- AbstractHostedService() - Constructor for class com.jme3.network.service.AbstractHostedService
-
- AbstractJoystick - Class in com.jme3.input
-
A joystick represents a single joystick that is installed in the system.
- AbstractJoystick(InputManager, JoyInput, int, String) - Constructor for class com.jme3.input.AbstractJoystick
-
Creates a new joystick instance.
- AbstractKernel - Class in com.jme3.network.kernel
-
Base implementation of the Kernel interface providing several
useful default implementations of some methods.
- AbstractKernel() - Constructor for class com.jme3.network.kernel.AbstractKernel
-
- AbstractMessage - Class in com.jme3.network
-
Interface implemented by all network messages.
- AbstractMessage() - Constructor for class com.jme3.network.AbstractMessage
-
- AbstractMessage(boolean) - Constructor for class com.jme3.network.AbstractMessage
-
- AbstractMessageDelegator<S extends MessageConnection> - Class in com.jme3.network.util
-
A MessageListener implementation that will forward messages to methods
of a delegate object.
- AbstractMessageDelegator(Class, boolean) - Constructor for class com.jme3.network.util.AbstractMessageDelegator
-
Creates an AbstractMessageDelegator that will forward received
messages to methods of the specified delegate type.
- AbstractOpenCLObject - Class in com.jme3.opencl
-
Abstract implementation of
OpenCLObject
providing the release
mechanisms.
- AbstractOpenCLObject(OpenCLObject.ObjectReleaser) - Constructor for class com.jme3.opencl.AbstractOpenCLObject
-
- AbstractPhysicsControl - Class in com.jme3.bullet.control
-
Manage the life cycle of a physics object linked to a spatial in a scene
graph.
- AbstractPhysicsControl() - Constructor for class com.jme3.bullet.control.AbstractPhysicsControl
-
- AbstractPhysicsDebugControl - Class in com.jme3.bullet.debug
-
The abstract base class for physics-debug controls (such as
BulletRigidBodyDebugControl) used to visualize individual collision objects
and joints.
- AbstractPhysicsDebugControl(BulletDebugAppState) - Constructor for class com.jme3.bullet.debug.AbstractPhysicsDebugControl
-
Instantiate an enabled control to serve the specified debug app state.
- AbstractService<S extends ServiceManager> - Class in com.jme3.network.service
-
Base class providing some default Service interface implementations
as well as a few convenience methods such as getServiceManager()
and getService(type).
- AbstractService() - Constructor for class com.jme3.network.service.AbstractService
-
- AbstractShadowFilter<T extends AbstractShadowRenderer> - Class in com.jme3.shadow
-
Generic abstract filter that holds common implementations for the different
shadow filters
- AbstractShadowFilter() - Constructor for class com.jme3.shadow.AbstractShadowFilter
-
used for serialization
- AbstractShadowFilter(AssetManager, int, T) - Constructor for class com.jme3.shadow.AbstractShadowFilter
-
Abstract class constructor
- AbstractShadowFilterVR<T extends AbstractShadowRendererVR> - Class in com.jme3.shadow
-
Generic abstract filter that holds common implementations for the different
shadow filters.
- AbstractShadowFilterVR(AssetManager, int, T) - Constructor for class com.jme3.shadow.AbstractShadowFilterVR
-
Abstract class constructor
- AbstractShadowFilterVR(AssetManager, int, T, String) - Constructor for class com.jme3.shadow.AbstractShadowFilterVR
-
- AbstractShadowRenderer - Class in com.jme3.shadow
-
abstract shadow renderer that holds commons feature to have for a shadow
renderer
- AbstractShadowRenderer() - Constructor for class com.jme3.shadow.AbstractShadowRenderer
-
used for serialization
- AbstractShadowRenderer(AssetManager, int, int) - Constructor for class com.jme3.shadow.AbstractShadowRenderer
-
Create an abstract shadow renderer.
- AbstractShadowRendererVR - Class in com.jme3.shadow
-
Abstract shadow renderer that holds commons feature to have for a shadow
renderer.
- AbstractShadowRendererVR() - Constructor for class com.jme3.shadow.AbstractShadowRendererVR
-
used for serialization
- AbstractShadowRendererVR(AssetManager, int, int) - Constructor for class com.jme3.shadow.AbstractShadowRendererVR
-
Create an abstract shadow renderer.
- AbstractTriangle - Class in com.jme3.math
-
A Collidable with a triangular shape.
- AbstractTriangle() - Constructor for class com.jme3.math.AbstractTriangle
-
- AbstractTween - Class in com.jme3.anim.tween
-
Base implementation of the Tween interface that provides
default implementations of the getLength() and interpolate()
methods that provide common tween clamping and bounds checking.
- AbstractTween(double) - Constructor for class com.jme3.anim.tween.AbstractTween
-
- AbstractVRMouseManager - Class in com.jme3.input.vr
-
- AbstractVRMouseManager(VREnvironment) - Constructor for class com.jme3.input.vr.AbstractVRMouseManager
-
Create a new AbstractVRMouseManager attached to the given
VR environment
.
- AbstractVRViewManager - Class in com.jme3.input.vr
-
A VR view manager.
- AbstractVRViewManager() - Constructor for class com.jme3.input.vr.AbstractVRViewManager
-
- accelerate(float) - Method in class com.jme3.bullet.objects.PhysicsVehicle
-
Apply the given engine force to all wheels, works continuously
- accelerate(int, float) - Method in class com.jme3.bullet.objects.PhysicsVehicle
-
Apply the given engine force, works continuously
- accelerate(float) - Method in class jme3test.bullet.PhysicsHoverControl
-
- accelerationValue - Variable in class jme3test.bullet.PhysicsHoverControl
-
- accept(Field, int) - Method in interface com.jme3.lwjgl3.utils.APIUtil.TokenFilter
-
Should return true if the specified Field passes the filter.
- accept(SelectionKey) - Method in class com.jme3.network.kernel.tcp.SelectorKernel.SelectorThread
-
- AcknowledgeQuit_Exiting - Variable in class com.jme3.system.jopenvr.VR_IVRSystem_FnTable
-
C type : AcknowledgeQuit_Exiting_callback*
- AcknowledgeQuit_UserPrompt - Variable in class com.jme3.system.jopenvr.VR_IVRSystem_FnTable
-
C type : AcknowledgeQuit_UserPrompt_callback*
- acos(float) - Static method in class com.jme3.math.FastMath
-
Returns the arc cosine of a value.
Special cases:
If fValue is smaller than -1, then the result is PI.
- AcousticLab - Static variable in class com.jme3.audio.Environment
-
- acquireBufferForSharingAsync(CommandQueue) - Method in class com.jme3.opencl.Buffer
-
Acquires this buffer object for using.
- acquireBufferForSharingAsync(CommandQueue) - Method in class com.jme3.opencl.lwjgl.LwjglBuffer
-
- acquireBufferForSharingNoEvent(CommandQueue) - Method in class com.jme3.opencl.Buffer
-
Acquires this buffer object for using.
- acquireBufferForSharingNoEvent(CommandQueue) - Method in class com.jme3.opencl.lwjgl.LwjglBuffer
-
- acquireImageForSharingAsync(CommandQueue) - Method in class com.jme3.opencl.Image
-
Acquires this image object for using.
- acquireImageForSharingAsync(CommandQueue) - Method in class com.jme3.opencl.lwjgl.LwjglImage
-
- acquireImageForSharingNoEvent(CommandQueue) - Method in class com.jme3.opencl.Image
-
Acquires this image object for using.
- acquireImageForSharingNoEvent(CommandQueue) - Method in class com.jme3.opencl.lwjgl.LwjglImage
-
- acquirePixelFormat(boolean) - Method in class com.jme3.system.lwjgl.LwjglCanvas
-
It seems it is best to use one pixel format for all shared contexts.
- AcquireVideoStreamingService - Variable in class com.jme3.system.jopenvr.VR_IVRTrackedCamera_FnTable
-
C type : AcquireVideoStreamingService_callback*
- action(String) - Method in class com.jme3.anim.AnimComposer
-
- Action - Class in com.jme3.anim.tween.action
-
- Action(Tween...) - Constructor for class com.jme3.anim.tween.action.Action
-
- actionBlended(String, BlendSpace, String...) - Method in class com.jme3.anim.AnimComposer
-
Creates an action that blends the named clips using the given blend
space.
- actionDown(int, long, float, float) - Method in class com.jme3.input.ios.IosTouchHandler
-
- ActionListener - Interface in com.jme3.input.controls
-
ActionListener
is used to receive input events in "digital" style.
- actionMove(int, long, float, float) - Method in class com.jme3.input.ios.IosTouchHandler
-
- actions - Variable in class com.jme3.anim.tween.action.Action
-
- actionSequence(String, Tween...) - Method in class com.jme3.anim.AnimComposer
-
Creates an action that will interpolate over an entire sequence
of tweens in order.
- actionUp(int, long, float, float) - Method in class com.jme3.input.ios.IosTouchHandler
-
- activate() - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
reactivates this PhysicsRigidBody when it has been deactivated because it was not moving
- activateCamera(float, String) - Method in class com.jme3.cinematic.Cinematic
-
schedule an event that will activate the camera at the given time
- active - Variable in class com.jme3.bullet.BulletAppState
-
true if-and-only-if this state is enabled
- activeOrigin - Variable in class com.jme3.system.jopenvr.InputAnalogActionData_t
-
C type : VRInputValueHandle_t
- activeOrigin - Variable in class com.jme3.system.jopenvr.InputDigitalActionData_t
-
C type : VRInputValueHandle_t
- activeOrigin - Variable in class com.jme3.system.jopenvr.InputPoseActionData_t
-
C type : VRInputValueHandle_t
- activeOrigin - Variable in class com.jme3.system.jopenvr.InputSkeletalActionData_t
-
C type : VRInputValueHandle_t
- actualContext - Variable in class com.jme3.system.awt.AwtPanelsContext
-
- adaptMatParam(MatParam) - Method in class com.jme3.scene.plugins.gltf.MaterialAdapter
-
- adaptMatParam(MatParam) - Method in class com.jme3.scene.plugins.gltf.PBRMaterialAdapter
-
- adaptMatParam(MatParam) - Method in class com.jme3.scene.plugins.gltf.PBRSpecGlossMaterialAdapter
-
- adaptMatParam(MatParam) - Method in class com.jme3.scene.plugins.gltf.UnlitMaterialAdapter
-
- add(T...) - Method in class com.jme3.animation.CompactArray
-
Add objects.
- add(Vector3f) - Method in class com.jme3.bullet.animation.VectorSet
-
Add the value of the specified Vector3f to this set.
- add(Object) - Method in class com.jme3.bullet.PhysicsSpace
-
adds an object to the physics space
- add(Light) - Method in class com.jme3.light.LightList
-
Adds a light to the list.
- add(ColorRGBA) - Method in class com.jme3.math.ColorRGBA
-
Adds each r,g,b,a of this ColorRGBA
by the corresponding
r,g,b,a of the given color and returns the result as a new ColorRGBA
.
- add(Matrix4f) - Method in class com.jme3.math.Matrix4f
-
Add the specified matrix.
- add(Quaternion) - Method in class com.jme3.math.Quaternion
-
add
adds the values of this quaternion to those of the
parameter quaternion.
- add(Vector2f) - Method in class com.jme3.math.Vector2f
-
add
adds a provided vector to this vector creating a
resultant vector which is returned.
- add(Vector2f, Vector2f) - Method in class com.jme3.math.Vector2f
-
add
adds this vector by vec
and stores the
result in result
.
- add(Vector3f) - Method in class com.jme3.math.Vector3f
-
Adds the argument and returns the sum as a new instance.
- add(Vector3f, Vector3f) - Method in class com.jme3.math.Vector3f
-
Adds a specified vector and returns the sum in a 3rd vector.
- add(float, float, float) - Method in class com.jme3.math.Vector3f
-
Adds specified amounts to the vector's components and returns the sum as
a new instance.
- add(Vector4f) - Method in class com.jme3.math.Vector4f
-
add
adds a provided vector to this vector creating a
resultant vector which is returned.
- add(Vector4f, Vector4f) - Method in class com.jme3.math.Vector4f
-
add
adds the values of a provided vector storing the
values in the supplied vector.
- add(float, float, float, float) - Method in class com.jme3.math.Vector4f
-
add
adds the provided values to this vector, creating a
new vector that is then returned.
- add(Geometry) - Method in class com.jme3.renderer.queue.GeometryList
-
Adds a geometry to the list.
- add(String, int, int) - Method in class com.jme3.scene.plugins.fbx.AnimationList
-
Use in the case of multiple animation layers in FBX asset
- add(String, String, int, int) - Method in class com.jme3.scene.plugins.fbx.AnimationList
-
Use in the case of multiple animation layers in FBX asset
- add(E) - Method in class com.jme3.util.SafeArrayList
-
- add(int, E) - Method in class com.jme3.util.SafeArrayList
-
- add(E) - Method in class com.jme3.util.SafeArrayList.ArrayIterator
-
- addAction(String, Action) - Method in class com.jme3.anim.AnimComposer
-
Register given action with specified name.
- addAll(Spatial) - Method in class com.jme3.bullet.PhysicsSpace
-
adds all physics controls and joints in the given spatial node to the physics space
(e.g.
- addAll(Collection<? extends E>) - Method in class com.jme3.util.SafeArrayList
-
- addAll(int, Collection<? extends E>) - Method in class com.jme3.util.SafeArrayList
-
- addAllBones() - Method in class com.jme3.animation.AnimChannel
-
Deprecated.
Add all the bones of the model's skeleton to be
influenced by this animation channel.
- addAncestors(Joint) - Method in class com.jme3.anim.ArmatureMask
-
Add the specified Joint and all its ancestors.
- addAnim(Animation) - Method in class com.jme3.animation.AnimControl
-
Deprecated.
Adds an animation to be available for playing to this
AnimControl
.
- addAnimClip(AnimClip) - Method in class com.jme3.anim.AnimComposer
-
Adds an animation to be available for playing to this
AnimControl
.
- AddApplicationManifest - Variable in class com.jme3.system.jopenvr.VR_IVRApplications_FnTable
-
C type : AddApplicationManifest_callback*
- addArmatureFrom(SkinningControl) - Method in class com.jme3.scene.debug.custom.ArmatureDebugAppState
-
- addArmatureFrom(Armature, Spatial) - Method in class com.jme3.scene.debug.custom.ArmatureDebugAppState
-
- addAssetEventListener(AssetEventListener) - Method in interface com.jme3.asset.AssetManager
-
- addAssetEventListener(AssetEventListener) - Method in class com.jme3.asset.DesktopAssetManager
-
- addAxis(JoystickAxis) - Method in class com.jme3.input.AbstractJoystick
-
- addAxis(InputDevice.MotionRange) - Method in class com.jme3.input.android.AndroidJoystickJoyInput14.AndroidJoystick
-
- addAxis(String, String, int, float) - Method in class com.jme3.input.android.AndroidSensorJoyInput.AndroidSensorJoystick
-
- addAxis(int, JoystickAxis) - Method in class com.jme3.input.lwjgl.GlfwJoystickInput.GlfwJoystick
-
- addAxis(Component) - Method in class com.jme3.input.lwjgl.JInputJoyInput.JInputJoystick
-
- addAxisMapping(String, String, String) - Static method in class com.jme3.input.JoystickCompatibilityMappings
-
Adds a single Joystick axis or button remapping based on the
joystick's name and axis/button name.
- addAxisMapping(String, String, String, float[]) - Static method in class com.jme3.input.JoystickCompatibilityMappings
-
Adds a single Joystick axis or button remapping based on the
joystick's name and axis/button name.
- addBasis(Basis) - Method in interface com.jme3.terrain.noise.fractal.Fractal
-
- addBasis(Basis) - Method in class com.jme3.terrain.noise.fractal.FractalSum
-
- addBone(String) - Method in class com.jme3.animation.AnimChannel
-
Deprecated.
Add a single bone to be influenced by this animation channel.
- addBone(Bone) - Method in class com.jme3.animation.AnimChannel
-
Deprecated.
Add a single bone to be influenced by this animation channel.
- addBoneName(String) - Method in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
Add a bone name to this control.
- addBones(Armature, String...) - Method in class com.jme3.anim.ArmatureMask
-
Add joints to be influenced by this animation mask.
- addBrick(Vector3f) - Method in class jme3test.batching.TestBatchNodeTower
-
- addBrick(Vector3f) - Method in class jme3test.bullet.TestBrickTower
-
- addBrick(Vector3f) - Method in class jme3test.bullet.TestBrickWall
-
- addButton(JoystickButton) - Method in class com.jme3.input.AbstractJoystick
-
- addButton(int) - Method in class com.jme3.input.android.AndroidJoystickJoyInput14.AndroidJoystick
-
- addButton(JoystickButton) - Method in class com.jme3.input.lwjgl.GlfwJoystickInput.GlfwJoystick
-
- addButton(Component) - Method in class com.jme3.input.lwjgl.JInputJoyInput.JInputJoystick
-
- addButtonMapping(String, String, String) - Static method in class com.jme3.input.JoystickCompatibilityMappings
-
Adds a single Joystick axis or button remapping based on the
joystick's name and axis/button name.
- addBytes(ByteBuffer) - Method in interface com.jme3.network.base.MessageBuffer
-
Adds byte data to the message buffer.
- addBytes(ByteBuffer) - Method in class com.jme3.network.base.protocol.GreedyMessageBuffer
-
Adds byte data to the message buffer.
- addBytes(ByteBuffer) - Method in class com.jme3.network.base.protocol.LazyMessageBuffer
-
Adds byte data to the message buffer.
- addChannel(int) - Method in class com.jme3.network.base.DefaultServer
-
- addChannel(int) - Method in interface com.jme3.network.Server
-
Adds an alternate channel to the server, using the specified port.
- addCharacter(int, BitmapCharacter) - Method in class com.jme3.font.BitmapCharacterSet
-
- addChecker(Object, Object) - Method in class com.jme3.app.state.ConstantVerifierState
-
- addChild(Joint) - Method in class com.jme3.anim.Joint
-
Add the specified Joint as a child.
- addChild(Bone) - Method in class com.jme3.animation.Bone
-
Deprecated.
Add a new child to this bone.
- addChildShape(CollisionShape, Vector3f) - Method in class com.jme3.bullet.collision.shapes.CompoundCollisionShape
-
adds a child shape at the given local translation
- addChildShape(CollisionShape, Vector3f, Matrix3f) - Method in class com.jme3.bullet.collision.shapes.CompoundCollisionShape
-
adds a child shape at the given local translation
- addCinematicEvent(float, CinematicEvent) - Method in class com.jme3.cinematic.Cinematic
-
Adds a cinematic event to this cinematic at the given timestamp.
- addCircleFault(float[][], Random, float, float) - Method in class com.jme3.terrain.heightmap.FaultHeightMap
-
- addClassLoader(ClassLoader) - Method in interface com.jme3.asset.AssetManager
-
Adds a ClassLoader
that is used to load classes
that are needed for finding and loading Assets.
- addClassLoader(ClassLoader) - Method in class com.jme3.asset.DesktopAssetManager
-
- addClientStateListener(ClientStateListener) - Method in class com.jme3.network.base.DefaultClient
-
- addClientStateListener(ClientStateListener) - Method in interface com.jme3.network.Client
-
Adds a listener that will be notified about connection
state changes.
- addCollideWithGroup(int) - Method in class com.jme3.bullet.collision.PhysicsCollisionObject
-
Add a group that this object will collide with.
Two object will collide when one of the parties has the
collisionGroup of the other in its collideWithGroups set.
- addCollision(CollisionResult) - Method in class com.jme3.collision.CollisionResults
-
- addCollisionGroupListener(PhysicsCollisionGroupListener, int) - Method in class com.jme3.bullet.PhysicsSpace
-
Adds a listener for a specific collision group, such a listener can disable collisions when they happen.
There can be only one listener per collision group.
- addCollisionListener(RagdollCollisionListener) - Method in class com.jme3.bullet.animation.DynamicAnimControl
-
Add a collision listener to this control.
- addCollisionListener(RagdollCollisionListener) - Method in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
Add a collision listener to this control.
- addCollisionListener(PhysicsCollisionListener) - Method in class com.jme3.bullet.PhysicsSpace
-
Adds a CollisionListener that will be informed about collision events
- addCollisionObject(PhysicsCollisionObject) - Method in class com.jme3.bullet.PhysicsSpace
-
- addColorBuffer(Image.Format) - Method in class com.jme3.texture.FrameBuffer
-
- addColorTarget(FrameBuffer.FrameBufferBufferTarget) - Method in class com.jme3.texture.FrameBuffer
-
- addColorTarget(FrameBuffer.FrameBufferTextureTarget) - Method in class com.jme3.texture.FrameBuffer
-
- addColorTarget(FrameBuffer.FrameBufferTextureTarget, TextureCubeMap.Face) - Method in class com.jme3.texture.FrameBuffer
-
Adds a texture to one of the color Buffers Array.
- addColorTexture(Texture2D) - Method in class com.jme3.texture.FrameBuffer
-
- addColorTexture(TextureArray, int) - Method in class com.jme3.texture.FrameBuffer
-
- addColorTexture(TextureCubeMap, TextureCubeMap.Face) - Method in class com.jme3.texture.FrameBuffer
-
- addComponent(Component) - Method in class com.jme3.input.lwjgl.JInputJoyInput.JInputJoystick
-
- addConnection(HostedConnection) - Method in class com.jme3.network.service.HostedServiceManager
-
Called internally when a new connection has been added so that the
services can be notified.
- addConnectionListener(ConnectionListener) - Method in class com.jme3.network.base.DefaultServer
-
- addConnectionListener(ConnectionListener) - Method in interface com.jme3.network.Server
-
Adds a listener that will be notified when new hosted connections
arrive.
- addControl(Control) - Method in class com.jme3.scene.Spatial
-
Add a control to the list of controls.
- addControlPoint(Vector3f) - Method in class com.jme3.math.Spline
-
Adds a controlPoint to the spline
- addData(ByteBuffer) - Method in class com.jme3.texture.Image
-
- addDefine(String, VarType) - Method in class com.jme3.material.plugins.ShaderNodeLoaderDelegate
-
Adds a define to the technique def
- addDisplayedClasses(Set<Class<?>>) - Method in class jme3test.TestChooser
-
- added - Variable in class com.jme3.bullet.control.AbstractPhysicsControl
-
true→body is added to the physics space, false→not added
- added - Variable in class com.jme3.bullet.control.CharacterControl
-
- added - Variable in class com.jme3.bullet.control.GhostControl
-
true→body is added to the physics space, false→not added
- added - Variable in class com.jme3.bullet.control.RigidBodyControl
-
true→body is added to the physics space, false→not added
- added - Variable in class com.jme3.bullet.control.VehicleControl
-
true→vehicle is added to the physics space, false→not added
- addEndpoint(SocketChannel) - Method in class com.jme3.network.kernel.tcp.SelectorKernel
-
- addEnvelope(Envelope) - Method in class com.jme3.network.kernel.AbstractKernel
-
- addErrorListener(ErrorListener<? super Client>) - Method in class com.jme3.network.base.DefaultClient
-
- addErrorListener(ErrorListener<? super Client>) - Method in interface com.jme3.network.Client
-
Adds a listener that will be notified when any connection errors
occur.
- addEvent(InputEvent) - Method in class com.jme3.input.android.AndroidJoyInput
-
- addEvent(InputEvent) - Method in class com.jme3.input.android.AndroidTouchInput
-
- addEvent(InputEvent) - Method in class com.jme3.input.ios.IosInputHandler
-
- addEvent(EndpointEvent) - Method in class com.jme3.network.kernel.AbstractKernel
-
- addFault(float[][], Random) - Method in class com.jme3.terrain.heightmap.FaultHeightMap
-
- addFilter(Filter) - Method in class com.jme3.post.FilterPostProcessor
-
Adds a filter to the filters list
- addForcedMatParam(MatParamOverride) - Method in class com.jme3.renderer.RenderManager
-
Adds a forced material parameter to use when rendering geometries.
- addFromJoint(Armature, String) - Method in class com.jme3.anim.ArmatureMask
-
Add a joint and all its sub armature joints to be influenced by this animation mask.
- addFromRootBone(String) - Method in class com.jme3.animation.AnimChannel
-
Deprecated.
Add bones to be influenced by this animation channel, starting
from the given named bone and going toward its children.
- addFromRootBone(Bone) - Method in class com.jme3.animation.AnimChannel
-
Deprecated.
Add bones to be influenced by this animation channel, starting
from the given bone and going toward its children.
- addGeometry(Geometry) - Method in class jme3tools.optimize.TextureAtlas
-
Add a geometries DiffuseMap (or ColorMap), NormalMap and SpecularMap to the atlas.
- addGlSurfaceView() - Method in class com.jme3.app.jmeSurfaceView.JmeSurfaceView
-
Adds the glSurfaceView to the screen immediately, saving the current app instance.
- addHill(float[][], Random) - Method in class com.jme3.terrain.heightmap.HillHeightMap
-
Generates a new hill of random size and height at a random position in
the heightmap.
- addImage(Bitmap) - Method in class com.jme3.app.state.MjpegFileWriter
-
- addImage(Bitmap, float) - Method in class com.jme3.app.state.MjpegFileWriter
-
- addImage(byte[]) - Method in class com.jme3.app.state.MjpegFileWriter
-
- addImageToAtlas(BatchRenderBackend.Image, int, int, int) - Method in class com.jme3.niftygui.JmeBatchRenderBackend
-
- addInBuffer(Vector3f, FloatBuffer, int) - Static method in class com.jme3.util.BufferUtils
-
Add to a Vector3f in-buffer.
- addInBuffer(Vector2f, FloatBuffer, int) - Static method in class com.jme3.util.BufferUtils
-
Add to a Vector2f in-buffer.
- addInfluencedNode(FbxNode, String) - Method in class com.jme3.scene.plugins.fbx.anim.FbxAnimCurveNode
-
- addInfo(String, int) - Method in class jme3test.input.TestJoystick
-
- addInstance(Geometry) - Method in class com.jme3.scene.instancing.InstancedGeometry
-
- ADDITION - Static variable in class com.jme3.terrain.heightmap.CombinerHeightMap
-
Constant mode to denote adding the two heightmaps.
- ADDITIONAL - Static variable in class com.jme3.material.RenderState
-
The
ADDITIONAL
render state is identical to the
RenderState.DEFAULT
render state except that all apply
values are set to false.
- addJoint(PhysicsJoint) - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
do not use manually, joints are added automatically
- addJoystickConnectionListener(JoystickConnectionListener) - Method in class com.jme3.input.InputManager
-
Add a listener that reports when a joystick has been added or removed.
- addJoystickNameRegex(String, String) - Static method in class com.jme3.input.JoystickCompatibilityMappings
-
Maps a regular expression to a normalized name for that joystick.
- addKerning(int, int) - Method in class com.jme3.font.BitmapCharacter
-
- addKeyFrameAtIndex(int, KeyFrame) - Method in class com.jme3.cinematic.TimeLine
-
- addKeyFrameAtTime(float, KeyFrame) - Method in class com.jme3.cinematic.TimeLine
-
- addKeyFrameRotation(int, Quaternion) - Method in class com.jme3.anim.AnimFactory
-
Add a keyframe for the specified rotation at the specified index.
- addKeyFrameRotation(int, Quaternion) - Method in class com.jme3.animation.AnimationFactory
-
Deprecated.
- addKeyFrameRotationAngles(int, float, float, float) - Method in class com.jme3.animation.AnimationFactory
-
Deprecated.
Adds a key frame for the given rotation at the given key frame index.
Rotation is expressed by Euler angles in radians.
Note that the generated rotation will be stored as a quaternion and interpolated using a spherical linear interpolation (slerp)
Hence, this method may create intermediate keyFrames if the interpolation angle is higher than PI to ensure continuity in animation
- addKeyFrameScale(int, Vector3f) - Method in class com.jme3.anim.AnimFactory
-
Add a keyframe for the specified scaling at the specified index.
- addKeyFrameScale(int, Vector3f) - Method in class com.jme3.animation.AnimationFactory
-
Deprecated.
Adds a key frame for the given scale at the given keyFrame index
- addKeyFrameTransform(int, Transform) - Method in class com.jme3.anim.AnimFactory
-
Add a keyframe for the specified Transform at the specified index.
- addKeyFrameTransform(int, Transform) - Method in class com.jme3.animation.AnimationFactory
-
Deprecated.
Adds a key frame for the given Transform at the given keyFrame index
- addKeyFrameTranslation(int, Vector3f) - Method in class com.jme3.anim.AnimFactory
-
Add a keyframe for the specified translation at the specified index.
- addKeyFrameTranslation(int, Vector3f) - Method in class com.jme3.animation.AnimationFactory
-
Deprecated.
Adds a key frame for the given translation at the given keyFrame index
- addLight(Light) - Method in class com.jme3.scene.Spatial
-
addLight
adds the given light to the Spatial; causing all
child Spatials to be affected by it.
- addLineFault(float[][], Random, float, float) - Method in class com.jme3.terrain.heightmap.FaultHeightMap
-
- addLink(String) - Method in class jme3test.app.TestCloner.GraphNode
-
- addLink(TestCloner.GraphNode) - Method in class jme3test.app.TestCloner.GraphNode
-
- addLinkedChild(ModelKey) - Method in class com.jme3.scene.AssetLinkNode
-
Add a "linked" child.
- addListener(AnimEventListener) - Method in class com.jme3.animation.AnimControl
-
Deprecated.
Adds a new listener to receive animation related events.
- addListener(CinematicEventListener) - Method in class com.jme3.cinematic.events.AbstractCinematicEvent
-
Adds a CinematicEventListener to this event.
- addListener(MotionPathListener) - Method in class com.jme3.cinematic.MotionPath
-
Adds a motion pathListener to the path
- addListener(InputListener, String...) - Method in class com.jme3.input.InputManager
-
Adds a new listener to receive events on the given mappings.
- addListener(TerrainGridListener) - Method in class com.jme3.terrain.geomipmap.TerrainGrid
-
- addListeners(GLSurfaceView) - Method in class com.jme3.input.android.AndroidInputHandler
-
- addListeners(GLSurfaceView) - Method in class com.jme3.input.android.AndroidInputHandler14
-
- addLocal(ColorRGBA) - Method in class com.jme3.math.ColorRGBA
-
Adds each component to the corresponding component of the argument
and returns the result (this).
- addLocal(Matrix4f) - Method in class com.jme3.math.Matrix4f
-
Sum in place, with the specified matrix.
- addLocal(Quaternion) - Method in class com.jme3.math.Quaternion
-
add
adds the values of this quaternion to those of the
parameter quaternion.
- addLocal(Vector2f) - Method in class com.jme3.math.Vector2f
-
addLocal
adds a provided vector to this vector internally,
and returns a handle to this vector for easy chaining of calls.
- addLocal(float, float) - Method in class com.jme3.math.Vector2f
-
addLocal
adds the provided values to this vector
internally, and returns a handle to this vector for easy chaining of
calls.
- addLocal(Vector3f) - Method in class com.jme3.math.Vector3f
-
Adds the argument and returns the (modified) current instance.
- addLocal(float, float, float) - Method in class com.jme3.math.Vector3f
-
Adds specified amounts to the vector's components and returns the
(modified) current instance.
- addLocal(Vector4f) - Method in class com.jme3.math.Vector4f
-
addLocal
adds a provided vector to this vector internally,
and returns a handle to this vector for easy chaining of calls.
- addLocal(float, float, float, float) - Method in class com.jme3.math.Vector4f
-
addLocal
adds the provided values to this vector
internally, and returns a handle to this vector for easy chaining of
calls.
- addMapping(String, Trigger...) - Method in class com.jme3.input.InputManager
-
Create a new mapping to the given triggers.
- addMapping(String, String, String) - Static method in class com.jme3.input.JoystickCompatibilityMappings
-
Adds a single Joystick axis or button remapping based on the
joystick's name and axis/button name.
- addMappings(Properties) - Static method in class com.jme3.input.JoystickCompatibilityMappings
-
Adds a preconfigured set of mappings in Properties object
form where the names are dot notation
"axis"/"button"/"".
- addMaterialExtension(MaterialExtension) - Method in class com.jme3.scene.plugins.ogre.matext.MaterialExtensionSet
-
Adds a new material extension to the set of extensions.
- addMaterialParam(VarType, String, Object) - Method in class com.jme3.material.MaterialDef
-
Adds a new material parameter.
- addMaterialParamTexture(VarType, String, ColorSpace, Texture) - Method in class com.jme3.material.MaterialDef
-
Adds a new material parameter.
- addMatParamOverride(MatParamOverride) - Method in class com.jme3.scene.Spatial
-
Adds a local material parameter override.
- addMessageListener(MessageListener<? super Client>) - Method in class com.jme3.network.base.DefaultClient
-
- addMessageListener(MessageListener<? super Client>, Class...) - Method in class com.jme3.network.base.DefaultClient
-
- addMessageListener(MessageListener<? super HostedConnection>) - Method in class com.jme3.network.base.DefaultServer
-
- addMessageListener(MessageListener<? super HostedConnection>, Class...) - Method in class com.jme3.network.base.DefaultServer
-
- addMessageListener(MessageListener<? super S>) - Method in class com.jme3.network.base.MessageListenerRegistry
-
- addMessageListener(MessageListener<? super S>, Class...) - Method in class com.jme3.network.base.MessageListenerRegistry
-
- addMessageListener(MessageListener<? super Client>) - Method in interface com.jme3.network.Client
-
Adds a listener that will be notified when any message or object
is received from the server.
- addMessageListener(MessageListener<? super Client>, Class...) - Method in interface com.jme3.network.Client
-
Adds a listener that will be notified when messages of the specified
types are received.
- addMessageListener(MessageListener<? super HostedConnection>) - Method in interface com.jme3.network.Server
-
Adds a listener that will be notified when any message or object
is received from one of the clients.
- addMessageListener(MessageListener<? super HostedConnection>, Class...) - Method in interface com.jme3.network.Server
-
Adds a listener that will be notified when messages of the specified
types are received from one of the clients.
- addModulator(Modulator) - Method in interface com.jme3.terrain.noise.Basis
-
- addModulator(Modulator) - Method in class com.jme3.terrain.noise.basis.FilteredBasis
-
- addModulator(Modulator) - Method in class com.jme3.terrain.noise.basis.Noise
-
- addMorphTarget(MorphTarget) - Method in class com.jme3.scene.Mesh
-
- addNode(ShaderNode) - Method in class com.jme3.material.plugins.ShaderNodeLoaderDelegate.DeclaredVariable
-
- addNotify() - Method in class com.jme3.system.awt.AwtPanel
-
- addOccluders(Spatial) - Method in class com.jme3.shadow.ShadowUtil.OccludersExtractor
-
Check the rootScene against camera frustum and if intersects process it recursively.
- addParamMapping(String, String) - Method in class com.jme3.scene.plugins.gltf.MaterialAdapter
-
- addPhysics(PhysicsSpace) - Method in class com.jme3.bullet.animation.DacLinks
-
Add all managed physics objects to the PhysicsSpace.
- addPhysics(PhysicsSpace) - Method in class com.jme3.bullet.animation.DynamicAnimControl
-
Add all managed physics objects to the PhysicsSpace.
- addPhysics(PhysicsSpace) - Method in class com.jme3.bullet.control.AbstractPhysicsControl
-
Add all managed physics objects to the specified space.
- addPhysics(PhysicsSpace) - Method in class com.jme3.bullet.control.BetterCharacterControl
-
Add all managed physics objects to the specified space.
- addPhysics(PhysicsSpace) - Method in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
- addPostFilter(Filter) - Method in class com.jme3.terrain.noise.filter.AbstractFilter
-
- addPostFilter(Filter) - Method in interface com.jme3.terrain.noise.Filter
-
- addPostIterateFilter(Filter) - Method in class com.jme3.terrain.noise.filter.IterativeFilter
-
- addPreFilter(Filter) - Method in class com.jme3.terrain.noise.filter.AbstractFilter
-
- addPreFilter(Filter) - Method in interface com.jme3.terrain.noise.Filter
-
- addPreIterateFilter(Filter) - Method in class com.jme3.terrain.noise.filter.IterativeFilter
-
- addProcessor(SceneProcessor) - Method in class com.jme3.renderer.ViewPort
-
- addQuad(float, float, float, float, Color, Color, Color, Color, float, float, float, float, int) - Method in class com.jme3.niftygui.JmeBatchRenderBackend
-
- addRawInputListener(RawInputListener) - Method in class com.jme3.input.InputManager
-
- addRemoteClass(ClassInfo) - Method in class com.jme3.network.service.rmi.RmiRegistry
-
- addRemoteObject(byte, short, String, ClassInfo) - Method in class com.jme3.network.service.rmi.RmiRegistry
-
- address() - Method in class com.jme3.lwjgl3.utils.APIBuffer
-
Returns the memory address of the internal ByteBuffer
.
- address(int) - Method in class com.jme3.lwjgl3.utils.APIBuffer
-
Returns the memory address of the specified offset
.
- addressSafe(Object, int) - Method in class com.jme3.lwjgl3.utils.APIBuffer
-
Returns the memory address of the specified offset
or
NULL
if the specified value
is null.
- addService(ClientService) - Method in class com.jme3.network.service.ClientServiceManager
-
Adds the specified ClientService and initializes it.
- addService(HostedService) - Method in class com.jme3.network.service.HostedServiceManager
-
Adds the specified HostedService and initializes it.
- addService(S) - Method in class com.jme3.network.service.ServiceManager
-
Adds the specified service and initializes it.
- addServices(ClientService...) - Method in class com.jme3.network.service.ClientServiceManager
-
Adds the specified services and initializes them.
- addServices(HostedService...) - Method in class com.jme3.network.service.HostedServiceManager
-
Adds the specified services and initializes them.
- addShaderParamDefine(String, VarType, String) - Method in class com.jme3.material.TechniqueDef
-
Adds a define linked to a material parameter.
- addShaderUnmappedDefine(String, VarType) - Method in class com.jme3.material.TechniqueDef
-
Add an unmapped define which can only be set by define ID.
- addSource(Shader.ShaderType, String, String, String, String) - Method in class com.jme3.shader.Shader
-
Adds source code to a certain pipeline.
- addStandardServices() - Method in class com.jme3.network.base.DefaultClient
-
- addStandardServices() - Method in class com.jme3.network.base.DefaultServer
-
- addStatement(Statement) - Method in class com.jme3.util.blockparser.Statement
-
- addStatement(int, Statement) - Method in class com.jme3.util.blockparser.Statement
-
- addSynonym(String, int) - Method in class com.jme3.bullet.control.ragdoll.RagdollPreset.LexiconEntry
-
Add a synonym with the specified score.
- addTechniqueDef(TechniqueDef) - Method in class com.jme3.material.MaterialDef
-
Adds a new technique definition to this material definition.
- addTerrain(TerrainQuad) - Method in class com.jme3.terrain.geomipmap.MultiTerrainLodControl
-
Add a terrain that will have its LOD handled by this control.
- addTexture(Texture, String) - Method in class jme3tools.optimize.TextureAtlas
-
Add a texture for a specific map name
- addTexture(Texture, String, Texture) - Method in class jme3tools.optimize.TextureAtlas
-
Add a texture for a specific map name at the location of another existing texture on the master map.
- addTexture(Texture, String, String) - Method in class jme3tools.optimize.TextureAtlas
-
Add a texture for a specific map name at the location of another existing texture (on the master map).
- addTickListener(PhysicsTickListener) - Method in class com.jme3.bullet.PhysicsSpace
-
Adds the specified listener to the physics tick listeners.
- addTimeRotation(float, Quaternion) - Method in class com.jme3.anim.AnimFactory
-
Add a keyframe for the specified rotation at the specified time.
- addTimeRotation(float, float, float, float) - Method in class com.jme3.anim.AnimFactory
-
Add a keyframe for the specified rotation at the specified time, based on
Tait-Bryan angles.
- addTimeRotation(float, Quaternion) - Method in class com.jme3.animation.AnimationFactory
-
Deprecated.
- addTimeRotationAngles(float, float, float, float) - Method in class com.jme3.animation.AnimationFactory
-
Deprecated.
Adds a key frame for the given rotation at the given time.
Rotation is expressed by Euler angles in radians.
Note that the generated rotation will be stored as a quaternion and interpolated using a spherical linear interpolation (slerp)
Hence, this method may create intermediate keyFrames if the interpolation angle is higher than PI to ensure continuity in animation
- addTimeScale(float, Vector3f) - Method in class com.jme3.anim.AnimFactory
-
Add a keyframe for the specified scale at the specified time.
- addTimeScale(float, Vector3f) - Method in class com.jme3.animation.AnimationFactory
-
Deprecated.
Adds a key frame for the given scale at the given time
- addTimeTransform(float, Transform) - Method in class com.jme3.anim.AnimFactory
-
Add a keyframe for the specified Transform at the specified time.
- addTimeTransform(float, Transform) - Method in class com.jme3.animation.AnimationFactory
-
Deprecated.
Adds a key frame for the given Transform at the given time
- addTimeTranslation(float, Vector3f) - Method in class com.jme3.anim.AnimFactory
-
Add a keyframe for the specified translation at the specified time.
- addTimeTranslation(float, Vector3f) - Method in class com.jme3.animation.AnimationFactory
-
Deprecated.
Adds a key frame for the given translation at the given time
- addToCache(AssetKey<T>, T) - Method in interface com.jme3.asset.AssetManager
-
Inject an asset into the asset cache.
- addToCache(AssetKey<T>, T) - Method in interface com.jme3.asset.cache.AssetCache
-
Adds an asset to the cache.
- addToCache(AssetKey<T>, T) - Method in class com.jme3.asset.cache.SimpleAssetCache
-
- addToCache(AssetKey<T>, T) - Method in class com.jme3.asset.cache.WeakRefAssetCache
-
- addToCache(AssetKey<T>, T) - Method in class com.jme3.asset.cache.WeakRefCloneAssetCache
-
- addToCache(AssetKey<T>, T) - Method in class com.jme3.asset.DesktopAssetManager
-
- addToCache(String, int, Object, int) - Method in class com.jme3.scene.plugins.gltf.GltfLoader
-
- addToExecute(Runnable) - Method in class com.jme3.system.AWTTaskExecutor
-
Add the given runnable
to the list of planned executions.
- addToQueue(Geometry, RenderQueue.Bucket) - Method in class com.jme3.renderer.queue.RenderQueue
-
Adds a geometry to the given bucket.
- addToRootBone(String) - Method in class com.jme3.animation.AnimChannel
-
Deprecated.
Add bones to be influenced by this animation channel starting from the
given bone name and going toward the root bone.
- addToRootBone(Bone) - Method in class com.jme3.animation.AnimChannel
-
Deprecated.
Add bones to be influenced by this animation channel starting from the
given bone and going toward the root bone.
- addTrack(Track) - Method in class com.jme3.animation.Animation
-
Deprecated.
Adds a track to this animation
- addTrack(Track) - Method in class com.jme3.animation.TrackInfo
-
Deprecated.
- addUniformBinding(UniformBinding) - Method in class com.jme3.shader.Shader
-
- addUnlinkedDescendants(Joint, Collection<Joint>) - Method in class com.jme3.bullet.animation.DacConfiguration
-
Add unlinked descendants of the specified bone to the specified
collection.
- addWayPoint(Vector3f) - Method in class com.jme3.cinematic.MotionPath
-
Add a waypoint to the path
- addWheel(Vector3f, Vector3f, Vector3f, float, float, boolean) - Method in class com.jme3.bullet.objects.PhysicsVehicle
-
Add a wheel to this vehicle
- addWheel(Spatial, Vector3f, Vector3f, Vector3f, float, float, boolean) - Method in class com.jme3.bullet.objects.PhysicsVehicle
-
Add a wheel to this vehicle
- addWorldParam(String) - Method in class com.jme3.material.TechniqueDef
-
Adds a new world parameter by the given name.
- adjoint() - Method in class com.jme3.math.Matrix3f
-
Returns a new matrix representing the adjoint of this matrix.
- adjoint(Matrix3f) - Method in class com.jme3.math.Matrix3f
-
Places the adjoint of this matrix in store (creates store if null.)
- adjoint() - Method in class com.jme3.math.Matrix4f
-
Generate the adjoint.
- adjoint(Matrix4f) - Method in class com.jme3.math.Matrix4f
-
Generate the adjoint.
- adjustGuiDistance(float) - Method in class com.jme3.util.VRGuiManager
-
Adjust the GUI distance from the observer.
- adjustHeight(List<Vector2f>, List<Float>) - Method in class com.jme3.terrain.geomipmap.TerrainGrid
-
- adjustHeight(Vector2f, float) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
- adjustHeight(List<Vector2f>, List<Float>) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
- adjustHeight(Vector2f, float) - Method in interface com.jme3.terrain.Terrain
-
Raise/lower the height in one call (instead of getHeight then setHeight).
- adjustHeight(List<Vector2f>, List<Float>) - Method in interface com.jme3.terrain.Terrain
-
Raise/lower the height at many points.
- AL - Interface in com.jme3.audio.openal
-
- AL_AUXILIARY_SEND_FILTER - Static variable in interface com.jme3.audio.openal.EFX
-
- AL_BITS - Static variable in interface com.jme3.audio.openal.AL
-
- AL_BUFFER - Static variable in interface com.jme3.audio.openal.AL
-
Indicate the buffer to provide sound samples.
- AL_BUFFERS_PROCESSED - Static variable in interface com.jme3.audio.openal.AL
-
- AL_BUFFERS_QUEUED - Static variable in interface com.jme3.audio.openal.AL
-
Buffer Queue params
- AL_BYTE_OFFSET - Static variable in interface com.jme3.audio.openal.AL
-
- AL_CHANNELS - Static variable in interface com.jme3.audio.openal.AL
-
- AL_CONE_INNER_ANGLE - Static variable in interface com.jme3.audio.openal.AL
-
Directional source, inner cone angle, in degrees.
- AL_CONE_OUTER_ANGLE - Static variable in interface com.jme3.audio.openal.AL
-
Directional source, outer cone angle, in degrees.
- AL_CONE_OUTER_GAIN - Static variable in interface com.jme3.audio.openal.AL
-
Directional source, outer cone gain.
- AL_DIRECT_FILTER - Static variable in interface com.jme3.audio.openal.EFX
-
- AL_DIRECT_FILTER_GAINHF_AUTO - Static variable in interface com.jme3.audio.openal.EFX
-
- AL_DIRECTION - Static variable in interface com.jme3.audio.openal.AL
-
Specify the current direction.
- AL_DISTANCE_MODEL - Static variable in interface com.jme3.audio.openal.AL
-
Distance models
used in conjunction with DistanceModel
implicit: NONE, which disables distance attenuation.
- AL_DOPPLER_FACTOR - Static variable in interface com.jme3.audio.openal.AL
-
Doppler scale.
- AL_DOPPLER_VELOCITY - Static variable in interface com.jme3.audio.openal.AL
-
Tweaks speed of propagation.
- AL_EFFECT_REVERB - Static variable in interface com.jme3.audio.openal.EFX
-
- AL_EFFECT_TYPE - Static variable in interface com.jme3.audio.openal.EFX
-
- AL_EFFECTSLOT_EFFECT - Static variable in interface com.jme3.audio.openal.EFX
-
- AL_EXPONENT_DISTANCE - Static variable in interface com.jme3.audio.openal.AL
-
- AL_EXPONENT_DISTANCE_CLAMPED - Static variable in interface com.jme3.audio.openal.AL
-
- AL_EXTENSIONS - Static variable in interface com.jme3.audio.openal.AL
-
- AL_FALSE - Static variable in interface com.jme3.audio.openal.AL
-
Boolean False.
- AL_FILTER_HIGHPASS - Static variable in interface com.jme3.audio.openal.EFX
-
- AL_FILTER_LOWPASS - Static variable in interface com.jme3.audio.openal.EFX
-
- AL_FILTER_NULL - Static variable in interface com.jme3.audio.openal.EFX
-
- AL_FILTER_TYPE - Static variable in interface com.jme3.audio.openal.EFX
-
- AL_FORMAT_MONO16 - Static variable in interface com.jme3.audio.openal.AL
-
- AL_FORMAT_MONO8 - Static variable in interface com.jme3.audio.openal.AL
-
Sound samples: format specifier.
- AL_FORMAT_STEREO16 - Static variable in interface com.jme3.audio.openal.AL
-
- AL_FORMAT_STEREO8 - Static variable in interface com.jme3.audio.openal.AL
-
- AL_FREQUENCY - Static variable in interface com.jme3.audio.openal.AL
-
Sound samples: frequency, in units of Hertz [Hz].
- AL_GAIN - Static variable in interface com.jme3.audio.openal.AL
-
Indicate the gain (volume amplification) applied.
- AL_INITIAL - Static variable in interface com.jme3.audio.openal.AL
-
- AL_INVALID_ENUM - Static variable in interface com.jme3.audio.openal.AL
-
Invalid parameter passed to AL call.
- AL_INVALID_NAME - Static variable in interface com.jme3.audio.openal.AL
-
Invalid Name parameter passed to AL call.
- AL_INVALID_OPERATION - Static variable in interface com.jme3.audio.openal.AL
-
Illegal call.
- AL_INVALID_VALUE - Static variable in interface com.jme3.audio.openal.AL
-
Invalid enum parameter value.
- AL_INVERSE_DISTANCE - Static variable in interface com.jme3.audio.openal.AL
-
- AL_INVERSE_DISTANCE_CLAMPED - Static variable in interface com.jme3.audio.openal.AL
-
- AL_LINEAR_DISTANCE - Static variable in interface com.jme3.audio.openal.AL
-
- AL_LINEAR_DISTANCE_CLAMPED - Static variable in interface com.jme3.audio.openal.AL
-
- AL_LOOPING - Static variable in interface com.jme3.audio.openal.AL
-
Indicate whether source is looping.
- AL_LOWPASS_GAIN - Static variable in interface com.jme3.audio.openal.EFX
-
- AL_LOWPASS_GAINHF - Static variable in interface com.jme3.audio.openal.EFX
-
- AL_MAX_DISTANCE - Static variable in interface com.jme3.audio.openal.AL
-
Indicate distance above which sources are not attenuated using the
inverse clamped distance model.
- AL_MAX_GAIN - Static variable in interface com.jme3.audio.openal.AL
-
Indicate maximum source attenuation Type: ALfloat Range: [0.0 - 1.0]
Logarithmic
- AL_MIN_GAIN - Static variable in interface com.jme3.audio.openal.AL
-
Indicate minimum source attenuation
Type: ALfloat
Range: [0.0 - 1.0]
Logarithmic
- AL_NO_ERROR - Static variable in interface com.jme3.audio.openal.AL
-
Errors: No Error.
- AL_NONE - Static variable in interface com.jme3.audio.openal.AL
-
- AL_ORIENTATION - Static variable in interface com.jme3.audio.openal.AL
-
Indicate listener orientation.
- AL_OUT_OF_MEMORY - Static variable in interface com.jme3.audio.openal.AL
-
No mojo.
- AL_PAUSED - Static variable in interface com.jme3.audio.openal.AL
-
- AL_PENDING - Static variable in interface com.jme3.audio.openal.AL
-
- AL_PITCH - Static variable in interface com.jme3.audio.openal.AL
-
Specify the pitch to be applied at source.
- AL_PLAYING - Static variable in interface com.jme3.audio.openal.AL
-
- AL_POSITION - Static variable in interface com.jme3.audio.openal.AL
-
Specify the current location in three-dimensional space.
- AL_PROCESSED - Static variable in interface com.jme3.audio.openal.AL
-
- AL_REFERENCE_DISTANCE - Static variable in interface com.jme3.audio.openal.AL
-
source specific reference distance Type: ALfloat Range: 0.0 - +inf
At 0.0, no distance attenuation occurs.
- AL_RENDERER - Static variable in interface com.jme3.audio.openal.AL
-
- AL_REVERB_AIR_ABSORPTION_GAINHF - Static variable in interface com.jme3.audio.openal.EFX
-
- AL_REVERB_DECAY_HFLIMIT - Static variable in interface com.jme3.audio.openal.EFX
-
- AL_REVERB_DECAY_HFRATIO - Static variable in interface com.jme3.audio.openal.EFX
-
- AL_REVERB_DECAY_TIME - Static variable in interface com.jme3.audio.openal.EFX
-
- AL_REVERB_DENSITY - Static variable in interface com.jme3.audio.openal.EFX
-
- AL_REVERB_DIFFUSION - Static variable in interface com.jme3.audio.openal.EFX
-
- AL_REVERB_GAIN - Static variable in interface com.jme3.audio.openal.EFX
-
- AL_REVERB_GAINHF - Static variable in interface com.jme3.audio.openal.EFX
-
- AL_REVERB_LATE_REVERB_DELAY - Static variable in interface com.jme3.audio.openal.EFX
-
- AL_REVERB_LATE_REVERB_GAIN - Static variable in interface com.jme3.audio.openal.EFX
-
- AL_REVERB_REFLECTIONS_DELAY - Static variable in interface com.jme3.audio.openal.EFX
-
- AL_REVERB_REFLECTIONS_GAIN - Static variable in interface com.jme3.audio.openal.EFX
-
- AL_REVERB_ROOM_ROLLOFF_FACTOR - Static variable in interface com.jme3.audio.openal.EFX
-
- AL_ROLLOFF_FACTOR - Static variable in interface com.jme3.audio.openal.AL
-
source specific rolloff factor Type: ALfloat Range: 0.0 - +inf
- AL_SAMPLE_OFFSET - Static variable in interface com.jme3.audio.openal.AL
-
- AL_SEC_OFFSET - Static variable in interface com.jme3.audio.openal.AL
-
Source buffer position information
- AL_SIZE - Static variable in interface com.jme3.audio.openal.AL
-
- AL_SOURCE_RELATIVE - Static variable in interface com.jme3.audio.openal.AL
-
Indicate Source has relative coordinates.
- AL_SOURCE_STATE - Static variable in interface com.jme3.audio.openal.AL
-
Source state information.
- AL_SOURCE_TYPE - Static variable in interface com.jme3.audio.openal.AL
-
Source type (Static, Streaming or undetermined)
Source is Static if a Buffer has been attached using AL_BUFFER
Source is Streaming if one or more Buffers have been attached using alSourceQueueBuffers
Source is undetermined when it has the NULL buffer attached
- AL_SPEED_OF_SOUND - Static variable in interface com.jme3.audio.openal.AL
-
Speed of Sound in units per second
- AL_STATIC - Static variable in interface com.jme3.audio.openal.AL
-
- AL_STOPPED - Static variable in interface com.jme3.audio.openal.AL
-
- AL_STREAMING - Static variable in interface com.jme3.audio.openal.AL
-
- AL_TRUE - Static variable in interface com.jme3.audio.openal.AL
-
Boolean True.
- AL_UNDETERMINED - Static variable in interface com.jme3.audio.openal.AL
-
- AL_UNUSED - Static variable in interface com.jme3.audio.openal.AL
-
Buffer state.
- AL_VELOCITY - Static variable in interface com.jme3.audio.openal.AL
-
Specify the current velocity in three-dimensional space.
- AL_VENDOR - Static variable in interface com.jme3.audio.openal.AL
-
Context strings: Vendor Name.
- AL_VERSION - Static variable in interface com.jme3.audio.openal.AL
-
- ALAudioRenderer - Class in com.jme3.audio.openal
-
- ALAudioRenderer(AL, ALC, EFX) - Constructor for class com.jme3.audio.openal.ALAudioRenderer
-
- alAuxiliaryEffectSloti(int, int, int) - Method in class com.jme3.audio.android.AndroidEFX
-
- alAuxiliaryEffectSloti(int, int, int) - Method in class com.jme3.audio.ios.IosEFX
-
- alAuxiliaryEffectSloti(int, int, int) - Method in class com.jme3.audio.lwjgl.LwjglEFX
-
- alAuxiliaryEffectSloti(int, int, int) - Method in interface com.jme3.audio.openal.EFX
-
Sets the integer value of an effect slot parameter.
- alBufferData(int, int, ByteBuffer, int, int) - Method in class com.jme3.audio.android.AndroidAL
-
- alBufferData(int, int, ByteBuffer, int, int) - Method in class com.jme3.audio.ios.IosAL
-
- alBufferData(int, int, ByteBuffer, int, int) - Method in class com.jme3.audio.lwjgl.LwjglAL
-
- alBufferData(int, int, ByteBuffer, int, int) - Method in interface com.jme3.audio.openal.AL
-
Sets the sample data of the specified buffer.
- ALC - Interface in com.jme3.audio.openal
-
- ALC_ALL_ATTRIBUTES - Static variable in interface com.jme3.audio.openal.ALC
-
- ALC_ALL_DEVICES_SPECIFIER - Static variable in interface com.jme3.audio.openal.ALC
-
- ALC_ATTRIBUTES_SIZE - Static variable in interface com.jme3.audio.openal.ALC
-
- ALC_CAPTURE_DEFAULT_DEVICE_SPECIFIER - Static variable in interface com.jme3.audio.openal.ALC
-
- ALC_CAPTURE_DEVICE_SPECIFIER - Static variable in interface com.jme3.audio.openal.ALC
-
Capture extension
- ALC_CAPTURE_SAMPLES - Static variable in interface com.jme3.audio.openal.ALC
-
- ALC_CONNECTED - Static variable in interface com.jme3.audio.openal.ALC
-
- ALC_DEFAULT_ALL_DEVICES_SPECIFIER - Static variable in interface com.jme3.audio.openal.ALC
-
ALC_ENUMERATE_ALL_EXT enums
- ALC_DEFAULT_DEVICE_SPECIFIER - Static variable in interface com.jme3.audio.openal.ALC
-
The Specifier string for default device
- ALC_DEVICE_SPECIFIER - Static variable in interface com.jme3.audio.openal.ALC
-
- ALC_EFX_MAJOR_VERSION - Static variable in interface com.jme3.audio.openal.EFX
-
- ALC_EFX_MINOR_VERSION - Static variable in interface com.jme3.audio.openal.EFX
-
- ALC_EXT_EFX_NAME - Static variable in interface com.jme3.audio.openal.EFX
-
- ALC_EXTENSIONS - Static variable in interface com.jme3.audio.openal.ALC
-
- ALC_INVALID_CONTEXT - Static variable in interface com.jme3.audio.openal.ALC
-
invalid context ID
- ALC_INVALID_DEVICE - Static variable in interface com.jme3.audio.openal.ALC
-
No device
- ALC_INVALID_ENUM - Static variable in interface com.jme3.audio.openal.ALC
-
bad enum
- ALC_INVALID_VALUE - Static variable in interface com.jme3.audio.openal.ALC
-
bad value
- ALC_MAJOR_VERSION - Static variable in interface com.jme3.audio.openal.ALC
-
- ALC_MAX_AUXILIARY_SENDS - Static variable in interface com.jme3.audio.openal.EFX
-
- ALC_MINOR_VERSION - Static variable in interface com.jme3.audio.openal.ALC
-
- ALC_NO_ERROR - Static variable in interface com.jme3.audio.openal.ALC
-
No error
- ALC_OUT_OF_MEMORY - Static variable in interface com.jme3.audio.openal.ALC
-
Out of memory.
- alcDevicePauseSOFT() - Method in class com.jme3.audio.android.AndroidALC
-
- alcDevicePauseSOFT() - Method in class com.jme3.audio.ios.IosALC
-
- alcDevicePauseSOFT() - Method in class com.jme3.audio.lwjgl.LwjglALC
-
- alcDevicePauseSOFT() - Method in interface com.jme3.audio.openal.ALC
-
Pauses a playback device.
- alcDeviceResumeSOFT() - Method in class com.jme3.audio.android.AndroidALC
-
- alcDeviceResumeSOFT() - Method in class com.jme3.audio.ios.IosALC
-
- alcDeviceResumeSOFT() - Method in class com.jme3.audio.lwjgl.LwjglALC
-
- alcDeviceResumeSOFT() - Method in interface com.jme3.audio.openal.ALC
-
Resumes playback of a paused device.
- alcGetInteger(int, IntBuffer, int) - Method in class com.jme3.audio.android.AndroidALC
-
- alcGetInteger(int, IntBuffer, int) - Method in class com.jme3.audio.ios.IosALC
-
- alcGetInteger(int, IntBuffer, int) - Method in class com.jme3.audio.lwjgl.LwjglALC
-
- alcGetInteger(int, IntBuffer, int) - Method in interface com.jme3.audio.openal.ALC
-
Obtains integer value(s) from ALC.
- alcGetString(int) - Method in class com.jme3.audio.android.AndroidALC
-
- alcGetString(int) - Method in class com.jme3.audio.ios.IosALC
-
- alcGetString(int) - Method in class com.jme3.audio.lwjgl.LwjglALC
-
- alcGetString(int) - Method in interface com.jme3.audio.openal.ALC
-
Obtains string value(s) from ALC.
- alcIsExtensionPresent(String) - Method in class com.jme3.audio.android.AndroidALC
-
- alcIsExtensionPresent(String) - Method in class com.jme3.audio.ios.IosALC
-
- alcIsExtensionPresent(String) - Method in class com.jme3.audio.lwjgl.LwjglALC
-
- alcIsExtensionPresent(String) - Method in interface com.jme3.audio.openal.ALC
-
Verifies that a given extension is available for the current context and the device it is associated with.
- alDeleteAuxiliaryEffectSlots(int, IntBuffer) - Method in class com.jme3.audio.android.AndroidEFX
-
- alDeleteAuxiliaryEffectSlots(int, IntBuffer) - Method in class com.jme3.audio.ios.IosEFX
-
- alDeleteAuxiliaryEffectSlots(int, IntBuffer) - Method in class com.jme3.audio.lwjgl.LwjglEFX
-
- alDeleteAuxiliaryEffectSlots(int, IntBuffer) - Method in interface com.jme3.audio.openal.EFX
-
Deletes a number of effect slots.
- alDeleteBuffers(int, IntBuffer) - Method in class com.jme3.audio.android.AndroidAL
-
- alDeleteBuffers(int, IntBuffer) - Method in class com.jme3.audio.ios.IosAL
-
- alDeleteBuffers(int, IntBuffer) - Method in class com.jme3.audio.lwjgl.LwjglAL
-
- alDeleteBuffers(int, IntBuffer) - Method in interface com.jme3.audio.openal.AL
-
Requests the deletion of a number of buffers.
- alDeleteEffects(int, IntBuffer) - Method in class com.jme3.audio.android.AndroidEFX
-
- alDeleteEffects(int, IntBuffer) - Method in class com.jme3.audio.ios.IosEFX
-
- alDeleteEffects(int, IntBuffer) - Method in class com.jme3.audio.lwjgl.LwjglEFX
-
- alDeleteEffects(int, IntBuffer) - Method in interface com.jme3.audio.openal.EFX
-
Deletes a number of effects.
- alDeleteFilters(int, IntBuffer) - Method in class com.jme3.audio.android.AndroidEFX
-
- alDeleteFilters(int, IntBuffer) - Method in class com.jme3.audio.ios.IosEFX
-
- alDeleteFilters(int, IntBuffer) - Method in class com.jme3.audio.lwjgl.LwjglEFX
-
- alDeleteFilters(int, IntBuffer) - Method in interface com.jme3.audio.openal.EFX
-
Deletes a number of filters.
- alDeleteSources(int, IntBuffer) - Method in class com.jme3.audio.android.AndroidAL
-
- alDeleteSources(int, IntBuffer) - Method in class com.jme3.audio.ios.IosAL
-
- alDeleteSources(int, IntBuffer) - Method in class com.jme3.audio.lwjgl.LwjglAL
-
- alDeleteSources(int, IntBuffer) - Method in interface com.jme3.audio.openal.AL
-
Requests the deletion of a number of sources.
- alEffectf(int, int, float) - Method in class com.jme3.audio.android.AndroidEFX
-
- alEffectf(int, int, float) - Method in class com.jme3.audio.ios.IosEFX
-
- alEffectf(int, int, float) - Method in class com.jme3.audio.lwjgl.LwjglEFX
-
- alEffectf(int, int, float) - Method in interface com.jme3.audio.openal.EFX
-
Sets the float value of an effect parameter.
- alEffecti(int, int, int) - Method in class com.jme3.audio.android.AndroidEFX
-
- alEffecti(int, int, int) - Method in class com.jme3.audio.ios.IosEFX
-
- alEffecti(int, int, int) - Method in class com.jme3.audio.lwjgl.LwjglEFX
-
- alEffecti(int, int, int) - Method in interface com.jme3.audio.openal.EFX
-
Sets the integer value of an effect parameter.
- alFilterf(int, int, float) - Method in class com.jme3.audio.android.AndroidEFX
-
- alFilterf(int, int, float) - Method in class com.jme3.audio.ios.IosEFX
-
- alFilterf(int, int, float) - Method in class com.jme3.audio.lwjgl.LwjglEFX
-
- alFilterf(int, int, float) - Method in interface com.jme3.audio.openal.EFX
-
Sets the float value of a filter parameter.
- alFilteri(int, int, int) - Method in class com.jme3.audio.android.AndroidEFX
-
- alFilteri(int, int, int) - Method in class com.jme3.audio.ios.IosEFX
-
- alFilteri(int, int, int) - Method in class com.jme3.audio.lwjgl.LwjglEFX
-
- alFilteri(int, int, int) - Method in interface com.jme3.audio.openal.EFX
-
Sets the integer value of a filter parameter.
- alGenAuxiliaryEffectSlots(int, IntBuffer) - Method in class com.jme3.audio.android.AndroidEFX
-
- alGenAuxiliaryEffectSlots(int, IntBuffer) - Method in class com.jme3.audio.ios.IosEFX
-
- alGenAuxiliaryEffectSlots(int, IntBuffer) - Method in class com.jme3.audio.lwjgl.LwjglEFX
-
- alGenAuxiliaryEffectSlots(int, IntBuffer) - Method in interface com.jme3.audio.openal.EFX
-
Requests a number of effect slots.
- alGenBuffers(int, IntBuffer) - Method in class com.jme3.audio.android.AndroidAL
-
- alGenBuffers(int, IntBuffer) - Method in class com.jme3.audio.ios.IosAL
-
- alGenBuffers(int, IntBuffer) - Method in class com.jme3.audio.lwjgl.LwjglAL
-
- alGenBuffers(int, IntBuffer) - Method in interface com.jme3.audio.openal.AL
-
Requests a number of buffer names.
- alGenEffects(int, IntBuffer) - Method in class com.jme3.audio.android.AndroidEFX
-
- alGenEffects(int, IntBuffer) - Method in class com.jme3.audio.ios.IosEFX
-
- alGenEffects(int, IntBuffer) - Method in class com.jme3.audio.lwjgl.LwjglEFX
-
- alGenEffects(int, IntBuffer) - Method in interface com.jme3.audio.openal.EFX
-
Requests a number of effects.
- alGenFilters(int, IntBuffer) - Method in class com.jme3.audio.android.AndroidEFX
-
- alGenFilters(int, IntBuffer) - Method in class com.jme3.audio.ios.IosEFX
-
- alGenFilters(int, IntBuffer) - Method in class com.jme3.audio.lwjgl.LwjglEFX
-
- alGenFilters(int, IntBuffer) - Method in interface com.jme3.audio.openal.EFX
-
Requests a number of filters.
- alGenSources() - Method in class com.jme3.audio.android.AndroidAL
-
- alGenSources() - Method in class com.jme3.audio.ios.IosAL
-
- alGenSources() - Method in class com.jme3.audio.lwjgl.LwjglAL
-
- alGenSources() - Method in interface com.jme3.audio.openal.AL
-
Requests a number of source names.
- alGetError() - Method in class com.jme3.audio.android.AndroidAL
-
- alGetError() - Method in class com.jme3.audio.ios.IosAL
-
- alGetError() - Method in class com.jme3.audio.lwjgl.LwjglAL
-
- alGetError() - Method in interface com.jme3.audio.openal.AL
-
Obtains error information.
- alGetSourcei(int, int) - Method in class com.jme3.audio.android.AndroidAL
-
- alGetSourcei(int, int) - Method in class com.jme3.audio.ios.IosAL
-
- alGetSourcei(int, int) - Method in class com.jme3.audio.lwjgl.LwjglAL
-
- alGetSourcei(int, int) - Method in interface com.jme3.audio.openal.AL
-
Returns the integer value of the specified source parameter.
- alGetString(int) - Method in class com.jme3.audio.android.AndroidAL
-
- alGetString(int) - Method in class com.jme3.audio.ios.IosAL
-
- alGetString(int) - Method in class com.jme3.audio.lwjgl.LwjglAL
-
- alGetString(int) - Method in interface com.jme3.audio.openal.AL
-
- aliasCount - Variable in class com.jme3.export.binary.BinaryExporter
-
- alignBuffers(Node, GeometryBatchFactory.AlignOption) - Static method in class jme3tools.optimize.GeometryBatchFactory
-
Will ensure that all the geometries' meshes of the n sub graph have the
same types of buffers
- ALL - Static variable in interface com.jme3.input.TouchInput
-
No filter, get all events
- alListener(int, FloatBuffer) - Method in class com.jme3.audio.android.AndroidAL
-
- alListener(int, FloatBuffer) - Method in class com.jme3.audio.ios.IosAL
-
- alListener(int, FloatBuffer) - Method in class com.jme3.audio.lwjgl.LwjglAL
-
- alListener(int, FloatBuffer) - Method in interface com.jme3.audio.openal.AL
-
- alListener3f(int, float, float, float) - Method in class com.jme3.audio.android.AndroidAL
-
- alListener3f(int, float, float, float) - Method in class com.jme3.audio.ios.IosAL
-
- alListener3f(int, float, float, float) - Method in class com.jme3.audio.lwjgl.LwjglAL
-
- alListener3f(int, float, float, float) - Method in interface com.jme3.audio.openal.AL
-
Sets the 3 dimensional float values of a listener parameter.
- alListenerf(int, float) - Method in class com.jme3.audio.android.AndroidAL
-
- alListenerf(int, float) - Method in class com.jme3.audio.ios.IosAL
-
- alListenerf(int, float) - Method in class com.jme3.audio.lwjgl.LwjglAL
-
- alListenerf(int, float) - Method in interface com.jme3.audio.openal.AL
-
Sets the float value of a listener parameter.
- allocate(int) - Method in class com.jme3.util.AndroidBufferAllocator
-
- allocate(int) - Method in interface com.jme3.util.BufferAllocator
-
Allocate a direct ByteBuffer of the specified size.
- allocate(int) - Method in class com.jme3.util.LWJGLBufferAllocator
-
- allocate(int) - Method in class com.jme3.util.LWJGLBufferAllocator.ConcurrentLWJGLBufferAllocator
-
- allocate(int) - Method in class com.jme3.util.PrimitiveAllocator
-
Allocate a direct ByteBuffer of the specified size.
- allocate(int) - Method in class com.jme3.util.ReflectionAllocator
-
- allocateStack(int) - Method in class com.jme3.util.ListSort
-
Allocate temp variables for the given length This method should be called
at least once, but only if the length of the list to sort changed before
sorting
- allowName(String) - Method in class com.jme3.network.util.AbstractMessageDelegator
-
Returns true if the specified method name is allowed.
- allowSwapBuffers - Variable in class com.jme3.system.lwjgl.LwjglAbstractDisplay
-
- allowSwapBuffers - Variable in class com.jme3.system.lwjgl.LwjglWindow
-
- allowSwapBuffers - Variable in class com.jme3.system.lwjgl.LwjglWindowVR
-
- alpha - Variable in class com.jme3.scene.plugins.MTLLoader
-
- alpha - Variable in class com.jme3.system.jopenvr.Compositor_OverlaySettings
-
- alphaFunc - Variable in class com.jme3.renderer.RenderContext
-
Alpha test function.
- alphaMap - Variable in class com.jme3.scene.plugins.MTLLoader
-
- alSource3f(int, int, float, float, float) - Method in class com.jme3.audio.android.AndroidAL
-
- alSource3f(int, int, float, float, float) - Method in class com.jme3.audio.ios.IosAL
-
- alSource3f(int, int, float, float, float) - Method in class com.jme3.audio.lwjgl.LwjglAL
-
- alSource3f(int, int, float, float, float) - Method in interface com.jme3.audio.openal.AL
-
Sets the 3 dimensional values of a source parameter.
- alSource3i(int, int, int, int, int) - Method in class com.jme3.audio.android.AndroidAL
-
- alSource3i(int, int, int, int, int) - Method in class com.jme3.audio.ios.IosAL
-
- alSource3i(int, int, int, int, int) - Method in class com.jme3.audio.lwjgl.LwjglAL
-
- alSource3i(int, int, int, int, int) - Method in interface com.jme3.audio.openal.AL
-
Sets the 3 dimensional integer values of a source parameter.
- alSourcef(int, int, float) - Method in class com.jme3.audio.android.AndroidAL
-
- alSourcef(int, int, float) - Method in class com.jme3.audio.ios.IosAL
-
- alSourcef(int, int, float) - Method in class com.jme3.audio.lwjgl.LwjglAL
-
- alSourcef(int, int, float) - Method in interface com.jme3.audio.openal.AL
-
Sets the float value of a source parameter.
- alSourcei(int, int, int) - Method in class com.jme3.audio.android.AndroidAL
-
- alSourcei(int, int, int) - Method in class com.jme3.audio.ios.IosAL
-
- alSourcei(int, int, int) - Method in class com.jme3.audio.lwjgl.LwjglAL
-
- alSourcei(int, int, int) - Method in interface com.jme3.audio.openal.AL
-
- alSourcePause(int) - Method in class com.jme3.audio.android.AndroidAL
-
- alSourcePause(int) - Method in class com.jme3.audio.ios.IosAL
-
- alSourcePause(int) - Method in class com.jme3.audio.lwjgl.LwjglAL
-
- alSourcePause(int) - Method in interface com.jme3.audio.openal.AL
-
Sets the source state to AL_PAUSED.
- alSourcePlay(int) - Method in class com.jme3.audio.android.AndroidAL
-
- alSourcePlay(int) - Method in class com.jme3.audio.ios.IosAL
-
- alSourcePlay(int) - Method in class com.jme3.audio.lwjgl.LwjglAL
-
- alSourcePlay(int) - Method in interface com.jme3.audio.openal.AL
-
Sets the source state to AL_PLAYING.
- alSourceQueueBuffers(int, int, IntBuffer) - Method in class com.jme3.audio.android.AndroidAL
-
- alSourceQueueBuffers(int, int, IntBuffer) - Method in class com.jme3.audio.ios.IosAL
-
- alSourceQueueBuffers(int, int, IntBuffer) - Method in class com.jme3.audio.lwjgl.LwjglAL
-
- alSourceQueueBuffers(int, int, IntBuffer) - Method in interface com.jme3.audio.openal.AL
-
Queues up one or multiple buffer names to the specified source.
- alSourceStop(int) - Method in class com.jme3.audio.android.AndroidAL
-
- alSourceStop(int) - Method in class com.jme3.audio.ios.IosAL
-
- alSourceStop(int) - Method in class com.jme3.audio.lwjgl.LwjglAL
-
- alSourceStop(int) - Method in interface com.jme3.audio.openal.AL
-
Sets the source state to AL_STOPPED.
- alSourceUnqueueBuffers(int, int, IntBuffer) - Method in class com.jme3.audio.android.AndroidAL
-
- alSourceUnqueueBuffers(int, int, IntBuffer) - Method in class com.jme3.audio.ios.IosAL
-
- alSourceUnqueueBuffers(int, int, IntBuffer) - Method in class com.jme3.audio.lwjgl.LwjglAL
-
- alSourceUnqueueBuffers(int, int, IntBuffer) - Method in interface com.jme3.audio.openal.AL
-
Removes a number of buffer entries that have finished processing, in the order of appearance, from the queue of the specified source.
- ALUtil - Class in com.jme3.audio.openal
-
- ambient - Variable in class com.jme3.scene.plugins.MTLLoader
-
- ambientColor - Variable in class com.jme3.scene.plugins.fbx.misc.FbxGlobalSettings
-
- ambientColor - Variable in class com.jme3.scene.plugins.fbx.objects.FbxMaterial
-
- ambientFactor - Variable in class com.jme3.scene.plugins.fbx.objects.FbxMaterial
-
- AmbientLight - Class in com.jme3.light
-
An ambient light adds a constant color to the scene.
- AmbientLight() - Constructor for class com.jme3.light.AmbientLight
-
- AmbientLight(ColorRGBA) - Constructor for class com.jme3.light.AmbientLight
-
- AnalogListener - Interface in com.jme3.input.controls
-
AnalogListener
is used to receive events of inputs
in analog format.
- ANDROID_MEDIAPLAYER - Static variable in class com.jme3.system.AppSettings
-
- ANDROID_OPENAL_SOFT - Static variable in class com.jme3.system.AppSettings
-
Use the OpenAL Soft based renderer for Android audio capabilities.
- AndroidAL - Class in com.jme3.audio.android
-
- AndroidAL() - Constructor for class com.jme3.audio.android.AndroidAL
-
- AndroidALC - Class in com.jme3.audio.android
-
- AndroidALC() - Constructor for class com.jme3.audio.android.AndroidALC
-
- AndroidAudioData - Class in com.jme3.audio.android
-
- AndroidAudioData() - Constructor for class com.jme3.audio.android.AndroidAudioData
-
- AndroidAudioData(int) - Constructor for class com.jme3.audio.android.AndroidAudioData
-
- AndroidAudioLoader - Class in com.jme3.audio.plugins
-
AndroidAudioLoader
will create an
AndroidAudioData
object with the specified asset key.
- AndroidAudioLoader() - Constructor for class com.jme3.audio.plugins.AndroidAudioLoader
-
- AndroidBufferAllocator - Class in com.jme3.util
-
- AndroidBufferAllocator() - Constructor for class com.jme3.util.AndroidBufferAllocator
-
- AndroidBufferImageLoader - Class in com.jme3.texture.plugins
-
Loads textures using Android's Bitmap class, but does not have the
RGBA8 alpha bug.
- AndroidBufferImageLoader() - Constructor for class com.jme3.texture.plugins.AndroidBufferImageLoader
-
- AndroidConfigChooser - Class in com.jme3.system.android
-
AndroidConfigChooser is used to determine the best suited EGL Config
- AndroidConfigChooser(AppSettings) - Constructor for class com.jme3.system.android.AndroidConfigChooser
-
- AndroidEFX - Class in com.jme3.audio.android
-
- AndroidEFX() - Constructor for class com.jme3.audio.android.AndroidEFX
-
- AndroidGestureProcessor - Class in com.jme3.input.android
-
AndroidGestureHandler uses Gesture type listeners to create jME TouchEvents
for gestures.
- AndroidGestureProcessor(AndroidTouchInput) - Constructor for class com.jme3.input.android.AndroidGestureProcessor
-
- AndroidGL - Class in com.jme3.renderer.android
-
- AndroidGL() - Constructor for class com.jme3.renderer.android.AndroidGL
-
- AndroidHarness - Class in com.jme3.app
-
AndroidHarness
wraps a jme application object and runs it on
Android
- AndroidHarness() - Constructor for class com.jme3.app.AndroidHarness
-
- AndroidHarnessFragment - Class in com.jme3.app
-
- AndroidHarnessFragment() - Constructor for class com.jme3.app.AndroidHarnessFragment
-
- androidInput - Variable in class com.jme3.input.android.AndroidTouchInput
-
- androidInput - Variable in class com.jme3.system.android.OGLESContext
-
- AndroidInputHandler - Class in com.jme3.input.android
-
AndroidInput
is the main class that connects the Android system
inputs to jME.
- AndroidInputHandler() - Constructor for class com.jme3.input.android.AndroidInputHandler
-
- AndroidInputHandler14 - Class in com.jme3.input.android
-
AndroidInputHandler14
extends AndroidInputHandler
to
add the onHover and onGenericMotion events that where added in Android rev 14 (Android 4.0).
The onGenericMotion events are the main interface to Joystick axes.
- AndroidInputHandler14() - Constructor for class com.jme3.input.android.AndroidInputHandler14
-
- AndroidJoyInput - Class in com.jme3.input.android
-
Main class that manages various joystick devices.
- AndroidJoyInput(AndroidInputHandler) - Constructor for class com.jme3.input.android.AndroidJoyInput
-
- AndroidJoyInput14 - Class in com.jme3.input.android
-
AndroidJoyInput14
extends AndroidJoyInput
to include support for physical joysticks/gamepads.
- AndroidJoyInput14(AndroidInputHandler) - Constructor for class com.jme3.input.android.AndroidJoyInput14
-
- AndroidJoystick(InputManager, JoyInput, InputDevice, int, String) - Constructor for class com.jme3.input.android.AndroidJoystickJoyInput14.AndroidJoystick
-
- AndroidJoystickJoyInput14 - Class in com.jme3.input.android
-
Main class that creates and manages Android inputs for physical gamepads/joysticks.
- AndroidJoystickJoyInput14(AndroidJoyInput) - Constructor for class com.jme3.input.android.AndroidJoystickJoyInput14
-
- AndroidJoystickJoyInput14.AndroidJoystick - Class in com.jme3.input.android
-
- AndroidKeyMapping - Class in com.jme3.input.android
-
AndroidKeyMapping is just a utility to convert the Android keyCodes into
jME KeyCodes so that events received in jME's KeyEvent will match between
Desktop and Android.
- AndroidLocator - Class in com.jme3.asset.plugins
-
- AndroidLocator() - Constructor for class com.jme3.asset.plugins.AndroidLocator
-
- AndroidLocator.AndroidAssetInfo - Class in com.jme3.asset.plugins
-
- AndroidLogHandler - Class in com.jme3.util
-
Converts from Java based logging (Logger
to Android based logging
Log
.
- AndroidLogHandler() - Constructor for class com.jme3.util.AndroidLogHandler
-
- AndroidNativeImageLoader - Class in com.jme3.texture.plugins
-
Native image loader to deal with filetypes that support alpha channels.
- AndroidNativeImageLoader() - Constructor for class com.jme3.texture.plugins.AndroidNativeImageLoader
-
- AndroidScreenshots - Class in com.jme3.util
-
- AndroidSensorJoyInput - Class in com.jme3.input.android
-
AndroidSensorJoyInput converts the Android Sensor system into Joystick events.
- AndroidSensorJoyInput(AndroidJoyInput) - Constructor for class com.jme3.input.android.AndroidSensorJoyInput
-
- AndroidSensorJoyInput.AndroidSensorJoystick - Class in com.jme3.input.android
-
- AndroidSensorJoyInput.AndroidSensorJoystickAxis - Class in com.jme3.input.android
-
- AndroidSensorJoystick(InputManager, JoyInput, int, String) - Constructor for class com.jme3.input.android.AndroidSensorJoyInput.AndroidSensorJoystick
-
- AndroidSensorJoystickAxis(InputManager, Joystick, int, String, String, boolean, boolean, float, float) - Constructor for class com.jme3.input.android.AndroidSensorJoyInput.AndroidSensorJoystickAxis
-
- AndroidTouchInput - Class in com.jme3.input.android
-
AndroidTouchInput is the base class that receives touch inputs from the
Android system and creates the TouchEvents for jME.
- AndroidTouchInput(AndroidInputHandler) - Constructor for class com.jme3.input.android.AndroidTouchInput
-
- AndroidTouchInput14 - Class in com.jme3.input.android
-
AndroidTouchHandler14 extends AndroidTouchHandler to process the onHover
events added in Android rev 14 (Android 4.0).
- AndroidTouchInput14(AndroidInputHandler) - Constructor for class com.jme3.input.android.AndroidTouchInput14
-
- angle - Variable in class com.jme3.effect.Particle
-
Particle rotation angle (in radians).
- angleBetween(Vector2f) - Method in class com.jme3.math.Vector2f
-
angleBetween
returns (in radians) the angle required to
rotate a ray represented by this vector to be collinear with a ray
described by the given vector.
- angleBetween(Vector3f) - Method in class com.jme3.math.Vector3f
-
Returns the angle (in radians) between this vector and the argument,
provided both vectors have length=1.
- angleBetween(Vector4f) - Method in class com.jme3.math.Vector4f
-
angleBetween
returns (in radians) the angle between two vectors.
- angleRotation(Vector3f) - Method in class com.jme3.math.Matrix4f
-
Load a rotation around three axes (x, y, z).
- angularAcceleration - Variable in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_AccelerationState
-
C type : OSVR_AngularAccelerationState
- angularAccelerationValid - Variable in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_AccelerationState
-
C type : OSVR_CBool
- angularOnly - Variable in class com.jme3.bullet.joints.ConeJoint
-
- angularOnly - Variable in class com.jme3.bullet.joints.HingeJoint
-
- angularVelocity - Variable in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_VelocityState
-
C type : OSVR_AngularVelocityState
- angularVelocityValid - Variable in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_VelocityState
-
C type : OSVR_CBool
- animateSubtree(PhysicsLink, float) - Method in class com.jme3.bullet.animation.DynamicAnimControl
-
Begin blending the specified link and all its descendants to kinematic
animation.
- Animation - Class in com.jme3.animation
-
- Animation() - Constructor for class com.jme3.animation.Animation
-
Deprecated.
Serialization-only.
- Animation(String, float) - Constructor for class com.jme3.animation.Animation
-
Deprecated.
Creates a new Animation
with the given name and length.
- AnimationEvent - Class in com.jme3.cinematic.events
-
- AnimationEvent() - Constructor for class com.jme3.cinematic.events.AnimationEvent
-
Deprecated.
used for serialization don't call directly use one of the following
constructors
- AnimationEvent(Spatial, String) - Constructor for class com.jme3.cinematic.events.AnimationEvent
-
Deprecated.
creates an animation event
- AnimationEvent(Spatial, String, float) - Constructor for class com.jme3.cinematic.events.AnimationEvent
-
Deprecated.
creates an animation event
- AnimationEvent(Spatial, String, LoopMode) - Constructor for class com.jme3.cinematic.events.AnimationEvent
-
Deprecated.
creates an animation event
- AnimationEvent(Spatial, String, float, LoopMode) - Constructor for class com.jme3.cinematic.events.AnimationEvent
-
Deprecated.
creates an animation event
- AnimationEvent(Spatial, String, float, float) - Constructor for class com.jme3.cinematic.events.AnimationEvent
-
Deprecated.
creates an animation event
- AnimationEvent(Spatial, String, LoopMode, float) - Constructor for class com.jme3.cinematic.events.AnimationEvent
-
Deprecated.
creates an animation event
- AnimationEvent(Spatial, String, float, LoopMode, float) - Constructor for class com.jme3.cinematic.events.AnimationEvent
-
Deprecated.
creates an animation event
- AnimationEvent(Spatial, String, LoopMode, int) - Constructor for class com.jme3.cinematic.events.AnimationEvent
-
Deprecated.
creates an animation event
- AnimationEvent(Spatial, String, int) - Constructor for class com.jme3.cinematic.events.AnimationEvent
-
Deprecated.
creates an animation event
- AnimationEvent(Spatial, String, LoopMode, int, float) - Constructor for class com.jme3.cinematic.events.AnimationEvent
-
Deprecated.
creates an animation event
- AnimationEvent(Spatial, String, float, int) - Constructor for class com.jme3.cinematic.events.AnimationEvent
-
Deprecated.
creates an animation event
- AnimationEvent(Spatial, String, float, LoopMode, int) - Constructor for class com.jme3.cinematic.events.AnimationEvent
-
Deprecated.
creates an animation event
- AnimationFactory - Class in com.jme3.animation
-
- AnimationFactory(float, String) - Constructor for class com.jme3.animation.AnimationFactory
-
Deprecated.
Creates an AnimationFactory
- AnimationFactory(float, String, int) - Constructor for class com.jme3.animation.AnimationFactory
-
Deprecated.
Creates an AnimationFactory
- AnimationFactory.Rotation - Class in com.jme3.animation
-
Deprecated.
- AnimationList - Class in com.jme3.scene.plugins.fbx
-
Defines animations set that will be created while loading FBX scene
- AnimationList() - Constructor for class com.jme3.scene.plugins.fbx.AnimationList
-
- AnimationMask - Interface in com.jme3.anim
-
Created by Nehon
An AnimationMask is defining a subset of elements on which an animation will be applied.
- animationName - Variable in class com.jme3.cinematic.events.AnimationEvent
-
Deprecated.
- AnimationTrack - Class in com.jme3.cinematic.events
-
- AnimationTrack() - Constructor for class com.jme3.cinematic.events.AnimationTrack
-
Deprecated.
- AnimationTrack(Spatial, String) - Constructor for class com.jme3.cinematic.events.AnimationTrack
-
Deprecated.
- AnimationTrack(Spatial, String, float) - Constructor for class com.jme3.cinematic.events.AnimationTrack
-
Deprecated.
- AnimationTrack(Spatial, String, LoopMode) - Constructor for class com.jme3.cinematic.events.AnimationTrack
-
Deprecated.
- AnimationTrack(Spatial, String, float, LoopMode) - Constructor for class com.jme3.cinematic.events.AnimationTrack
-
Deprecated.
- AnimationUtils - Class in com.jme3.animation
-
- AnimChannel - Class in com.jme3.animation
-
Deprecated.
- AnimChannel() - Constructor for class com.jme3.animation.AnimChannel
-
Deprecated.
- AnimChannel(AnimControl) - Constructor for class com.jme3.animation.AnimChannel
-
Deprecated.
- AnimClip - Class in com.jme3.anim
-
A named set of animation tracks that can be played in synchrony.
- AnimClip() - Constructor for class com.jme3.anim.AnimClip
-
No-argument constructor needed by SavableClassUtil.
- AnimClip(String) - Constructor for class com.jme3.anim.AnimClip
-
Instantiate a zero-length clip with the specified name.
- AnimComposer - Class in com.jme3.anim
-
AnimComposer is a Spatial control that allows manipulation of
armature
(skeletal) animation.
- AnimComposer() - Constructor for class com.jme3.anim.AnimComposer
-
Instantiate a composer with a single layer, no actions, and no clips.
- AnimControl - Class in com.jme3.animation
-
- AnimControl(Skeleton) - Constructor for class com.jme3.animation.AnimControl
-
Deprecated.
Creates a new animation control for the given skeleton.
- AnimControl() - Constructor for class com.jme3.animation.AnimControl
-
Deprecated.
Instantiate an animation control with no skeleton, suitable only for
animations that don't contain any bone tracks.
- animCurves - Variable in class com.jme3.scene.plugins.fbx.anim.FbxToJmeTrack
-
- AnimData - Class in com.jme3.scene.plugins.ogre
-
- AnimData(Armature, ArrayList<AnimClip>) - Constructor for class com.jme3.scene.plugins.ogre.AnimData
-
- AnimEvent - Class in com.jme3.cinematic.events
-
A CinematicEvent that plays a canned animation action in an
AnimComposer
.
- AnimEvent(AnimComposer, String, String) - Constructor for class com.jme3.cinematic.events.AnimEvent
-
Instantiate a non-looping event to play the named action on the named
layer of the specified AnimComposer.
- AnimEvent() - Constructor for class com.jme3.cinematic.events.AnimEvent
-
No-argument constructor needed by SavableClassUtil.
- AnimEventListener - Interface in com.jme3.animation
-
Deprecated.
- AnimFactory - Class in com.jme3.anim
-
A convenience class to smoothly animate a Spatial using translation,
rotation, and scaling.
- AnimFactory(float, String, float) - Constructor for class com.jme3.anim.AnimFactory
-
Instantiate an AnimFactory with an identity transform at t=0.
- AnimInterpolator<T> - Class in com.jme3.anim.interpolator
-
Created by nehon on 15/04/17.
- AnimInterpolator() - Constructor for class com.jme3.anim.interpolator.AnimInterpolator
-
- AnimInterpolators - Class in com.jme3.anim.interpolator
-
Created by nehon on 15/04/17.
- AnimInterpolators.CatmullRomInterpolator - Class in com.jme3.anim.interpolator
-
- AnimInterpolators.TimeInterpolator - Class in com.jme3.anim.interpolator
-
- AnimLayer - Class in com.jme3.anim
-
A named portion of an AnimComposer that can run (at most) one Action at a
time.
- animLayer - Variable in class com.jme3.scene.plugins.fbx.anim.FbxToJmeTrack
-
- AnimMigrationUtils - Class in com.jme3.anim.util
-
- animRotation(long) - Method in class com.jme3.scene.plugins.fbx.objects.FbxNode
-
- animRotations - Variable in class com.jme3.scene.plugins.fbx.objects.FbxNode
-
- anims - Variable in class com.jme3.scene.plugins.ogre.AnimData
-
- animScale(long) - Method in class com.jme3.scene.plugins.fbx.objects.FbxNode
-
- animScales - Variable in class com.jme3.scene.plugins.fbx.objects.FbxNode
-
- animStack - Variable in class com.jme3.scene.plugins.fbx.anim.FbxToJmeTrack
-
- AnimTrack<T> - Interface in com.jme3.anim
-
Interface to derive animation data from a track.
- animTranslation(long) - Method in class com.jme3.scene.plugins.fbx.objects.FbxNode
-
- animTranslations - Variable in class com.jme3.scene.plugins.fbx.objects.FbxNode
-
- anisoFilter - Variable in class com.jme3.texture.image.LastTextureState
-
- Annotations - Class in com.jme3.system
-
This class contains the Annotation definitions for jME3.
- Annotations() - Constructor for class com.jme3.system.Annotations
-
- Annotations.Destructive - Annotation Type in com.jme3.system
-
Annotation used for methods in math primitives that are destructive to the
object (xxxLocal, setXXX etc.).
- Annotations.Internal - Annotation Type in com.jme3.system
-
Annotation used for public methods that are not to be called by users.
- Annotations.ReadOnly - Annotation Type in com.jme3.system
-
Annotation used for math primitive fields, method parameters or method return values.
- antialias - Variable in class com.jme3.system.jopenvr.Compositor_OverlaySettings
-
- APIBuffer - Class in com.jme3.lwjgl3.utils
-
Helper class for alternative API functions.
- APIBuffer() - Constructor for class com.jme3.lwjgl3.utils.APIBuffer
-
- apiBuffer() - Static method in class com.jme3.lwjgl3.utils.APIUtil
-
Returns a thread-local
APIBuffer
that has been reset.
- apiClassTokens(APIUtil.TokenFilter, Map<Integer, String>, Class<?>...) - Static method in class com.jme3.lwjgl3.utils.APIUtil
-
Returns a map of public static final integer fields in the specified
classes, to their String representations.
- apiOptionalClass(String) - Static method in class com.jme3.lwjgl3.utils.APIUtil
-
- apiParseVersion(String) - Static method in class com.jme3.lwjgl3.utils.APIUtil
-
Parses a version string.
- apiParseVersion(String, String) - Static method in class com.jme3.lwjgl3.utils.APIUtil
-
Parses a version string.
- apiStack() - Static method in class com.jme3.lwjgl3.utils.APIUtil
-
Returns a thread-local
APIBuffer
, without resetting it.
- apiUnknownToken(int) - Static method in class com.jme3.lwjgl3.utils.APIUtil
-
- apiUnknownToken(String, int) - Static method in class com.jme3.lwjgl3.utils.APIUtil
-
- APIUtil - Class in com.jme3.lwjgl3.utils
-
Utility class useful to API bindings.
- APIUtil.APIVersion - Class in com.jme3.lwjgl3.utils
-
A data class for API versioning information.
- APIUtil.TokenFilter - Interface in com.jme3.lwjgl3.utils
-
Simple interface for Field filtering.
- APIVersion(int, int) - Constructor for class com.jme3.lwjgl3.utils.APIUtil.APIVersion
-
- APIVersion(int, int, String, String) - Constructor for class com.jme3.lwjgl3.utils.APIUtil.APIVersion
-
- app - Variable in class com.jme3.app.AndroidHarness
-
The jme3 application object
- app - Variable in class com.jme3.app.AppletHarness
-
- app - Variable in class com.jme3.bullet.BulletAppState
-
- app - Variable in class com.jme3.bullet.debug.BulletDebugAppState
-
- app - Variable in class com.jme3.system.ios.IosHarness
-
- appCfg - Variable in class com.jme3.app.AppletHarness
-
- appClass - Variable in class com.jme3.app.AndroidHarness
-
The application class to start
- appClass - Variable in class com.jme3.app.AndroidHarnessFragment
-
The application class to start
- appClass - Variable in class com.jme3.app.AppletHarness
-
- appClosed() - Method in class com.jme3.system.ios.IosHarness
-
- appDraw() - Method in class com.jme3.system.ios.IosHarness
-
- appendIndent(StringBuilder) - Method in class com.jme3.shader.Glsl100ShaderGenerator
-
appends indentation.
- appendNodeDeclarationAndMain(String, StringBuilder, StringBuilder, ShaderNode, ShaderGenerationInfo, String) - Method in class com.jme3.shader.ShaderGenerator
-
Appends declaration and main part of a node to the shader declaration and
main part.
- appendOutput(StringBuilder, String, ShaderNodeVariable) - Method in class com.jme3.shader.Glsl100ShaderGenerator
-
Appends an output assignment to a shader globalOutputName =
nameSpace_varName;
- AppHarness - Class in jme3test.awt
-
- AppHarness() - Constructor for class jme3test.awt.AppHarness
-
- AppletHarness - Class in com.jme3.app
-
- AppletHarness() - Constructor for class com.jme3.app.AppletHarness
-
- Application - Interface in com.jme3.app
-
The Application
interface represents the minimum exposed
capabilities of a concrete jME3 application.
- application - Variable in class com.jme3.input.AWTInput
-
- apply(float, FloatBuffer) - Method in class com.jme3.animation.Pose
-
Deprecated.
Applies the offsets of this pose to the vertex buffer given by the blend factor.
- apply(float) - Method in interface com.jme3.math.EaseFunction
-
- apply(float) - Method in class com.jme3.math.Easing.InOut
-
- apply(Matrix3f) - Method in class com.jme3.math.Quaternion
-
apply
multiplies this quaternion by a parameter matrix
internally.
- apply(Endpoint) - Method in class com.jme3.network.base.DefaultServer.FilterAdapter
-
- apply(T) - Method in interface com.jme3.network.Filter
-
Returns true if the specified input is accepted by this
filter.
- apply(Pointer, byte) - Method in interface com.jme3.system.jopenvr.VR_IVRApplications_FnTable.AddApplicationManifest_callback
-
- apply(Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVRApplications_FnTable.CancelApplicationLaunch_callback
-
- apply(Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVRApplications_FnTable.GetApplicationAutoLaunch_callback
-
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVRApplications_FnTable.GetApplicationCount_callback
-
- apply(int, Pointer, int) - Method in interface com.jme3.system.jopenvr.VR_IVRApplications_FnTable.GetApplicationKeyByIndex_callback
-
- apply(int, Pointer, int) - Method in interface com.jme3.system.jopenvr.VR_IVRApplications_FnTable.GetApplicationKeyByProcessId_callback
-
- apply(int, Pointer, int) - Method in interface com.jme3.system.jopenvr.VR_IVRApplications_FnTable.GetApplicationLaunchArguments_callback
-
- apply(Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVRApplications_FnTable.GetApplicationProcessId_callback
-
- apply(Pointer, int, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRApplications_FnTable.GetApplicationPropertyBool_callback
-
- apply(Pointer, int, Pointer, int, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRApplications_FnTable.GetApplicationPropertyString_callback
-
- apply(Pointer, int, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRApplications_FnTable.GetApplicationPropertyUint64_callback
-
- apply(int) - Method in interface com.jme3.system.jopenvr.VR_IVRApplications_FnTable.GetApplicationsErrorNameFromEnum_callback
-
- apply(Pointer, Pointer, int) - Method in interface com.jme3.system.jopenvr.VR_IVRApplications_FnTable.GetApplicationsThatSupportMimeType_callback
-
- apply(int) - Method in interface com.jme3.system.jopenvr.VR_IVRApplications_FnTable.GetApplicationsTransitionStateNameFromEnum_callback
-
- apply(Pointer, Pointer, int) - Method in interface com.jme3.system.jopenvr.VR_IVRApplications_FnTable.GetApplicationSupportedMimeTypes_callback
-
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVRApplications_FnTable.GetCurrentSceneProcessId_callback
-
- apply(Pointer, Pointer, int) - Method in interface com.jme3.system.jopenvr.VR_IVRApplications_FnTable.GetDefaultApplicationForMimeType_callback
-
- apply(Pointer, int) - Method in interface com.jme3.system.jopenvr.VR_IVRApplications_FnTable.GetStartingApplication_callback
-
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVRApplications_FnTable.GetTransitionState_callback
-
- apply(int, Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVRApplications_FnTable.IdentifyApplication_callback
-
- apply(Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVRApplications_FnTable.IsApplicationInstalled_callback
-
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVRApplications_FnTable.IsQuitUserPromptRequested_callback
-
- apply(Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVRApplications_FnTable.LaunchApplication_callback
-
- apply(Pointer, Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVRApplications_FnTable.LaunchApplicationFromMimeType_callback
-
- apply(Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVRApplications_FnTable.LaunchDashboardOverlay_callback
-
- apply(Pointer, Pointer, Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVRApplications_FnTable.LaunchInternalProcess_callback
-
- apply(Pointer, Pointer, AppOverrideKeys_t, int) - Method in interface com.jme3.system.jopenvr.VR_IVRApplications_FnTable.LaunchTemplateApplication_callback
-
- apply(Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVRApplications_FnTable.PerformApplicationPrelaunchCheck_callback
-
- apply(Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVRApplications_FnTable.RemoveApplicationManifest_callback
-
- apply(Pointer, byte) - Method in interface com.jme3.system.jopenvr.VR_IVRApplications_FnTable.SetApplicationAutoLaunch_callback
-
- apply(Pointer, Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVRApplications_FnTable.SetDefaultApplicationForMimeType_callback
-
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVRChaperone_FnTable.AreBoundsVisible_callback
-
- apply(byte) - Method in interface com.jme3.system.jopenvr.VR_IVRChaperone_FnTable.ForceBoundsVisible_callback
-
- apply(HmdColor_t, int, float, HmdColor_t) - Method in interface com.jme3.system.jopenvr.VR_IVRChaperone_FnTable.GetBoundsColor_callback
-
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVRChaperone_FnTable.GetCalibrationState_callback
-
- apply(HmdQuad_t) - Method in interface com.jme3.system.jopenvr.VR_IVRChaperone_FnTable.GetPlayAreaRect_callback
-
- apply(FloatByReference, FloatByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRChaperone_FnTable.GetPlayAreaSize_callback
-
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVRChaperone_FnTable.ReloadInfo_callback
-
- apply(HmdColor_t.ByValue) - Method in interface com.jme3.system.jopenvr.VR_IVRChaperone_FnTable.SetSceneColor_callback
-
- apply(int) - Method in interface com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable.CommitWorkingCopy_callback
-
- apply(Pointer, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable.ExportLiveToBuffer_callback
-
- apply(HmdQuad_t, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable.GetLiveCollisionBoundsInfo_callback
-
- apply(Pointer, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable.GetLiveCollisionBoundsTagsInfo_callback
-
- apply(HmdQuad_t, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable.GetLivePhysicalBoundsInfo_callback
-
- apply(HmdMatrix34_t) - Method in interface com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable.GetLiveSeatedZeroPoseToRawTrackingPose_callback
-
- apply(HmdQuad_t, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable.GetWorkingCollisionBoundsInfo_callback
-
- apply(HmdQuad_t) - Method in interface com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable.GetWorkingPlayAreaRect_callback
-
- apply(FloatByReference, FloatByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable.GetWorkingPlayAreaSize_callback
-
- apply(HmdMatrix34_t) - Method in interface com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable.GetWorkingSeatedZeroPoseToRawTrackingPose_callback
-
- apply(HmdMatrix34_t) - Method in interface com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable.GetWorkingStandingZeroPoseToRawTrackingPose_callback
-
- apply(Pointer, int) - Method in interface com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable.ImportFromBufferToWorking_callback
-
- apply(int) - Method in interface com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable.ReloadFromDisk_callback
-
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable.RevertWorkingCopy_callback
-
- apply(HmdQuad_t, int) - Method in interface com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable.SetWorkingCollisionBoundsInfo_callback
-
- apply(Pointer, int) - Method in interface com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable.SetWorkingCollisionBoundsTagsInfo_callback
-
- apply(HmdQuad_t, int) - Method in interface com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable.SetWorkingPhysicalBoundsInfo_callback
-
- apply(float, float) - Method in interface com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable.SetWorkingPlayAreaSize_callback
-
- apply(HmdMatrix34_t) - Method in interface com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable.SetWorkingSeatedZeroPoseToRawTrackingPose_callback
-
- apply(HmdMatrix34_t) - Method in interface com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable.SetWorkingStandingZeroPoseToRawTrackingPose_callback
-
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.CanRenderScene_callback
-
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.ClearLastSubmittedFrame_callback
-
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.ClearSkyboxOverride_callback
-
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.CompositorBringToFront_callback
-
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.CompositorDumpImages_callback
-
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.CompositorGoToBack_callback
-
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.CompositorQuit_callback
-
- apply(float, byte) - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.FadeGrid_callback
-
- apply(float, float, float, float, float, byte) - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.FadeToColor_callback
-
- apply(byte) - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.ForceInterleavedReprojectionOn_callback
-
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.ForceReconnectProcess_callback
-
- apply(Compositor_CumulativeStats, int) - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.GetCumulativeStats_callback
-
- apply(byte) - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.GetCurrentFadeColor_callback
-
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.GetCurrentGridAlpha_callback
-
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.GetCurrentSceneFocusProcess_callback
-
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.GetFrameTimeRemaining_callback
-
- apply(Compositor_FrameTiming, int) - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.GetFrameTiming_callback
-
- apply(Compositor_FrameTiming, int) - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.GetFrameTimings_callback
-
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.GetLastFrameRenderer_callback
-
- apply(int, TrackedDevicePose_t, TrackedDevicePose_t) - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.GetLastPoseForTrackedDeviceIndex_callback
-
- apply(TrackedDevicePose_t, int, TrackedDevicePose_t, int) - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.GetLastPoses_callback
-
- apply(int, Pointer, PointerByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.GetMirrorTextureD3D11_callback
-
- apply(int, IntByReference, PointerByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.GetMirrorTextureGL_callback
-
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.GetTrackingSpace_callback
-
- apply(JOpenVRLibrary.VkPhysicalDevice_T, Pointer, int) - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.GetVulkanDeviceExtensionsRequired_callback
-
- apply(Pointer, int) - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.GetVulkanInstanceExtensionsRequired_callback
-
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.HideMirrorWindow_callback
-
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.IsFullscreen_callback
-
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.IsMirrorWindowVisible_callback
-
- apply(Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.LockGLSharedTextureForAccess_callback
-
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.PostPresentHandoff_callback
-
- apply(Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.ReleaseMirrorTextureD3D11_callback
-
- apply(int, Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.ReleaseSharedGLTexture_callback
-
- apply(int) - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.SetExplicitTimingMode_callback
-
- apply(Texture_t, int) - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.SetSkyboxOverride_callback
-
- apply(int) - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.SetTrackingSpace_callback
-
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.ShouldAppRenderWithLowResources_callback
-
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.ShowMirrorWindow_callback
-
- apply(int, Texture_t, VRTextureBounds_t, int) - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.Submit_callback
-
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.SubmitExplicitTimingData_callback
-
- apply(byte) - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.SuspendRendering_callback
-
- apply(Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.UnlockGLSharedTextureForAccess_callback
-
- apply(TrackedDevicePose_t, int, TrackedDevicePose_t, int) - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.WaitGetPoses_callback
-
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVRDriverManager_FnTable.GetDriverCount_callback
-
- apply(Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVRDriverManager_FnTable.GetDriverHandle_callback
-
- apply(int, Pointer, int) - Method in interface com.jme3.system.jopenvr.VR_IVRDriverManager_FnTable.GetDriverName_callback
-
- apply(IntByReference, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRExtendedDisplay_FnTable.GetDXGIOutputInfo_callback
-
- apply(int, IntByReference, IntByReference, IntByReference, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRExtendedDisplay_FnTable.GetEyeOutputViewport_callback
-
- apply(IntByReference, IntByReference, IntByReference, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRExtendedDisplay_FnTable.GetWindowBounds_callback
-
- apply(Pointer, int, IntByReference, VRBoneTransform_t, int) - Method in interface com.jme3.system.jopenvr.VR_IVRInput_FnTable.DecompressSkeletalBoneData_callback
-
- apply(Pointer, LongByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRInput_FnTable.GetActionHandle_callback
-
- apply(long, long, LongByReference, int) - Method in interface com.jme3.system.jopenvr.VR_IVRInput_FnTable.GetActionOrigins_callback
-
- apply(Pointer, LongByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRInput_FnTable.GetActionSetHandle_callback
-
- apply(long, InputAnalogActionData_t, int, long) - Method in interface com.jme3.system.jopenvr.VR_IVRInput_FnTable.GetAnalogActionData_callback
-
- apply(long, InputDigitalActionData_t, int, long) - Method in interface com.jme3.system.jopenvr.VR_IVRInput_FnTable.GetDigitalActionData_callback
-
- apply(Pointer, LongByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRInput_FnTable.GetInputSourceHandle_callback
-
- apply(long, Pointer, int) - Method in interface com.jme3.system.jopenvr.VR_IVRInput_FnTable.GetOriginLocalizedName_callback
-
- apply(long, InputOriginInfo_t, int) - Method in interface com.jme3.system.jopenvr.VR_IVRInput_FnTable.GetOriginTrackedDeviceInfo_callback
-
- apply(long, int, float, InputPoseActionData_t, int, long) - Method in interface com.jme3.system.jopenvr.VR_IVRInput_FnTable.GetPoseActionData_callback
-
- apply(long, InputSkeletalActionData_t, int, long) - Method in interface com.jme3.system.jopenvr.VR_IVRInput_FnTable.GetSkeletalActionData_callback
-
- apply(long, int, int, VRBoneTransform_t, int, long) - Method in interface com.jme3.system.jopenvr.VR_IVRInput_FnTable.GetSkeletalBoneData_callback
-
- apply(long, int, int, Pointer, int, IntByReference, long) - Method in interface com.jme3.system.jopenvr.VR_IVRInput_FnTable.GetSkeletalBoneDataCompressed_callback
-
- apply(Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVRInput_FnTable.SetActionManifestPath_callback
-
- apply(long, long) - Method in interface com.jme3.system.jopenvr.VR_IVRInput_FnTable.ShowActionOrigins_callback
-
- apply(VRActiveActionSet_t, int, int, long) - Method in interface com.jme3.system.jopenvr.VR_IVRInput_FnTable.ShowBindingsForActionSet_callback
-
- apply(long, float, float, float, float, long) - Method in interface com.jme3.system.jopenvr.VR_IVRInput_FnTable.TriggerHapticVibrationAction_callback
-
- apply(VRActiveActionSet_t, int, int) - Method in interface com.jme3.system.jopenvr.VR_IVRInput_FnTable.UpdateActionState_callback
-
- apply(long) - Method in interface com.jme3.system.jopenvr.VR_IVRIOBuffer_FnTable.Close_callback
-
- apply(Pointer, int, int, int, LongByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRIOBuffer_FnTable.Open_callback
-
- apply(long) - Method in interface com.jme3.system.jopenvr.VR_IVRIOBuffer_FnTable.PropertyContainer_callback
-
- apply(long, Pointer, int, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRIOBuffer_FnTable.Read_callback
-
- apply(long, Pointer, int) - Method in interface com.jme3.system.jopenvr.VR_IVRIOBuffer_FnTable.Write_callback
-
- apply(long, long, int, Pointer, int, NotificationBitmap_t, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRNotifications_FnTable.CreateNotification_callback
-
- apply(int) - Method in interface com.jme3.system.jopenvr.VR_IVRNotifications_FnTable.RemoveNotification_callback
-
- apply(long) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.ClearOverlayTexture_callback
-
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.CloseMessageOverlay_callback
-
- apply(long, VROverlayIntersectionParams_t, VROverlayIntersectionResults_t) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.ComputeOverlayIntersection_callback
-
- apply(Pointer, Pointer, LongByReference, LongByReference) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.CreateDashboardOverlay_callback
-
- apply(Pointer, Pointer, LongByReference) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.CreateOverlay_callback
-
- apply(long) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.DestroyOverlay_callback
-
- apply(Pointer, LongByReference) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.FindOverlay_callback
-
- apply(long, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetDashboardOverlaySceneProcess_callback
-
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetGamepadFocusOverlay_callback
-
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetHighQualityOverlay_callback
-
- apply(Pointer, int) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetKeyboardText_callback
-
- apply(long, FloatByReference) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetOverlayAlpha_callback
-
- apply(long, FloatByReference, FloatByReference) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetOverlayAutoCurveDistanceRangeInMeters_callback
-
- apply(long, FloatByReference, FloatByReference, FloatByReference) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetOverlayColor_callback
-
- apply(long, int, HmdVector2_t, FloatByReference) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetOverlayDualAnalogTransform_callback
-
- apply(int) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetOverlayErrorNameFromEnum_callback
-
- apply(long, int, Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetOverlayFlag_callback
-
- apply(long, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetOverlayFlags_callback
-
- apply(long, Pointer, int, IntByReference, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetOverlayImageData_callback
-
- apply(long, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetOverlayInputMethod_callback
-
- apply(long, Pointer, int, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetOverlayKey_callback
-
- apply(long, HmdVector2_t) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetOverlayMouseScale_callback
-
- apply(long, Pointer, int, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetOverlayName_callback
-
- apply(long) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetOverlayRenderingPid_callback
-
- apply(long, Pointer, int, HmdColor_t, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetOverlayRenderModel_callback
-
- apply(long, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetOverlaySortOrder_callback
-
- apply(long, FloatByReference) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetOverlayTexelAspect_callback
-
- apply(long, PointerByReference, Pointer, IntByReference, IntByReference, IntByReference, IntByReference, IntByReference, VRTextureBounds_t) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetOverlayTexture_callback
-
- apply(long, VRTextureBounds_t) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetOverlayTextureBounds_callback
-
- apply(long, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetOverlayTextureColorSpace_callback
-
- apply(long, IntByReference, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetOverlayTextureSize_callback
-
- apply(long, IntByReference, HmdMatrix34_t) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetOverlayTransformAbsolute_callback
-
- apply(long, LongByReference, HmdMatrix34_t) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetOverlayTransformOverlayRelative_callback
-
- apply(long, IntByReference, Pointer, int) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetOverlayTransformTrackedDeviceComponent_callback
-
- apply(long, IntByReference, HmdMatrix34_t) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetOverlayTransformTrackedDeviceRelative_callback
-
- apply(long, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetOverlayTransformType_callback
-
- apply(long, FloatByReference) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetOverlayWidthInMeters_callback
-
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetPrimaryDashboardDevice_callback
-
- apply(long, int, HmdVector2_t.ByValue, HmdMatrix34_t) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetTransformForOverlayCoordinates_callback
-
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.HideKeyboard_callback
-
- apply(long) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.HideOverlay_callback
-
- apply(long) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.IsActiveDashboardOverlay_callback
-
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.IsDashboardVisible_callback
-
- apply(long) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.IsHoverTargetOverlay_callback
-
- apply(long) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.IsOverlayVisible_callback
-
- apply(int, long) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.MoveGamepadFocusToNeighbor_callback
-
- apply(long, VREvent_t, int) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.PollNextOverlayEvent_callback
-
- apply(long, Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.ReleaseNativeOverlayHandle_callback
-
- apply(long, int) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.SetDashboardOverlaySceneProcess_callback
-
- apply(long) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.SetGamepadFocusOverlay_callback
-
- apply(long) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.SetHighQualityOverlay_callback
-
- apply(long, HmdRect2_t.ByValue) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.SetKeyboardPositionForOverlay_callback
-
- apply(int, HmdMatrix34_t) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.SetKeyboardTransformAbsolute_callback
-
- apply(long, float) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.SetOverlayAlpha_callback
-
- apply(long, float, float) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.SetOverlayAutoCurveDistanceRangeInMeters_callback
-
- apply(long, float, float, float) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.SetOverlayColor_callback
-
- apply(long, int, HmdVector2_t, float) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.SetOverlayDualAnalogTransform_callback
-
- apply(long, int, byte) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.SetOverlayFlag_callback
-
- apply(long, Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.SetOverlayFromFile_callback
-
- apply(long, int) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.SetOverlayInputMethod_callback
-
- apply(long, VROverlayIntersectionMaskPrimitive_t, int, int) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.SetOverlayIntersectionMask_callback
-
- apply(long, HmdVector2_t) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.SetOverlayMouseScale_callback
-
- apply(long, Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.SetOverlayName_callback
-
- apply(int, long, long) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.SetOverlayNeighbor_callback
-
- apply(long, Pointer, int, int, int) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.SetOverlayRaw_callback
-
- apply(long, int) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.SetOverlayRenderingPid_callback
-
- apply(long, Pointer, HmdColor_t) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.SetOverlayRenderModel_callback
-
- apply(long, int) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.SetOverlaySortOrder_callback
-
- apply(long, float) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.SetOverlayTexelAspect_callback
-
- apply(long, Texture_t) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.SetOverlayTexture_callback
-
- apply(long, VRTextureBounds_t) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.SetOverlayTextureBounds_callback
-
- apply(long, int) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.SetOverlayTextureColorSpace_callback
-
- apply(long, int, HmdMatrix34_t) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.SetOverlayTransformAbsolute_callback
-
- apply(long, long, HmdMatrix34_t) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.SetOverlayTransformOverlayRelative_callback
-
- apply(long, int, Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.SetOverlayTransformTrackedDeviceComponent_callback
-
- apply(long, int, HmdMatrix34_t) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.SetOverlayTransformTrackedDeviceRelative_callback
-
- apply(long, float) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.SetOverlayWidthInMeters_callback
-
- apply(Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.ShowDashboard_callback
-
- apply(int, int, Pointer, int, Pointer, byte, long) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.ShowKeyboard_callback
-
- apply(long, int, int, Pointer, int, Pointer, byte, long) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.ShowKeyboardForOverlay_callback
-
- apply(Pointer, Pointer, Pointer, Pointer, Pointer, Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.ShowMessageOverlay_callback
-
- apply(long) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.ShowOverlay_callback
-
- apply(RenderModel_t) - Method in interface com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable.FreeRenderModel_callback
-
- apply(RenderModel_TextureMap_t) - Method in interface com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable.FreeTexture_callback
-
- apply(Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable.FreeTextureD3D11_callback
-
- apply(Pointer, Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable.GetComponentButtonMask_callback
-
- apply(Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable.GetComponentCount_callback
-
- apply(Pointer, int, Pointer, int) - Method in interface com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable.GetComponentName_callback
-
- apply(Pointer, Pointer, Pointer, int) - Method in interface com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable.GetComponentRenderModelName_callback
-
- apply(Pointer, Pointer, VRControllerState_t, RenderModel_ControllerMode_State_t, RenderModel_ComponentState_t) - Method in interface com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable.GetComponentState_callback
-
- apply(Pointer, Pointer, long, RenderModel_ControllerMode_State_t, RenderModel_ComponentState_t) - Method in interface com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable.GetComponentStateForDevicePath_callback
-
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable.GetRenderModelCount_callback
-
- apply(int) - Method in interface com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable.GetRenderModelErrorNameFromEnum_callback
-
- apply(int, Pointer, int) - Method in interface com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable.GetRenderModelName_callback
-
- apply(Pointer, Pointer, int, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable.GetRenderModelOriginalPath_callback
-
- apply(Pointer, Pointer, int, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable.GetRenderModelThumbnailURL_callback
-
- apply(int, Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable.LoadIntoTextureD3D11_Async_callback
-
- apply(Pointer, PointerByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable.LoadRenderModel_Async_callback
-
- apply(int, PointerByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable.LoadTexture_Async_callback
-
- apply(int, Pointer, PointerByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable.LoadTextureD3D11_Async_callback
-
- apply(Pointer, Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable.RenderModelHasComponent_callback
-
- apply(Pointer, Pointer, Pointer, int) - Method in interface com.jme3.system.jopenvr.VR_IVRResources_FnTable.GetResourceFullPath_callback
-
- apply(Pointer, Pointer, int) - Method in interface com.jme3.system.jopenvr.VR_IVRResources_FnTable.LoadSharedResource_callback
-
- apply(int, int, Pointer, int, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRScreenshots_FnTable.GetScreenshotPropertyFilename_callback
-
- apply(int, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRScreenshots_FnTable.GetScreenshotPropertyType_callback
-
- apply(IntByReference, int) - Method in interface com.jme3.system.jopenvr.VR_IVRScreenshots_FnTable.HookScreenshot_callback
-
- apply(IntByReference, int, Pointer, Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVRScreenshots_FnTable.RequestScreenshot_callback
-
- apply(int, int, Pointer, Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVRScreenshots_FnTable.SubmitScreenshot_callback
-
- apply(IntByReference, Pointer, Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVRScreenshots_FnTable.TakeStereoScreenshot_callback
-
- apply(int, float) - Method in interface com.jme3.system.jopenvr.VR_IVRScreenshots_FnTable.UpdateScreenshotProgress_callback
-
- apply(Pointer, Pointer, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRSettings_FnTable.GetBool_callback
-
- apply(Pointer, Pointer, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRSettings_FnTable.GetFloat_callback
-
- apply(Pointer, Pointer, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRSettings_FnTable.GetInt32_callback
-
- apply(int) - Method in interface com.jme3.system.jopenvr.VR_IVRSettings_FnTable.GetSettingsErrorNameFromEnum_callback
-
- apply(Pointer, Pointer, Pointer, int, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRSettings_FnTable.GetString_callback
-
- apply(Pointer, Pointer, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRSettings_FnTable.RemoveKeyInSection_callback
-
- apply(Pointer, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRSettings_FnTable.RemoveSection_callback
-
- apply(Pointer, Pointer, byte, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRSettings_FnTable.SetBool_callback
-
- apply(Pointer, Pointer, float, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRSettings_FnTable.SetFloat_callback
-
- apply(Pointer, Pointer, int, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRSettings_FnTable.SetInt32_callback
-
- apply(Pointer, Pointer, Pointer, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRSettings_FnTable.SetString_callback
-
- apply(byte, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRSettings_FnTable.Sync_callback
-
- apply(Pointer, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRSpatialAnchors_FnTable.CreateSpatialAnchorFromDescriptor_callback
-
- apply(int, int, SpatialAnchorPose_t, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRSpatialAnchors_FnTable.CreateSpatialAnchorFromPose_callback
-
- apply(int, Pointer, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRSpatialAnchors_FnTable.GetSpatialAnchorDescriptor_callback
-
- apply(int, int, SpatialAnchorPose_t) - Method in interface com.jme3.system.jopenvr.VR_IVRSpatialAnchors_FnTable.GetSpatialAnchorPose_callback
-
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.AcknowledgeQuit_Exiting_callback
-
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.AcknowledgeQuit_UserPrompt_callback
-
- apply(TrackedDevicePose_t, TrackedDevicePose_t, HmdMatrix34_t) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.ApplyTransform_callback
-
- apply(int, float, float, DistortionCoordinates_t) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.ComputeDistortion_callback
-
- apply(int, Pointer, Pointer, int) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.DriverDebugRequest_callback
-
- apply(int, int, int, Pointer, int, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.GetArrayTrackedDeviceProperty_callback
-
- apply(int, int, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.GetBoolTrackedDeviceProperty_callback
-
- apply(int) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.GetButtonIdNameFromEnum_callback
-
- apply(int) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.GetControllerAxisTypeNameFromEnum_callback
-
- apply(int) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.GetControllerRoleForTrackedDeviceIndex_callback
-
- apply(int, VRControllerState_t, int) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.GetControllerState_callback
-
- apply(int, int, VRControllerState_t, int, TrackedDevicePose_t) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.GetControllerStateWithPose_callback
-
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.GetD3D9AdapterIndex_callback
-
- apply(int, float, TrackedDevicePose_t, int) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.GetDeviceToAbsoluteTrackingPose_callback
-
- apply(IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.GetDXGIOutputInfo_callback
-
- apply(int) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.GetEventTypeNameFromEnum_callback
-
- apply(int) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.GetEyeToHeadTransform_callback
-
- apply(int, int, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.GetFloatTrackedDeviceProperty_callback
-
- apply(int, int) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.GetHiddenAreaMesh_callback
-
- apply(int, int, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.GetInt32TrackedDeviceProperty_callback
-
- apply(int, int, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.GetMatrix34TrackedDeviceProperty_callback
-
- apply(LongByReference, int, JOpenVRLibrary.VkInstance_T) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.GetOutputDevice_callback
-
- apply(int, float, float) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.GetProjectionMatrix_callback
-
- apply(int, FloatByReference, FloatByReference, FloatByReference, FloatByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.GetProjectionRaw_callback
-
- apply(int) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.GetPropErrorNameFromEnum_callback
-
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.GetRawZeroPoseToStandingAbsoluteTrackingPose_callback
-
- apply(IntByReference, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.GetRecommendedRenderTargetSize_callback
-
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.GetSeatedZeroPoseToStandingAbsoluteTrackingPose_callback
-
- apply(int, IntByReference, int, int) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.GetSortedTrackedDeviceIndicesOfClass_callback
-
- apply(int, int, Pointer, int, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.GetStringTrackedDeviceProperty_callback
-
- apply(FloatByReference, LongByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.GetTimeSinceLastVsync_callback
-
- apply(int) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.GetTrackedDeviceActivityLevel_callback
-
- apply(int) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.GetTrackedDeviceClass_callback
-
- apply(int) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.GetTrackedDeviceIndexForControllerRole_callback
-
- apply(int, int, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.GetUint64TrackedDeviceProperty_callback
-
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.IsDisplayOnDesktop_callback
-
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.IsInputAvailable_callback
-
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.IsSteamVRDrawingControllers_callback
-
- apply(int) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.IsTrackedDeviceConnected_callback
-
- apply(int) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.PerformFirmwareUpdate_callback
-
- apply(VREvent_t, int) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.PollNextEvent_callback
-
- apply(int, VREvent_t, int, TrackedDevicePose_t) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.PollNextEventWithPose_callback
-
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.ResetSeatedZeroPose_callback
-
- apply(byte) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.SetDisplayVisibility_callback
-
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.ShouldApplicationPause_callback
-
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.ShouldApplicationReduceRenderingWork_callback
-
- apply(int, int, short) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.TriggerHapticPulse_callback
-
- apply(int, LongByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRTrackedCamera_FnTable.AcquireVideoStreamingService_callback
-
- apply(int) - Method in interface com.jme3.system.jopenvr.VR_IVRTrackedCamera_FnTable.GetCameraErrorNameFromEnum_callback
-
- apply(int, int, IntByReference, IntByReference, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRTrackedCamera_FnTable.GetCameraFrameSize_callback
-
- apply(int, int, HmdVector2_t, HmdVector2_t) - Method in interface com.jme3.system.jopenvr.VR_IVRTrackedCamera_FnTable.GetCameraIntrinsics_callback
-
- apply(int, int, float, float, HmdMatrix44_t) - Method in interface com.jme3.system.jopenvr.VR_IVRTrackedCamera_FnTable.GetCameraProjection_callback
-
- apply(long, int, Pointer, int, CameraVideoStreamFrameHeader_t, int) - Method in interface com.jme3.system.jopenvr.VR_IVRTrackedCamera_FnTable.GetVideoStreamFrameBuffer_callback
-
- apply(long, int, Pointer, PointerByReference, CameraVideoStreamFrameHeader_t, int) - Method in interface com.jme3.system.jopenvr.VR_IVRTrackedCamera_FnTable.GetVideoStreamTextureD3D11_callback
-
- apply(long, int, IntByReference, CameraVideoStreamFrameHeader_t, int) - Method in interface com.jme3.system.jopenvr.VR_IVRTrackedCamera_FnTable.GetVideoStreamTextureGL_callback
-
- apply(int, int, VRTextureBounds_t, IntByReference, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRTrackedCamera_FnTable.GetVideoStreamTextureSize_callback
-
- apply(int, Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVRTrackedCamera_FnTable.HasCamera_callback
-
- apply(long) - Method in interface com.jme3.system.jopenvr.VR_IVRTrackedCamera_FnTable.ReleaseVideoStreamingService_callback
-
- apply(long, int) - Method in interface com.jme3.system.jopenvr.VR_IVRTrackedCamera_FnTable.ReleaseVideoStreamTextureGL_callback
-
- apply(Pointer) - Method in interface com.jme3.system.osvr.osvrrendermanageropengl.OSVR_OpenGLToolkitFunctions.create_callback
-
- apply(Pointer) - Method in interface com.jme3.system.osvr.osvrrendermanageropengl.OSVR_OpenGLToolkitFunctions.destroy_callback
-
- apply(Pointer, NativeSize, IntByReference) - Method in interface com.jme3.system.osvr.osvrrendermanageropengl.OSVR_OpenGLToolkitFunctions.getDisplayFrameBuffer_callback
-
- apply(Pointer, NativeSize, IntByReference, IntByReference) - Method in interface com.jme3.system.osvr.osvrrendermanageropengl.OSVR_OpenGLToolkitFunctions.getDisplaySizeOverride_callback
-
- apply(Pointer) - Method in interface com.jme3.system.osvr.osvrrendermanageropengl.OSVR_OpenGLToolkitFunctions.handleEvents_callback
-
- apply(Pointer, OSVR_OpenGLContextParams) - Method in interface com.jme3.system.osvr.osvrrendermanageropengl.OSVR_OpenGLToolkitFunctions.OSVR_CBool_callback
-
- apply(Pointer) - Method in interface com.jme3.system.osvr.osvrrendermanageropengl.OSVR_OpenGLToolkitFunctions.OSVR_CBool_callback2
-
- apply(Pointer, NativeSize) - Method in interface com.jme3.system.osvr.osvrrendermanageropengl.OSVR_OpenGLToolkitFunctions.OSVR_CBool_callback3
-
- apply(Pointer, NativeSize) - Method in interface com.jme3.system.osvr.osvrrendermanageropengl.OSVR_OpenGLToolkitFunctions.OSVR_CBool_callback4
-
- apply(Pointer, byte) - Method in interface com.jme3.system.osvr.osvrrendermanageropengl.OSVR_OpenGLToolkitFunctions.OSVR_CBool_callback5
-
- applyBindPose() - Method in class com.jme3.anim.Armature
-
This method sets this armature to its bind pose (aligned with the mesh to deform).
- applyBindPose() - Method in class com.jme3.anim.Joint
-
Sets the local transform with the bind transforms
- applyBindPose(Transform, Matrix4f, Joint) - Method in class com.jme3.anim.MatrixJointModelTransform
-
- applyBindPose(Transform, Matrix4f, Joint) - Method in class com.jme3.anim.SeparateJointModelTransform
-
- applyBindPose(Transform, Matrix4f, Joint) - Method in interface com.jme3.anim.util.JointModelTransform
-
Configure joint's local transform for bind pose.
- applyCentralForce(Vector3f) - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
Apply a force to the PhysicsRigidBody, only applies force if the next physics update call
updates the physics space.
To apply an impulse, use applyImpulse.
- applyCluster(FbxCluster) - Method in class com.jme3.scene.plugins.fbx.mesh.FbxMesh
-
- applyCoords(Geometry) - Method in class jme3tools.optimize.TextureAtlas
-
Applies the texture coordinates to the given geometry
if its DiffuseMap or ColorMap exists in the atlas.
- applyCoords(Geometry, int, Mesh) - Method in class jme3tools.optimize.TextureAtlas
-
Applies the texture coordinates to the given output mesh
if the DiffuseMap or ColorMap of the input geometry exist in the atlas.
- applyFadeInfo - Variable in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
- applyFilterMode - Variable in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
- applyForce(Vector3f, Vector3f) - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
Apply a force to the PhysicsRigidBody, only applies force if the next physics update call
updates the physics space.
To apply an impulse, use applyImpulse, use applyContinuousForce to apply continuous force.
- applyGravity() - Method in class com.jme3.bullet.PhysicsSpace
-
applies gravity value to all objects
- applyHWShadows - Variable in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
- applyImpulse(Vector3f, Vector3f) - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
Apply an impulse to the PhysicsRigidBody in the next physics update.
- applyInitialPose() - Method in class com.jme3.anim.Armature
-
Applies the initial pose to this armature
- applyInitialPose() - Method in class com.jme3.anim.Joint
-
Sets the local transform with the initial transform
- applyLocal - Variable in class com.jme3.bullet.control.AbstractPhysicsControl
-
true → physics coordinates match local transform, false →
physics coordinates match world transform
- applyLocal - Variable in class com.jme3.bullet.control.CharacterControl
-
- applyLocal - Variable in class com.jme3.bullet.control.GhostControl
-
true → physics coordinates match local transform, false →
physics coordinates match world transform
- applyPCFEdge - Variable in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
- applyPhysicsTransform(Vector3f, Quaternion) - Method in class com.jme3.bullet.control.AbstractPhysicsControl
-
Apply a physics transform to the spatial.
- applyPhysicsTransform(Vector3f, Quaternion) - Method in class com.jme3.bullet.debug.AbstractPhysicsDebugControl
-
Apply the specified location and orientation to the controlled spatial.
- applyPhysicsTransform(Vector3f, Quaternion, Spatial) - Method in class com.jme3.bullet.debug.AbstractPhysicsDebugControl
-
Apply the specified location and orientation to the specified spatial.
- applyRenderState(RenderState) - Method in class com.jme3.renderer.opengl.GLRenderer
-
- applyRenderState(RenderState) - Method in interface com.jme3.renderer.Renderer
-
Applies the given
RenderState
, making the necessary
GL calls so that the state is applied.
- applyRenderState(RenderState) - Method in class com.jme3.system.NullRenderer
-
- applyShadowIntensity - Variable in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
- applySmoothingGroups(IrMesh) - Static method in class com.jme3.scene.plugins.IrUtils
-
Applies smoothing groups to vertex normals.
- applyTextures(Material) - Method in class com.jme3.water.SimpleWaterProcessor
-
- applyTorque(Vector3f) - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
Apply a force to the PhysicsRigidBody, only applies force if the next physics update call
updates the physics space.
To apply an impulse, use applyImpulse.
- applyTorqueImpulse(Vector3f) - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
Apply a torque impulse to the PhysicsRigidBody in the next physics update.
- applyTransform(Spatial) - Method in class com.jme3.bullet.objects.infos.RigidBodyMotionState
-
applies the current transform to the given jme Node if the location has been updated on the physics side
- ApplyTransform - Variable in class com.jme3.system.jopenvr.VR_IVRSystem_FnTable
-
C type : ApplyTransform_callback*
- applyUserControl() - Method in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
Ensure that user control is enabled for any bones used by inverse
kinematics and disabled for any other bones.
- applyVelocityVariation(Particle) - Method in class com.jme3.effect.influencers.DefaultParticleInfluencer
-
This method applies the variation to the particle with already set velocity.
- applyVelocityVariation(Particle) - Method in class com.jme3.effect.influencers.NewtonianParticleInfluencer
-
- applyVelocityVariation(Particle) - Method in class com.jme3.effect.influencers.RadialParticleInfluencer
-
This method applies the variation to the particle with already set velocity.
- applyWheelTransform() - Method in class com.jme3.bullet.objects.VehicleWheel
-
- applyWheelTransforms() - Method in class com.jme3.bullet.objects.PhysicsVehicle
-
used internally
- AppOverrideKeys_t - Class in com.jme3.system.jopenvr
-
- AppOverrideKeys_t() - Constructor for class com.jme3.system.jopenvr.AppOverrideKeys_t
-
- AppOverrideKeys_t(Pointer, Pointer) - Constructor for class com.jme3.system.jopenvr.AppOverrideKeys_t
-
- AppOverrideKeys_t(Pointer) - Constructor for class com.jme3.system.jopenvr.AppOverrideKeys_t
-
- AppOverrideKeys_t.ByReference - Class in com.jme3.system.jopenvr
-
- AppOverrideKeys_t.ByValue - Class in com.jme3.system.jopenvr
-
- appPaused() - Method in class com.jme3.system.ios.IosHarness
-
- AppProfiler - Interface in com.jme3.profile
-
Can be hooked into the application (and render manager)
to receive callbacks about specific frame steps.
- appReactivated() - Method in class com.jme3.system.ios.IosHarness
-
- appReshape(int, int) - Method in class com.jme3.system.ios.IosHarness
-
- APPROVE_SELECTION - Static variable in class com.jme3.app.SettingsDialog
-
- approximateEquals(float, float) - Static method in class com.jme3.math.FastMath
-
Determine if two floats are approximately equal.
- AppSettings - Class in com.jme3.system
-
AppSettings
provides a store of configuration
to be used by the application.
- AppSettings(boolean) - Constructor for class com.jme3.system.AppSettings
-
Create a new instance of AppSettings
.
- AppState - Interface in com.jme3.app.state
-
AppState represents continuously executing code inside the main loop.
- AppStateManager - Class in com.jme3.app.state
-
- AppStateManager(Application) - Constructor for class com.jme3.app.state.AppStateManager
-
- appStep(AppStep) - Method in class com.jme3.app.BasicProfiler
-
- appStep(AppStep) - Method in class com.jme3.app.DefaultAndroidProfiler
-
- appStep(AppStep) - Method in class com.jme3.app.DetailedProfiler
-
- appStep(AppStep) - Method in interface com.jme3.profile.AppProfiler
-
Called at the beginning of the specified AppStep.
- AppStep - Enum in com.jme3.profile
-
Indicates an application-level step within the profiled
frame.
- appSubStep(String...) - Method in class com.jme3.app.BasicProfiler
-
- appSubStep(String...) - Method in class com.jme3.app.DefaultAndroidProfiler
-
- appSubStep(String...) - Method in class com.jme3.app.DetailedProfiler
-
- appSubStep(String...) - Method in interface com.jme3.profile.AppProfiler
-
Called as a substep of the previous AppStep
- AppTask<V> - Class in com.jme3.app
-
AppTask
is used in AppTaskQueue
to manage tasks that have
yet to be accomplished.
- AppTask(Callable<V>) - Constructor for class com.jme3.app.AppTask
-
Create an AppTask
that will execute the given
Callable
.
- appToApplet - Static variable in class com.jme3.app.AppletHarness
-
- appUpdate() - Method in class com.jme3.system.ios.IosHarness
-
- ar - Variable in class com.jme3.niftygui.SoundDeviceJme
-
- AreaUtils - Class in com.jme3.scene.control
-
AreaUtils
is used to calculate the area of various objects, such as bounding volumes.
- AreBoundsVisible - Variable in class com.jme3.system.jopenvr.VR_IVRChaperone_FnTable
-
C type : AreBoundsVisible_callback*
- ARGB8_to_RGB565(int) - Static method in class jme3tools.converters.RGB565
-
- args - Variable in class com.jme3.network.rmi.RemoteMethodCallMessage
-
Arguments of the remote method invocation.
- Armature - Class in com.jme3.anim
-
Created by Nehon on 15/12/2017.
- Armature() - Constructor for class com.jme3.anim.Armature
-
Serialization only
- Armature(Joint[]) - Constructor for class com.jme3.anim.Armature
-
Creates an armature from a joint list.
- armature - Variable in class com.jme3.scene.plugins.ogre.AnimData
-
- ArmatureDebugAppState - Class in com.jme3.scene.debug.custom
-
- ArmatureDebugAppState() - Constructor for class com.jme3.scene.debug.custom.ArmatureDebugAppState
-
- ArmatureDebugger - Class in com.jme3.scene.debug.custom
-
The class that creates a mesh to display how bones behave.
- ArmatureDebugger() - Constructor for class com.jme3.scene.debug.custom.ArmatureDebugger
-
- ArmatureDebugger(String, Armature, List<Joint>) - Constructor for class com.jme3.scene.debug.custom.ArmatureDebugger
-
Creates a debugger with no length data.
- ArmatureInterJointsWire - Class in com.jme3.scene.debug.custom
-
A class that displays a dotted line between a bone tail and its children's heads.
- ArmatureInterJointsWire(Vector3f, Vector3f[]) - Constructor for class com.jme3.scene.debug.custom.ArmatureInterJointsWire
-
- ArmatureMask - Class in com.jme3.anim
-
An AnimationMask to select joints from a single Armature.
- ArmatureMask() - Constructor for class com.jme3.anim.ArmatureMask
-
Instantiate a mask that affects no joints.
- ArmatureMask(Armature) - Constructor for class com.jme3.anim.ArmatureMask
-
Instantiate a mask that affects all joints in the specified Armature.
- ArmatureNode - Class in com.jme3.scene.debug.custom
-
The class that displays either wires between the bones' heads if no length
data is supplied and full bones' shapes otherwise.
- ArmatureNode(Armature, Node, Node, Node, List<Joint>) - Constructor for class com.jme3.scene.debug.custom.ArmatureNode
-
Creates a wire with bone lengths data.
- array - Variable in class com.jme3.animation.CompactArray
-
- arrayClone(T) - Method in class com.jme3.util.clone.Cloner
-
Clones a primitive array by coping it and clones an object
array by coping it and then running each of its values through
Cloner.clone().
- ArrayHolder(int...) - Constructor for class jme3test.app.TestCloner.ArrayHolder
-
- ArrayIterator(E[], int) - Constructor for class com.jme3.util.SafeArrayList.ArrayIterator
-
- ArraySerializer - Class in com.jme3.network.serializing.serializers
-
Array serializer
- ArraySerializer() - Constructor for class com.jme3.network.serializing.serializers.ArraySerializer
-
- arraySize - Variable in class com.jme3.opencl.Image.ImageDescriptor
-
- Arrow - Class in com.jme3.scene.debug
-
The Arrow
debug shape represents an arrow.
- Arrow() - Constructor for class com.jme3.scene.debug.Arrow
-
Serialization only.
- Arrow(Vector3f) - Constructor for class com.jme3.scene.debug.Arrow
-
Creates an arrow mesh with the given extent.
- arrowA - Variable in class com.jme3.bullet.debug.BulletJointDebugControl
-
- arrowB - Variable in class com.jme3.bullet.debug.BulletJointDebugControl
-
- arrowBlue - Variable in class com.jme3.bullet.debug.DebugTools
-
mesh for the blue arrow
- arrowBlueGeom - Variable in class com.jme3.bullet.debug.DebugTools
-
geometry for the blue arrow
- arrowGreen - Variable in class com.jme3.bullet.debug.DebugTools
-
mesh for the green arrow
- arrowGreenGeom - Variable in class com.jme3.bullet.debug.DebugTools
-
geometry for the green arrow
- arrowMagenta - Variable in class com.jme3.bullet.debug.DebugTools
-
mesh for the magenta arrow
- arrowMagentaGeom - Variable in class com.jme3.bullet.debug.DebugTools
-
geometry for the magenta arrow
- arrowPink - Variable in class com.jme3.bullet.debug.DebugTools
-
mesh for the pink arrow
- arrowPinkGeom - Variable in class com.jme3.bullet.debug.DebugTools
-
geometry for the pink arrow
- arrowRed - Variable in class com.jme3.bullet.debug.DebugTools
-
mesh for the red arrow
- arrowRedGeom - Variable in class com.jme3.bullet.debug.DebugTools
-
geometry for the red arrow
- arrowYellow - Variable in class com.jme3.bullet.debug.DebugTools
-
mesh for the yellow arrow
- arrowYellowGeom - Variable in class com.jme3.bullet.debug.DebugTools
-
geometry for the yellow arrow
- asBytesRGBA() - Method in class com.jme3.math.ColorRGBA
-
Retrieves the component values of this ColorRGBA
as
a four element byte
array in the order: r,g,b,a.
- asin(float) - Static method in class com.jme3.math.FastMath
-
Returns the arc sine of a value.
Special cases:
If fValue is smaller than -1, then the result is -HALF_PI.
- asIntABGR() - Method in class com.jme3.math.ColorRGBA
-
Retrieves the component values of this ColorRGBA
as an
int
in a,b,g,r order.
- asIntARGB() - Method in class com.jme3.math.ColorRGBA
-
Retrieves the component values of this ColorRGBA
as an
int
in a,r,g,b order.
- asIntRGBA() - Method in class com.jme3.math.ColorRGBA
-
Retrieves the component values of this ColorRGBA
as an
int
in r,g,b,a order.
- assertNotNull(Object, String) - Static method in class com.jme3.scene.plugins.gltf.GltfUtils
-
- AssetCache - Interface in com.jme3.asset.cache
-
AssetCache
is an interface for asset caches.
- assetCfg - Variable in class com.jme3.app.AppletHarness
-
- assetChildren - Variable in class com.jme3.scene.AssetLinkNode
-
- AssetConfig - Class in com.jme3.asset
-
AssetConfig
loads a config file to configure the asset manager.
- assetDependencyNotFound(AssetKey, AssetKey) - Method in interface com.jme3.asset.AssetEventListener
-
Called when an asset dependency cannot be found for an asset.
- AssetEventListener - Interface in com.jme3.asset
-
AssetEventListener
is an interface for listening to various
events happening inside
AssetManager
.
- AssetInfo - Class in com.jme3.asset
-
The result of locating an asset through an AssetKey.
- AssetInfo(AssetManager, AssetKey) - Constructor for class com.jme3.asset.AssetInfo
-
- AssetKey<T> - Class in com.jme3.asset
-
AssetKey
is a key that is used to
look up a resource from a cache.
- AssetKey(String) - Constructor for class com.jme3.asset.AssetKey
-
- AssetKey() - Constructor for class com.jme3.asset.AssetKey
-
- assetKey - Variable in class com.jme3.audio.android.AndroidAudioData
-
- AssetLinkNode - Class in com.jme3.scene
-
The AssetLinkNode does not store its children when exported to file.
- AssetLinkNode() - Constructor for class com.jme3.scene.AssetLinkNode
-
- AssetLinkNode(ModelKey) - Constructor for class com.jme3.scene.AssetLinkNode
-
- AssetLinkNode(String, ModelKey) - Constructor for class com.jme3.scene.AssetLinkNode
-
- assetLoaded(AssetKey) - Method in interface com.jme3.asset.AssetEventListener
-
Called when an asset has been successfully loaded (e.g: loaded from
file system and parsed).
- AssetLoader - Interface in com.jme3.asset
-
An interface for asset loaders.
- assetLoaderKeys - Variable in class com.jme3.scene.AssetLinkNode
-
- AssetLoadException - Exception in com.jme3.asset
-
AssetLoadException
is thrown when the
AssetManager
is able to find the requested asset, but there was a problem while loading
it.
- AssetLoadException(String) - Constructor for exception com.jme3.asset.AssetLoadException
-
- AssetLoadException(String, Throwable) - Constructor for exception com.jme3.asset.AssetLoadException
-
- AssetLocator - Interface in com.jme3.asset
-
AssetLocator
is used to locate a resource based on an AssetKey.
- assetManager - Variable in class com.jme3.app.LegacyApplication
-
- AssetManager - Interface in com.jme3.asset
-
AssetManager
provides an interface for managing the data assets
of a jME3 application.
- assetManager - Variable in class com.jme3.bullet.debug.BulletDebugAppState
-
- assetManager - Variable in class com.jme3.material.plugins.ShaderNodeLoaderDelegate
-
- assetManager - Variable in class com.jme3.niftygui.NiftyJmeDisplay
-
- assetManager - Variable in class com.jme3.niftygui.SoundDeviceJme
-
- assetManager - Variable in class com.jme3.scene.plugins.fbx.obj.FbxObject
-
- assetManager - Variable in class com.jme3.scene.plugins.fbx.SceneLoader
-
- assetManager - Variable in class com.jme3.scene.plugins.MTLLoader
-
- assetManager - Variable in class com.jme3.scene.plugins.OBJLoader
-
- assetManager - Variable in class com.jme3.shader.ShaderGenerator
-
the asset manager
- assetManager - Variable in class com.jme3.shadow.AbstractShadowRenderer
-
- assetManager - Variable in class com.jme3.shadow.AbstractShadowRendererVR
-
- assetManager - Variable in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
- AssetNotFoundException - Exception in com.jme3.asset
-
AssetNotFoundException
is thrown when the
AssetManager
is unable to locate the requested asset using any of the registered
AssetLocator
s.
- AssetNotFoundException(String) - Constructor for exception com.jme3.asset.AssetNotFoundException
-
- AssetNotFoundException(String, Exception) - Constructor for exception com.jme3.asset.AssetNotFoundException
-
- AssetProcessor - Interface in com.jme3.asset
-
AssetProcessor
is used to apply processing to assets
after they have been loaded.
- assetRequested(AssetKey) - Method in interface com.jme3.asset.AssetEventListener
-
Called when an asset has been requested (e.g.
- AssetTileLoader - Class in com.jme3.terrain.geomipmap.grid
-
- AssetTileLoader() - Constructor for class com.jme3.terrain.geomipmap.grid.AssetTileLoader
-
- AssetTileLoader(AssetManager, String, String) - Constructor for class com.jme3.terrain.geomipmap.grid.AssetTileLoader
-
- assignAxis(String, String, int) - Method in class com.jme3.input.AbstractJoystick
-
- assignAxis(String, String) - Method in class com.jme3.input.DefaultJoystickAxis
-
Assign the mappings to receive events from the given joystick axis.
- assignAxis(String, String, int) - Method in interface com.jme3.input.Joystick
-
- assignAxis(String, String) - Method in interface com.jme3.input.JoystickAxis
-
Assign the mappings to receive events from the given joystick axis.
- assignButton(String, int) - Method in class com.jme3.input.AbstractJoystick
-
- assignButton(String) - Method in class com.jme3.input.DefaultJoystickButton
-
Assign the mapping name to receive events from the given button index
on the joystick.
- assignButton(String, int) - Method in interface com.jme3.input.Joystick
-
- assignButton(String) - Method in interface com.jme3.input.JoystickButton
-
Assign the mapping name to receive events from the given button index
on the joystick.
- associateWithGroupNode(GeometryGroupNode, int) - Method in class com.jme3.scene.Geometry
-
- Asynchronous - Annotation Type in com.jme3.network.service.rmi
-
Indicates that a given method should be executed asynchronously
through the RMI service.
- AsyncMapping(Event, ByteBuffer) - Constructor for class com.jme3.opencl.Buffer.AsyncMapping
-
- atan(float) - Static method in class com.jme3.math.FastMath
-
Returns the arc tangent of an angle given in radians.
- atan2(float, float) - Static method in class com.jme3.math.FastMath
-
A direct call to Math.atan2.
- attach(AppState) - Method in class com.jme3.app.state.AppStateManager
-
Attach a state to the AppStateManager, the same state cannot be attached
twice.
- attachAll(AppState...) - Method in class com.jme3.app.state.AppStateManager
-
Attaches many state to the AppStateManager in a way that is guaranteed
that they will all get initialized before any of their updates are run.
- attachAll(Iterable<AppState>) - Method in class com.jme3.app.state.AppStateManager
-
Attaches many state to the AppStateManager in a way that is guaranteed
that they will all get initialized before any of their updates are run.
- attachBoundChildren(Node) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
A handy method that will attach all bounding boxes of this terrain
to the node you supply.
- attachChild(Spatial) - Method in class com.jme3.scene.Node
-
attachChild
attaches a child to this node.
- attachChild(Spatial) - Method in class com.jme3.scene.SimpleBatchNode
-
- attachChild(String) - Method in interface jme3test.network.TestRemoteCall.ServerAccess
-
Attaches the model with the given name to the server's scene.
- attachChild(String) - Method in class jme3test.network.TestRemoteCall.ServerAccessImpl
-
- attachChildAt(Spatial, int) - Method in class com.jme3.scene.Node
-
attachChildAt
attaches a child to this node at an index.
- attachLinkedChild(AssetManager, ModelKey) - Method in class com.jme3.scene.AssetLinkNode
-
- attachLinkedChild(Spatial, ModelKey) - Method in class com.jme3.scene.AssetLinkNode
-
- attachLinkedChildren(AssetManager) - Method in class com.jme3.scene.AssetLinkNode
-
Loads the linked children AssetKeys from the AssetManager and attaches them to the Node
If they are already attached, they will be reloaded.
- attachQuadAt(TerrainQuad, int, Vector3f, boolean) - Method in class com.jme3.terrain.geomipmap.TerrainGrid
-
Runs on the rendering thread
- attachScene(Spatial) - Method in class com.jme3.renderer.ViewPort
-
Attaches a new scene to render in this ViewPort.
- attachTo(boolean, ViewPort...) - Method in class com.jme3.system.awt.AwtPanel
-
- attribIndexList - Variable in class com.jme3.renderer.RenderContext
-
IDList for vertex attributes.
- Attribute - Class in com.jme3.shader
-
An attribute is a shader variable mapping to a VertexBuffer data
on the CPU.
- Attribute() - Constructor for class com.jme3.shader.Attribute
-
- ATTRIBUTE_NAME - Static variable in class com.jme3.network.service.rmi.RmiHostedService
-
- ATTRIBUTE_SIZE - Static variable in class com.jme3.export.xml.XMLExporter
-
- attributeNames() - Method in class com.jme3.network.base.DefaultServer.Connection
-
- attributeNames() - Method in interface com.jme3.network.HostedConnection
-
Returns a read-only set of attribute names currently stored
for this client session.
- attributes - Variable in class com.jme3.material.plugins.ShaderNodeLoaderDelegate
-
- attributes - Variable in class com.jme3.material.ShaderGenerationInfo
-
the list of attributes of the vertex shader
- atttach(AppState, Application) - Method in class com.jme3.app.VREnvironment
-
Attach the VR environment to the given app state and application.
- AudioBuffer - Class in com.jme3.audio
-
An AudioBuffer
is an implementation of AudioData
where the audio is buffered (stored in memory).
- AudioBuffer() - Constructor for class com.jme3.audio.AudioBuffer
-
- AudioBuffer(int) - Constructor for class com.jme3.audio.AudioBuffer
-
- AudioContext - Class in com.jme3.audio
-
Holds render thread specific audio context information.
- audioData - Variable in class com.jme3.audio.AudioBuffer
-
The audio data buffer.
- AudioData - Class in com.jme3.audio
-
AudioData
is an abstract representation
of audio data.
- AudioData() - Constructor for class com.jme3.audio.AudioData
-
- AudioData(int) - Constructor for class com.jme3.audio.AudioData
-
- AudioData.DataType - Enum in com.jme3.audio
-
- AudioKey - Class in com.jme3.audio
-
AudioKey
is extending AssetKey by holding stream flag.
- AudioKey(String, boolean, boolean) - Constructor for class com.jme3.audio.AudioKey
-
Create a new AudioKey.
- AudioKey(String, boolean) - Constructor for class com.jme3.audio.AudioKey
-
Create a new AudioKey
- AudioKey(String) - Constructor for class com.jme3.audio.AudioKey
-
- AudioKey() - Constructor for class com.jme3.audio.AudioKey
-
- audioKey - Variable in class com.jme3.audio.AudioNode
-
- AudioListenerState - Class in com.jme3.audio
-
AudioListenerState
updates the audio listener's position,
orientation, and velocity from a
Camera
.
- AudioListenerState() - Constructor for class com.jme3.audio.AudioListenerState
-
- AudioNode - Class in com.jme3.audio
-
An AudioNode
is a scene Node which can play audio assets.
- AudioNode() - Constructor for class com.jme3.audio.AudioNode
-
Creates a new AudioNode
without any audio data set.
- AudioNode(AudioData, AudioKey) - Constructor for class com.jme3.audio.AudioNode
-
Creates a new AudioNode
with the given data and key.
- AudioNode(AssetManager, String, AudioData.DataType) - Constructor for class com.jme3.audio.AudioNode
-
Creates a new AudioNode
with the given audio file.
- AudioNode(AssetManager, String, boolean, boolean) - Constructor for class com.jme3.audio.AudioNode
-
- AudioNode(AssetManager, String, boolean) - Constructor for class com.jme3.audio.AudioNode
-
- AudioNode(AudioRenderer, AssetManager, String) - Constructor for class com.jme3.audio.AudioNode
-
- AudioNode(AssetManager, String) - Constructor for class com.jme3.audio.AudioNode
-
- audioNode - Variable in class com.jme3.cinematic.events.SoundEvent
-
- AudioNode.Status - Enum in com.jme3.audio
-
- AudioParam - Enum in com.jme3.audio
-
- audioRenderer - Variable in class com.jme3.app.LegacyApplication
-
- AudioRenderer - Interface in com.jme3.audio
-
Interface to be implemented by audio renderers.
- audioRendererType - Variable in class com.jme3.app.AndroidHarness
-
Sets the type of Audio Renderer to be used.
- audioRendererType - Variable in class com.jme3.app.AndroidHarnessFragment
-
Sets the type of Audio Renderer to be used.
- audioRendererType - Variable in class com.jme3.app.jmeSurfaceView.JmeSurfaceView
-
- AudioSource - Interface in com.jme3.audio
-
- AudioSource.Status - Enum in com.jme3.audio
-
Status
indicates the current status of the audio source.
- AudioStream - Class in com.jme3.audio
-
AudioStream
is an implementation of AudioData that acquires the
audio from an InputStream.
- AudioStream() - Constructor for class com.jme3.audio.AudioStream
-
- AudioStream(int[]) - Constructor for class com.jme3.audio.AudioStream
-
- AudioTrack - Class in com.jme3.animation
-
Deprecated.
- AudioTrack() - Constructor for class com.jme3.animation.AudioTrack
-
Deprecated.
constructor for serialization only
- AudioTrack(AudioNode, float) - Constructor for class com.jme3.animation.AudioTrack
-
Deprecated.
Creates an AudioTrack
- AudioTrack(AudioNode, float, float) - Constructor for class com.jme3.animation.AudioTrack
-
Deprecated.
Creates an AudioTrack
- AUTO_INTERLEAVE - Static variable in class com.jme3.scene.plugins.ogre.MeshLoader
-
- autoFlush - Variable in class com.jme3.system.android.OGLESContext
-
- autoFlush - Variable in class com.jme3.system.ios.IGLESContext
-
- autoFlush - Variable in class com.jme3.system.lwjgl.LwjglAbstractDisplay
-
- autoFlush - Variable in class com.jme3.system.lwjgl.LwjglWindow
-
- autoFlush - Variable in class com.jme3.system.lwjgl.LwjglWindowVR
-
- automap() - Method in class com.jme3.network.util.AbstractMessageDelegator
-
Calls the map(Set) method with a null argument causing
all available matching methods to mapped to message types.
- available() - Method in interface com.jme3.network.kernel.Connector
-
Returns true if there is currently data available for
reading.
- available() - Method in class com.jme3.network.kernel.tcp.SocketConnector
-
- available() - Method in class com.jme3.network.kernel.udp.UdpConnector
-
This always returns false since the simple DatagramSocket usage
cannot be run in a non-blocking way.
- available() - Method in class com.jme3.util.LittleEndien
-
- averageNormalsTangents(Vector3f, Vector3f, Vector3f, Vector3f, Vector3f, Vector3f, Vector3f, Vector3f) - Method in class com.jme3.terrain.geomipmap.TerrainPatch
-
- averagePoints(Vector3f[]) - Method in class com.jme3.bounding.BoundingSphere
-
averagePoints
selects the sphere center to be the average
of the points and the sphere radius to be the smallest value to enclose
all points.
- AWT_RGBA4444 - Static variable in class com.jme3.texture.plugins.AWTLoader
-
- AWT_RGBA5551 - Static variable in class com.jme3.texture.plugins.AWTLoader
-
- AWTComponentAppState - Class in com.jme3.app.state
-
An app state dedicated to the rendering of a JMonkey application within an AWT component.
- AWTComponentAppState(Component) - Constructor for class com.jme3.app.state.AWTComponentAppState
-
Create a new app state dedicated to the rendering of a JMonkey application within the given AWT component
.
- AWTComponentRenderer - Class in com.jme3.system
-
This class enables to update graphics of an AWT component with the result of JMonkey 3D rendering.
- AWTComponentRenderer(Component, int, int, AWTFrameProcessor.TransferMode) - Constructor for class com.jme3.system.AWTComponentRenderer
-
Create a new component renderer attached to the given destination
.
- AWTComponentRenderer(Component, AWTFrameProcessor.TransferMode, FrameBuffer, int, int) - Constructor for class com.jme3.system.AWTComponentRenderer
-
Create a new component renderer attached to the given destination
.
- AWTContext - Class in com.jme3.system
-
A JMonkey
context
that is dedicated to AWT component rendering.
- AWTContext() - Constructor for class com.jme3.system.AWTContext
-
- AWTFrameProcessor - Class in com.jme3.system
-
A frame processor that enables to render JMonkey frame buffer onto an AWT component.
- AWTFrameProcessor() - Constructor for class com.jme3.system.AWTFrameProcessor
-
- AWTFrameProcessor.TransferMode - Enum in com.jme3.system
-
- AWTInput - Class in com.jme3.input
-
The implementation of the
Input
dedicated to AWT
component
.
- AWTInput(AWTContext) - Constructor for class com.jme3.input.AWTInput
-
- AwtKeyInput - Class in com.jme3.input.awt
-
AwtKeyInput
- AwtKeyInput() - Constructor for class com.jme3.input.awt.AwtKeyInput
-
- AWTKeyInput - Class in com.jme3.input
-
The implementation of the
KeyInput
dedicated to AWT
component
.
- AWTKeyInput(AWTContext) - Constructor for class com.jme3.input.AWTKeyInput
-
- AWTLoader - Class in com.jme3.texture.plugins
-
- AWTLoader() - Constructor for class com.jme3.texture.plugins.AWTLoader
-
- AwtMouseInput - Class in com.jme3.input.awt
-
AwtMouseInput
- AwtMouseInput() - Constructor for class com.jme3.input.awt.AwtMouseInput
-
- AWTMouseInput - Class in com.jme3.input
-
The implementation of the
MouseInput
dedicated to AWT
component
.
- AWTMouseInput(AWTContext) - Constructor for class com.jme3.input.AWTMouseInput
-
- AwtPanel - Class in com.jme3.system.awt
-
- AwtPanel(PaintMode) - Constructor for class com.jme3.system.awt.AwtPanel
-
- AwtPanel(PaintMode, boolean) - Constructor for class com.jme3.system.awt.AwtPanel
-
- AwtPanelsContext - Class in com.jme3.system.awt
-
- AwtPanelsContext() - Constructor for class com.jme3.system.awt.AwtPanelsContext
-
- AWTTaskExecutor - Class in com.jme3.system
-
This class is dedicated to the queuing of AWT related tasks and their execution.
- axis - Variable in class com.jme3.bullet.collision.shapes.CapsuleCollisionShape
-
- axis - Variable in class com.jme3.bullet.collision.shapes.ConeCollisionShape
-
- axis - Variable in class com.jme3.bullet.collision.shapes.CylinderCollisionShape
-
- AXIS_POV_X - Static variable in interface com.jme3.input.JoyInput
-
The X axis for POV (point of view hat).
- AXIS_POV_Y - Static variable in interface com.jme3.input.JoyInput
-
The Y axis for POV (point of view hat).
- AXIS_WHEEL - Static variable in interface com.jme3.input.MouseInput
-
Mouse wheel axis.
- AXIS_X - Static variable in class com.jme3.bullet.PhysicsSpace
-
index of the X axis
- AXIS_X - Static variable in interface com.jme3.input.MouseInput
-
Mouse X axis.
- AXIS_Y - Static variable in class com.jme3.bullet.PhysicsSpace
-
index of the Y axis
- AXIS_Y - Static variable in interface com.jme3.input.MouseInput
-
Mouse Y axis.
- AXIS_Z - Static variable in class com.jme3.bullet.PhysicsSpace
-
index of the Z axis
- axisA - Variable in class com.jme3.bullet.joints.HingeJoint
-
- axisB - Variable in class com.jme3.bullet.joints.HingeJoint
-
- axisX - Static variable in class com.jme3.environment.EnvironmentCamera
-
- axisY - Static variable in class com.jme3.environment.EnvironmentCamera
-
- axisZ - Static variable in class com.jme3.environment.EnvironmentCamera
-
- axle - Variable in class com.jme3.bullet.objects.VehicleWheel
-
- c2i(float[]) - Static method in class com.jme3.terrain.noise.ShaderUtils
-
- cache - Variable in class com.jme3.terrain.geomipmap.TerrainGrid
-
- CachedOggStream - Class in com.jme3.audio.plugins
-
Implementation of the PhysicalOggStream
interface for reading
and caching an Ogg stream from a URL.
- CachedOggStream(InputStream) - Constructor for class com.jme3.audio.plugins.CachedOggStream
-
- cachedWorldBindPose - Variable in class com.jme3.scene.plugins.fbx.node.FbxNode
-
- cachedWorldMat - Variable in class com.jme3.scene.Geometry
-
- cacheExecutor - Variable in class com.jme3.terrain.geomipmap.TerrainGrid
-
- cacheTerrainTransforms() - Method in class com.jme3.terrain.geomipmap.TerrainPatch
-
Caches the transforms (except rotation) so the LOD calculator,
which runs on a separate thread, can access them safely.
- cacheTerrainTransforms() - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
Caches the transforms (except rotation) so the LOD calculator,
which runs on a separate thread, can access them safely.
- calcHeight(float, Random, float, float) - Method in class com.jme3.terrain.heightmap.FaultHeightMap
-
- calcRotationMatrix(float, float, float) - Static method in class com.jme3.terrain.noise.ShaderUtils
-
- calcScreenArea(BoundingVolume, float, float) - Static method in class com.jme3.scene.control.AreaUtils
-
Estimate the screen area of a bounding volume.
- calculateCenter() - Method in class com.jme3.math.Triangle
-
Recalculate the stored centroid based on the current vertex locations.
- calculateD() - Method in class com.jme3.math.Rectangle
-
Returns the coordinates of the 4th corner, calculated by the formula
D = (B + C) - A .
- calculateEigen(Matrix3f) - Method in class com.jme3.math.Eigen3f
-
Calculate the eigenvalues and eigenvectors of the specified matrix.
- calculateHeight(float, float, float) - Method in class com.jme3.terrain.heightmap.ImageBasedHeightMap
-
Get the grayscale value, or override in your own sub-classes
- calculateHeight(ColorRGBA) - Method in class com.jme3.terrain.heightmap.ImageBasedHeightMap
-
- calculateLocalInertia(float, Vector3f) - Method in class com.jme3.bullet.collision.shapes.CollisionShape
-
used internally, not safe
- calculateLod(TerrainPatch, List<Vector3f>, HashMap<String, UpdatedTerrainPatch>) - Method in class com.jme3.terrain.geomipmap.lodcalc.DistanceLodCalculator
-
- calculateLod(TerrainPatch, List<Vector3f>, HashMap<String, UpdatedTerrainPatch>) - Method in interface com.jme3.terrain.geomipmap.lodcalc.LodCalculator
-
- calculateLod(TerrainPatch, List<Vector3f>, HashMap<String, UpdatedTerrainPatch>) - Method in class com.jme3.terrain.geomipmap.lodcalc.PerspectiveLodCalculator
-
- calculateLod(List<Vector3f>, HashMap<String, UpdatedTerrainPatch>, LodCalculator) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
- calculateNewForward(Quaternion, Vector3f, Vector3f) - Method in class com.jme3.bullet.control.BetterCharacterControl
-
This method works similar to Camera.lookAt but where lookAt sets the
priority on the direction, this method sets the priority on the up vector
so that the result direction vector and rotation is guaranteed to be
perpendicular to the up vector.
- calculateNormal(Vector3f) - Method in class com.jme3.math.Rectangle
-
Returns a normal vector, calculated by the formula
- calculateNormal() - Method in class com.jme3.math.Triangle
-
Recalculate the stored normal based on the current vertex locations.
- calculateTangent(Vector3f[], Vector2f[], Vector3f, Vector3f) - Static method in class com.jme3.terrain.geomipmap.LODGeomap
-
- calcWelzl(FloatBuffer) - Method in class com.jme3.bounding.BoundingSphere
-
Calculates a minimum bounding sphere for the set of points.
- calibrateCenter() - Method in class com.jme3.input.android.AndroidSensorJoyInput.AndroidSensorJoystickAxis
-
- calibrateCenter() - Method in interface com.jme3.input.SensorJoystickAxis
-
Calibrates the axis to the current value.
- call() - Method in class com.jme3.asset.ThreadingManager.LoadingTask
-
- call(RpcConnection, short, short, Object...) - Method in interface com.jme3.network.service.rpc.RpcHandler
-
Called when a remote procedure call request is received for a particular
object from the other end of the network connection.
- call() - Method in class com.jme3.terrain.geomipmap.MultiTerrainLodControl.UpdateMultiLOD
-
- call() - Method in class com.jme3.terrain.geomipmap.TerrainLodControl.UpdateLOD
-
- callAndWait(byte, short, short, Object...) - Method in class com.jme3.network.service.rpc.RpcClientService
-
Performs a synchronous call on the server against the specified
object using the specified procedure ID.
- callAndWait(byte, short, short, Object...) - Method in class com.jme3.network.service.rpc.RpcConnection
-
Performs a remote procedure call with the specified arguments and waits
for the response.
- callAsync(byte, short, short, Object...) - Method in class com.jme3.network.service.rpc.RpcClientService
-
Performs an asynchronous call on the server against the specified
object using the specified procedure ID.
- callAsync(byte, short, short, Object...) - Method in class com.jme3.network.service.rpc.RpcConnection
-
Performs a remote procedure call with the specified arguments but does
not wait for a response.
- callMethod(Object, String, Object...) - Static method in class com.jme3.anim.tween.Tweens
-
Creates a Tween that will call the specified method and optional arguments
whenever supplied a time value greater than or equal to 0.
- callTweenMethod(double, Object, String, Object...) - Static method in class com.jme3.anim.tween.Tweens
-
Creates a Tween that will call the specified method and optional arguments,
including the time value scaled between 0 and 1.
- CallType - Enum in com.jme3.network.service.rmi
-
Internal type denoting the type of call to make when remotely
invoking methods.
- cam - Variable in class com.jme3.app.LegacyApplication
-
- cam - Variable in class com.jme3.input.ChaseCamera
-
- cam - Variable in class com.jme3.input.FlyByCamera
-
camera controlled by this controller (not null)
- cam - Variable in class com.jme3.renderer.ViewPort
-
Camera used for rendering.
- CAM_NUMBER - Static variable in class com.jme3.shadow.PointLightShadowRenderer
-
- Camera - Class in com.jme3.renderer
-
A standalone, purely mathematical class for doing
camera-related computations.
- Camera() - Constructor for class com.jme3.renderer.Camera
-
Serialization only.
- Camera(int, int) - Constructor for class com.jme3.renderer.Camera
-
Instantiates a new Camera
object.
- camera - Variable in class com.jme3.terrain.geomipmap.TerrainLodControl
-
The camera from render view port.
- Camera.FrustumIntersect - Enum in com.jme3.renderer
-
The result of a culling check operation.
- CameraControl - Class in com.jme3.scene.control
-
This Control maintains a reference to a Camera,
which will be synched with the position (worldTranslation)
of the current spatial.
- CameraControl() - Constructor for class com.jme3.scene.control.CameraControl
-
Constructor used for Serialization.
- CameraControl(Camera) - Constructor for class com.jme3.scene.control.CameraControl
-
- CameraControl(Camera, CameraControl.ControlDirection) - Constructor for class com.jme3.scene.control.CameraControl
-
- CameraControl.ControlDirection - Enum in com.jme3.scene.control
-
- CameraEvent - Class in com.jme3.cinematic.events
-
- CameraEvent() - Constructor for class com.jme3.cinematic.events.CameraEvent
-
- CameraEvent(Cinematic, String) - Constructor for class com.jme3.cinematic.events.CameraEvent
-
- CameraInput - Class in com.jme3.input
-
This class defines all the constants used in camera handlers for registration
with the inputManager
- cameraLocations - Variable in class com.jme3.terrain.geomipmap.TerrainLodControl
-
- CameraNode - Class in com.jme3.scene
-
CameraNode
simply uses
CameraControl
to implement
linking of camera and node data.
- CameraNode() - Constructor for class com.jme3.scene.CameraNode
-
Serialization only.
- CameraNode(String, Camera) - Constructor for class com.jme3.scene.CameraNode
-
- CameraNode(String, CameraControl) - Constructor for class com.jme3.scene.CameraNode
-
- cameras - Variable in class com.jme3.terrain.geomipmap.TerrainLodControl
-
The list of cameras for when terrain supports multiple cameras (ie split screen)
- CameraVideoStreamFrameHeader_t - Class in com.jme3.system.jopenvr
-
- CameraVideoStreamFrameHeader_t() - Constructor for class com.jme3.system.jopenvr.CameraVideoStreamFrameHeader_t
-
- CameraVideoStreamFrameHeader_t(int, int, int, int, int, TrackedDevicePose_t) - Constructor for class com.jme3.system.jopenvr.CameraVideoStreamFrameHeader_t
-
- CameraVideoStreamFrameHeader_t(Pointer) - Constructor for class com.jme3.system.jopenvr.CameraVideoStreamFrameHeader_t
-
- CameraVideoStreamFrameHeader_t.ByReference - Class in com.jme3.system.jopenvr
-
- CameraVideoStreamFrameHeader_t.ByValue - Class in com.jme3.system.jopenvr
-
- camLocations - Variable in class com.jme3.terrain.geomipmap.TerrainLodControl.UpdateLOD
-
- camNode - Variable in class com.jme3.app.ChaseCameraAppState
-
- cancel(boolean) - Method in class com.jme3.app.AppTask
-
- CANCEL - Static variable in interface com.jme3.input.controls.SoftTextDialogInputListener
-
- cancel(NioEndpoint) - Method in class com.jme3.network.kernel.tcp.SelectorKernel.SelectorThread
-
- cancel(SelectionKey, SocketChannel) - Method in class com.jme3.network.kernel.tcp.SelectorKernel.SelectorThread
-
- CANCEL_SELECTION - Static variable in class com.jme3.app.SettingsDialog
-
- CancelApplicationLaunch - Variable in class com.jme3.system.jopenvr.VR_IVRApplications_FnTable
-
C type : CancelApplicationLaunch_callback*
- CanRenderScene - Variable in class com.jme3.system.jopenvr.VR_IVRCompositor_FnTable
-
C type : CanRenderScene_callback*
- canRotate - Variable in class com.jme3.app.ChaseCameraAppState
-
- canRotate - Variable in class com.jme3.input.ChaseCamera
-
- canRotate - Variable in class com.jme3.input.FlyByCamera
-
- canUseFastBuffers() - Static method in class com.jme3.export.binary.BinaryImporter
-
- canvas - Variable in class com.jme3.app.AppletHarness
-
- Caps - Enum in com.jme3.renderer
-
Specifies a capability that the
Renderer
supports.
- CapsuleCollisionShape - Class in com.jme3.bullet.collision.shapes
-
Basic capsule collision shape
- CapsuleCollisionShape() - Constructor for class com.jme3.bullet.collision.shapes.CapsuleCollisionShape
-
- CapsuleCollisionShape(float, float) - Constructor for class com.jme3.bullet.collision.shapes.CapsuleCollisionShape
-
Creates a new CapsuleCollisionShape with the given radius and height.
- CapsuleCollisionShape(float, float, int) - Constructor for class com.jme3.bullet.collision.shapes.CapsuleCollisionShape
-
Creates a capsule shape around the given axis (0=X,1=Y,2=Z).
- cartesianToSpherical(Vector3f, Vector3f) - Static method in class com.jme3.math.FastMath
-
Converts a point from Cartesian coordinates (using positive Y as up) to
Spherical and stores the results in the store var.
- cartesianZToSpherical(Vector3f, Vector3f) - Static method in class com.jme3.math.FastMath
-
Converts a point from Cartesian coordinates (using positive Z as up) to
Spherical and stores the results in the store var.
- CartoonEdgeFilter - Class in com.jme3.post.filters
-
Applies a cartoon-style edge detection filter to all objects in the scene.
- CartoonEdgeFilter() - Constructor for class com.jme3.post.filters.CartoonEdgeFilter
-
Creates a CartoonEdgeFilter
- CartoonSSAO - Class in com.jme3.post
-
A Cartoon Screen Space Ambient Occlusion filter with instance rendering capabilities.
- CartoonSSAO(boolean) - Constructor for class com.jme3.post.CartoonSSAO
-
Create a Screen Space Ambient Occlusion Filter.
- CartoonSSAO(float, boolean) - Constructor for class com.jme3.post.CartoonSSAO
-
Create a Screen Space Ambient Occlusion Filter.
- CartoonSSAO(CartoonSSAO) - Constructor for class com.jme3.post.CartoonSSAO
-
Create a Screen Space Ambient Occlusion Filter from the given one (by copy).
- casterCount - Variable in class com.jme3.shadow.ShadowUtil.OccludersExtractor
-
- CatmullRom - Static variable in class com.jme3.anim.interpolator.AnimInterpolators
-
CatmullRom interpolation
- CatmullRomInterpolator(float) - Constructor for class com.jme3.anim.interpolator.AnimInterpolators.CatmullRomInterpolator
-
- CatmullRomInterpolator() - Constructor for class com.jme3.anim.interpolator.AnimInterpolators.CatmullRomInterpolator
-
- CatRom2 - Class in com.jme3.terrain.noise.modulator
-
- CatRom2(int) - Constructor for class com.jme3.terrain.noise.modulator.CatRom2
-
- Cavern - Static variable in class com.jme3.audio.Environment
-
- ceil(float) - Static method in class com.jme3.math.FastMath
-
Rounds a fValue up.
- ceil(float) - Static method in class com.jme3.terrain.noise.ShaderUtils
-
- cellsLoaded - Variable in class com.jme3.terrain.geomipmap.TerrainGrid
-
- center - Variable in class com.jme3.bounding.BoundingVolume
-
- center - Variable in class com.jme3.scene.shape.AbstractBox
-
- center() - Method in class com.jme3.scene.Spatial
-
Centers the spatial in the origin of the world bound.
- centerMouse() - Method in class com.jme3.input.vr.AbstractVRMouseManager
-
- centerMouse() - Method in interface com.jme3.input.vr.VRMouseManager
-
Center the mouse on the display.
- centerOfMass(Vector3f, Vector3f) - Method in class com.jme3.bullet.animation.DynamicAnimControl
-
Calculate the ragdoll's total mass and center of mass.
- CenterQuad - Class in com.jme3.scene
-
- CenterQuad(float, float) - Constructor for class com.jme3.scene.CenterQuad
-
Deprecated.
Create a quad with the given width and height.
- CenterQuad(float, float, boolean) - Constructor for class com.jme3.scene.CenterQuad
-
Deprecated.
Create a quad with the given width and height.
- CenterQuad - Class in com.jme3.scene.shape
-
A static, indexed, Triangles-mode mesh for an axis-aligned rectangle in the
X-Y plane.
- CenterQuad() - Constructor for class com.jme3.scene.shape.CenterQuad
-
For serialization only.
- CenterQuad(float, float) - Constructor for class com.jme3.scene.shape.CenterQuad
-
Instantiate an unflipped quad in the X-Y plane with the specified width
and height.
- CenterQuad(float, float, boolean) - Constructor for class com.jme3.scene.shape.CenterQuad
-
Instantiate a quad in the X-Y plane with the specified width and height.
- CenterSplitQuad - Static variable in class com.jme3.scene.CenterQuad
-
Deprecated.
- CgcValidator - Class in jme3tools.shadercheck
-
- CgcValidator() - Constructor for class jme3tools.shadercheck.CgcValidator
-
- channel - Variable in class com.jme3.audio.AudioNode
-
- channel - Variable in class com.jme3.cinematic.events.AnimationEvent
-
Deprecated.
- CHANNEL_DEFAULT_RELIABLE - Static variable in interface com.jme3.network.MessageConnection
-
Indicates the default reliable channel that is used
when calling the channel-less send() with a reliable
message.
- CHANNEL_DEFAULT_UNRELIABLE - Static variable in interface com.jme3.network.MessageConnection
-
Indicates the default unreliable channel that is used
when calling the channel-less send() with a reliable=false
message.
- channelIndex - Variable in class com.jme3.cinematic.events.AnimationEvent
-
Deprecated.
- ChannelInfoMessage - Class in com.jme3.network.message
-
Contains information about any extra server channels (if they exist).
- ChannelInfoMessage() - Constructor for class com.jme3.network.message.ChannelInfoMessage
-
- ChannelInfoMessage(long, List<Integer>) - Constructor for class com.jme3.network.message.ChannelInfoMessage
-
- channelOrder - Variable in class com.jme3.opencl.Image.ImageFormat
-
- channels - Variable in class com.jme3.audio.AudioData
-
- channels - Variable in class com.jme3.audio.plugins.NativeVorbisFile
-
- channelType - Variable in class com.jme3.opencl.Image.ImageFormat
-
- chaperone - Variable in class com.jme3.system.jopenvr.VREvent_Data_t
-
C type : VREvent_Chaperone_t
- ChaperoneCalibrationState_Error - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ChaperoneCalibrationState
-
native declaration : headers\openvr_capi.h:972
- ChaperoneCalibrationState_Error_BaseStationConflict - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ChaperoneCalibrationState
-
native declaration : headers\openvr_capi.h:974
- ChaperoneCalibrationState_Error_BaseStationUninitialized - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ChaperoneCalibrationState
-
native declaration : headers\openvr_capi.h:973
- ChaperoneCalibrationState_Error_CollisionBoundsInvalid - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ChaperoneCalibrationState
-
native declaration : headers\openvr_capi.h:976
- ChaperoneCalibrationState_Error_PlayAreaInvalid - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ChaperoneCalibrationState
-
native declaration : headers\openvr_capi.h:975
- ChaperoneCalibrationState_OK - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ChaperoneCalibrationState
-
native declaration : headers\openvr_capi.h:967
- ChaperoneCalibrationState_Warning - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ChaperoneCalibrationState
-
native declaration : headers\openvr_capi.h:968
- ChaperoneCalibrationState_Warning_BaseStationMayHaveMoved - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ChaperoneCalibrationState
-
native declaration : headers\openvr_capi.h:969
- ChaperoneCalibrationState_Warning_BaseStationRemoved - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ChaperoneCalibrationState
-
native declaration : headers\openvr_capi.h:970
- ChaperoneCalibrationState_Warning_SeatedBoundsInvalid - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ChaperoneCalibrationState
-
native declaration : headers\openvr_capi.h:971
- character - Variable in class com.jme3.bullet.objects.PhysicsCharacter
-
- CharacterControl - Class in com.jme3.bullet.control
-
You might want to try BetterCharacterControl
as well.
- CharacterControl() - Constructor for class com.jme3.bullet.control.CharacterControl
-
- CharacterControl(CollisionShape, float) - Constructor for class com.jme3.bullet.control.CharacterControl
-
- characters - Variable in class com.jme3.bullet.debug.BulletDebugAppState
-
map physics characters to visualizations
- characters(char[], int, int) - Method in class com.jme3.scene.plugins.ogre.MeshLoader
-
- characters(char[], int, int) - Method in class com.jme3.scene.plugins.ogre.SceneLoader
-
- CharSerializer - Class in com.jme3.network.serializing.serializers
-
Char serializer.
- CharSerializer() - Constructor for class com.jme3.network.serializing.serializers.CharSerializer
-
- CHASECAM_DOWN - Static variable in class com.jme3.input.CameraInput
-
Chase camera mapping for moving down.
- CHASECAM_MOVELEFT - Static variable in class com.jme3.input.CameraInput
-
Chase camera mapping for moving left.
- CHASECAM_MOVERIGHT - Static variable in class com.jme3.input.CameraInput
-
Chase camera mapping for moving right.
- CHASECAM_TOGGLEROTATE - Static variable in class com.jme3.input.CameraInput
-
Chase camera mapping to initiate the rotation of the cam.
- CHASECAM_UP - Static variable in class com.jme3.input.CameraInput
-
Chase camera mapping for moving up.
- CHASECAM_ZOOMIN - Static variable in class com.jme3.input.CameraInput
-
Chase camera mapping for zooming in.
- CHASECAM_ZOOMOUT - Static variable in class com.jme3.input.CameraInput
-
Chase camera mapping for zooming out.
- ChaseCamDown - Static variable in class com.jme3.input.ChaseCamera
-
- ChaseCamera - Class in com.jme3.input
-
A camera that follows a spatial and can turn around it by dragging the mouse
- ChaseCamera(Camera, Spatial) - Constructor for class com.jme3.input.ChaseCamera
-
Constructs the chase camera
- ChaseCamera(Camera) - Constructor for class com.jme3.input.ChaseCamera
-
Constructs the chase camera
if you use this constructor you have to attach the cam later to a spatial
doing spatial.addControl(chaseCamera);
- ChaseCamera(Camera, InputManager) - Constructor for class com.jme3.input.ChaseCamera
-
Constructs the chase camera, and registers inputs
if you use this constructor you have to attach the cam later to a spatial
doing spatial.addControl(chaseCamera);
- ChaseCamera(Camera, Spatial, InputManager) - Constructor for class com.jme3.input.ChaseCamera
-
Constructs the chase camera, and registers inputs
- ChaseCameraAppState - Class in com.jme3.app
-
This class is a camera controller that allow the camera to follow a target
Spatial.
- ChaseCameraAppState() - Constructor for class com.jme3.app.ChaseCameraAppState
-
- ChaseCamMoveLeft - Static variable in class com.jme3.input.ChaseCamera
-
- ChaseCamMoveRight - Static variable in class com.jme3.input.ChaseCamera
-
- ChaseCamToggleRotate - Static variable in class com.jme3.input.ChaseCamera
-
- ChaseCamUp - Static variable in class com.jme3.input.ChaseCamera
-
- ChaseCamZoomIn - Static variable in class com.jme3.input.ChaseCamera
-
- ChaseCamZoomOut - Static variable in class com.jme3.input.ChaseCamera
-
- chasing - Variable in class com.jme3.input.ChaseCamera
-
- chasingSensitivity - Variable in class com.jme3.input.ChaseCamera
-
- ChatMessage() - Constructor for class jme3test.network.TestChatServer.ChatMessage
-
- ChatMessage(String, String) - Constructor for class jme3test.network.TestChatServer.ChatMessage
-
- checkALError(AL) - Static method in class com.jme3.audio.openal.ALUtil
-
- checkCanUnDuck() - Method in class com.jme3.bullet.control.BetterCharacterControl
-
This checks if the character can go from ducked to unducked state by
doing a ray test.
- checkChannel(int) - Method in class com.jme3.network.base.DefaultServer
-
- checkClass(Class) - Method in class com.jme3.network.serializing.serializers.FieldSerializer
-
- checkCLError(ByteBuffer) - Static method in class com.jme3.opencl.lwjgl.info.CLUtil
-
Checks the
errcode
present in the current position of the
specified
errcode_ret
buffer and throws an
OpenCLException
if it's not equal to
CL10.CL_SUCCESS
.
- checkCLError(IntBuffer) - Static method in class com.jme3.opencl.lwjgl.info.CLUtil
-
Checks the
errcode
present in the current position of the
specified
errcode_ret
buffer and throws an
OpenCLException
if it's not equal to
CL10.CL_SUCCESS
.
- checkCLError(int) - Static method in class com.jme3.opencl.lwjgl.info.CLUtil
-
Checks the specified
errcode
and throws an
OpenCLException
if it's not equal to
CL10.CL_SUCCESS
.
- checkClosed() - Method in class com.jme3.network.kernel.tcp.SocketConnector
-
- checkClosed() - Method in class com.jme3.network.kernel.udp.UdpConnector
-
- checkCulling(Camera) - Method in class com.jme3.scene.Geometry
-
- checkCulling(Camera) - Method in class com.jme3.scene.instancing.InstancedGeometry
-
- checkCulling(Camera) - Method in class com.jme3.scene.Spatial
-
checkCulling
checks the spatial with the camera to see if it
should be culled.
- checkCulling(Camera) - Method in class com.jme3.shadow.AbstractShadowRenderer
-
- checkCulling(Camera) - Method in class com.jme3.shadow.AbstractShadowRendererVR
-
returns true if the light source bounding box is in the view frustum
- checkCulling(Camera) - Method in class com.jme3.shadow.DirectionalLightShadowRenderer
-
Directional light are always in the view frustum
- checkCulling(Camera) - Method in class com.jme3.shadow.DirectionalLightShadowRendererVR
-
Directional light is always in the view frustum
- checkCulling(Camera) - Method in class com.jme3.shadow.PointLightShadowRenderer
-
- checkCulling(Camera) - Method in class com.jme3.shadow.SpotLightShadowRenderer
-
- checkEGLError(EGL10) - Static method in class com.jme3.renderer.android.RendererUtil
-
- checkError(IntBuffer, String) - Static method in class com.jme3.opencl.lwjgl.Utils
-
- checkError(int, String) - Static method in class com.jme3.opencl.lwjgl.Utils
-
- checkError() - Method in class com.jme3.renderer.opengl.GLDebug
-
- checkers.quals - package checkers.quals
-
Contains the basic annotations to be used by all type systems
and meta-annotations to qualify annotations (qualifiers).
- checkGLError() - Static method in class com.jme3.renderer.android.RendererUtil
-
- checkGLError() - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- checkGLError() - Method in class com.jme3.system.lwjgl.LwjglAbstractDisplay
-
- checkGLError() - Method in class com.jme3.system.lwjgl.LwjglOffscreenBuffer
-
- checkGLErrorForced() - Static method in class com.jme3.renderer.android.RendererUtil
-
- checkLimit(Buffer) - Static method in class com.jme3.renderer.lwjgl.LwjglRender
-
- checkMappingFormat(String[], Statement) - Method in class com.jme3.material.plugins.ShaderNodeLoaderDelegate
-
Checks if once a mapping expression is split by "=" the resulting array
have 2 elements.
- checkMinMax(Vector3f, Vector3f, Vector3f) - Static method in class com.jme3.bounding.BoundingBox
-
- checkMotionAllowed(Vector3f, Vector3f) - Method in interface com.jme3.collision.MotionAllowedListener
-
Check if motion allowed.
- checkOnGround() - Method in class com.jme3.bullet.control.BetterCharacterControl
-
Test whether the character is on the ground, by means of a ray test.
- checkPlane - Variable in class com.jme3.bounding.BoundingVolume
-
- checkRunning() - Method in class com.jme3.network.base.DefaultClient
-
- checkTimesConsistantcy() - Method in class com.jme3.scene.plugins.gltf.TrackData
-
- checkTriangles(float, float, Ray, Vector3f, TerrainPatch, Triangle) - Method in class com.jme3.terrain.geomipmap.picking.BresenhamTerrainPicker
-
- checkTypes(VariableMapping, Statement) - Method in class com.jme3.material.plugins.ShaderNodeLoaderDelegate
-
check the types of a mapping, left type must match right type take the
swizzle into account
- checkValues() - Method in class com.jme3.app.state.ConstantVerifierState
-
- checkVisibilityState() - Method in class com.jme3.system.awt.AwtPanel
-
- checkWayPoint(MotionEvent, float) - Method in class com.jme3.cinematic.MotionPath
-
- ChildCollisionShape - Class in com.jme3.bullet.collision.shapes.infos
-
An element of a CompoundCollisionShape, consisting of a (non-compound) child
shape, offset and rotated with respect to its parent.
- ChildCollisionShape() - Constructor for class com.jme3.bullet.collision.shapes.infos.ChildCollisionShape
-
No-argument constructor needed by SavableClassUtil.
- ChildCollisionShape(Vector3f, Matrix3f, CollisionShape) - Constructor for class com.jme3.bullet.collision.shapes.infos.ChildCollisionShape
-
Instantiate a child shape for use in a compound shape.
- children - Variable in class com.jme3.bullet.collision.shapes.CompoundCollisionShape
-
- children - Variable in class com.jme3.scene.Node
-
This node's children.
- children - Variable in class com.jme3.scene.plugins.fbx.file.FbxElement
-
- children - Variable in class com.jme3.scene.plugins.fbx.node.FbxNode
-
- chooseConfig(EGL10, EGLDisplay) - Method in class com.jme3.system.android.AndroidConfigChooser
-
Gets called by the GLSurfaceView class to return the best config
- chooseDevices(List<? extends Platform>) - Method in class com.jme3.opencl.DefaultPlatformChooser
-
- chooseDevices(List<? extends Platform>) - Method in interface com.jme3.opencl.PlatformChooser
-
Chooses one or more devices for the opencl context.
- chooseDevices(List<? extends Platform>) - Method in class jme3test.opencl.TestContextSwitching.CustomPlatformChooser
-
- chooseDevices(List<? extends Platform>) - Method in class jme3test.opencl.TestMultipleApplications.CustomPlatformChooser
-
- Cinematic - Class in com.jme3.cinematic
-
An appstate for composing and playing cutscenes in a game.
- Cinematic() - Constructor for class com.jme3.cinematic.Cinematic
-
Used for serialization creates a cinematic, don't use this constructor
directly
- Cinematic(float) - Constructor for class com.jme3.cinematic.Cinematic
-
- Cinematic(LoopMode) - Constructor for class com.jme3.cinematic.Cinematic
-
- Cinematic(float, LoopMode) - Constructor for class com.jme3.cinematic.Cinematic
-
- Cinematic(Node) - Constructor for class com.jme3.cinematic.Cinematic
-
creates a cinematic
- Cinematic(Node, float) - Constructor for class com.jme3.cinematic.Cinematic
-
creates a cinematic
- Cinematic(Node, LoopMode) - Constructor for class com.jme3.cinematic.Cinematic
-
creates a cinematic
- Cinematic(Node, float, LoopMode) - Constructor for class com.jme3.cinematic.Cinematic
-
creates a cinematic
- cinematic - Variable in class com.jme3.cinematic.events.AnimationEvent
-
Deprecated.
- CinematicEvent - Interface in com.jme3.cinematic.events
-
- CinematicEventListener - Interface in com.jme3.cinematic.events
-
- clamp() - Method in class com.jme3.math.ColorRGBA
-
Saturate that color ensuring all channels have a value between 0 and 1
- clamp(float, float, float) - Static method in class com.jme3.math.FastMath
-
Take a float input and clamp it between min and max.
- clamp(float, float, float) - Static method in class com.jme3.terrain.noise.ShaderUtils
-
- clampWrapTime(float, float, LoopMode) - Static method in class com.jme3.animation.AnimationUtils
-
Clamps the time according to duration and loopMode
- ClassInfo - Class in com.jme3.network.service.rmi
-
Internal information about a shared class.
- ClassInfo() - Constructor for class com.jme3.network.service.rmi.ClassInfo
-
For serialization only.
- ClassInfo(short, Class) - Constructor for class com.jme3.network.service.rmi.ClassInfo
-
- ClassInfoRegistry - Class in com.jme3.network.service.rmi
-
Internal registry of shared types and their ClassInfo and MethodInfo
objects.
- ClassInfoRegistry() - Constructor for class com.jme3.network.service.rmi.ClassInfoRegistry
-
- className - Variable in class com.jme3.scene.plugins.fbx.obj.FbxObject
-
- ClasspathLocator - Class in com.jme3.asset.plugins
-
The ClasspathLocator
looks up an asset in the classpath.
- ClasspathLocator() - Constructor for class com.jme3.asset.plugins.ClasspathLocator
-
- clContext - Variable in class com.jme3.system.lwjgl.LwjglContext
-
- clean() - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
-
used by event factory, called when event is destroyed
- cleanUp() - Method in class com.jme3.animation.AudioTrack
-
Deprecated.
- cleanUp() - Method in interface com.jme3.animation.ClonableTrack
-
Deprecated.
Method responsible for cleaning UserData on referenced Spatials when the Track is deleted
- cleanUp() - Method in class com.jme3.animation.EffectTrack
-
Deprecated.
- cleanup(Application) - Method in class com.jme3.app.BasicProfilerState
-
- cleanup() - Method in class com.jme3.app.DebugKeysAppState
-
- cleanup(Application) - Method in class com.jme3.app.DetailedProfilerState
-
- cleanup() - Method in class com.jme3.app.FlyCamAppState
-
- cleanup() - Method in class com.jme3.app.state.AbstractAppState
-
- cleanup() - Method in interface com.jme3.app.state.AppState
-
Called by
AppStateManager
when transitioning this
AppState
from
terminating to
detached.
- cleanup() - Method in class com.jme3.app.state.AppStateManager
-
Calls cleanup on attached states, do not call directly.
- cleanup() - Method in class com.jme3.app.state.AWTComponentAppState
-
- cleanup(Application) - Method in class com.jme3.app.state.BaseAppState
-
Called after the app state is detached or during
application shutdown if the state is still attached.
- cleanup() - Method in class com.jme3.app.state.BaseAppState
-
Do not call directly: Called by the state manager to terminate this
state post-detachment or during state manager termination.
- cleanup(Application) - Method in class com.jme3.app.state.ConstantVerifierState
-
- cleanup() - Method in class com.jme3.app.state.RootNodeAppState
-
- cleanup() - Method in class com.jme3.app.state.ScreenshotAppState
-
Clean up this AppState during the first update after it gets detached.
- cleanup() - Method in class com.jme3.app.state.VideoRecorderAppState
-
- cleanup() - Method in class com.jme3.app.StatsAppState
-
- cleanup() - Method in class com.jme3.app.VRAppState
-
- cleanup(Application) - Method in class com.jme3.audio.AudioListenerState
-
- cleanup() - Method in interface com.jme3.audio.AudioRenderer
-
Cleanup/destroy the audio system.
- cleanup() - Method in class com.jme3.audio.openal.ALAudioRenderer
-
- cleanup() - Method in class com.jme3.bullet.BulletAppState
-
Transition this state from terminating to detached.
- cleanup() - Method in class com.jme3.bullet.debug.BulletDebugAppState
-
Transition this state from terminating to detached.
- cleanup() - Method in class com.jme3.cinematic.Cinematic
-
called internally
- cleanup(Application) - Method in class com.jme3.environment.EnvironmentCamera
-
- cleanup(Application) - Method in class com.jme3.environment.util.LightsDebugState
-
- cleanup() - Method in class com.jme3.niftygui.NiftyJmeDisplay
-
- cleanup(Renderer) - Method in class com.jme3.post.Filter
-
cleanup this filter
- cleanup(Renderer) - Method in class com.jme3.post.Filter.Pass
-
- cleanup() - Method in class com.jme3.post.FilterPostProcessor
-
- cleanup() - Method in class com.jme3.post.HDRRenderer
-
Deprecated.
- cleanup() - Method in class com.jme3.post.PreDepthProcessor
-
- cleanup() - Method in interface com.jme3.post.SceneProcessor
-
Called when the SP is removed from the RM.
- cleanup() - Method in class com.jme3.renderer.opengl.GLRenderer
-
- cleanup() - Method in interface com.jme3.renderer.Renderer
-
Deletes all previously used
Native Objects
on this Renderer, and
then resets the native objects.
- cleanup(Application) - Method in class com.jme3.scene.debug.custom.ArmatureDebugAppState
-
- cleanup() - Method in class com.jme3.scene.instancing.InstancedGeometry
-
Destroy internal buffers.
- cleanup() - Method in class com.jme3.shadow.AbstractShadowRenderer
-
- cleanup() - Method in class com.jme3.shadow.AbstractShadowRendererVR
-
- cleanup() - Method in class com.jme3.shadow.BasicShadowRenderer
-
Deprecated.
- cleanup() - Method in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
- cleanup() - Method in class com.jme3.system.awt.AwtPanel
-
- cleanup() - Method in class com.jme3.system.AWTFrameProcessor
-
- cleanup() - Method in class com.jme3.system.NullRenderer
-
- cleanup() - Method in class com.jme3.water.ReflectionProcessor
-
- cleanup() - Method in class com.jme3.water.SimpleWaterProcessor
-
- cleanup() - Method in class com.jme3.water.SimpleWaterProcessor.RefractionProcessor
-
- cleanup() - Method in class jme3test.app.TestAppStateLifeCycle.TestState
-
- cleanup() - Method in class jme3test.games.WorldOfInception.InceptionLevel
-
- cleanup() - Method in class jme3test.post.TestMultiRenderTarget
-
- cleanup() - Method in class jme3test.post.TestRenderToMemory
-
- cleanUpFilter(Renderer) - Method in class com.jme3.post.Filter
-
override this method if you have some cleanup to do
- cleanUpFilter(Renderer) - Method in class com.jme3.post.filters.BloomFilter
-
- cleanUpFilter(Renderer) - Method in class com.jme3.post.filters.CartoonEdgeFilter
-
- cleanUpFilter(Renderer) - Method in class com.jme3.post.filters.TranslucentBucketFilter
-
- cleanUpFilter(Renderer) - Method in class com.jme3.post.ssao.SSAOFilter
-
- cleanUpFilter(Renderer) - Method in class com.jme3.water.WaterFilter
-
- cleanupWithInput(InputManager) - Method in class com.jme3.input.ChaseCamera
-
Cleans up the input mappings from the input manager.
- clear() - Method in class com.jme3.cinematic.Cinematic
-
Remove all events from the Cinematic.
- clear() - Method in class com.jme3.collision.CollisionResults
-
Clears all collision results added to this list
- clear() - Method in class com.jme3.light.LightList
-
Resets list size to 0.
- clear() - Method in class com.jme3.material.plugin.export.material.J3MOutputCapsule
-
- clear() - Method in class com.jme3.material.plugin.export.material.J3MRenderStateOutputCapsule
-
- clear() - Method in class com.jme3.material.plugin.export.material.J3MRootOutputCapsule
-
- clear() - Method in class com.jme3.material.plugins.ShaderNodeLoaderDelegate
-
- clear() - Method in class com.jme3.niftygui.JmeBatchRenderBackend
-
- clear() - Method in class com.jme3.niftygui.RenderDeviceJme
-
- clear() - Method in class com.jme3.renderer.queue.GeometryList
-
Resets list size to 0.
- clear() - Method in class com.jme3.renderer.queue.RenderQueue
-
- clear() - Method in class com.jme3.shader.DefineList
-
- clear() - Method in class com.jme3.terrain.geomipmap.LRUCache
-
Clears the cache.
- clear() - Method in class com.jme3.util.IntMap
-
- clear() - Method in class com.jme3.util.ListMap
-
- clear() - Method in class com.jme3.util.SafeArrayList
-
- clearAssetEventListeners() - Method in interface com.jme3.asset.AssetManager
-
Removes all asset event listeners.
- clearAssetEventListeners() - Method in class com.jme3.asset.DesktopAssetManager
-
- clearBuffer(VertexBuffer.Type) - Method in class com.jme3.scene.Mesh
-
Unsets the
VertexBuffer
set on this mesh
with the given type.
- clearBuffers(boolean, boolean, boolean) - Method in class com.jme3.renderer.opengl.GLRenderer
-
- clearBuffers(boolean, boolean, boolean) - Method in interface com.jme3.renderer.Renderer
-
Clears certain channels of the currently bound framebuffer.
- clearBuffers(boolean, boolean, boolean) - Method in class com.jme3.system.NullRenderer
-
- clearCache() - Method in interface com.jme3.asset.AssetManager
-
Clears the asset cache.
- clearCache() - Method in interface com.jme3.asset.cache.AssetCache
-
Deletes all assets from the cache.
- clearCache() - Method in class com.jme3.asset.cache.SimpleAssetCache
-
- clearCache() - Method in class com.jme3.asset.cache.WeakRefAssetCache
-
- clearCache() - Method in class com.jme3.asset.cache.WeakRefCloneAssetCache
-
- clearCache() - Method in class com.jme3.asset.DesktopAssetManager
-
- clearCache() - Method in class com.jme3.opencl.ProgramCache
-
Clears the cache.
- clearCaches() - Method in class com.jme3.terrain.geomipmap.TerrainPatch
-
Removes any references when the terrain is being removed.
- clearCaches() - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
Removes any cached references this terrain is holding, in particular
the TerrainPatch's neighbour references.
- clearChannels() - Method in class com.jme3.animation.AnimControl
-
Deprecated.
Clears all the channels that were created.
- clearClipRect() - Method in class com.jme3.renderer.opengl.GLRenderer
-
- clearClipRect() - Method in interface com.jme3.renderer.Renderer
-
- clearClipRect() - Method in class com.jme3.system.NullRenderer
-
- clearCollisionData() - Method in class com.jme3.scene.Mesh
-
Clears any previously generated collision data.
- clearColor - Variable in class com.jme3.renderer.RenderContext
-
Color applied when a color buffer is cleared.
- clearColor - Variable in class com.jme3.renderer.ViewPort
-
Enables clearing the color buffer.
- clearColorTargets() - Method in class com.jme3.texture.FrameBuffer
-
Clears all color targets that were set or added previously.
- clearControlPoints() - Method in class com.jme3.math.Spline
-
- clearDeltas() - Method in class com.jme3.input.lwjgl.GlfwMouseInputVR
-
Clear the last x and y deltas.
- clearDepth - Variable in class com.jme3.renderer.ViewPort
-
Enables clearing the depth buffer.
- clearForces() - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
Clear all forces from the PhysicsRigidBody
- clearForces() - Method in class com.jme3.bullet.PhysicsSpace
-
clears forces of all objects
- clearFrame() - Method in class com.jme3.renderer.Statistics
-
Clears all frame-specific statistics such as objects used per frame.
- clearIndex() - Method in class com.jme3.util.clone.Cloner
-
Clears the object index allowing the cloner to be reused for a brand-new
cloning operation.
- clearJoystickConnectionListeners() - Method in class com.jme3.input.InputManager
-
Remove all joystick connection listeners.
- ClearLastSubmittedFrame - Variable in class com.jme3.system.jopenvr.VR_IVRCompositor_FnTable
-
C type : ClearLastSubmittedFrame_callback*
- clearListeners() - Method in class com.jme3.animation.AnimControl
-
Deprecated.
Clears all the listeners added to this AnimControl
- clearMappings() - Method in class com.jme3.input.InputManager
-
Clears all the input mappings from this InputManager.
- clearMaterialParameters(Material) - Method in class com.jme3.shadow.AbstractShadowRenderer
-
This method is called once per frame and is responsible for clearing any
material parameters that subclasses may need to clear on the post material.
- clearMaterialParameters(Material) - Method in class com.jme3.shadow.AbstractShadowRendererVR
-
This method is called once per frame and is responsible for clearing any
material parameters that subclasses may need to clear on the post material.
- clearMaterialParameters(Material) - Method in class com.jme3.shadow.DirectionalLightShadowRenderer
-
- clearMaterialParameters(Material) - Method in class com.jme3.shadow.DirectionalLightShadowRendererVR
-
- clearMaterialParameters(Material) - Method in class com.jme3.shadow.PointLightShadowRenderer
-
- clearMaterialParameters(Material) - Method in class com.jme3.shadow.SpotLightShadowRenderer
-
- clearMaterials() - Method in class com.jme3.scene.plugins.fbx.objects.FbxMesh
-
- clearMatParamOverrides() - Method in class com.jme3.scene.Spatial
-
Remove all local material parameter overrides.
- clearMemory() - Method in class com.jme3.renderer.Statistics
-
Called when video memory is cleared.
- ClearOverlayTexture - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : ClearOverlayTexture_callback*
- clearParam(String) - Method in class com.jme3.material.Material
-
Clear a parameter from this material.
- clearProcessors() - Method in class com.jme3.renderer.ViewPort
-
- clearQueue(ViewPort) - Method in class com.jme3.renderer.RenderManager
-
Clears the queue of the given ViewPort.
- clearRawInputListeners() - Method in class com.jme3.input.InputManager
-
- clearScenes() - Method in class com.jme3.renderer.ViewPort
-
Removes all attached scenes.
- clearSetByCurrentMaterial() - Method in class com.jme3.shader.Uniform
-
- ClearSkyboxOverride - Variable in class com.jme3.system.jopenvr.VR_IVRCompositor_FnTable
-
C type : ClearSkyboxOverride_callback*
- clearStencil - Variable in class com.jme3.renderer.ViewPort
-
Enables clearing the stencil buffer.
- clearTextureAtlas(int) - Method in class com.jme3.niftygui.JmeBatchRenderBackend
-
- clearUniformsSetByCurrentFlag() - Method in class com.jme3.shader.Shader
-
Removes the "set-by-current-material" flag from all uniforms.
- clearUpdateNeeded() - Method in class com.jme3.scene.VertexBuffer
-
- clearUpdateNeeded() - Method in class com.jme3.shader.ShaderBufferBlock
-
- clearUpdateNeeded() - Method in class com.jme3.shader.Uniform
-
- clearUpdateNeeded() - Method in class com.jme3.util.NativeObject
-
Internal use only.
- clearValue() - Method in class com.jme3.shader.Uniform
-
- clearVertexAttribs() - Method in class com.jme3.renderer.opengl.GLRenderer
-
- clearViewportChanged() - Method in class com.jme3.renderer.Camera
-
Clears the viewport changed flag once it has been updated inside
the renderer.
- clearWayPoints() - Method in class com.jme3.cinematic.MotionPath
-
- clGetCommandQueueInfoInt(long, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
Single int value version of CL10#clGetCommandQueueInfo
- clGetCommandQueueInfoPointer(long, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
Single pointer value version of CL10#clGetCommandQueueInfo
- clGetCommandQueueInfoPointers(long, int, PointerBuffer) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
PointBuffer version of CL10#clGetCommandQueueInfo
- clGetContextInfoInt(long, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
Single int value version of CL10#clGetContextInfo
- clGetContextInfoPointer(long, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
Single pointer value version of CL10#clGetContextInfo
- clGetContextInfoPointers(long, int, PointerBuffer) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
PointBuffer version of CL10#clGetContextInfo
- clGetDeviceInfoBoolean(long, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
Single boolean value version of CL10#clGetDeviceInfo
- clGetDeviceInfoInt(long, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
Single int value version of CL10#clGetDeviceInfo
- clGetDeviceInfoLong(long, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
Single long value version of CL10#clGetDeviceInfo
- clGetDeviceInfoPointer(long, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
Single pointer value version of CL10#clGetDeviceInfo
- clGetDeviceInfoPointers(long, int, PointerBuffer) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
PointBuffer version of CL10#clGetDeviceInfo
- clGetDeviceInfoStringASCII(long, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
String version of CL10#clGetDeviceInfo
- clGetDeviceInfoStringASCII(long, int, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
String with explicit length version of CL10#clGetDeviceInfo
- clGetDeviceInfoStringUTF8(long, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
UTF-8 string version of CL10#clGetDeviceInfo
- clGetDeviceInfoStringUTF8(long, int, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
UTF-8 string with explicit length version of CL10#clGetDeviceInfo
- clGetEventInfoInt(long, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
Single int value version of: GetEventInfo
- clGetEventInfoPointer(long, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
Single pointer value version of: GetEventInfo
- clGetEventInfoPointers(long, int, PointerBuffer) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
PointBuffer version of: GetEventInfo
- clGetEventProfilingInfoLong(long, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
Single long value version of:
GetEventProfilingInfo
- clGetGLTextureInfoInt(long, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
Single int value version of:
GetGLTextureInfo
- clGetImageInfoInt(long, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
Single int value version of org.lwjgl.opencl.CL10#clGetImageInfo
- clGetImageInfoPointer(long, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
Single pointer value version of org.lwjgl.opencl.CL10#clGetImageInfo
- clGetImageInfoPointers(long, int, PointerBuffer) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
PointBuffer version of org.lwjgl.opencl.CL10#clGetImageInfo
- clGetKernelArgInfoInt(long, int, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
Single int value version of:
GetKernelArgInfo
- clGetKernelArgInfoLong(long, int, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
Single long value version of:
GetKernelArgInfo
- clGetKernelArgInfoStringASCII(long, int, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
String version of: GetKernelArgInfo
- clGetKernelArgInfoStringASCII(long, int, int, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
String with explicit length version of: GetKernelArgInfo
- clGetKernelArgInfoStringUTF8(long, int, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
UTF-8 string version of: GetKernelArgInfo
- clGetKernelArgInfoStringUTF8(long, int, int, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
UTF-8 string with explicit length version of:
GetKernelArgInfo
- clGetKernelInfoInt(long, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
Single int value version of: GetKernelInfo
- clGetKernelInfoPointer(long, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
Single pointer value version of:
GetKernelInfo
- clGetKernelInfoPointers(long, int, PointerBuffer) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
PointBuffer version of: GetKernelInfo
- clGetKernelInfoStringASCII(long, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
String version of: GetKernelInfo
- clGetKernelInfoStringASCII(long, int, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
String with explicit length version of: GetKernelInfo
- clGetKernelInfoStringUTF8(long, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
UTF-8 string version of: GetKernelInfo
- clGetKernelInfoStringUTF8(long, int, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
UTF-8 string with explicit length version of:
GetKernelInfo
- clGetKernelWorkGroupInfoLong(long, long, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
Single long value version of:
GetKernelWorkGroupInfo
- clGetKernelWorkGroupInfoPointer(long, long, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
Single pointer value version of:
GetKernelWorkGroupInfo
- clGetKernelWorkGroupInfoPointers(long, long, int, PointerBuffer) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
PointBuffer version of:
GetKernelWorkGroupInfo
- clGetMemObjectInfoBoolean(long, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
Single boolean value version of CL10#clGetMemObjectInfo
- clGetMemObjectInfoInt(long, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
Single int value version of org.lwjgl.opencl.CL10#clGetMemObjectInfo
- clGetMemObjectInfoLong(long, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
Single long value version of org.lwjgl.opencl.CL10#clGetMemObjectInfo
- clGetMemObjectInfoPointer(long, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
Single pointer value version of org.lwjgl.opencl.CL10#clGetMemObjectInfo
- clGetMemObjectInfoPointers(long, int, PointerBuffer) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
PointBuffer version of org.lwjgl.opencl.CL10#clGetMemObjectInfo
- clGetPipeInfoInt(long, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
Single int value version of org.lwjgl.opencl.CL20#clGetPipeInfo
- clGetPlatformInfoStringASCII(long, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
String version of CL10#clGetPlatformInfo
- clGetPlatformInfoStringASCII(long, int, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
String with explicit length version of CL10#clGetPlatformInfo
- clGetPlatformInfoStringUTF8(long, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
UTF-8 string version of CL10#clGetPlatformInfo
- clGetPlatformInfoStringUTF8(long, int, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
UTF-8 string with explicit length version of CL10#clGetPlatformInfo
- clGetProgramBuildInfoInt(long, long, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
Single int value version of:
GetProgramBuildInfo
- clGetProgramBuildInfoPointer(long, long, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
Single pointer value version of:
GetProgramBuildInfo
- clGetProgramBuildInfoPointers(long, long, int, PointerBuffer) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
PointBuffer version of:
GetProgramBuildInfo
- clGetProgramBuildInfoStringASCII(long, long, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
String version of: GetProgramBuildInfo
- clGetProgramBuildInfoStringASCII(long, long, int, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
String with explicit length version of: GetProgramBuildInfo
- clGetProgramBuildInfoStringUTF8(long, long, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
UTF-8 string version of:
GetProgramBuildInfo
- clGetProgramBuildInfoStringUTF8(long, long, int, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
UTF-8 string with explicit length version of:
GetProgramBuildInfo
- clGetProgramInfoInt(long, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
Single int value version of org.lwjgl.opencl.CL10#clGetProgramInfo
- clGetProgramInfoPointer(long, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
Single pointer value version of org.lwjgl.opencl.CL10#clGetProgramInfo
- clGetProgramInfoPointers(long, int, PointerBuffer) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
PointBuffer version of org.lwjgl.opencl.CL10#clGetProgramInfo
- clGetProgramInfoStringASCII(long, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
String version of org.lwjgl.opencl.CL10#clGetProgramInfo
- clGetProgramInfoStringASCII(long, int, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
String with explicit length version of org.lwjgl.opencl.CL10#clGetProgramInfo
- clGetProgramInfoStringUTF8(long, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
UTF-8 string version of: GetProgramInfo
- clGetProgramInfoStringUTF8(long, int, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
UTF-8 string with explicit length version of:
GetProgramInfo
- clGetSamplerInfoBoolean(long, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
Single boolean value version of:
GetSamplerInfo
- clGetSamplerInfoInt(long, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
Single int value version of: GetSamplerInfo
- clGetSamplerInfoPointer(long, int) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
Single pointer value version of:
GetSamplerInfo
- clGetSamplerInfoPointers(long, int, PointerBuffer) - Static method in class com.jme3.opencl.lwjgl.info.Info
-
PointBuffer version of: GetSamplerInfo
- CLICK_MAX_DELAY - Static variable in class com.jme3.scene.debug.custom.ArmatureDebugAppState
-
- Client - Interface in com.jme3.network
-
Represents a remote connection to a server that can be used
for sending and receiving messages.
- clientConnected(Client) - Method in interface com.jme3.network.ClientStateListener
-
Called when the specified client is fully connected to
the remote server.
- clientConnected(Client) - Method in class com.jme3.network.rmi.ObjectStore.ClientEventHandler
-
- clientDisconnected(Client, ClientStateListener.DisconnectInfo) - Method in interface com.jme3.network.ClientStateListener
-
Called when the client has disconnected from the remote
server.
- clientDisconnected(Client, ClientStateListener.DisconnectInfo) - Method in class com.jme3.network.rmi.ObjectStore.ClientEventHandler
-
- ClientEventHandler() - Constructor for class com.jme3.network.rmi.ObjectStore.ClientEventHandler
-
- ClientRegistrationMessage - Class in com.jme3.network.message
-
Client registration is a message that contains a unique ID.
- ClientRegistrationMessage() - Constructor for class com.jme3.network.message.ClientRegistrationMessage
-
- ClientRegistrationMessage.ClientRegistrationSerializer - Class in com.jme3.network.message
-
A message-specific serializer to avoid compatibility issues
between versions.
- ClientRegistrationSerializer() - Constructor for class com.jme3.network.message.ClientRegistrationMessage.ClientRegistrationSerializer
-
- ClientSerializerRegistrationsService - Class in com.jme3.network.service.serializer
-
- ClientSerializerRegistrationsService() - Constructor for class com.jme3.network.service.serializer.ClientSerializerRegistrationsService
-
- ClientService - Interface in com.jme3.network.service
-
Interface implemented by Client-side services that augment
a network Client's functionality.
- ClientServiceManager - Class in com.jme3.network.service
-
Manages ClientServices on behalf of a network Client object.
- ClientServiceManager(Client) - Constructor for class com.jme3.network.service.ClientServiceManager
-
Creates a new ClientServiceManager for the specified network Client.
- ClientStateListener - Interface in com.jme3.network
-
Listener that is notified about the connection state of
a Client.
- ClientStateListener.DisconnectInfo - Class in com.jme3.network
-
Provided with the clientDisconnected() notification to
include additional information about the disconnect.
- clip(FloatBuffer, int, int, int) - Method in class com.jme3.terrain.noise.basis.FilteredBasis
-
- ClipAction - Class in com.jme3.anim.tween.action
-
- ClipAction(AnimClip) - Constructor for class com.jme3.anim.tween.action.ClipAction
-
- clipRectEnabled - Variable in class com.jme3.renderer.RenderContext
-
Enables the clipping rectangle.
- ClonableTrack - Interface in com.jme3.animation
-
Deprecated.
- clone() - Method in class com.jme3.animation.Animation
-
Deprecated.
This method creates a clone of the current object.
- clone() - Method in class com.jme3.animation.AudioTrack
-
Deprecated.
Clone this track
- clone() - Method in class com.jme3.animation.BoneTrack
-
Deprecated.
Create a deep clone of this track.
- clone() - Method in class com.jme3.animation.CompactArray
-
Create a deep clone of this array.
- clone() - Method in class com.jme3.animation.EffectTrack
-
Deprecated.
Clone this track
- clone() - Method in class com.jme3.animation.Pose
-
Deprecated.
This method creates a clone of the current object.
- clone() - Method in class com.jme3.animation.PoseTrack
-
Deprecated.
This method creates a clone of the current object.
- clone() - Method in class com.jme3.animation.PoseTrack.PoseFrame
-
Deprecated.
This method creates a clone of the current object.
- clone() - Method in class com.jme3.animation.SpatialTrack
-
Deprecated.
Create a clone with the same track spatial.
- clone() - Method in interface com.jme3.animation.Track
-
Deprecated.
This method creates a clone of the current object.
- clone() - Method in class com.jme3.asset.AssetKey
-
- clone() - Method in interface com.jme3.asset.CloneableSmartAsset
-
Creates a clone of the asset.
- clone() - Method in class com.jme3.audio.AudioNode
-
- clone(BoundingVolume) - Method in class com.jme3.bounding.BoundingBox
-
clone
creates a new BoundingBox object containing the same
data as this one.
- clone(BoundingVolume) - Method in class com.jme3.bounding.BoundingSphere
-
clone
creates a new BoundingSphere object containing the
same data as this one.
- clone(BoundingVolume) - Method in class com.jme3.bounding.BoundingVolume
-
clone
creates a new BoundingVolume object containing the
same data as this one.
- clone() - Method in class com.jme3.bounding.BoundingVolume
-
- clone() - Method in class com.jme3.effect.influencers.DefaultParticleInfluencer
-
- clone() - Method in class com.jme3.effect.influencers.EmptyParticleInfluencer
-
- clone() - Method in class com.jme3.effect.influencers.NewtonianParticleInfluencer
-
- clone() - Method in interface com.jme3.effect.influencers.ParticleInfluencer
-
This method clones the influencer instance.
- clone() - Method in class com.jme3.effect.ParticleEmitter
-
- clone(boolean) - Method in class com.jme3.effect.ParticleEmitter
-
- clone() - Method in class com.jme3.font.BitmapCharacter
-
- clone() - Method in class com.jme3.font.BitmapText
-
- clone() - Method in class com.jme3.font.Rectangle
-
- clone() - Method in class com.jme3.light.DirectionalLight
-
- clone() - Method in class com.jme3.light.Light
-
- clone() - Method in class com.jme3.light.LightList
-
- clone() - Method in class com.jme3.light.OrientedBoxProbeArea
-
- clone() - Method in class com.jme3.light.PointLight
-
- clone() - Method in class com.jme3.light.SphereProbeArea
-
- clone() - Method in class com.jme3.light.SpotLight
-
- clone() - Method in class com.jme3.material.Material
-
Clones this material.
- clone() - Method in class com.jme3.material.MatParam
-
- clone() - Method in class com.jme3.material.RenderState
-
Create a clone of this RenderState
- clone() - Method in class com.jme3.material.ShaderGenerationInfo
-
- clone() - Method in class com.jme3.material.TechniqueDef
-
- clone() - Method in class com.jme3.math.ColorRGBA
-
Create a copy of this color.
- clone() - Method in class com.jme3.math.Line
-
Create a copy of this line.
- clone() - Method in class com.jme3.math.LineSegment
-
Create a copy of this segment.
- clone() - Method in class com.jme3.math.Matrix3f
-
Create a copy of this matrix.
- clone() - Method in class com.jme3.math.Matrix4f
-
Create a copy.
- clone() - Method in class com.jme3.math.Plane
-
Create a copy of this plane.
- clone() - Method in class com.jme3.math.Quaternion
-
Create a copy of this quaternion.
- clone() - Method in class com.jme3.math.Ray
-
Create a copy of this ray.
- clone() - Method in class com.jme3.math.Rectangle
-
Create a copy of this rectangle.
- clone() - Method in class com.jme3.math.Ring
-
Create a copy of this ring.
- clone() - Method in class com.jme3.math.Transform
-
Creates a copy.
- clone() - Method in class com.jme3.math.Triangle
-
Create a copy of this triangle.
- clone() - Method in class com.jme3.math.Vector2f
-
Create a copy of this vector.
- clone() - Method in class com.jme3.math.Vector3f
-
Creates a copy.
- clone() - Method in class com.jme3.math.Vector4f
-
Create a copy of this vector.
- clone() - Method in class com.jme3.renderer.Camera
-
- clone(boolean) - Method in class com.jme3.scene.BatchNode
-
- clone(boolean) - Method in class com.jme3.scene.Geometry
-
This version of clone is a shallow clone, in other words, the
same mesh is referenced as the original geometry.
- clone() - Method in class com.jme3.scene.Geometry
-
This version of clone is a shallow clone, in other words, the
same mesh is referenced as the original geometry.
- clone() - Method in class com.jme3.scene.instancing.InstancedNode
-
- clone(boolean) - Method in class com.jme3.scene.instancing.InstancedNode
-
- clone() - Method in class com.jme3.scene.Mesh
-
Create a shallow clone of this Mesh.
- clone(boolean) - Method in class com.jme3.scene.Node
-
- clone() - Method in class com.jme3.scene.plugins.IrBoneWeightIndex
-
- clone() - Method in class com.jme3.scene.shape.Box
-
Creates a clone of this box.
- clone() - Method in class com.jme3.scene.shape.StripBox
-
Creates a clone of this box.
- clone(boolean) - Method in class com.jme3.scene.Spatial
-
- clone() - Method in class com.jme3.scene.Spatial
-
- clone() - Method in class com.jme3.scene.VertexBuffer
-
- clone(VertexBuffer.Type) - Method in class com.jme3.scene.VertexBuffer
-
- clone() - Method in class com.jme3.shader.ShaderNode
-
- clone() - Method in class com.jme3.shader.ShaderNodeVariable
-
- clone() - Method in class com.jme3.shader.VariableMapping
-
- clone() - Method in class com.jme3.shadow.VRDirectionalLightShadowRenderer
-
- clone() - Method in class com.jme3.terrain.geomipmap.lodcalc.DistanceLodCalculator
-
- clone() - Method in interface com.jme3.terrain.geomipmap.lodcalc.LodCalculator
-
- clone() - Method in interface com.jme3.terrain.geomipmap.lodcalc.LodThreshold
-
- clone() - Method in class com.jme3.terrain.geomipmap.lodcalc.PerspectiveLodCalculator
-
- clone() - Method in class com.jme3.terrain.geomipmap.lodcalc.SimpleLodThreshold
-
- clone() - Method in class com.jme3.terrain.geomipmap.TerrainPatch
-
- clone() - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
- clone(boolean) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
- clone() - Method in class com.jme3.texture.Image
-
- clone() - Method in class com.jme3.texture.Texture
-
- clone(Buffer) - Static method in class com.jme3.util.BufferUtils
-
Creates a clone of the given buffer.
- clone(DoubleBuffer) - Static method in class com.jme3.util.BufferUtils
-
Creates a new DoubleBuffer with the same contents as the given
DoubleBuffer.
- clone(FloatBuffer) - Static method in class com.jme3.util.BufferUtils
-
Creates a new FloatBuffer with the same contents as the given
FloatBuffer.
- clone(IntBuffer) - Static method in class com.jme3.util.BufferUtils
-
Creates a new IntBuffer with the same contents as the given IntBuffer.
- clone(ByteBuffer) - Static method in class com.jme3.util.BufferUtils
-
Creates a new ByteBuffer with the same contents as the given ByteBuffer.
- clone(ShortBuffer) - Static method in class com.jme3.util.BufferUtils
-
Creates a new ShortBuffer with the same contents as the given
ShortBuffer.
- clone(T) - Method in class com.jme3.util.clone.Cloner
-
Deeps clones the specified object, reusing previous clones when possible.
- clone(T, boolean) - Method in class com.jme3.util.clone.Cloner
-
Deeps clones the specified object, reusing previous clones when possible.
- clone() - Method in class com.jme3.util.IntMap
-
- clone() - Method in class com.jme3.util.IntMap.Entry
-
- clone() - Method in class com.jme3.util.ListMap
-
- clone() - Method in class com.jme3.util.NativeObject
-
This should create a deep clone.
- clone() - Method in class com.jme3.util.SafeArrayList
-
- clone() - Method in class jme3test.app.TestCloner.Parent
-
- clone() - Method in class jme3test.app.TestCloner.RegularObject
-
- CloneableAssetProcessor - Class in com.jme3.asset
-
CloneableAssetProcessor
simply calls Object.clone()
on assets to clone them.
- CloneableAssetProcessor() - Constructor for class com.jme3.asset.CloneableAssetProcessor
-
- CloneableSmartAsset - Interface in com.jme3.asset
-
Implementing the CloneableSmartAsset
interface allows use
of cloneable smart asset management.
- cloneDirectionalLightShadowFilter(AssetManager, DirectionalLightShadowFilter) - Static method in class com.jme3.post.FilterUtil
-
- cloneFields(Cloner, Object) - Method in class com.jme3.anim.AnimClip
-
Callback from
Cloner
to convert this
shallow-cloned clip into a deep-cloned one, using the specified Cloner
and original to resolve copied fields.
- cloneFields(Cloner, Object) - Method in class com.jme3.anim.AnimComposer
-
Callback from
Cloner
to convert this
shallow-cloned composer into a deep-cloned one, using the specified
Cloner and original to resolve copied fields.
- cloneFields(Cloner, Object) - Method in class com.jme3.anim.AnimLayer
-
Converts this shallow-cloned layer into a deep-cloned one, using the
specified Cloner and original to resolve copied fields.
- cloneFields(Cloner, Object) - Method in class com.jme3.anim.Armature
-
- cloneFields(Cloner, Object) - Method in class com.jme3.anim.Joint
-
Callback from
Cloner
to convert this
shallow-cloned Joint into a deep-cloned one, using the specified Cloner
and original to resolve copied fields.
- cloneFields(Cloner, Object) - Method in class com.jme3.anim.MorphControl
-
Callback from
Cloner
to convert this
shallow-cloned Control into a deep-cloned one, using the specified Cloner
and original to resolve copied fields.
- cloneFields(Cloner, Object) - Method in class com.jme3.anim.MorphTrack
-
- cloneFields(Cloner, Object) - Method in class com.jme3.anim.SkinningControl
-
- cloneFields(Cloner, Object) - Method in class com.jme3.anim.TransformTrack
-
- cloneFields(Cloner, Object) - Method in class com.jme3.anim.tween.AbstractTween
-
Callback from
Cloner
to convert this
shallow-cloned tween into a deep-cloned one, using the specified cloner
and original to resolve copied fields.
- cloneFields(Cloner, Object) - Method in class com.jme3.anim.tween.action.Action
-
Callback from
Cloner
to convert this
shallow-cloned action into a deep-cloned one, using the specified cloner
and original to resolve copied fields.
- cloneFields(Cloner, Object) - Method in class com.jme3.anim.tween.action.BlendableAction
-
Callback from
Cloner
to convert this
shallow-cloned action into a deep-cloned one, using the specified cloner
and original to resolve copied fields.
- cloneFields(Cloner, Object) - Method in class com.jme3.anim.tween.action.ClipAction
-
Callback from
Cloner
to convert this
shallow-cloned action into a deep-cloned one, using the specified cloner
and original to resolve copied fields.
- cloneFields(Cloner, Object) - Method in class com.jme3.animation.Animation
-
Deprecated.
- cloneFields(Cloner, Object) - Method in class com.jme3.animation.AnimControl
-
Deprecated.
- cloneFields(Cloner, Object) - Method in class com.jme3.animation.AudioTrack
-
Deprecated.
- cloneFields(Cloner, Object) - Method in class com.jme3.animation.Bone
-
Deprecated.
- cloneFields(Cloner, Object) - Method in class com.jme3.animation.BoneTrack
-
Deprecated.
Callback from
Cloner
to convert this
shallow-cloned track into a deep-cloned one, using the specified cloner
to resolve copied fields.
- cloneFields(Cloner, Object) - Method in class com.jme3.animation.CompactArray
-
Callback from
Cloner
to convert this
shallow-cloned array into a deep-cloned one, using the specified cloner
to resolve copied fields.
- cloneFields(Cloner, Object) - Method in class com.jme3.animation.EffectTrack
-
Deprecated.
- cloneFields(Cloner, Object) - Method in class com.jme3.animation.Skeleton
-
Deprecated.
- cloneFields(Cloner, Object) - Method in class com.jme3.animation.SkeletonControl
-
Deprecated.
- cloneFields(Cloner, Object) - Method in class com.jme3.animation.SpatialTrack
-
Deprecated.
Callback from
Cloner
to convert this
shallow-cloned track into a deep-cloned one, using the specified cloner
to resolve copied fields.
- cloneFields(Cloner, Object) - Method in class com.jme3.animation.TrackInfo
-
Deprecated.
- cloneFields(Cloner, Object) - Method in class com.jme3.app.StatsView
-
- cloneFields(Cloner, Object) - Method in class com.jme3.audio.AudioNode
-
Called internally by com.jme3.util.clone.Cloner.
- cloneFields(Cloner, Object) - Method in class com.jme3.bullet.animation.BoneLink
-
Callback from
Cloner
to convert this
shallow-cloned link into a deep-cloned one, using the specified cloner
and original to resolve copied fields.
- cloneFields(Cloner, Object) - Method in class com.jme3.bullet.animation.DacConfiguration
-
Callback from
Cloner
to convert this
shallow-cloned control into a deep-cloned one, using the specified cloner
and original to resolve copied fields.
- cloneFields(Cloner, Object) - Method in class com.jme3.bullet.animation.DacLinks
-
Callback from
Cloner
to convert this
shallow-cloned control into a deep-cloned one, using the specified cloner
and original to resolve copied fields.
- cloneFields(Cloner, Object) - Method in class com.jme3.bullet.animation.DynamicAnimControl
-
Callback from
Cloner
to convert this
shallow-cloned control into a deep-cloned one, using the specified cloner
and original to resolve copied fields.
- cloneFields(Cloner, Object) - Method in class com.jme3.bullet.animation.PhysicsLink
-
Callback from
Cloner
to convert this
shallow-cloned link into a deep-cloned one, using the specified cloner
and original to resolve copied fields.
- cloneFields(Cloner, Object) - Method in class com.jme3.bullet.animation.TorsoLink
-
Callback from
Cloner
to convert this
shallow-cloned link into a deep-cloned one, using the specified cloner
and original to resolve copied fields.
- cloneFields(Cloner, Object) - Method in class com.jme3.bullet.control.AbstractPhysicsControl
-
Callback from
Cloner
to convert this
shallow-cloned control into a deep-cloned one, using the specified cloner
and original to resolve copied fields.
- cloneFields(Cloner, Object) - Method in class com.jme3.bullet.control.CharacterControl
-
- cloneFields(Cloner, Object) - Method in class com.jme3.bullet.control.GhostControl
-
Callback from
Cloner
to convert this
shallow-cloned control into a deep-cloned one, using the specified cloner
and original to resolve copied fields.
- cloneFields(Cloner, Object) - Method in class com.jme3.bullet.control.RigidBodyControl
-
Callback from
Cloner
to convert this
shallow-cloned control into a deep-cloned one, using the specified cloner
and original to resolve copied fields.
- cloneFields(Cloner, Object) - Method in class com.jme3.bullet.control.VehicleControl
-
Callback from
Cloner
to convert this
shallow-cloned control into a deep-cloned one, using the specified cloner
and original to resolve copied fields.
- cloneFields(Cloner, Object) - Method in class com.jme3.cinematic.events.MotionEvent
-
- cloneFields(Cloner, Object) - Method in class com.jme3.effect.influencers.DefaultParticleInfluencer
-
Called internally by com.jme3.util.clone.Cloner.
- cloneFields(Cloner, Object) - Method in class com.jme3.effect.influencers.EmptyParticleInfluencer
-
Called internally by com.jme3.util.clone.Cloner.
- cloneFields(Cloner, Object) - Method in class com.jme3.effect.influencers.RadialParticleInfluencer
-
Called internally by com.jme3.util.clone.Cloner.
- cloneFields(Cloner, Object) - Method in class com.jme3.effect.ParticleEmitter
-
Called internally by com.jme3.util.clone.Cloner.
- cloneFields(Cloner, Object) - Method in class com.jme3.effect.ParticleEmitter.ParticleEmitterControl
-
- cloneFields(Cloner, Object) - Method in class com.jme3.effect.shapes.EmitterBoxShape
-
Called internally by com.jme3.util.clone.Cloner.
- cloneFields(Cloner, Object) - Method in class com.jme3.effect.shapes.EmitterMeshVertexShape
-
Called internally by com.jme3.util.clone.Cloner.
- cloneFields(Cloner, Object) - Method in class com.jme3.effect.shapes.EmitterPointShape
-
Called internally by com.jme3.util.clone.Cloner.
- cloneFields(Cloner, Object) - Method in class com.jme3.effect.shapes.EmitterSphereShape
-
Called internally by com.jme3.util.clone.Cloner.
- cloneFields(Cloner, Object) - Method in class com.jme3.font.BitmapText
-
Called internally by com.jme3.util.clone.Cloner.
- cloneFields(Cloner, Object) - Method in class com.jme3.input.ChaseCamera
-
- cloneFields(Cloner, Object) - Method in class com.jme3.light.LightList
-
- cloneFields(Cloner, Object) - Method in class com.jme3.scene.AssetLinkNode
-
Called internally by com.jme3.util.clone.Cloner.
- cloneFields(Cloner, Object) - Method in class com.jme3.scene.BatchNode.Batch
-
- cloneFields(Cloner, Object) - Method in class com.jme3.scene.BatchNode
-
Called internally by com.jme3.util.clone.Cloner.
- cloneFields(Cloner, Object) - Method in class com.jme3.scene.CameraNode
-
Called internally by com.jme3.util.clone.Cloner.
- cloneFields(Cloner, Object) - Method in class com.jme3.scene.control.AbstractControl
-
- cloneFields(Cloner, Object) - Method in class com.jme3.scene.control.LightControl
-
- cloneFields(Cloner, Object) - Method in class com.jme3.scene.debug.SkeletonDebugger
-
- cloneFields(Cloner, Object) - Method in class com.jme3.scene.Geometry
-
Called internally by com.jme3.util.clone.Cloner.
- cloneFields(Cloner, Object) - Method in class com.jme3.scene.instancing.InstancedGeometry
-
Called internally by com.jme3.util.clone.Cloner.
- cloneFields(Cloner, Object) - Method in class com.jme3.scene.instancing.InstancedNode
-
Called internally by com.jme3.util.clone.Cloner.
- cloneFields(Cloner, Object) - Method in class com.jme3.scene.LightNode
-
Deprecated.
Called internally by com.jme3.util.clone.Cloner.
- cloneFields(Cloner, Object) - Method in class com.jme3.scene.Mesh
-
Called internally by com.jme3.util.clone.Cloner.
- cloneFields(Cloner, Object) - Method in class com.jme3.scene.Node
-
Called internally by com.jme3.util.clone.Cloner.
- cloneFields(Cloner, Object) - Method in class com.jme3.scene.shape.RectangleMesh
-
Called internally by com.jme3.util.clone.Cloner.
- cloneFields(Cloner, Object) - Method in class com.jme3.scene.Spatial
-
Called internally by com.jme3.util.clone.Cloner.
- cloneFields(Cloner, Object) - Method in class com.jme3.shadow.AbstractShadowFilter
-
- cloneFields(Cloner, Object) - Method in class com.jme3.shadow.AbstractShadowRenderer
-
- cloneFields(Cloner, Object) - Method in class com.jme3.shadow.DirectionalLightShadowRenderer
-
- cloneFields(Cloner, Object) - Method in class com.jme3.shadow.PointLightShadowRenderer
-
- cloneFields(Cloner, Object) - Method in class com.jme3.shadow.SpotLightShadowRenderer
-
- cloneFields(Cloner, Object) - Method in class com.jme3.terrain.geomipmap.NormalRecalcControl
-
Called internally by com.jme3.util.clone.Cloner.
- cloneFields(Cloner, Object) - Method in class com.jme3.terrain.geomipmap.TerrainLodControl
-
- cloneFields(Cloner, Object) - Method in class com.jme3.terrain.geomipmap.TerrainPatch
-
Called internally by com.jme3.util.clone.Cloner.
- cloneFields(Cloner, Object) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
Called internally by com.jme3.util.clone.Cloner.
- cloneFields(Cloner, T, T) - Method in interface com.jme3.util.clone.CloneFunction
-
Performs a deep clone of the specified clone's fields.
- cloneFields(Cloner, T, T) - Method in class com.jme3.util.clone.IdentityCloneFunction
-
Does nothing.
- cloneFields(Cloner, Object) - Method in interface com.jme3.util.clone.JmeCloneable
-
Implemented to perform deep cloning for this object, resolving
local cloned references using the specified cloner.
- cloneFields(Cloner, T, T) - Method in class com.jme3.util.clone.ListCloneFunction
-
Clones the elements of the list.
- cloneFields(Cloner, Object) - Method in class com.jme3.util.IntMap
-
Called internally by com.jme3.util.clone.Cloner.
- cloneFields(Cloner, Object) - Method in class com.jme3.util.IntMap.Entry
-
- cloneFields(Cloner, Object) - Method in class com.jme3.water.WaterFilter
-
- cloneFields(Cloner, Object) - Method in class jme3test.app.TestCloner.ArrayHolder
-
- cloneFields(Cloner, Object) - Method in class jme3test.app.TestCloner.GraphNode
-
- cloneFields(Cloner, Object) - Method in class jme3test.app.TestCloner.Parent
-
- cloneFields(Cloner, Object) - Method in class jme3test.bullet.PhysicsHoverControl
-
- cloneFogFilter(FogFilter) - Static method in class com.jme3.post.FilterUtil
-
- cloneForAnim() - Method in class com.jme3.scene.Mesh
-
Clone the mesh for animation use.
- cloneForSpatial(Spatial) - Method in class com.jme3.animation.Animation
-
Deprecated.
- cloneForSpatial(Spatial) - Method in class com.jme3.animation.AudioTrack
-
Deprecated.
This method clone the Track and search for the cloned counterpart of the
original audio node in the given cloned spatial.
- cloneForSpatial(Spatial) - Method in interface com.jme3.animation.ClonableTrack
-
Deprecated.
Allows to clone the track for a given Spatial.
- cloneForSpatial(Spatial) - Method in class com.jme3.animation.EffectTrack
-
Deprecated.
This method clone the Track and search for the cloned counterpart of the
original emitter in the given cloned spatial.
- cloneForSpatial(Spatial) - Method in class com.jme3.app.StatsView
-
Deprecated.
- cloneForSpatial(Spatial) - Method in class com.jme3.bullet.control.AbstractPhysicsControl
-
Deprecated.
- cloneForSpatial(Spatial) - Method in class com.jme3.bullet.control.CharacterControl
-
Deprecated.
- cloneForSpatial(Spatial) - Method in class com.jme3.bullet.control.GhostControl
-
Deprecated.
- cloneForSpatial(Spatial) - Method in class com.jme3.bullet.control.RigidBodyControl
-
Clone this control for a different spatial.
- cloneForSpatial(Spatial) - Method in class com.jme3.bullet.control.VehicleControl
-
Clone this control for a different spatial.
- cloneForSpatial(Spatial) - Method in class com.jme3.cinematic.events.MotionEvent
-
Deprecated.
- cloneForSpatial(Spatial) - Method in class com.jme3.effect.ParticleEmitter.ParticleEmitterControl
-
Deprecated.
- cloneForSpatial(Spatial) - Method in class com.jme3.input.ChaseCamera
-
Deprecated.
- cloneForSpatial(Spatial) - Method in class com.jme3.scene.control.AbstractControl
-
Deprecated.
- cloneForSpatial(Spatial) - Method in interface com.jme3.scene.control.Control
-
- cloneForSpatial(Spatial) - Method in class jme3test.bullet.PhysicsHoverControl
-
Deprecated.
- CloneFunction<T> - Interface in com.jme3.util.clone
-
Provides custom cloning for a particular object type.
- cloneObject(Cloner, T) - Method in interface com.jme3.util.clone.CloneFunction
-
Performs a shallow clone of the specified object.
- cloneObject(Cloner, T) - Method in class com.jme3.util.clone.IdentityCloneFunction
-
Returns the object directly.
- cloneObject(Cloner, T) - Method in class com.jme3.util.clone.ListCloneFunction
-
- Cloner - Class in com.jme3.util.clone
-
A deep clone utility that provides similar object-graph-preserving
qualities to typical serialization schemes.
- Cloner() - Constructor for class com.jme3.util.clone.Cloner
-
Creates a new cloner with only default clone functions and an empty
object index.
- cloneSSAOFilter(SSAOFilter) - Static method in class com.jme3.post.FilterUtil
-
- close() - Method in class com.jme3.audio.AudioStream
-
Closes the stream, releasing all data relating to it.
- close() - Method in class com.jme3.audio.plugins.CachedOggStream
-
- close() - Method in class com.jme3.audio.plugins.NativeVorbisFile
-
- close() - Method in class com.jme3.audio.plugins.UncachedOggStream
-
- close() - Method in class com.jme3.network.base.ConnectorAdapter
-
- close() - Method in class com.jme3.network.base.DefaultClient
-
- close() - Method in class com.jme3.network.base.DefaultServer
-
- close(String) - Method in class com.jme3.network.base.DefaultServer.Connection
-
- close() - Method in class com.jme3.network.base.KernelAdapter
-
- close() - Method in interface com.jme3.network.Client
-
Closes this connection to the server.
- close(String) - Method in interface com.jme3.network.HostedConnection
-
Closes and removes this connection from the server
sending the optional reason to the remote client.
- close() - Method in interface com.jme3.network.kernel.Connector
-
Closes the connection.
- close() - Method in interface com.jme3.network.kernel.Endpoint
-
Closes this endpoint without flushing any of its
currently enqueued outbound data.
- close(boolean) - Method in interface com.jme3.network.kernel.Endpoint
-
Closes this endpoint, optionally flushing any queued
data before closing.
- close() - Method in class com.jme3.network.kernel.tcp.NioEndpoint
-
- close(boolean) - Method in class com.jme3.network.kernel.tcp.NioEndpoint
-
- close() - Method in class com.jme3.network.kernel.tcp.SelectorKernel.SelectorThread
-
- close() - Method in class com.jme3.network.kernel.tcp.SocketConnector
-
- close() - Method in class com.jme3.network.kernel.udp.UdpConnector
-
- close() - Method in class com.jme3.network.kernel.udp.UdpEndpoint
-
- close(boolean) - Method in class com.jme3.network.kernel.udp.UdpEndpoint
-
- close() - Method in class com.jme3.network.kernel.udp.UdpKernel.HostThread
-
- close() - Method in interface com.jme3.network.Server
-
Closes all client connections, stops and running processing threads, and
closes the host connection.
- close() - Method in class com.jme3.network.service.rpc.RpcConnection
-
Clears any pending synchronous calls causing them to
throw an exception with the message "Closing connection".
- close() - Method in class com.jme3.system.ios.IosLogHandler
-
- Close - Variable in class com.jme3.system.jopenvr.VR_IVRIOBuffer_FnTable
-
C type : Close_callback*
- close() - Method in class com.jme3.util.AndroidLogHandler
-
- close() - Method in class com.jme3.util.LittleEndien
-
- close() - Method in class jme3test.network.TestChatServer
-
- CLOSE_MARKER - Static variable in class com.jme3.network.kernel.tcp.NioEndpoint
-
- closeConnection() - Method in class com.jme3.network.base.DefaultServer.Connection
-
- closeConnections(ClientStateListener.DisconnectInfo) - Method in class com.jme3.network.base.DefaultClient
-
- closeEndpoint(NioEndpoint) - Method in class com.jme3.network.kernel.tcp.SelectorKernel
-
Called by the endpoints when they need to be closed.
- closeEndpoint(UdpEndpoint) - Method in class com.jme3.network.kernel.udp.UdpKernel
-
Called by the endpoints when they need to be closed.
- CloseMessageOverlay - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : CloseMessageOverlay_callback*
- Closet - Static variable in class com.jme3.audio.Environment
-
- clPlatform - Variable in class com.jme3.system.lwjgl.LwjglContext
-
- CLUtil - Class in com.jme3.opencl.lwjgl.info
-
- cNewInput - Variable in class com.jme3.system.jopenvr.VREvent_Keyboard_t
-
char[8]
C type : char*[8]
- coeffBottom - Variable in class com.jme3.renderer.Camera
-
Temporary values computed in onFrustumChange that are needed if a call is made to onFrameChange.
- coeffLeft - Variable in class com.jme3.renderer.Camera
-
Temporary values computed in onFrustumChange that are needed if a call is made to onFrameChange.
- coeffRight - Variable in class com.jme3.renderer.Camera
-
Temporary values computed in onFrustumChange that are needed if a call is made to onFrameChange.
- coeffTop - Variable in class com.jme3.renderer.Camera
-
Temporary values computed in onFrustumChange that are needed if a call is made to onFrameChange.
- CollectionSerializer - Class in com.jme3.network.serializing.serializers
-
Serializes collections.
- CollectionSerializer() - Constructor for class com.jme3.network.serializing.serializers.CollectionSerializer
-
- collectTransform(HasLocalTransform, Transform, float, BlendableAction) - Method in class com.jme3.anim.tween.action.BlendableAction
-
- collectTransform(HasLocalTransform, Transform, float, BlendableAction) - Method in class com.jme3.anim.tween.action.BlendAction
-
- collectTransform(HasLocalTransform, Transform, float, BlendableAction) - Method in class com.jme3.anim.tween.action.ClipAction
-
- collectTransformDelegate - Variable in class com.jme3.anim.tween.action.BlendableAction
-
- Collidable - Interface in com.jme3.collision
-
Interface for Collidable objects.
- collide(PhysicsLink, PhysicsCollisionObject, PhysicsCollisionEvent) - Method in interface com.jme3.bullet.animation.RagdollCollisionListener
-
Invoked when a collision involving a linked rigid body occurs.
- collide(PhysicsCollisionObject, PhysicsCollisionObject) - Method in interface com.jme3.bullet.collision.PhysicsCollisionGroupListener
-
Invoked when two physics objects of the registered group are about to
collide.
- collide(Bone, PhysicsCollisionObject, PhysicsCollisionEvent) - Method in interface com.jme3.bullet.collision.RagdollCollisionListener
-
Invoked when a collision involving a KinematicRagdollControl occurs.
- collide(PhysicsLink, PhysicsCollisionObject, PhysicsCollisionEvent) - Method in class jme3test.bullet.TestBoneRagdoll
-
- collideWith(Collidable, CollisionResults) - Method in class com.jme3.bounding.BoundingBox
-
- collideWith(Collidable) - Method in class com.jme3.bounding.BoundingBox
-
- collideWith(Collidable, CollisionResults) - Method in class com.jme3.bounding.BoundingSphere
-
- collideWith(Collidable) - Method in class com.jme3.bounding.BoundingSphere
-
- collideWith(Collidable) - Method in class com.jme3.bounding.BoundingVolume
-
- collideWith(Collidable, Matrix4f, BoundingVolume, CollisionResults) - Method in class com.jme3.collision.bih.BIHTree
-
- collideWith(Collidable, CollisionResults) - Method in interface com.jme3.collision.Collidable
-
Check collision with another Collidable.
- collideWith(Collidable, CollisionResults) - Method in class com.jme3.math.AbstractTriangle
-
Generate collision results for this triangle with another Collidable.
- collideWith(Collidable, CollisionResults) - Method in class com.jme3.math.Ray
-
- collideWith(Collidable, CollisionResults) - Method in class com.jme3.scene.BatchNode
-
- collideWith(Collidable, Matrix4f, BoundingVolume, CollisionResults) - Method in interface com.jme3.scene.CollisionData
-
- collideWith(Collidable, CollisionResults) - Method in class com.jme3.scene.debug.custom.ArmatureDebugger
-
- collideWith(Collidable, CollisionResults) - Method in class com.jme3.scene.debug.custom.ArmatureNode
-
- collideWith(Collidable, CollisionResults) - Method in class com.jme3.scene.Geometry
-
- collideWith(Collidable, CollisionResults) - Method in class com.jme3.scene.instancing.InstancedGeometry
-
- collideWith(Collidable, Matrix4f, BoundingVolume, CollisionResults) - Method in class com.jme3.scene.Mesh
-
Handles collision detection, internal use only.
- collideWith(Collidable, CollisionResults) - Method in class com.jme3.scene.Node
-
- collideWith(Collidable, CollisionResults) - Method in class com.jme3.terrain.geomipmap.TerrainPatch
-
- collideWith(Collidable, CollisionResults) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
- collision(PhysicsCollisionEvent) - Method in class com.jme3.bullet.animation.DynamicAnimControl
-
For internal use only: callback for collision events.
- collision(PhysicsCollisionEvent) - Method in interface com.jme3.bullet.collision.PhysicsCollisionListener
-
Invoked when a collision happened in the PhysicsSpace.
- collision(PhysicsCollisionEvent) - Method in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
For internal use only: callback for collision event
- collision(PhysicsCollisionEvent) - Method in class jme3test.bullet.BombControl
-
- collision(PhysicsCollisionEvent) - Method in class jme3test.bullet.TestCollisionListener
-
- collision(PhysicsCollisionEvent) - Method in class jme3test.bullet.TestWalkingChar
-
- collision(PhysicsCollisionEvent) - Method in class jme3test.games.RollingTheMonkey
-
- COLLISION_GROUP_01 - Static variable in class com.jme3.bullet.collision.PhysicsCollisionObject
-
- COLLISION_GROUP_02 - Static variable in class com.jme3.bullet.collision.PhysicsCollisionObject
-
- COLLISION_GROUP_03 - Static variable in class com.jme3.bullet.collision.PhysicsCollisionObject
-
- COLLISION_GROUP_04 - Static variable in class com.jme3.bullet.collision.PhysicsCollisionObject
-
- COLLISION_GROUP_05 - Static variable in class com.jme3.bullet.collision.PhysicsCollisionObject
-
- COLLISION_GROUP_06 - Static variable in class com.jme3.bullet.collision.PhysicsCollisionObject
-
- COLLISION_GROUP_07 - Static variable in class com.jme3.bullet.collision.PhysicsCollisionObject
-
- COLLISION_GROUP_08 - Static variable in class com.jme3.bullet.collision.PhysicsCollisionObject
-
- COLLISION_GROUP_09 - Static variable in class com.jme3.bullet.collision.PhysicsCollisionObject
-
- COLLISION_GROUP_10 - Static variable in class com.jme3.bullet.collision.PhysicsCollisionObject
-
- COLLISION_GROUP_11 - Static variable in class com.jme3.bullet.collision.PhysicsCollisionObject
-
- COLLISION_GROUP_12 - Static variable in class com.jme3.bullet.collision.PhysicsCollisionObject
-
- COLLISION_GROUP_13 - Static variable in class com.jme3.bullet.collision.PhysicsCollisionObject
-
- COLLISION_GROUP_14 - Static variable in class com.jme3.bullet.collision.PhysicsCollisionObject
-
- COLLISION_GROUP_15 - Static variable in class com.jme3.bullet.collision.PhysicsCollisionObject
-
- COLLISION_GROUP_16 - Static variable in class com.jme3.bullet.collision.PhysicsCollisionObject
-
- COLLISION_GROUP_NONE - Static variable in class com.jme3.bullet.collision.PhysicsCollisionObject
-
- collisionBetweenLinkedBodys - Variable in class com.jme3.bullet.joints.PhysicsJoint
-
- CollisionData - Interface in com.jme3.scene
-
CollisionData
is an interface that can be used to
do triangle-accurate collision with bounding volumes and rays.
- collisionGroup - Variable in class com.jme3.bullet.collision.PhysicsCollisionObject
-
- collisionGroupsMask - Variable in class com.jme3.bullet.collision.PhysicsCollisionObject
-
- CollisionResult - Class in com.jme3.collision
-
A
CollisionResult
represents a single collision instance
between two
Collidable
.
- CollisionResult(Geometry, Vector3f, float, int) - Constructor for class com.jme3.collision.CollisionResult
-
- CollisionResult(Vector3f, float) - Constructor for class com.jme3.collision.CollisionResult
-
- CollisionResult() - Constructor for class com.jme3.collision.CollisionResult
-
- CollisionResults - Class in com.jme3.collision
-
CollisionResults
is a collection returned as a result of a
collision detection operation done by
Collidable
.
- CollisionResults() - Constructor for class com.jme3.collision.CollisionResults
-
- collisionResults - Variable in class com.jme3.util.TempVars
-
BIHTree
- collisionShape - Variable in class com.jme3.bullet.collision.PhysicsCollisionObject
-
- CollisionShape - Class in com.jme3.bullet.collision.shapes
-
This Object holds information about a jbullet CollisionShape to be able to reuse
CollisionShapes (as suggested in bullet manuals)
TODO: add static methods to create shapes from nodes (like jbullet-jme constructor)
- CollisionShape() - Constructor for class com.jme3.bullet.collision.shapes.CollisionShape
-
- CollisionShapeFactory - Class in com.jme3.bullet.util
-
A utility class for generating collision shapes from Spatials.
- color - Variable in class com.jme3.effect.Particle
-
Particle color
- color - Variable in class com.jme3.light.Light
-
- color - Variable in class com.jme3.scene.plugins.IrVertex
-
- Color - Class in com.jme3.terrain.noise
-
Helper class for working with colors and gradients
- Color() - Constructor for class com.jme3.terrain.noise.Color
-
- Color(int, int, int) - Constructor for class com.jme3.terrain.noise.Color
-
- Color(int, int, int, int) - Constructor for class com.jme3.terrain.noise.Color
-
- Color(float, float, float) - Constructor for class com.jme3.terrain.noise.Color
-
- Color(float, float, float, float) - Constructor for class com.jme3.terrain.noise.Color
-
- Color(int, float, float) - Constructor for class com.jme3.terrain.noise.Color
-
- Color(int, float, float, float) - Constructor for class com.jme3.terrain.noise.Color
-
- color - Variable in class com.jme3.util.TempVars
-
Color
- colorBufferName - Variable in class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_RenderBufferOpenGL
-
- colorImage - Variable in class com.jme3.terrain.heightmap.ImageBasedHeightMap
-
- ColorOverlayFilter - Class in com.jme3.post.filters
-
This filter simply multiply the whole scene by a color
- ColorOverlayFilter() - Constructor for class com.jme3.post.filters.ColorOverlayFilter
-
creates a colorOverlayFilter with a white color (transparent)
- ColorOverlayFilter(ColorRGBA) - Constructor for class com.jme3.post.filters.ColorOverlayFilter
-
creates a colorOverlayFilter with the given color
- ColorRGBA - Class in com.jme3.math
-
ColorRGBA
defines a color made from a collection of red, green
and blue values stored in Linear color space.
- ColorRGBA() - Constructor for class com.jme3.math.ColorRGBA
-
Constructor instantiates a new ColorRGBA
object.
- ColorRGBA(float, float, float, float) - Constructor for class com.jme3.math.ColorRGBA
-
Constructor instantiates a new ColorRGBA
object.
- ColorRGBA(ColorRGBA) - Constructor for class com.jme3.math.ColorRGBA
-
Copy constructor creates a new ColorRGBA
object, based on
a provided color.
- ColorSpace - Enum in com.jme3.texture.image
-
- colorSpace - Variable in class com.jme3.texture.Image
-
- colorWriteEnabled - Variable in class com.jme3.renderer.RenderContext
-
Enables color writing.
- com.jme3.anim - package com.jme3.anim
-
central classes of the "new" animation system (the one using AnimComposer and
tweens)
- com.jme3.anim.interpolator - package com.jme3.anim.interpolator
-
interpolation support for the "new" animation system
- com.jme3.anim.tween - package com.jme3.anim.tween
-
tweening support for the "new" animation system
- com.jme3.anim.tween.action - package com.jme3.anim.tween.action
-
actions and blending support for the "new" animation system
- com.jme3.anim.util - package com.jme3.anim.util
-
utility classes that support the "new" animation system
- com.jme3.animation - package com.jme3.animation
-
The com.jme3.animation
package contains various classes
for managing animation inside a jME3 application.
- com.jme3.app - package com.jme3.app
-
- com.jme3.app.jmeSurfaceView - package com.jme3.app.jmeSurfaceView
-
- com.jme3.app.state - package com.jme3.app.state
-
- com.jme3.asset - package com.jme3.asset
-
com.jme3.asset
contains the
AssetManager
,
a utility class that is used to load assets such as textures, models, and
sound effects in a jME3 application.
- com.jme3.asset.cache - package com.jme3.asset.cache
-
com.jme3.asset.cache
contains the
AssetCache
interface as well as its implementations.
- com.jme3.asset.plugins - package com.jme3.asset.plugins
-
access loadable assets on the classpath, in a filesystem, or on the Web
- com.jme3.audio - package com.jme3.audio
-
audio support, including music and sound effects
- com.jme3.audio.android - package com.jme3.audio.android
-
audio support for Android devices
- com.jme3.audio.ios - package com.jme3.audio.ios
-
audio support for devices running the iOS mobile operating system
- com.jme3.audio.lwjgl - package com.jme3.audio.lwjgl
-
audio support based on the Lightweight Java Game Library (LWJGL)
- com.jme3.audio.openal - package com.jme3.audio.openal
-
audio support based on the OpenAL API
- com.jme3.audio.plugins - package com.jme3.audio.plugins
-
audio formats supported across all platforms
- com.jme3.bounding - package com.jme3.bounding
-
bounding volumes for collision detection and scene-graph culling
- com.jme3.bullet - package com.jme3.bullet
-
central classes of the physics system
- com.jme3.bullet.animation - package com.jme3.bullet.animation
-
A dynamic animation control and some associated classes.
- com.jme3.bullet.collision - package com.jme3.bullet.collision
-
physics-based collision detection, including ray tests and sweep tests
- com.jme3.bullet.collision.shapes - package com.jme3.bullet.collision.shapes
-
collision shapes: standard shapes used in physics-based collision detection
- com.jme3.bullet.collision.shapes.infos - package com.jme3.bullet.collision.shapes.infos
-
supplemental classes for physics-based collision detection
- com.jme3.bullet.control - package com.jme3.bullet.control
-
physics controls: scene-graph controls for linking physics collision objects
to spatials
- com.jme3.bullet.control.ragdoll - package com.jme3.bullet.control.ragdoll
-
supplemental classes related to KinematicRagdollControl
- com.jme3.bullet.debug - package com.jme3.bullet.debug
-
visualize physics objects for debugging
- com.jme3.bullet.joints - package com.jme3.bullet.joints
-
physics joints: join pairs of rigid bodies in order to constrain their
relative motion
- com.jme3.bullet.joints.motors - package com.jme3.bullet.joints.motors
-
motors: supplemental classes related to physics joints
- com.jme3.bullet.objects - package com.jme3.bullet.objects
-
physics collision objects, including vehicles
- com.jme3.bullet.objects.infos - package com.jme3.bullet.objects.infos
-
supplemental classes related to physics collision objects
- com.jme3.bullet.util - package com.jme3.bullet.util
-
utility classes related to Bullet physics
- com.jme3.cinematic - package com.jme3.cinematic
-
cinematics, for programming cutscenes and the like
- com.jme3.cinematic.events - package com.jme3.cinematic.events
-
events for use in cinematics
- com.jme3.collision - package com.jme3.collision
-
scene-based (non-physics) collision detection
- com.jme3.collision.bih - package com.jme3.collision.bih
-
bounding interval hierarchies (BIH) for use in collision detection
- com.jme3.cursors.plugins - package com.jme3.cursors.plugins
-
cursor formats supported across all platforms
- com.jme3.effect - package com.jme3.effect
-
The com.jme3.effect
package allows particle emitter effects to be
used with a jME3 application.
- com.jme3.effect.influencers - package com.jme3.effect.influencers
-
particle influencers for use in special effects
- com.jme3.effect.shapes - package com.jme3.effect.shapes
-
emitter shapes for use in particle effects
- com.jme3.environment - package com.jme3.environment
-
generate lighting environments for physically-based rendering (PBR)
- com.jme3.environment.generation - package com.jme3.environment.generation
-
supplemental classes for generating lighting environments
- com.jme3.environment.util - package com.jme3.environment.util
-
utilities for generating lighting environments
- com.jme3.export - package com.jme3.export
-
load and save assets in jMonkeyEngine's native formats, including J3O
- com.jme3.export.binary - package com.jme3.export.binary
-
J3O format (jMonkeyEngine's native binary format)
- com.jme3.export.xml - package com.jme3.export.xml
-
load and save assets (such as models) in XML format
- com.jme3.font - package com.jme3.font
-
render letters, numbers, and other glyphs
- com.jme3.font.plugins - package com.jme3.font.plugins
-
font formats supported across all platforms
- com.jme3.input - package com.jme3.input
-
The com.jme3.input
package is used for all input handling in
jMonkeyEngine.
- com.jme3.input.android - package com.jme3.input.android
-
user-input classes specific to Android devices
- com.jme3.input.awt - package com.jme3.input.awt
-
user-input classes specific to the Abstract Window Toolkit (AWT)
- com.jme3.input.controls - package com.jme3.input.controls
-
The com.jme3.input.controls
package allows user code to listen
to input events regardless of the type of input used.
- com.jme3.input.dummy - package com.jme3.input.dummy
-
The com.jme3.input.dummy
package provides "dummy" or "null"
implementations of the input interfaces.
- com.jme3.input.event - package com.jme3.input.event
-
The com.jme3.input.event
package contains low-level input events.
- com.jme3.input.ios - package com.jme3.input.ios
-
user-input classes specific to the iOS mobile operating system
- com.jme3.input.lwjgl - package com.jme3.input.lwjgl
-
user input based on the Lightweight Java Game Library (LWJGL)
- com.jme3.input.vr - package com.jme3.input.vr
-
user-input classes for Virtual Reality (VR) applications
- com.jme3.input.vr.lwjgl_openvr - package com.jme3.input.vr.lwjgl_openvr
-
- com.jme3.input.vr.oculus - package com.jme3.input.vr.oculus
-
user-input classes for Oculus Rift headsets
- com.jme3.input.vr.openvr - package com.jme3.input.vr.openvr
-
user-input classes for devices that use the OpenVR API
- com.jme3.input.vr.osvr - package com.jme3.input.vr.osvr
-
user-input classes for devices that use the Open Source Virtual Reality
(OSVR) API
- com.jme3.light - package com.jme3.light
-
The com.jme3.light
package contains various lights that can be placed
in a scene.
- com.jme3.lwjgl3.utils - package com.jme3.lwjgl3.utils
-
miscellaneous code for interfacing with v3 of the Lightweight Java Game
Library (LWJGL)
- com.jme3.material - package com.jme3.material
-
The com.jme3.material
package contains classes for manipulating
jMonkeyEngine materials.
- com.jme3.material.logic - package com.jme3.material.logic
-
- com.jme3.material.plugin.export.material - package com.jme3.material.plugin.export.material
-
export a Material using the J3M file format
- com.jme3.material.plugin.export.materialdef - package com.jme3.material.plugin.export.materialdef
-
export a material definition using the J3MD file format
- com.jme3.material.plugins - package com.jme3.material.plugins
-
the J3M asset format
- com.jme3.math - package com.jme3.math
-
The com.jme3.math
package provides mathematical data structures
and utilities which are used by the rest of the engine.
- com.jme3.network - package com.jme3.network
-
The network package contains the public API for the jME3
SpiderMonkey networking module.
- com.jme3.network.base - package com.jme3.network.base
-
The base package contains the default implementations for the
Client
and
Server
interfaces from the public API.
- com.jme3.network.base.protocol - package com.jme3.network.base.protocol
-
- com.jme3.network.kernel - package com.jme3.network.kernel
-
The kernel package is the heart of the JME networking module
and controls the routing and dispatch of message data over
different transport implementations.
- com.jme3.network.kernel.tcp - package com.jme3.network.kernel.tcp
-
- com.jme3.network.kernel.udp - package com.jme3.network.kernel.udp
-
- com.jme3.network.message - package com.jme3.network.message
-
- com.jme3.network.rmi - package com.jme3.network.rmi
-
- com.jme3.network.serializing - package com.jme3.network.serializing
-
- com.jme3.network.serializing.serializers - package com.jme3.network.serializing.serializers
-
- com.jme3.network.service - package com.jme3.network.service
-
- com.jme3.network.service.rmi - package com.jme3.network.service.rmi
-
- com.jme3.network.service.rpc - package com.jme3.network.service.rpc
-
- com.jme3.network.service.rpc.msg - package com.jme3.network.service.rpc.msg
-
- com.jme3.network.service.serializer - package com.jme3.network.service.serializer
-
- com.jme3.network.util - package com.jme3.network.util
-
- com.jme3.niftygui - package com.jme3.niftygui
-
implement interactive user interfaces using Nifty GUI
- com.jme3.opencl - package com.jme3.opencl
-
This package contains an API for using OpenCL together with jME3.
- com.jme3.opencl.lwjgl - package com.jme3.opencl.lwjgl
-
OpenCL access based on the Lightweight Java Game Library (LWJGL)
- com.jme3.opencl.lwjgl.info - package com.jme3.opencl.lwjgl.info
-
- com.jme3.post - package com.jme3.post
-
The com.jme3.post
package provides utilities for
render processing.
- com.jme3.post.filters - package com.jme3.post.filters
-
standard special-effects filters
- com.jme3.post.ssao - package com.jme3.post.ssao
-
screen-space ambient occlusion (SSAO) effects
- com.jme3.profile - package com.jme3.profile
-
performance profiling
- com.jme3.renderer - package com.jme3.renderer
-
The com.jme3.renderer
package provides classes responsible for
rendering.
- com.jme3.renderer.android - package com.jme3.renderer.android
-
graphics-rendering code specific to Android devices
- com.jme3.renderer.ios - package com.jme3.renderer.ios
-
graphics-rendering code specific to the iOS mobile operating system
- com.jme3.renderer.lwjgl - package com.jme3.renderer.lwjgl
-
rendering support for the Lightweight Java Game Library (LWJGL)
- com.jme3.renderer.opengl - package com.jme3.renderer.opengl
-
rendering based on OpenGL (Open Graphics Library)
- com.jme3.renderer.queue - package com.jme3.renderer.queue
-
determine the order in which geometries are rendered
- com.jme3.scene - package com.jme3.scene
-
The com.jme3.input
package contains the scene graph implementation
in jMonkeyEngine.
- com.jme3.scene.control - package com.jme3.scene.control
-
The
com.jme3.control
package provides
controls
.
- com.jme3.scene.debug - package com.jme3.scene.debug
-
meshes for debug visualizations
- com.jme3.scene.debug.custom - package com.jme3.scene.debug.custom
-
visualize for animation armatures for debugging
- com.jme3.scene.instancing - package com.jme3.scene.instancing
-
share mesh data across multiple geometries
- com.jme3.scene.mesh - package com.jme3.scene.mesh
-
The
com.jme3.scene.mesh
package contains utilities
for reading from
index buffers
.
- com.jme3.scene.plugins - package com.jme3.scene.plugins
-
- com.jme3.scene.plugins.fbx - package com.jme3.scene.plugins.fbx
-
import models in the FBX file format
- com.jme3.scene.plugins.fbx.anim - package com.jme3.scene.plugins.fbx.anim
-
import animations from an FBX asset
- com.jme3.scene.plugins.fbx.file - package com.jme3.scene.plugins.fbx.file
-
read and parse FBX files
- com.jme3.scene.plugins.fbx.material - package com.jme3.scene.plugins.fbx.material
-
import materials from an FBX asset
- com.jme3.scene.plugins.fbx.mesh - package com.jme3.scene.plugins.fbx.mesh
-
import meshes from an FBX asset
- com.jme3.scene.plugins.fbx.misc - package com.jme3.scene.plugins.fbx.misc
-
- com.jme3.scene.plugins.fbx.node - package com.jme3.scene.plugins.fbx.node
-
import nodes from an FBX asset
- com.jme3.scene.plugins.fbx.obj - package com.jme3.scene.plugins.fbx.obj
-
- com.jme3.scene.plugins.fbx.objects - package com.jme3.scene.plugins.fbx.objects
-
- com.jme3.scene.plugins.gltf - package com.jme3.scene.plugins.gltf
-
import 3-D models in Graphics Language Transmission Format (glTF) format
- com.jme3.scene.plugins.ogre - package com.jme3.scene.plugins.ogre
-
import 3-D models in formats defined by the OGRE 3-D engine
- com.jme3.scene.plugins.ogre.matext - package com.jme3.scene.plugins.ogre.matext
-
com.jme3.scene.plugins.ogre.matext
allows loading of more advanced
Ogre3D materials that use "base" materials to abstract functionality.
- com.jme3.scene.shape - package com.jme3.scene.shape
-
generate meshes for various geometric shapes
- com.jme3.shader - package com.jme3.shader
-
manage and manipulate OpenGL shaders
- com.jme3.shader.plugins - package com.jme3.shader.plugins
-
- com.jme3.shadow - package com.jme3.shadow
-
simulate shadows using filters or renderers
- com.jme3.system - package com.jme3.system
-
interface with the underlying operating system
- com.jme3.system.android - package com.jme3.system.android
-
- com.jme3.system.awt - package com.jme3.system.awt
-
- com.jme3.system.ios - package com.jme3.system.ios
-
code specific to the iOS mobile operating system
- com.jme3.system.jopenvr - package com.jme3.system.jopenvr
-
- com.jme3.system.lwjgl - package com.jme3.system.lwjgl
-
- com.jme3.system.osvr.osvrclientkit - package com.jme3.system.osvr.osvrclientkit
-
- com.jme3.system.osvr.osvrclientreporttypes - package com.jme3.system.osvr.osvrclientreporttypes
-
- com.jme3.system.osvr.osvrdisplay - package com.jme3.system.osvr.osvrdisplay
-
- com.jme3.system.osvr.osvrinterface - package com.jme3.system.osvr.osvrinterface
-
- com.jme3.system.osvr.osvrmatrixconventions - package com.jme3.system.osvr.osvrmatrixconventions
-
- com.jme3.system.osvr.osvrrendermanager - package com.jme3.system.osvr.osvrrendermanager
-
- com.jme3.system.osvr.osvrrendermanageropengl - package com.jme3.system.osvr.osvrrendermanageropengl
-
- com.jme3.system.osvr.osvrtimevalue - package com.jme3.system.osvr.osvrtimevalue
-
- com.jme3.terrain - package com.jme3.terrain
-
the terrain system
- com.jme3.terrain.executor - package com.jme3.terrain.executor
-
execute background tasks connected with terrain
- com.jme3.terrain.geomipmap - package com.jme3.terrain.geomipmap
-
- com.jme3.terrain.geomipmap.grid - package com.jme3.terrain.geomipmap.grid
-
- com.jme3.terrain.geomipmap.lodcalc - package com.jme3.terrain.geomipmap.lodcalc
-
- com.jme3.terrain.geomipmap.lodcalc.util - package com.jme3.terrain.geomipmap.lodcalc.util
-
- com.jme3.terrain.geomipmap.picking - package com.jme3.terrain.geomipmap.picking
-
picking algorithms for use with terrain
- com.jme3.terrain.heightmap - package com.jme3.terrain.heightmap
-
heightmaps for use with terrain
- com.jme3.terrain.noise - package com.jme3.terrain.noise
-
- com.jme3.terrain.noise.basis - package com.jme3.terrain.noise.basis
-
- com.jme3.terrain.noise.filter - package com.jme3.terrain.noise.filter
-
filters to modify terrain
- com.jme3.terrain.noise.fractal - package com.jme3.terrain.noise.fractal
-
use fractals to generate terrain
- com.jme3.terrain.noise.modulator - package com.jme3.terrain.noise.modulator
-
- com.jme3.texture - package com.jme3.texture
-
textures for applying image data to 3-D geometries
- com.jme3.texture.image - package com.jme3.texture.image
-
- com.jme3.texture.plugins - package com.jme3.texture.plugins
-
- com.jme3.texture.plugins.ktx - package com.jme3.texture.plugins.ktx
-
- com.jme3.ui - package com.jme3.ui
-
display 2-D images
- com.jme3.util - package com.jme3.util
-
utility classes and miscellaneous useful algorithms
- com.jme3.util.blockparser - package com.jme3.util.blockparser
-
parse block-structured languages that use braces and semicolons
- com.jme3.util.clone - package com.jme3.util.clone
-
generate deep clones of objects
- com.jme3.util.functional - package com.jme3.util.functional
-
- com.jme3.util.mikktspace - package com.jme3.util.mikktspace
-
generate tangents for models using the mikktspace algorithm
- com.jme3.util.xml - package com.jme3.util.xml
-
utilities for parsing XML
- com.jme3.water - package com.jme3.water
-
water effects
- CombinerHeightMap - Class in com.jme3.terrain.heightmap
-
Generates a new height map based on
two provided height maps.
- CombinerHeightMap(AbstractHeightMap, AbstractHeightMap, int) - Constructor for class com.jme3.terrain.heightmap.CombinerHeightMap
-
Constructor combines two given heightmaps by the specified mode.
- CombinerHeightMap(AbstractHeightMap, float, AbstractHeightMap, float, int) - Constructor for class com.jme3.terrain.heightmap.CombinerHeightMap
-
Constructor combines two given heightmaps by the specified mode.
- combineWithParent(Transform) - Method in class com.jme3.math.Transform
-
Combines with the argument and returns the (modified) current instance.
- ComboMove - Class in jme3test.input.combomoves
-
- ComboMove(String) - Constructor for class jme3test.input.combomoves.ComboMove
-
- ComboMove.ComboMoveState - Class in jme3test.input.combomoves
-
- ComboMoveExecution - Class in jme3test.input.combomoves
-
- ComboMoveExecution(ComboMove) - Constructor for class jme3test.input.combomoves.ComboMoveExecution
-
- ComboMoveState(String[], String[], float) - Constructor for class jme3test.input.combomoves.ComboMove.ComboMoveState
-
- CommandQueue - Class in com.jme3.opencl
-
Wrapper for an OpenCL command queue.
- CommandQueue(OpenCLObject.ObjectReleaser, Device) - Constructor for class com.jme3.opencl.CommandQueue
-
- comment(StringBuilder, ShaderNode, String) - Method in class com.jme3.shader.Glsl100ShaderGenerator
-
Appends a comment to the generated code
- CommitWorkingCopy - Variable in class com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable
-
C type : CommitWorkingCopy_callback*
- compact(int) - Method in class com.jme3.scene.VertexBuffer
-
Reduces the capacity of the buffer to the given amount
of elements, any elements at the end of the buffer are truncated
as necessary.
- CompactArray<T> - Class in com.jme3.animation
-
Object is indexed and stored in primitive float[]
- CompactArray() - Constructor for class com.jme3.animation.CompactArray
-
Creates a compact array
- CompactArray(float[], int[]) - Constructor for class com.jme3.animation.CompactArray
-
create array using serialized data
- CompactFloatArray - Class in com.jme3.animation
-
Serialize and compress Float by indexing similar values
- CompactFloatArray() - Constructor for class com.jme3.animation.CompactFloatArray
-
Creates a compact vector array
- CompactFloatArray(float[], int[]) - Constructor for class com.jme3.animation.CompactFloatArray
-
creates a compact vector array
- CompactQuaternionArray - Class in com.jme3.animation
-
Serialize and compress
Quaternion
[] by indexing same values
It is converted to float[]
- CompactQuaternionArray() - Constructor for class com.jme3.animation.CompactQuaternionArray
-
creates a compact Quaternion array
- CompactQuaternionArray(float[], int[]) - Constructor for class com.jme3.animation.CompactQuaternionArray
-
creates a compact Quaternion array
- CompactVector3Array - Class in com.jme3.animation
-
Serialize and compress Vector3f[] by indexing same values
- CompactVector3Array() - Constructor for class com.jme3.animation.CompactVector3Array
-
Creates a compact vector array
- CompactVector3Array(float[], int[]) - Constructor for class com.jme3.animation.CompactVector3Array
-
creates a compact vector array
- compare(BIHTriangle, BIHTriangle) - Method in class com.jme3.collision.bih.TriangleAxisComparator
-
- compare(Geometry, Geometry) - Method in class com.jme3.renderer.queue.GuiComparator
-
- compare(Geometry, Geometry) - Method in class com.jme3.renderer.queue.NullComparator
-
- compare(Geometry, Geometry) - Method in class com.jme3.renderer.queue.OpaqueComparator
-
- compare(Geometry, Geometry) - Method in class com.jme3.renderer.queue.TransparentComparator
-
- CompareMode - Enum in com.jme3.shadow
-
Specifies the shadow comparison mode
- compareMode - Variable in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
- compareTo(CollisionResult) - Method in class com.jme3.collision.CollisionResult
-
- compareTo(IrBoneWeightIndex) - Method in class com.jme3.scene.plugins.IrBoneWeightIndex
-
- compareTo(Object) - Method in class com.jme3.terrain.geomipmap.picking.TerrainPickData
-
- compile() - Static method in class com.jme3.network.message.SerializerRegistrationsMessage
-
- compiled - Static variable in class com.jme3.network.message.SerializerRegistrationsMessage
-
- COMPLETE - Static variable in interface com.jme3.input.controls.SoftTextDialogInputListener
-
- component - Variable in class com.jme3.input.AWTInput
-
The input node.
- componentHandle - Variable in class com.jme3.system.jopenvr.VREvent_HapticVibration_t
-
- components - Variable in class com.jme3.scene.VertexBuffer
-
- componentsLength - Variable in class com.jme3.scene.VertexBuffer
-
derived from components * format.getComponentSize()
- ComposeFilter - Class in com.jme3.post.filters
-
This filter composes a texture with the viewport texture.
- ComposeFilter() - Constructor for class com.jme3.post.filters.ComposeFilter
-
creates a ComposeFilter
- ComposeFilter(Texture2D) - Constructor for class com.jme3.post.filters.ComposeFilter
-
creates a ComposeFilter with the given texture
- Compositor_CumulativeStats - Class in com.jme3.system.jopenvr
-
- Compositor_CumulativeStats() - Constructor for class com.jme3.system.jopenvr.Compositor_CumulativeStats
-
- Compositor_CumulativeStats(Pointer) - Constructor for class com.jme3.system.jopenvr.Compositor_CumulativeStats
-
- Compositor_CumulativeStats.ByReference - Class in com.jme3.system.jopenvr
-
- Compositor_CumulativeStats.ByValue - Class in com.jme3.system.jopenvr
-
- Compositor_FrameTiming - Class in com.jme3.system.jopenvr
-
- Compositor_FrameTiming() - Constructor for class com.jme3.system.jopenvr.Compositor_FrameTiming
-
- Compositor_FrameTiming(Pointer) - Constructor for class com.jme3.system.jopenvr.Compositor_FrameTiming
-
- Compositor_FrameTiming.ByReference - Class in com.jme3.system.jopenvr
-
- Compositor_FrameTiming.ByValue - Class in com.jme3.system.jopenvr
-
- Compositor_OverlaySettings - Class in com.jme3.system.jopenvr
-
- Compositor_OverlaySettings() - Constructor for class com.jme3.system.jopenvr.Compositor_OverlaySettings
-
- Compositor_OverlaySettings(Pointer) - Constructor for class com.jme3.system.jopenvr.Compositor_OverlaySettings
-
- Compositor_OverlaySettings.ByReference - Class in com.jme3.system.jopenvr
-
- Compositor_OverlaySettings.ByValue - Class in com.jme3.system.jopenvr
-
- compositorAllowed() - Method in class com.jme3.app.VRApplication
-
Deprecated.
Is the SteamVR compositor is active.
- compositorAllowed() - Method in class com.jme3.app.VREnvironment
-
Is the VR compositor is active.
- CompositorBringToFront - Variable in class com.jme3.system.jopenvr.VR_IVRCompositor_FnTable
-
C type : CompositorBringToFront_callback*
- CompositorDumpImages - Variable in class com.jme3.system.jopenvr.VR_IVRCompositor_FnTable
-
C type : CompositorDumpImages_callback*
- CompositorGoToBack - Variable in class com.jme3.system.jopenvr.VR_IVRCompositor_FnTable
-
C type : CompositorGoToBack_callback*
- CompositorQuit - Variable in class com.jme3.system.jopenvr.VR_IVRCompositor_FnTable
-
C type : CompositorQuit_callback*
- CompoundCollisionShape - Class in com.jme3.bullet.collision.shapes
-
A CompoundCollisionShape allows combining multiple base shapes
to generate a more sophisticated shape.
- CompoundCollisionShape() - Constructor for class com.jme3.bullet.collision.shapes.CompoundCollisionShape
-
- compressed - Variable in class com.jme3.renderer.opengl.GLImageFormat
-
- CompressedMessage - Class in com.jme3.network.message
-
CompressedMessage is a base class for all messages that
compress others.
- CompressedMessage() - Constructor for class com.jme3.network.message.CompressedMessage
-
- CompressedMessage(Message) - Constructor for class com.jme3.network.message.CompressedMessage
-
- computeBoundForPoints(Vector3f[], Transform) - Static method in class com.jme3.shadow.ShadowUtil
-
Compute bounds from an array of points
- computeBoundForPoints(Vector3f[], Matrix4f) - Static method in class com.jme3.shadow.ShadowUtil
-
Compute bounds from an array of points
- computeData(int) - Method in class com.jme3.shader.BufferObject
-
Computes the current binary data of this BO.
- ComputeDistortion - Variable in class com.jme3.system.jopenvr.VR_IVRSystem_FnTable
-
C type : ComputeDistortion_callback*
- computeFbxLocalTransform() - Method in class com.jme3.scene.plugins.fbx.node.FbxNode
-
- computeFromPoints(FloatBuffer) - Method in class com.jme3.bounding.BoundingBox
-
computeFromPoints
creates a new Bounding Box from a given
set of points.
- computeFromPoints(FloatBuffer) - Method in class com.jme3.bounding.BoundingSphere
-
computeFromPoints
creates a new Bounding Sphere from a
given set of points.
- computeFromPoints(FloatBuffer) - Method in class com.jme3.bounding.BoundingVolume
-
computeFromPoints
generates a bounding volume that
encompasses a collection of points.
- computeFromTris(Triangle[], int, int) - Method in class com.jme3.bounding.BoundingBox
-
computeFromTris
creates a new Bounding Box from a given
set of triangles.
- computeFromTris(int[], Mesh, int, int) - Method in class com.jme3.bounding.BoundingBox
-
- computeFromTris(Triangle[], int, int) - Method in class com.jme3.bounding.BoundingSphere
-
computeFromTris
creates a new Bounding Box from a given
set of triangles.
- computeLastDistance(Spatial) - Method in class com.jme3.light.AmbientLight
-
- computeLastDistance(Spatial) - Method in class com.jme3.light.DirectionalLight
-
- computeLastDistance(Spatial) - Method in class com.jme3.light.Light
-
Used internally to compute the last distance value.
- computeLastDistance(Spatial) - Method in class com.jme3.light.LightProbe
-
- computeLastDistance(Spatial) - Method in class com.jme3.light.PointLight
-
- computeLastDistance(Spatial) - Method in class com.jme3.light.SpotLight
-
- computeLodEntropy(Mesh, Buffer) - Static method in class com.jme3.terrain.geomipmap.lodcalc.util.EntropyComputeUtil
-
- computeLods(LodGenerator.TriangleReductionMethod, float...) - Method in class jme3tools.optimize.LodGenerator
-
Computes the LODs and returns an array of VertexBuffers that can
be passed to Mesh.setLodLevels().
- computeNormal(Vector3f, Vector3f, Vector3f) - Static method in class com.jme3.math.FastMath
-
A method that computes normal for a triangle defined by three vertices.
- ComputeOverlayIntersection - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : ComputeOverlayIntersection_callback*
- computePosition() - Method in class com.jme3.input.ChaseCamera
-
- computeSkinningMatrices() - Method in class com.jme3.anim.Armature
-
Compute the skinning matrices for each bone of the armature that would be used to transform vertices of associated meshes
- computeSkinningMatrices() - Method in class com.jme3.animation.Skeleton
-
Deprecated.
Compute the skinning matrices for each bone of the skeleton that would be used to transform vertices of associated meshes
- computeTriangleNormal(Vector3f, Vector3f, Vector3f, Vector3f) - Static method in class com.jme3.math.Triangle
-
- computeUnionBound(GeometryList, Transform) - Static method in class com.jme3.shadow.ShadowUtil
-
Compute bounds of a geomList
- computeUnionBound(GeometryList, Matrix4f) - Static method in class com.jme3.shadow.ShadowUtil
-
Compute bounds of a geomList
- computeUnionBound(List<BoundingVolume>) - Static method in class com.jme3.shadow.ShadowUtil
-
Computes the bounds of multiple bounding volumes
- computeVertices() - Method in class com.jme3.scene.shape.AbstractBox
-
Gets the array or vectors representing the 8 vertices of the box.
- computeWorldMatrix() - Method in class com.jme3.scene.Geometry
-
- computeZFar(GeometryList, GeometryList, Camera) - Static method in class com.jme3.shadow.PssmShadowUtil
-
Compute the Zfar in the model view to adjust the Zfar distance for the splits calculation
- ConcurrentLWJGLBufferAllocator() - Constructor for class com.jme3.util.LWJGLBufferAllocator.ConcurrentLWJGLBufferAllocator
-
- ConditionParser - Class in com.jme3.material.plugins
-
A utility class that parses a define condition in a GLSL language
style.
- ConditionParser() - Constructor for class com.jme3.material.plugins.ConditionParser
-
- conditionParser - Variable in class com.jme3.material.plugins.ShaderNodeLoaderDelegate
-
- ConeCollisionShape - Class in com.jme3.bullet.collision.shapes
-
Cone collision shape represents a 3D cone with a radius, height, and axis (X, Y or Z).
- ConeCollisionShape() - Constructor for class com.jme3.bullet.collision.shapes.ConeCollisionShape
-
Serialization only, do not use.
- ConeCollisionShape(float, float, int) - Constructor for class com.jme3.bullet.collision.shapes.ConeCollisionShape
-
Creates a new cone collision shape with the given height, radius, and axis.
- ConeCollisionShape(float, float) - Constructor for class com.jme3.bullet.collision.shapes.ConeCollisionShape
-
Creates a new cone collision shape with the given height, radius and default Y axis.
- ConeJoint - Class in com.jme3.bullet.joints
-
From bullet manual:
To create ragdolls, the cone twist constraint is very useful for limbs like the upper arm.
- ConeJoint() - Constructor for class com.jme3.bullet.joints.ConeJoint
-
- ConeJoint(PhysicsRigidBody, PhysicsRigidBody, Vector3f, Vector3f) - Constructor for class com.jme3.bullet.joints.ConeJoint
-
- ConeJoint(PhysicsRigidBody, PhysicsRigidBody, Vector3f, Vector3f, Matrix3f, Matrix3f) - Constructor for class com.jme3.bullet.joints.ConeJoint
-
- configureChannels(long, int[]) - Method in class com.jme3.network.base.DefaultClient
-
- connect() - Method in class com.jme3.network.kernel.tcp.SelectorKernel.SelectorThread
-
- connect() - Method in class com.jme3.network.kernel.udp.UdpKernel.HostThread
-
- Connection(int) - Constructor for class com.jme3.network.base.DefaultServer.Connection
-
- connectionAdded(Server, HostedConnection) - Method in interface com.jme3.network.ConnectionListener
-
Called when a connection has been added to the specified server and
is fully setup.
- connectionAdded(Server, HostedConnection) - Method in class com.jme3.network.rmi.ObjectStore.ServerEventHandler
-
- connectionAdded(Server, HostedConnection) - Method in class com.jme3.network.service.AbstractHostedConnectionService
-
Called internally when a new connection is detected for
the server.
- connectionAdded(Server, HostedConnection) - Method in class com.jme3.network.service.AbstractHostedService
-
Default implementation does nothing.
- connectionAdded(Server, HostedConnection) - Method in class com.jme3.network.service.HostedServiceManager.ConnectionObserver
-
- connectionAdded(Server, HostedConnection) - Method in class com.jme3.network.service.rmi.RmiHostedService
-
Called internally when a new connection is detected for
the server.
- connectionAdded(Server, HostedConnection) - Method in class com.jme3.network.service.serializer.ServerSerializerRegistrationsService
-
- connectionAdded(Server, HostedConnection) - Method in class jme3test.network.TestNetworkStress
-
- connectionClosed(Endpoint) - Method in class com.jme3.network.base.DefaultServer
-
- connectionClosed(Endpoint) - Method in class com.jme3.network.base.KernelAdapter
-
- ConnectionListener - Interface in com.jme3.network
-
Listener that is notified about connection arrivals and
removals within a server.
- ConnectionObserver() - Constructor for class com.jme3.network.service.HostedServiceManager.ConnectionObserver
-
- connectionRemoved(Server, HostedConnection) - Method in interface com.jme3.network.ConnectionListener
-
Called when a connection has been removed from the specified
server.
- connectionRemoved(Server, HostedConnection) - Method in class com.jme3.network.rmi.ObjectStore.ServerEventHandler
-
- connectionRemoved(Server, HostedConnection) - Method in class com.jme3.network.service.AbstractHostedConnectionService
-
Called internally when an existing connection is leaving
the server.
- connectionRemoved(Server, HostedConnection) - Method in class com.jme3.network.service.AbstractHostedService
-
Default implementation does nothing.
- connectionRemoved(Server, HostedConnection) - Method in class com.jme3.network.service.HostedServiceManager.ConnectionObserver
-
- connectionRemoved(Server, HostedConnection) - Method in class com.jme3.network.service.rmi.RmiHostedService
-
Called internally when an existing connection is leaving
the server.
- connectionRemoved(Server, HostedConnection) - Method in class jme3test.network.TestNetworkStress
-
- connectObject(FbxObject) - Method in class com.jme3.scene.plugins.fbx.anim.FbxAnimCurve
-
- connectObject(FbxObject) - Method in class com.jme3.scene.plugins.fbx.anim.FbxAnimCurveNode
-
- connectObject(FbxObject) - Method in class com.jme3.scene.plugins.fbx.anim.FbxAnimLayer
-
- connectObject(FbxObject) - Method in class com.jme3.scene.plugins.fbx.anim.FbxAnimStack
-
- connectObject(FbxObject) - Method in class com.jme3.scene.plugins.fbx.anim.FbxBindPose
-
- connectObject(FbxObject) - Method in class com.jme3.scene.plugins.fbx.anim.FbxCluster
-
- connectObject(FbxObject) - Method in class com.jme3.scene.plugins.fbx.anim.FbxSkinDeformer
-
- connectObject(FbxObject) - Method in class com.jme3.scene.plugins.fbx.material.FbxImage
-
- connectObject(FbxObject) - Method in class com.jme3.scene.plugins.fbx.material.FbxMaterial
-
- connectObject(FbxObject) - Method in class com.jme3.scene.plugins.fbx.material.FbxTexture
-
- connectObject(FbxObject) - Method in class com.jme3.scene.plugins.fbx.mesh.FbxMesh
-
- connectObject(FbxObject) - Method in class com.jme3.scene.plugins.fbx.node.FbxNode
-
- connectObject(FbxObject) - Method in class com.jme3.scene.plugins.fbx.node.FbxNullAttribute
-
- connectObject(FbxObject) - Method in class com.jme3.scene.plugins.fbx.obj.FbxObject
-
- connectObject(FbxObject) - Method in class com.jme3.scene.plugins.fbx.obj.FbxUnknownObject
-
- connectObjectProperty(FbxObject, String) - Method in class com.jme3.scene.plugins.fbx.anim.FbxAnimCurve
-
- connectObjectProperty(FbxObject, String) - Method in class com.jme3.scene.plugins.fbx.anim.FbxAnimCurveNode
-
- connectObjectProperty(FbxObject, String) - Method in class com.jme3.scene.plugins.fbx.anim.FbxAnimLayer
-
- connectObjectProperty(FbxObject, String) - Method in class com.jme3.scene.plugins.fbx.anim.FbxAnimStack
-
- connectObjectProperty(FbxObject, String) - Method in class com.jme3.scene.plugins.fbx.anim.FbxBindPose
-
- connectObjectProperty(FbxObject, String) - Method in class com.jme3.scene.plugins.fbx.anim.FbxCluster
-
- connectObjectProperty(FbxObject, String) - Method in class com.jme3.scene.plugins.fbx.anim.FbxSkinDeformer
-
- connectObjectProperty(FbxObject, String) - Method in class com.jme3.scene.plugins.fbx.material.FbxImage
-
- connectObjectProperty(FbxObject, String) - Method in class com.jme3.scene.plugins.fbx.material.FbxMaterial
-
- connectObjectProperty(FbxObject, String) - Method in class com.jme3.scene.plugins.fbx.material.FbxTexture
-
- connectObjectProperty(FbxObject, String) - Method in class com.jme3.scene.plugins.fbx.mesh.FbxMesh
-
- connectObjectProperty(FbxObject, String) - Method in class com.jme3.scene.plugins.fbx.node.FbxNode
-
- connectObjectProperty(FbxObject, String) - Method in class com.jme3.scene.plugins.fbx.node.FbxNullAttribute
-
- connectObjectProperty(FbxObject, String) - Method in class com.jme3.scene.plugins.fbx.obj.FbxObject
-
- connectObjectProperty(FbxObject, String) - Method in class com.jme3.scene.plugins.fbx.obj.FbxUnknownObject
-
- Connector - Interface in com.jme3.network.kernel
-
A single channel remote connection allowing the sending
and receiving of data.
- ConnectorAdapter - Class in com.jme3.network.base
-
Wraps a single Connector and forwards new messages
to the supplied message dispatcher.
- ConnectorAdapter(Connector, MessageProtocol, MessageListener<Object>, ErrorListener<Object>, boolean) - Constructor for class com.jme3.network.base.ConnectorAdapter
-
- ConnectorAdapter.WriterThread - Class in com.jme3.network.base
-
- ConnectorException - Exception in com.jme3.network.kernel
-
Represents a client-side connection error, usually encapsulating
an IOException as its cause.
- ConnectorException(String, Throwable) - Constructor for exception com.jme3.network.kernel.ConnectorException
-
- ConnectorException(String) - Constructor for exception com.jme3.network.kernel.ConnectorException
-
- ConnectorFactory - Interface in com.jme3.network.base
-
Creates Connectors for a specific host.
- connectToServer(String, int) - Static method in class com.jme3.network.Network
-
Creates a Client that communicates with the specified host and port
using both reliable and fast transports.
- connectToServer(String, int, int) - Static method in class com.jme3.network.Network
-
Creates a Client that communicates with the specified host and separate TCP and UDP ports
using both reliable and fast transports.
- connectToServer(String, int, String, int) - Static method in class com.jme3.network.Network
-
Creates a Client that communicates with the specified host and port
using both reliable and fast transports.
- connectToServer(String, int, String, int, int) - Static method in class com.jme3.network.Network
-
Creates a Client that communicates with the specified host and separate TCP and UDP ports
using both reliable and fast transports.
- connectToServer(String, int, int) - Method in class com.jme3.network.Network.NetworkClientImpl
-
- connectToServer(InetAddress, int, int) - Method in class com.jme3.network.Network.NetworkClientImpl
-
- connectToServer(String, int, int) - Method in interface com.jme3.network.NetworkClient
-
Connects this client to the specified remote server and ports.
- connectToServer(InetAddress, int, int) - Method in interface com.jme3.network.NetworkClient
-
Connects this client to the specified remote server and ports.
- ConsoleProgressReporter - Class in jme3test.light.pbr
-
A basic logger for environment map rendering progress.
- ConsoleProgressReporter() - Constructor for class jme3test.light.pbr.ConsoleProgressReporter
-
- constant - Static variable in class com.jme3.anim.interpolator.AnimInterpolators
-
- constant - Static variable in class com.jme3.math.Easing
-
a function that always returns 0
- constant - Variable in class com.jme3.math.Plane
-
Constant of the plane.
- ConstantVerifierState - Class in com.jme3.app.state
-
Checks the various JME 'constants' for drift using either asserts
or straight checks.
- ConstantVerifierState() - Constructor for class com.jme3.app.state.ConstantVerifierState
-
Creates a verifier app state that will check all of the default
constant checks using asserts.
- ConstantVerifierState(ConstantVerifierState.ErrorType) - Constructor for class com.jme3.app.state.ConstantVerifierState
-
Creates a verifier app state that will check all of the default
constant checks using the specified error reporting mechanism.
- ConstantVerifierState.ErrorType - Enum in com.jme3.app.state
-
- constraint - Variable in class com.jme3.bullet.joints.PhysicsJoint
-
- construct() - Method in class com.jme3.collision.bih.BIHTree
-
- CONSTRUCT_WITH_OSVR - Variable in class com.jme3.app.VRApplication
-
Deprecated.
Is the application is based on OSVR (default is false
).
- constructionInfo - Variable in class com.jme3.bullet.objects.PhysicsRigidBody
-
- constructMesh(ArrayList<OBJLoader.Face>) - Method in class com.jme3.scene.plugins.OBJLoader
-
- consumed - Variable in class com.jme3.input.event.InputEvent
-
- containAABB(FloatBuffer) - Method in class com.jme3.bounding.BoundingBox
-
containAABB
creates a minimum-volume axis-aligned bounding
box of the points, then selects the smallest enclosing sphere of the box
with the sphere centered at the boxes center.
- container - Variable in class com.jme3.system.jopenvr.VREvent_Property_t
-
C type : PropertyContainerHandle_t
- containerHandle - Variable in class com.jme3.system.jopenvr.VREvent_HapticVibration_t
-
- contains(Object) - Method in interface com.jme3.anim.AnimationMask
-
Test whether the animation should be applied to the specified element.
- contains(Object) - Method in class com.jme3.anim.ArmatureMask
-
- contains(Vector3f) - Method in class com.jme3.bounding.BoundingBox
-
- contains(Vector3f) - Method in class com.jme3.bounding.BoundingSphere
-
- contains(Vector3f) - Method in class com.jme3.bounding.BoundingVolume
-
determines if a given point is contained within this bounding volume.
- contains(Vector3f) - Method in class com.jme3.bullet.animation.VectorSet
-
Test whether this set contains the value of the specified Vector3f.
- contains(BoundingVolume) - Method in class com.jme3.renderer.Camera
-
Tests a bounding volume against the planes of the
camera's frustum.
- contains(Object) - Method in class com.jme3.util.SafeArrayList
-
- containsAll(Collection<?>) - Method in class com.jme3.util.SafeArrayList
-
- containsGui(BoundingVolume) - Method in class com.jme3.renderer.Camera
-
Tests a bounding volume against the ortho
bounding box of the camera.
- containsKey(int) - Method in class com.jme3.util.IntMap
-
- containsKey(Object) - Method in class com.jme3.util.ListMap
-
- ContainsTweens - Interface in com.jme3.anim.tween
-
- containsValue(Object) - Method in class com.jme3.util.IntMap
-
- containsValue(Object) - Method in class com.jme3.util.ListMap
-
- content - Variable in class com.jme3.scene.plugins.fbx.material.FbxImage
-
- contentEquals(Object) - Method in class com.jme3.material.Material
-
Compares two materials and returns true if they are equal.
- contentHashCode() - Method in class com.jme3.material.Material
-
Works like Object.hashCode()
except it may change together with the material as the material is mutable by definition.
- contentHashCode() - Method in class com.jme3.material.RenderState
-
- contents - Variable in class com.jme3.util.blockparser.Statement
-
- ContentTextureKey - Class in com.jme3.scene.plugins.fbx
-
Used to load textures from image binary content.
- ContentTextureKey(String, byte[]) - Constructor for class com.jme3.scene.plugins.fbx.ContentTextureKey
-
- ContentTextureLocator - Class in com.jme3.scene.plugins.fbx
-
- ContentTextureLocator() - Constructor for class com.jme3.scene.plugins.fbx.ContentTextureLocator
-
- context - Variable in class com.jme3.app.AppletHarness
-
- context - Variable in class com.jme3.app.LegacyApplication
-
- context - Variable in class com.jme3.input.AWTInput
-
The context.
- Context - Class in com.jme3.opencl
-
The central OpenCL context.
- Context(OpenCLObject.ObjectReleaser) - Constructor for class com.jme3.opencl.Context
-
- ContrastAdjustmentFilter - Class in com.jme3.post.filters
-
A filter to adjust the colors of a rendered scene by normalizing each color channel to a specified range,
applying a power law, and scaling the output.
- ContrastAdjustmentFilter() - Constructor for class com.jme3.post.filters.ContrastAdjustmentFilter
-
Instantiates a contrast-adjustment filter with the default parameters:
- ContrastAdjustmentFilter(float) - Constructor for class com.jme3.post.filters.ContrastAdjustmentFilter
-
Instantiates a contrast-adjustment filter with the default input range and output scaling.
- Control - Interface in com.jme3.scene.control
-
An interface for scene-graph controls.
- controller - Variable in class com.jme3.system.jopenvr.VREvent_Data_t
-
C type : VREvent_Controller_t
- controlRender(RenderManager, ViewPort) - Method in class com.jme3.anim.AnimComposer
-
used internally
- controlRender(RenderManager, ViewPort) - Method in class com.jme3.anim.MorphControl
-
- controlRender(RenderManager, ViewPort) - Method in class com.jme3.anim.SkinningControl
-
- controlRender(RenderManager, ViewPort) - Method in class com.jme3.animation.AnimControl
-
Deprecated.
Internal use only.
- controlRender(RenderManager, ViewPort) - Method in class com.jme3.animation.EffectTrack.KillParticleControl
-
Deprecated.
- controlRender(RenderManager, ViewPort) - Method in class com.jme3.animation.SkeletonControl
-
Deprecated.
- controlRender(RenderManager, ViewPort) - Method in class com.jme3.bullet.debug.BulletCharacterDebugControl
-
Render this control.
- controlRender(RenderManager, ViewPort) - Method in class com.jme3.bullet.debug.BulletGhostObjectDebugControl
-
Render this control.
- controlRender(RenderManager, ViewPort) - Method in class com.jme3.bullet.debug.BulletJointDebugControl
-
Render this control.
- controlRender(RenderManager, ViewPort) - Method in class com.jme3.bullet.debug.BulletRigidBodyDebugControl
-
Render this control.
- controlRender(RenderManager, ViewPort) - Method in class com.jme3.bullet.debug.BulletVehicleDebugControl
-
Render this control.
- controlRender(RenderManager, ViewPort) - Method in class com.jme3.scene.control.AbstractControl
-
To be implemented in subclass.
- controlRender(RenderManager, ViewPort) - Method in class com.jme3.scene.control.BillboardControl
-
- controlRender(RenderManager, ViewPort) - Method in class com.jme3.scene.control.CameraControl
-
- controlRender(RenderManager, ViewPort) - Method in class com.jme3.scene.control.LightControl
-
- controlRender(RenderManager, ViewPort) - Method in class com.jme3.scene.control.LodControl
-
- controlRender(RenderManager, ViewPort) - Method in class com.jme3.scene.control.UpdateControl
-
- controlRender(RenderManager, ViewPort) - Method in class com.jme3.terrain.geomipmap.NormalRecalcControl
-
- controlRender(RenderManager, ViewPort) - Method in class com.jme3.terrain.geomipmap.TerrainLodControl
-
- controls - Variable in class com.jme3.scene.Spatial
-
- controlUpdate(float) - Method in class com.jme3.anim.AnimComposer
-
used internally
- controlUpdate(float) - Method in class com.jme3.anim.MorphControl
-
- controlUpdate(float) - Method in class com.jme3.anim.SkinningControl
-
- controlUpdate(float) - Method in class com.jme3.animation.AnimControl
-
Deprecated.
Internal use only.
- controlUpdate(float) - Method in class com.jme3.animation.EffectTrack.KillParticleControl
-
Deprecated.
- controlUpdate(float) - Method in class com.jme3.animation.SkeletonControl
-
Deprecated.
- controlUpdate(float) - Method in class com.jme3.bullet.debug.AbstractPhysicsDebugControl
-
This is called on the physics thread for debug controls
- controlUpdate(float) - Method in class com.jme3.bullet.debug.BulletCharacterDebugControl
-
Update this control.
- controlUpdate(float) - Method in class com.jme3.bullet.debug.BulletGhostObjectDebugControl
-
Update this control.
- controlUpdate(float) - Method in class com.jme3.bullet.debug.BulletJointDebugControl
-
Update this control.
- controlUpdate(float) - Method in class com.jme3.bullet.debug.BulletRigidBodyDebugControl
-
Update this control.
- controlUpdate(float) - Method in class com.jme3.bullet.debug.BulletVehicleDebugControl
-
Update this control.
- controlUpdate(float) - Method in class com.jme3.scene.control.AbstractControl
-
To be implemented in subclass.
- controlUpdate(float) - Method in class com.jme3.scene.control.BillboardControl
-
- controlUpdate(float) - Method in class com.jme3.scene.control.CameraControl
-
- controlUpdate(float) - Method in class com.jme3.scene.control.LightControl
-
- controlUpdate(float) - Method in class com.jme3.scene.control.LodControl
-
- controlUpdate(float) - Method in class com.jme3.scene.control.UpdateControl
-
- controlUpdate(float) - Method in class com.jme3.terrain.geomipmap.NormalRecalcControl
-
- controlUpdate(float) - Method in class com.jme3.terrain.geomipmap.TerrainLodControl
-
- convert(Vector3f) - Static method in class com.jme3.bullet.util.Converter
-
- convert(Vector3f, Vector3f) - Static method in class com.jme3.bullet.util.Converter
-
- convert(Vector3f) - Static method in class com.jme3.bullet.util.Converter
-
- convert(Vector3f, Vector3f) - Static method in class com.jme3.bullet.util.Converter
-
- convert(Quaternion, Quat4f) - Static method in class com.jme3.bullet.util.Converter
-
- convert(Quaternion) - Static method in class com.jme3.bullet.util.Converter
-
- convert(Quat4f, Quaternion) - Static method in class com.jme3.bullet.util.Converter
-
- convert(Quat4f) - Static method in class com.jme3.bullet.util.Converter
-
- convert(Matrix3f, Quaternion) - Static method in class com.jme3.bullet.util.Converter
-
- convert(Quaternion, Matrix3f) - Static method in class com.jme3.bullet.util.Converter
-
- convert(Matrix3f) - Static method in class com.jme3.bullet.util.Converter
-
- convert(Matrix3f, Matrix3f) - Static method in class com.jme3.bullet.util.Converter
-
- convert(Matrix3f) - Static method in class com.jme3.bullet.util.Converter
-
- convert(Matrix3f, Matrix3f) - Static method in class com.jme3.bullet.util.Converter
-
- convert(Transform, Transform) - Static method in class com.jme3.bullet.util.Converter
-
- convert(Transform, Transform) - Static method in class com.jme3.bullet.util.Converter
-
- convert(Mesh) - Static method in class com.jme3.bullet.util.Converter
-
- convert(IndexedMesh) - Static method in class com.jme3.bullet.util.Converter
-
- convert(HeightfieldTerrainShape) - Static method in class com.jme3.bullet.util.Converter
-
- convert(BufferedImage, Image.Format, ByteBuffer) - Static method in class jme3tools.converters.ImageToAwt
-
Convert an AWT image to jME image.
- convert(Image, Image) - Static method in class jme3tools.converters.ImageToAwt
-
Convert the image from the given format to the output format.
- convert(Image, boolean, boolean, int) - Static method in class jme3tools.converters.ImageToAwt
-
- convertAwtKey(int) - Static method in class com.jme3.input.awt.AwtKeyInput
-
convertAwtKey
converts AWT key codes to KeyInput key codes.
- convertBooleanFromBytes(byte[]) - Static method in class com.jme3.export.binary.ByteUtils
-
- convertBooleanFromBytes(byte[], int) - Static method in class com.jme3.export.binary.ByteUtils
-
- convertDoubleFromBytes(byte[]) - Static method in class com.jme3.export.binary.ByteUtils
-
- convertDoubleFromBytes(byte[], int) - Static method in class com.jme3.export.binary.ByteUtils
-
- convertElementMode(Mesh.Mode) - Method in class com.jme3.renderer.opengl.GLRenderer
-
Convert a mesh mode to the corresponding GL value.
- Converter - Class in com.jme3.bullet.util
-
Nice convenience methods for conversion between javax.vecmath and com.jme3.math
Objects, also some jme to jbullet mesh conversion.
- convertFloatFromBytes(byte[]) - Static method in class com.jme3.export.binary.ByteUtils
-
- convertFloatFromBytes(byte[], int) - Static method in class com.jme3.export.binary.ByteUtils
-
- convertFloatToHalf(float) - Static method in class com.jme3.math.FastMath
-
Convert a single-precision (32-bit) floating-point value
to half precision.
- convertFloatToRGBE(byte[], float, float, float) - Static method in class com.jme3.texture.plugins.HDRLoader
-
- convertHalfToFloat(short) - Static method in class com.jme3.math.FastMath
-
Converts a single precision (32 bit) floating point value
into half precision (16 bit).
- convertIntFromBytes(byte[]) - Static method in class com.jme3.export.binary.ByteUtils
-
- convertIntFromBytes(byte[], int) - Static method in class com.jme3.export.binary.ByteUtils
-
- convertIrMeshToJmeMesh(IrMesh) - Static method in class com.jme3.scene.plugins.IrUtils
-
Convert IrMesh to jME3 mesh.
- convertJmeCode(int) - Static method in class com.jme3.input.awt.AwtKeyInput
-
convertJmeCode
converts KeyInput key codes to AWT key codes.
- convertLongFromBytes(byte[]) - Static method in class com.jme3.export.binary.ByteUtils
-
- convertLongFromBytes(byte[], int) - Static method in class com.jme3.export.binary.ByteUtils
-
- convertMatrix4toQuat(Matrix4f, Quaternion) - Static method in class com.jme3.util.VRUtil
-
- convertRGBEtoFloat(byte[], float[]) - Static method in class com.jme3.texture.plugins.HDRLoader
-
- convertRGBEtoFloat2(byte[], float[]) - Static method in class com.jme3.texture.plugins.HDRLoader
-
- convertRGBEtoFloat3(byte[], float[]) - Static method in class com.jme3.texture.plugins.HDRLoader
-
- convertScreenShot(ByteBuffer, Bitmap) - Static method in class com.jme3.util.AndroidScreenshots
-
Convert OpenGL GLES20.GL_RGBA to Bitmap.Config.ARGB_8888 and store result
in a Bitmap
- convertScreenShot(ByteBuffer, BufferedImage) - Static method in class com.jme3.util.Screenshots
-
Flips the image along the Y axis and converts BGRA to ABGR
- convertScreenShot2(IntBuffer, BufferedImage) - Static method in class com.jme3.util.Screenshots
-
- convertShaderType(Shader.ShaderType) - Method in class com.jme3.renderer.opengl.GLRenderer
-
- convertShortFromBytes(byte[]) - Static method in class com.jme3.export.binary.ByteUtils
-
- convertShortFromBytes(byte[], int) - Static method in class com.jme3.export.binary.ByteUtils
-
- convertSteamVRMatrix3ToMatrix4f(HmdMatrix34, Matrix4f) - Static method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVR
-
Convert specific OpenVR
HmdMatrix34
into JME
Matrix4f
- convertSteamVRMatrix3ToMatrix4f(HmdMatrix34_t, Matrix4f) - Static method in class com.jme3.input.vr.openvr.OpenVR
-
- convertSteamVRMatrix4ToMatrix4f(HmdMatrix44, Matrix4f) - Static method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVR
-
Convert specific OpenVR
HmdMatrix34_t
into JME
Matrix4f
- convertSteamVRMatrix4ToMatrix4f(HmdMatrix44_t, Matrix4f) - Static method in class com.jme3.input.vr.openvr.OpenVR
-
- convertToBytes(short) - Static method in class com.jme3.export.binary.ByteUtils
-
- convertToBytes(int) - Static method in class com.jme3.export.binary.ByteUtils
-
- convertToBytes(long) - Static method in class com.jme3.export.binary.ByteUtils
-
- convertToBytes(double) - Static method in class com.jme3.export.binary.ByteUtils
-
- convertToBytes(float) - Static method in class com.jme3.export.binary.ByteUtils
-
- convertToBytes(boolean) - Static method in class com.jme3.export.binary.ByteUtils
-
- convertToGLSL130(String, boolean) - Static method in class com.jme3.shader.ShaderUtils
-
- convertToHalf() - Method in class com.jme3.scene.VertexBuffer
-
Converts single floating-point data to
half
floating-point data.
- convertToList(Mesh) - Static method in class com.jme3.scene.mesh.WrappedIndexBuffer
-
- COpenVRContext - Class in com.jme3.system.jopenvr
-
- COpenVRContext() - Constructor for class com.jme3.system.jopenvr.COpenVRContext
-
- COpenVRContext(Pointer) - Constructor for class com.jme3.system.jopenvr.COpenVRContext
-
- COpenVRContext.ByReference - Class in com.jme3.system.jopenvr
-
- COpenVRContext.ByValue - Class in com.jme3.system.jopenvr
-
- copy(Matrix4f) - Method in class com.jme3.math.Matrix4f
-
Copy all elements of the specified matrix to this matrix.
- copyElement(int, VertexBuffer, int) - Method in class com.jme3.scene.VertexBuffer
-
Copies a single element of data from this VertexBuffer
to the given output VertexBuffer.
- copyElements(int, VertexBuffer, int, int) - Method in class com.jme3.scene.VertexBuffer
-
Copies a sequence of elements of data from this VertexBuffer
to the given output VertexBuffer.
- copyFrameBuffer(FrameBuffer, FrameBuffer) - Method in class com.jme3.renderer.opengl.GLRenderer
-
Copy the source buffer to the destination buffer, including both color
and depth.
- copyFrameBuffer(FrameBuffer, FrameBuffer, boolean) - Method in class com.jme3.renderer.opengl.GLRenderer
-
- copyFrameBuffer(FrameBuffer, FrameBuffer, boolean, boolean) - Method in class com.jme3.renderer.opengl.GLRenderer
-
- copyFrameBuffer(FrameBuffer, FrameBuffer, boolean) - Method in interface com.jme3.renderer.Renderer
-
- copyFrameBuffer(FrameBuffer, FrameBuffer, boolean, boolean) - Method in interface com.jme3.renderer.Renderer
-
Copies contents from src to dst, scaling if necessary.
- copyFrameBuffer(FrameBuffer, FrameBuffer) - Method in class com.jme3.system.NullRenderer
-
- copyFrameBuffer(FrameBuffer, FrameBuffer, boolean) - Method in class com.jme3.system.NullRenderer
-
- copyFrameBuffer(FrameBuffer, FrameBuffer, boolean, boolean) - Method in class com.jme3.system.NullRenderer
-
- copyFrameBufferToImage(RenderManager) - Method in class com.jme3.system.AWTComponentRenderer
-
Copy the JMonkey frame buffer that has been rendered by the JMonkey engine and schedule the rendering of the component.
- copyFrom(Camera) - Method in class com.jme3.renderer.Camera
-
Copies the settings of the given camera.
- copyFrom(AppSettings) - Method in class com.jme3.system.AppSettings
-
Copies all settings from other
to this
AppSettings.
- copyInternal(FloatBuffer, int, int, int) - Static method in class com.jme3.util.BufferUtils
-
Copies floats from one position in the buffer to another.
- copyInternalVector2(FloatBuffer, int, int) - Static method in class com.jme3.util.BufferUtils
-
Copies a Vector2f from one position in the buffer to another.
- copyInternalVector3(FloatBuffer, int, int) - Static method in class com.jme3.util.BufferUtils
-
Copies a Vector3f from one position in the buffer to another.
- copyMergedTo(RenderState, RenderState) - Method in class com.jme3.material.RenderState
-
Merges this
state and additionalState
into
the parameter state
based on a specific criteria.
- copyNewToOld() - Method in class com.jme3.renderer.IDList
-
Copies the new list to the old list, and clears the new list.
- copysign(float, float) - Static method in class com.jme3.math.FastMath
-
- copyTo(CommandQueue, Buffer, long, long, long) - Method in class com.jme3.opencl.Buffer
-
Performs a blocking copy operation from this buffer to the specified buffer.
- copyTo(CommandQueue, Buffer, long) - Method in class com.jme3.opencl.Buffer
-
- copyTo(CommandQueue, Buffer) - Method in class com.jme3.opencl.Buffer
-
- copyTo(CommandQueue, Image, long[], long[], long[]) - Method in class com.jme3.opencl.Image
-
Performs a blocking copy operation from one image to another.
- copyTo(CommandQueue, Buffer, long, long, long) - Method in class com.jme3.opencl.lwjgl.LwjglBuffer
-
- copyTo(CommandQueue, Image, long[], long[], long[]) - Method in class com.jme3.opencl.lwjgl.LwjglImage
-
- copyToAsync(CommandQueue, Buffer, long, long, long) - Method in class com.jme3.opencl.Buffer
-
Performs an async/non-blocking copy operation from this buffer to the specified buffer.
- copyToAsync(CommandQueue, Buffer, long) - Method in class com.jme3.opencl.Buffer
-
- copyToAsync(CommandQueue, Buffer) - Method in class com.jme3.opencl.Buffer
-
- copyToAsync(CommandQueue, Image, long[], long[], long[]) - Method in class com.jme3.opencl.Image
-
Performs an async/non-blocking copy operation from one image to another.
- copyToAsync(CommandQueue, Buffer, long, long, long) - Method in class com.jme3.opencl.lwjgl.LwjglBuffer
-
- copyToAsync(CommandQueue, Image, long[], long[], long[]) - Method in class com.jme3.opencl.lwjgl.LwjglImage
-
- copyToBufferAsync(CommandQueue, Buffer, long[], long[], long) - Method in class com.jme3.opencl.Image
-
Copies this image into the specified buffer, no format conversion is done.
- copyToBufferAsync(CommandQueue, Buffer, long[], long[], long) - Method in class com.jme3.opencl.lwjgl.LwjglImage
-
- copyToImageAsync(CommandQueue, Image, long, long[], long[]) - Method in class com.jme3.opencl.Buffer
-
Copies this buffer to the specified image.
- copyToImageAsync(CommandQueue, Image, long, long[], long[]) - Method in class com.jme3.opencl.lwjgl.LwjglBuffer
-
- cos(float) - Static method in class com.jme3.math.FastMath
-
Returns cosine of an angle.
- countChildren() - Method in class com.jme3.bullet.animation.PhysicsLink
-
Count this link's immediate children in the link hierarchy.
- counterClockwise(Vector2f, Vector2f, Vector2f) - Static method in class com.jme3.math.FastMath
-
Given 3 points in a 2d plane, this function computes if the points going from A-B-C
are moving counter clock wise.
- countLinkedBones() - Method in class com.jme3.bullet.animation.DacConfiguration
-
Count the linked bones.
- countLinks() - Method in class com.jme3.bullet.animation.DacConfiguration
-
Count the links.
- cr - Variable in class com.jme3.terrain.geomipmap.picking.TerrainPickData
-
- create(AssetManager, AssetKey, URL) - Static method in class com.jme3.asset.plugins.UrlAssetInfo
-
- create() - Method in class com.jme3.bullet.PhysicsSpace
-
Has to be called from the (designated) physics thread
- create(Object) - Static method in class com.jme3.scene.plugins.fbx.file.FbxId
-
- create(boolean) - Method in class com.jme3.system.android.OGLESContext
-
- create() - Method in class com.jme3.system.android.OGLESContext
-
- create(boolean) - Method in class com.jme3.system.awt.AwtPanelsContext
-
- create(boolean) - Method in class com.jme3.system.AWTContext
-
- create(boolean) - Method in class com.jme3.system.ios.IGLESContext
-
- create() - Method in class com.jme3.system.ios.IGLESContext
-
- create(boolean) - Method in interface com.jme3.system.JmeContext
-
Creates the context and makes it active.
- create(boolean) - Method in class com.jme3.system.lwjgl.LwjglCanvas
-
- create() - Method in class com.jme3.system.lwjgl.LwjglContext
-
- create() - Method in class com.jme3.system.lwjgl.LwjglContextVR
-
Create the context.
- create(boolean) - Method in class com.jme3.system.lwjgl.LwjglDisplay
-
- create(boolean) - Method in class com.jme3.system.lwjgl.LwjglOffscreenBuffer
-
- create(boolean) - Method in class com.jme3.system.lwjgl.LwjglWindow
-
- create(boolean) - Method in class com.jme3.system.lwjgl.LwjglWindowVR
-
- create(boolean) - Method in class com.jme3.system.NullContext
-
- create() - Method in class com.jme3.system.NullContext
-
- create - Variable in class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_OpenGLToolkitFunctions
-
C type : create_callback*
- create(Image, int, int, boolean) - Static method in class com.jme3.texture.image.ImageRaster
-
Create new image reader / writer.
- create(Image, int) - Static method in class com.jme3.texture.image.ImageRaster
-
Create new image reader / writer.
- create(Image) - Static method in class com.jme3.texture.image.ImageRaster
-
Create new image reader / writer for 2D images.
- create() - Static method in class com.jme3.util.BufferAllocatorFactory
-
- createAdd(Kernel, Endpoint) - Static method in class com.jme3.network.kernel.EndpointEvent
-
- createALC() - Method in class com.jme3.audio.android.AndroidALC
-
- createALC() - Method in class com.jme3.audio.ios.IosALC
-
- createALC() - Method in class com.jme3.audio.lwjgl.LwjglALC
-
- createALC() - Method in interface com.jme3.audio.openal.ALC
-
Creates an AL context.
- createAllKernels() - Method in class com.jme3.opencl.lwjgl.LwjglProgram
-
- createAllKernels() - Method in class com.jme3.opencl.Program
-
Creates all available kernels in this program.
- createAndDispatch(Envelope) - Method in class com.jme3.network.base.KernelAdapter
-
- createAndDispatch(EndpointEvent) - Method in class com.jme3.network.base.KernelAdapter
-
- createArray(Class<T>, int) - Method in class com.jme3.util.SafeArrayList
-
- createArray(int) - Method in class com.jme3.util.SafeArrayList
-
- createAtlas(Spatial, int) - Static method in class jme3tools.optimize.TextureAtlas
-
Create a texture atlas for the given root node, containing DiffuseMap, NormalMap and SpecularMap.
- createAxisMarker(float) - Method in class jme3test.terrain.TerrainGridAlphaMapTest
-
- createAxisMarker(float) - Method in class jme3test.terrain.TerrainTestAdvanced
-
- createBackgroundContext() - Method in class com.jme3.system.AWTContext
-
- createBallShooter(Application, Node, PhysicsSpace) - Static method in class jme3test.bullet.PhysicsTestHelper
-
creates the necessary input listener and action to shoot balls from the camera
- createBoxShape(Spatial) - Static method in class com.jme3.bullet.util.CollisionShapeFactory
-
Create a box shape for the given Spatial.
- createBuffer() - Method in interface com.jme3.network.base.MessageProtocol
-
- createBuffer() - Method in class com.jme3.network.base.protocol.SerializerMessageProtocol
-
- createBuffer(long, MemoryAccess) - Method in class com.jme3.opencl.Context
-
Allocates a new buffer of the specific size and access type on the device.
- createBuffer(long) - Method in class com.jme3.opencl.Context
-
- createBuffer(long, MemoryAccess) - Method in class com.jme3.opencl.lwjgl.LwjglContext
-
- createBuffer(VertexBuffer.Format, int, int) - Static method in class com.jme3.scene.VertexBuffer
-
Creates a Buffer
that satisfies the given type and size requirements
of the parameters.
- createBufferFromHost(ByteBuffer, MemoryAccess) - Method in class com.jme3.opencl.Context
-
Creates a new buffer wrapping the specific host memory.
- createBufferFromHost(ByteBuffer) - Method in class com.jme3.opencl.Context
-
- createBufferFromHost(ByteBuffer, MemoryAccess) - Method in class com.jme3.opencl.lwjgl.LwjglContext
-
- createByteBuffer(int) - Static method in class com.jme3.util.BufferUtils
-
Create a new ByteBuffer of the specified size.
- createByteBuffer(ByteBuffer, int) - Static method in class com.jme3.util.BufferUtils
-
Create a new ByteBuffer of an appropriate size to hold the specified
number of ints only if the given buffer if not already the right size.
- createByteBuffer(byte...) - Static method in class com.jme3.util.BufferUtils
-
- createByteBuffer(String) - Static method in class com.jme3.util.BufferUtils
-
- createCanvas() - Method in class com.jme3.app.LegacyApplication
-
Initializes the application's canvas for use.
- createCanvas(String) - Static method in class jme3test.awt.TestApplet
-
- createCanvas(String) - Static method in class jme3test.awt.TestCanvas
-
- createChannel() - Method in class com.jme3.animation.AnimControl
-
Deprecated.
Create a new animation channel, by default assigned to all bones
in the skeleton.
- createClient() - Static method in class com.jme3.network.Network
-
Creates a client that can be connected at a later time.
- createClient(String, int) - Static method in class com.jme3.network.Network
-
Creates a client that can be connected at a later time.
- createClone(Object) - Method in interface com.jme3.asset.AssetProcessor
-
Creates a clone of the given asset.
- createClone(Object) - Method in class com.jme3.asset.CloneableAssetProcessor
-
- createClone(Object) - Method in class com.jme3.material.MaterialProcessor
-
- createClone(Object) - Method in class com.jme3.texture.TextureProcessor
-
- createCollisionData() - Method in class com.jme3.scene.Mesh
-
Generates a collision tree for the mesh.
- createCollisionHeightfield(float[], Vector3f) - Method in class com.jme3.bullet.collision.shapes.HeightfieldCollisionShape
-
- createCollisionShape() - Method in class com.jme3.bullet.control.RigidBodyControl
-
Set the collision shape based on the controlled spatial and its
descendents.
- createConnector(int, int) - Method in interface com.jme3.network.base.ConnectorFactory
-
- createConnector(int, int) - Method in class com.jme3.network.base.TcpConnectorFactory
-
- createContext(AppSettings) - Method in class com.jme3.system.lwjgl.LwjglAbstractDisplay
-
Apply the settings, changing resolution, etc.
- createContext(AppSettings) - Method in class com.jme3.system.lwjgl.LwjglCanvas
-
This is called:
1) When the context thread starts
2) Any time the canvas becomes displayable again.
- createContext(AppSettings) - Method in class com.jme3.system.lwjgl.LwjglDisplay
-
- createContext(AppSettings) - Method in class com.jme3.system.lwjgl.LwjglWindow
-
Apply the settings, changing resolution, etc.
- createContext(AppSettings) - Method in class com.jme3.system.lwjgl.LwjglWindowVR
-
Apply the settings, changing resolution, etc.
- createContextAttribs() - Method in class com.jme3.system.lwjgl.LwjglContext
-
- created - Variable in class com.jme3.system.android.OGLESContext
-
- created - Variable in class com.jme3.system.ios.IGLESContext
-
- created - Variable in class com.jme3.system.lwjgl.LwjglContext
-
- created - Variable in class com.jme3.system.lwjgl.LwjglContextVR
-
- created - Variable in class com.jme3.system.NullContext
-
- CreateDashboardOverlay - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : CreateDashboardOverlay_callback*
- createData(Image, boolean) - Static method in class jme3tools.converters.ImageToAwt
-
- createDebugSphere(AssetManager) - Static method in class com.jme3.environment.util.BoundingSphereDebug
-
Convenience factory method that creates a debug bounding-sphere geometry
- createDefineList() - Method in class com.jme3.material.TechniqueDef
-
Create a define list with the size matching the number
of defines on this technique.
- createDesktopGlTracer(Object, Class<?>...) - Static method in class com.jme3.renderer.opengl.GLTracer
-
Creates a tracer implementation that wraps OpenGL 2+.
- createDestructableClone() - Method in class com.jme3.audio.android.AndroidAudioData
-
- createDestructableClone() - Method in class com.jme3.audio.AudioBuffer
-
- createDestructableClone() - Method in class com.jme3.audio.AudioStream
-
- createDestructableClone() - Method in class com.jme3.audio.Filter
-
- createDestructableClone() - Method in class com.jme3.audio.LowPassFilter
-
- createDestructableClone() - Method in class com.jme3.scene.VertexBuffer
-
- createDestructableClone() - Method in class com.jme3.shader.BufferObject
-
- createDestructableClone() - Method in class com.jme3.shader.Shader
-
- createDestructableClone() - Method in class com.jme3.shader.Shader.ShaderSource
-
- createDestructableClone() - Method in class com.jme3.texture.FrameBuffer
-
- createDestructableClone() - Method in class com.jme3.texture.FrameBuffer.RenderBuffer
-
- createDestructableClone() - Method in class com.jme3.texture.Image
-
- createDestructableClone() - Method in class com.jme3.util.NativeObject
-
Creates a shallow clone of this GL Object.
- createDisplayFrame() - Method in class jme3test.post.TestRenderToMemory
-
- createDisplayQuad() - Method in class com.jme3.post.HDRRenderer
-
Deprecated.
- createdLock - Variable in class com.jme3.system.lwjgl.LwjglContext
-
- createdLock - Variable in class com.jme3.system.lwjgl.LwjglContextVR
-
- createdLock - Variable in class com.jme3.system.NullContext
-
- createDoubleBuffer(int) - Static method in class com.jme3.util.BufferUtils
-
Create a new DoubleBuffer of the specified size.
- createDoubleBuffer(DoubleBuffer, int) - Static method in class com.jme3.util.BufferUtils
-
Create a new DoubleBuffer of an appropriate size to hold the specified
number of doubles only if the given buffer if not already the right size.
- createDynamicMeshShape(Spatial) - Static method in class com.jme3.bullet.util.CollisionShapeFactory
-
Create a hull shape for the given Spatial.
- createExecutorService() - Method in class com.jme3.terrain.geomipmap.TerrainGrid
-
This will print out any exceptions from the thread
- createFloatBuffer(Vector3f...) - Static method in class com.jme3.util.BufferUtils
-
Generate a new FloatBuffer using the given array of Vector3f objects.
- createFloatBuffer(Quaternion...) - Static method in class com.jme3.util.BufferUtils
-
Generate a new FloatBuffer using the given array of Quaternion objects.
- createFloatBuffer(Vector4f...) - Static method in class com.jme3.util.BufferUtils
-
Generate a new FloatBuffer using the given array of Vector4 objects.
- createFloatBuffer(ColorRGBA...) - Static method in class com.jme3.util.BufferUtils
-
Generate a new FloatBuffer using the given array of ColorRGBA objects.
- createFloatBuffer(float...) - Static method in class com.jme3.util.BufferUtils
-
Generate a new FloatBuffer using the given array of float primitives.
- createFloatBuffer(Vector2f...) - Static method in class com.jme3.util.BufferUtils
-
Generate a new FloatBuffer using the given array of Vector2f objects.
- createFloatBuffer(int) - Static method in class com.jme3.util.BufferUtils
-
Create a new FloatBuffer of the specified size.
- createFont(String) - Method in class com.jme3.niftygui.RenderDeviceJme
-
- createFrameTransfer(FrameBuffer, int, int) - Method in class com.jme3.system.AWTFrameProcessor
-
Create a new frame transfer.
- createFrustum(Vector3f[], int) - Method in class com.jme3.shadow.AbstractShadowRenderer
-
debug function to create a visible frustum
- createFrustum(Vector3f[], int) - Method in class com.jme3.shadow.AbstractShadowRendererVR
-
debug function to create a visible frustum
- createGeometry(ArrayList<OBJLoader.Face>, String) - Method in class com.jme3.scene.plugins.OBJLoader
-
- createGeometry() - Method in class com.jme3.scene.plugins.OBJLoader.ObjectGroup
-
- createGhostObject() - Method in class jme3test.bullet.BombControl
-
- createGImpactTestFloor(AssetManager, float, Vector3f) - Static method in class jme3test.bullet.PhysicsTestHelper
-
Creates a curved "floor" with a GImpactCollisionShape provided as the RigidBodyControl's collision
shape.
- createGlesTracer(Object, Class<?>...) - Static method in class com.jme3.renderer.opengl.GLTracer
-
Creates a tracer implementation that wraps OpenGL ES 2.
- createGLTiming(Object, GLTimingState, Class<?>...) - Static method in class com.jme3.renderer.opengl.GLTiming
-
- createHDRBox() - Method in class jme3test.post.TestToneMapFilter
-
- createHeightSubBlock(float[], int, int, int) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
- createHostThread() - Method in class com.jme3.network.kernel.udp.UdpKernel
-
- createImage(String, boolean) - Method in class com.jme3.niftygui.RenderDeviceJme
-
- createImage(MemoryAccess, Image.ImageFormat, Image.ImageDescriptor) - Method in class com.jme3.opencl.Context
-
Creates a new 1D, 2D, 3D image.
ImageFormat
specifies the element type and order, like RGBA of floats.
ImageDescriptor
specifies the dimension of the image.
Furthermore, a ByteBuffer can be specified in the ImageDescriptor together
with row and slice pitches.
- createImage(MemoryAccess, Image.ImageFormat, Image.ImageDescriptor) - Method in class com.jme3.opencl.lwjgl.LwjglContext
-
- createIndexBuffer(int, int) - Static method in class com.jme3.scene.mesh.IndexBuffer
-
Create an IndexBuffer with the specified capacity.
- createIntBuffer(int...) - Static method in class com.jme3.util.BufferUtils
-
Generate a new IntBuffer using the given array of ints.
- createIntBuffer(int) - Static method in class com.jme3.util.BufferUtils
-
Create a new IntBuffer of the specified size.
- createIntBuffer(IntBuffer, int) - Static method in class com.jme3.util.BufferUtils
-
Create a new IntBuffer of an appropriate size to hold the specified
number of ints only if the given buffer if not already the right size.
- createIrradianceMap(int, Image.Format) - Static method in class com.jme3.environment.util.EnvMapUtils
-
initialize the irradiance map
- createJmeMesh() - Method in class com.jme3.bullet.collision.shapes.GImpactCollisionShape
-
creates a jme mesh from the collision shape, only needed for debugging
- createJmeMesh() - Method in class com.jme3.bullet.collision.shapes.HeightfieldCollisionShape
-
- createJmeMesh() - Method in class com.jme3.bullet.collision.shapes.MeshCollisionShape
-
creates a jme mesh from the collision shape, only needed for debugging
- createJoint() - Method in class com.jme3.bullet.joints.ConeJoint
-
- createJoint() - Method in class com.jme3.bullet.joints.HingeJoint
-
- createJoint() - Method in class com.jme3.bullet.joints.Point2PointJoint
-
- createJoint() - Method in class com.jme3.bullet.joints.SliderJoint
-
- createKernel(int, int) - Method in interface com.jme3.network.base.KernelFactory
-
- createKernel(int, int) - Method in class com.jme3.network.base.NioKernelFactory
-
- createKernel(String) - Method in class com.jme3.opencl.lwjgl.LwjglProgram
-
- createKernel(String) - Method in class com.jme3.opencl.Program
-
Creates the kernel with the specified name.
- createLabel(String) - Method in class com.jme3.font.BitmapFont
-
- createLayout() - Method in class com.jme3.app.AndroidHarnessFragment
-
- createLodUpdateTask(List<Vector3f>, LodCalculator) - Method in class com.jme3.terrain.geomipmap.MultiTerrainLodControl
-
- createLodUpdateTask(List<Vector3f>, LodCalculator) - Method in class com.jme3.terrain.geomipmap.TerrainLodControl
-
- createMainView(String, Camera) - Method in class com.jme3.renderer.RenderManager
-
Creates a new main ViewPort, to display the given camera's content.
- createMask(Armature, String) - Static method in class com.jme3.anim.ArmatureMask
-
Create an ArmatureMask that selects the named Joint and all its
descendants.
- createMask(Armature, String...) - Static method in class com.jme3.anim.ArmatureMask
-
Create an ArmatureMask that selects the named joints.
- createMaterial() - Method in class com.jme3.scene.plugins.MTLLoader
-
- createMesh() - Method in class com.jme3.app.BasicProfiler
-
- createMesh(Vector3f, Vector2f, boolean) - Method in class com.jme3.terrain.GeoMap
-
- createMesh(Vector3f, Vector2f, Vector2f, float, int, boolean) - Method in class com.jme3.terrain.geomipmap.LODGeomap
-
- createMesh(Vector3f, Vector2f, Vector2f, float, int, boolean, int, boolean, boolean, boolean, boolean) - Method in class com.jme3.terrain.geomipmap.LODGeomap
-
- createMeshShape(Spatial) - Static method in class com.jme3.bullet.util.CollisionShapeFactory
-
Create a mesh shape for the given Spatial.
- createMeshTestFloor(AssetManager, float, Vector3f) - Static method in class jme3test.bullet.PhysicsTestHelper
-
Creates a curved "floor" with a MeshCollisionShape provided as the RigidBodyControl's collision shape.
- createMouseCursor(String, int, int) - Method in class com.jme3.niftygui.JmeBatchRenderBackend
-
- createMouseCursor(String, int, int) - Method in class com.jme3.niftygui.RenderDeviceJme
-
- createNonAtlasTexture(BatchRenderBackend.Image) - Method in class com.jme3.niftygui.JmeBatchRenderBackend
-
- CreateNotification - Variable in class com.jme3.system.jopenvr.VR_IVRNotifications_FnTable
-
C type : CreateNotification_callback*
- createNurbsSurface(List<List<Vector4f>>, List<Float>[], int, int, int, int) - Static method in class com.jme3.scene.shape.Surface
-
This method creates a NURBS surface.
- createNurbsSurface(List<List<Vector4f>>, List<Float>[], int, int, int, int, boolean) - Static method in class com.jme3.scene.shape.Surface
-
This method creates a NURBS surface.
- createObject(FbxElement, AssetManager, String) - Static method in class com.jme3.scene.plugins.fbx.obj.FbxObjectFactory
-
Automatically create an FBXObject by inspecting its class / subclass
properties.
- createOctSplit(String, int, int) - Method in class jme3test.scene.TestSceneStress
-
- createOffCamera(int, Vector3f, Vector3f, Vector3f, Vector3f) - Method in class com.jme3.environment.EnvironmentCamera
-
Creates an off camera
- createOffScreenFrameBuffer(int, ViewPort) - Method in class com.jme3.environment.EnvironmentCamera
-
create an offscreen frame buffer.
- createOffViewPort(String, Camera) - Method in class com.jme3.environment.EnvironmentCamera
-
creates an off-screen VP
- CreateOverlay - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : CreateOverlay_callback*
- createPanel(PaintMode) - Method in class com.jme3.system.awt.AwtPanelsContext
-
- createPanel(PaintMode, boolean) - Method in class com.jme3.system.awt.AwtPanelsContext
-
- createPhysicsTestBox(AssetManager) - Static method in class jme3test.bullet.PhysicsTestHelper
-
creates a box geometry with a RigidBodyControl
- createPhysicsTestNode(AssetManager, CollisionShape, float) - Static method in class jme3test.bullet.PhysicsTestHelper
-
creates an empty node with a RigidBodyControl
- createPhysicsTestSphere(AssetManager) - Static method in class jme3test.bullet.PhysicsTestHelper
-
creates a sphere geometry with a RigidBodyControl
- createPhysicsTestWorld(Node, AssetManager, PhysicsSpace) - Static method in class jme3test.bullet.PhysicsTestHelper
-
creates a simple physics test world with a floor, an obstacle and some test boxes
- createPhysicsTestWorldSoccer(Node, AssetManager, PhysicsSpace) - Static method in class jme3test.bullet.PhysicsTestHelper
-
- createPostView(String, Camera) - Method in class com.jme3.renderer.RenderManager
-
Creates a new post ViewPort, to display the given camera's content.
- createPrefilteredEnvMap(int, Image.Format) - Static method in class com.jme3.environment.util.EnvMapUtils
-
initialize the pem map
- createPreView(String, Camera) - Method in class com.jme3.renderer.RenderManager
-
Creates a new pre ViewPort, to display the given camera's content.
- createPreViews() - Method in class com.jme3.water.SimpleWaterProcessor
-
- createProgramFromBinary(ByteBuffer, Device) - Method in class com.jme3.opencl.Context
-
Creates a program from the specified binaries.
- createProgramFromBinary(ByteBuffer, Device) - Method in class com.jme3.opencl.lwjgl.LwjglContext
-
- createProgramFromSourceCode(String) - Method in class com.jme3.opencl.Context
-
Creates a program object from the provided source code.
- createProgramFromSourceCode(String) - Method in class com.jme3.opencl.lwjgl.LwjglContext
-
- createProgramFromSourceCodeWithDependencies(String, AssetManager) - Method in class com.jme3.opencl.Context
-
- createProgramFromSourceFiles(AssetManager, String...) - Method in class com.jme3.opencl.Context
-
- createProgramFromSourceFiles(AssetManager, List<String>) - Method in class com.jme3.opencl.Context
-
- createProgramFromSourceFilesWithInclude(AssetManager, String, String...) - Method in class com.jme3.opencl.Context
-
Creates a program object from the provided source code and files.
- createProgramFromSourceFilesWithInclude(AssetManager, String, List<String>) - Method in class com.jme3.opencl.Context
-
Creates a program object from the provided source code and files.
- createProxy(GL, Object, Class<?>...) - Static method in class com.jme3.renderer.opengl.GLDebug
-
- createQuad(int, float[]) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
Quadrants, world coordinates, and heightmap coordinates (Y-up):
-z
-u |
-v 1|3
-x ----+---- x
2|4 u
| v
z
createQuad
generates four new quads from this quad.
- createQuadPatch(float[]) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
createQuadPatch
creates four child patches from this quad.
- createQueue() - Method in class com.jme3.opencl.Context
-
- createQueue(Device) - Method in class com.jme3.opencl.Context
-
Creates a command queue sending commands to the specified device.
- createQueue(Device) - Method in class com.jme3.opencl.lwjgl.LwjglContext
-
- createRemove(Kernel, Endpoint) - Static method in class com.jme3.network.kernel.EndpointEvent
-
- createScene(FbxNode) - Static method in class com.jme3.scene.plugins.fbx.node.FbxNode
-
- createSelectorThread() - Method in class com.jme3.network.kernel.tcp.SelectorKernel
-
- createServer(int) - Static method in class com.jme3.network.Network
-
Creates a Server that will utilize both reliable and fast
transports to communicate with clients.
- createServer(int, int) - Static method in class com.jme3.network.Network
-
Creates a Server that will utilize both reliable and fast
transports to communicate with clients.
- createServer(String, int, int, int) - Static method in class com.jme3.network.Network
-
Creates a named and versioned Server that will utilize both reliable and fast
transports to communicate with clients.
- createServer() - Static method in class jme3test.network.TestRemoteCall
-
- createSettings() - Method in class com.jme3.system.AWTContext
-
- createShape() - Method in class com.jme3.bullet.collision.shapes.BoxCollisionShape
-
- createShape() - Method in class com.jme3.bullet.collision.shapes.CapsuleCollisionShape
-
- createShape() - Method in class com.jme3.bullet.collision.shapes.ConeCollisionShape
-
- createShape() - Method in class com.jme3.bullet.collision.shapes.CylinderCollisionShape
-
- createShape() - Method in class com.jme3.bullet.collision.shapes.GImpactCollisionShape
-
- createShape() - Method in class com.jme3.bullet.collision.shapes.HeightfieldCollisionShape
-
- createShape(float[]) - Method in class com.jme3.bullet.collision.shapes.HullCollisionShape
-
- createShape() - Method in class com.jme3.bullet.collision.shapes.MeshCollisionShape
-
- createShape() - Method in class com.jme3.bullet.collision.shapes.PlaneCollisionShape
-
- createShape() - Method in class com.jme3.bullet.collision.shapes.SimplexCollisionShape
-
- createShape() - Method in class com.jme3.bullet.collision.shapes.SphereCollisionShape
-
- createShortBuffer(int) - Static method in class com.jme3.util.BufferUtils
-
Create a new ShortBuffer of the specified size.
- createShortBuffer(ShortBuffer, int) - Static method in class com.jme3.util.BufferUtils
-
Create a new ShortBuffer of an appropriate size to hold the specified
number of shorts only if the given buffer if not already the right size.
- createShortBuffer(short...) - Static method in class com.jme3.util.BufferUtils
-
- createSimpleClone(Texture) - Method in class com.jme3.texture.Texture
-
- createSimpleClone() - Method in class com.jme3.texture.Texture
-
- createSimpleClone() - Method in class com.jme3.texture.Texture2D
-
- createSimpleClone(Texture) - Method in class com.jme3.texture.Texture2D
-
- createSimpleClone() - Method in class com.jme3.texture.Texture3D
-
- createSimpleClone(Texture) - Method in class com.jme3.texture.Texture3D
-
- createSimpleClone() - Method in class com.jme3.texture.TextureArray
-
- createSimpleClone(Texture) - Method in class com.jme3.texture.TextureArray
-
- createSimpleClone() - Method in class com.jme3.texture.TextureCubeMap
-
- createSimpleClone(Texture) - Method in class com.jme3.texture.TextureCubeMap
-
- createSkeleton(FbxNode) - Static method in class com.jme3.scene.plugins.fbx.anim.FbxLimbNode
-
- createSkeletonGeoms(Joint, Node, Node, Node, List<Joint>) - Method in class com.jme3.scene.debug.custom.ArmatureNode
-
- createSkeletons(FbxNode) - Static method in class com.jme3.scene.plugins.fbx.node.FbxNode
-
Create jME3 Skeleton objects on the scene.
- createSky(AssetManager, Texture, Vector3f, boolean) - Static method in class com.jme3.util.SkyFactory
-
- createSky(AssetManager, Texture, Vector3f, SkyFactory.EnvMapType) - Static method in class com.jme3.util.SkyFactory
-
Create a sky with radius=10 using the given cubemap or spheremap texture.
- createSky(AssetManager, Texture, Vector3f, boolean, int) - Static method in class com.jme3.util.SkyFactory
-
- createSky(AssetManager, Texture, Vector3f, SkyFactory.EnvMapType, float) - Static method in class com.jme3.util.SkyFactory
-
Create a sky using the given cubemap or spheremap texture.
- createSky(AssetManager, Texture, boolean) - Static method in class com.jme3.util.SkyFactory
-
- createSky(AssetManager, String, boolean) - Static method in class com.jme3.util.SkyFactory
-
- createSky(AssetManager, Texture, SkyFactory.EnvMapType) - Static method in class com.jme3.util.SkyFactory
-
Create a sky using the given cubemap or spheremap texture.
- createSky(AssetManager, String, SkyFactory.EnvMapType) - Static method in class com.jme3.util.SkyFactory
-
Create a sky using the given cubemap or spheremap texture.
- createSky(AssetManager, Texture, Texture, Texture, Texture, Texture, Texture, Vector3f) - Static method in class com.jme3.util.SkyFactory
-
Create a cube-mapped sky with radius=10 using six textures.
- createSky(AssetManager, Texture, Texture, Texture, Texture, Texture, Texture, Vector3f, float) - Static method in class com.jme3.util.SkyFactory
-
Create a cube-mapped sky using six textures.
- createSky(AssetManager, Texture, Texture, Texture, Texture, Texture, Texture) - Static method in class com.jme3.util.SkyFactory
-
Create a cube-mapped sky using six textures.
- CreateSpatialAnchorFromDescriptor - Variable in class com.jme3.system.jopenvr.VR_IVRSpatialAnchors_FnTable
-
C type : CreateSpatialAnchorFromDescriptor_callback*
- CreateSpatialAnchorFromPose - Variable in class com.jme3.system.jopenvr.VR_IVRSpatialAnchors_FnTable
-
C type : CreateSpatialAnchorFromPose_callback*
- createSpatialData(Spatial) - Method in class com.jme3.bullet.animation.DacLinks
-
Create spatial-dependent data.
- createSpatialData(Spatial) - Method in class com.jme3.bullet.control.AbstractPhysicsControl
-
Create spatial-dependent data.
- createSpatialData(Spatial) - Method in class com.jme3.bullet.control.BetterCharacterControl
-
Create spatial-dependent data.
- createSpatialData(Spatial) - Method in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
Create spatial-dependent data.
- createText() - Method in class com.jme3.niftygui.RenderFontJme
-
- createTextureAtlas(int, int) - Method in class com.jme3.niftygui.JmeBatchRenderBackend
-
- createTextures() - Method in class com.jme3.water.SimpleWaterProcessor
-
- createVector2Buffer(int) - Static method in class com.jme3.util.BufferUtils
-
Create a new FloatBuffer of an appropriate size to hold the specified
number of Vector2f object data.
- createVector2Buffer(FloatBuffer, int) - Static method in class com.jme3.util.BufferUtils
-
Create a new FloatBuffer of an appropriate size to hold the specified
number of Vector2f object data only if the given buffer if not already
the right size.
- createVector3Buffer(int) - Static method in class com.jme3.util.BufferUtils
-
Create a new FloatBuffer of an appropriate size to hold the specified
number of Vector3f object data.
- createVector3Buffer(FloatBuffer, int) - Static method in class com.jme3.util.BufferUtils
-
Create a new FloatBuffer of an appropriate size to hold the specified
number of Vector3f object data only if the given buffer if not already
the right size.
- createVehicle(PhysicsSpace) - Method in class com.jme3.bullet.objects.PhysicsVehicle
-
Used internally, creates the actual vehicle constraint when vehicle is added to physics space
- createView(Context) - Method in class com.jme3.system.android.OGLESContext
-
createView
creates the GLSurfaceView that the renderer will
draw to.
- createWaterGeometry(float, float) - Method in class com.jme3.water.SimpleWaterProcessor
-
Creates a quad with the water material applied to it.
- cross(Vector2f) - Method in class com.jme3.math.Vector2f
-
cross
calculates the cross product of this vector with a
parameter vector v.
- cross(Vector3f) - Method in class com.jme3.math.Vector3f
-
Calculates a cross product with the argument and returns the product as a
new instance.
- cross(Vector3f, Vector3f) - Method in class com.jme3.math.Vector3f
-
Calculates a cross product with a specified vector and returns the
product in a 3rd vector.
- cross(float, float, float, Vector3f) - Method in class com.jme3.math.Vector3f
-
Calculates a cross product with specified components and returns the
product in the specified vector.
- CrossHatchFilter - Class in com.jme3.post.filters
-
A Post Processing filter that makes the screen look like it was drawn as
diagonal lines with a pen.
- CrossHatchFilter() - Constructor for class com.jme3.post.filters.CrossHatchFilter
-
Creates a crossHatch filter
- CrossHatchFilter(ColorRGBA, ColorRGBA) - Constructor for class com.jme3.post.filters.CrossHatchFilter
-
Creates a crossHatch filter
- crossLocal(Vector3f) - Method in class com.jme3.math.Vector3f
-
Right multiplies by the argument (cross product) and returns the
(modified) current instance.
- crossLocal(float, float, float) - Method in class com.jme3.math.Vector3f
-
Right multiplies by the specified components (cross product) and returns
the (modified) current instance.
- cShape - Variable in class com.jme3.bullet.collision.shapes.CollisionShape
-
- ctx - Variable in class com.jme3.app.AndroidHarness
-
- CubeField - Class in jme3test.games
-
- CubeField() - Constructor for class jme3test.games.CubeField
-
- CubeMapWrapper - Class in com.jme3.environment.util
-
Wraps a cube map and allows reading or writing pixels.
- CubeMapWrapper(TextureCubeMap) - Constructor for class com.jme3.environment.util.CubeMapWrapper
-
Creates a CubeMapWrapper for the given cube map
Note that the cube map must be initialized, and the mipmaps sizes should
be set if relevant for them to be readable/writable
- cullHint - Variable in class com.jme3.scene.Spatial
-
- cullMode - Variable in class com.jme3.renderer.RenderContext
-
Criteria for culling faces.
- cullMode - Variable in class com.jme3.scene.plugins.fbx.objects.FbxNode
-
- curIndex - Variable in class com.jme3.scene.plugins.OBJLoader
-
- currentAssetInfo - Variable in class com.jme3.scene.plugins.fbx.SceneLoader
-
- currentCamCell - Variable in class com.jme3.terrain.geomipmap.TerrainGrid
-
- currentMatName - Variable in class com.jme3.scene.plugins.OBJLoader
-
- currentObjectName - Variable in class com.jme3.scene.plugins.OBJLoader
-
- currentValue - Variable in class com.jme3.cinematic.events.MotionEvent
-
- currentVolume - Variable in class com.jme3.audio.android.AndroidAudioData
-
- currentWayPoint - Variable in class com.jme3.cinematic.events.MotionEvent
-
- CursorLoader - Class in com.jme3.cursors.plugins
-
Created Jun 5, 2012 9:45:58 AM
- CursorLoader() - Constructor for class com.jme3.cursors.plugins.CursorLoader
-
- cursorPos - Variable in class com.jme3.input.vr.AbstractVRMouseManager
-
- Curve - Class in com.jme3.scene.shape
-
A
Curve
is a visual, line-based representation of a
Spline
.
- Curve() - Constructor for class com.jme3.scene.shape.Curve
-
Serialization only.
- Curve(Vector3f[], int) - Constructor for class com.jme3.scene.shape.Curve
-
Create a curve mesh.
- Curve(Spline, int) - Constructor for class com.jme3.scene.shape.Curve
-
Create a curve mesh from a Spline
- CURVE_NODE_PROPERTY_VISIBILITY - Static variable in class com.jme3.scene.plugins.fbx.anim.FbxAnimUtil
-
- CURVE_NODE_PROPERTY_X - Static variable in class com.jme3.scene.plugins.fbx.anim.FbxAnimUtil
-
- CURVE_NODE_PROPERTY_Y - Static variable in class com.jme3.scene.plugins.fbx.anim.FbxAnimUtil
-
- CURVE_NODE_PROPERTY_Z - Static variable in class com.jme3.scene.plugins.fbx.anim.FbxAnimUtil
-
- CurveAndSurfaceMath - Class in com.jme3.math
-
This class offers methods to help with curves and surfaces calculations.
- curved - Variable in class com.jme3.system.jopenvr.Compositor_OverlaySettings
-
- CustomContentManager - Class in com.jme3.scene.plugins.gltf
-
Created by Nehon on 20/08/2017.
- CustomContentManager() - Constructor for class com.jme3.scene.plugins.gltf.CustomContentManager
-
- CustomPlatformChooser() - Constructor for class jme3test.opencl.TestContextSwitching.CustomPlatformChooser
-
- CustomPlatformChooser() - Constructor for class jme3test.opencl.TestMultipleApplications.CustomPlatformChooser
-
- CVRSettingHelper - Class in com.jme3.system.jopenvr
-
- CVRSettingHelper() - Constructor for class com.jme3.system.jopenvr.CVRSettingHelper
-
- CVRSettingHelper(IntByReference) - Constructor for class com.jme3.system.jopenvr.CVRSettingHelper
-
- CVRSettingHelper(Pointer) - Constructor for class com.jme3.system.jopenvr.CVRSettingHelper
-
- CVRSettingHelper.ByReference - Class in com.jme3.system.jopenvr
-
- CVRSettingHelper.ByValue - Class in com.jme3.system.jopenvr
-
- Cyan - Static variable in class com.jme3.math.ColorRGBA
-
The color cyan (0,1,1).
- Cylinder - Class in com.jme3.scene.shape
-
A simple cylinder, defined by its height and radius.
- Cylinder() - Constructor for class com.jme3.scene.shape.Cylinder
-
constructor for serialization only.
- Cylinder(int, int, float, float) - Constructor for class com.jme3.scene.shape.Cylinder
-
Creates a Cylinder.
- Cylinder(int, int, float, float, boolean) - Constructor for class com.jme3.scene.shape.Cylinder
-
Creates a Cylinder.
- Cylinder(int, int, float, float, boolean, boolean) - Constructor for class com.jme3.scene.shape.Cylinder
-
Creates a new Cylinder.
- Cylinder(int, int, float, float, float, boolean, boolean) - Constructor for class com.jme3.scene.shape.Cylinder
-
- CylinderCollisionShape - Class in com.jme3.bullet.collision.shapes
-
Basic cylinder collision shape
- CylinderCollisionShape() - Constructor for class com.jme3.bullet.collision.shapes.CylinderCollisionShape
-
- CylinderCollisionShape(Vector3f) - Constructor for class com.jme3.bullet.collision.shapes.CylinderCollisionShape
-
creates a cylinder shape from the given halfextents
- CylinderCollisionShape(Vector3f, int) - Constructor for class com.jme3.bullet.collision.shapes.CylinderCollisionShape
-
Creates a cylinder shape around the given axis from the given halfextents
- EaseFunction - Interface in com.jme3.math
-
Created by Nehon on 26/03/2017.
- easeInBounce - Static variable in class com.jme3.anim.interpolator.AnimInterpolators
-
- easeInCubic - Static variable in class com.jme3.anim.interpolator.AnimInterpolators
-
- easeInElastic - Static variable in class com.jme3.anim.interpolator.AnimInterpolators
-
- easeInOutBounce - Static variable in class com.jme3.anim.interpolator.AnimInterpolators
-
- easeInOutCubic - Static variable in class com.jme3.anim.interpolator.AnimInterpolators
-
- easeInOutElastic - Static variable in class com.jme3.anim.interpolator.AnimInterpolators
-
- easeInOutQuad - Static variable in class com.jme3.anim.interpolator.AnimInterpolators
-
- easeInOutQuart - Static variable in class com.jme3.anim.interpolator.AnimInterpolators
-
- easeInOutQuint - Static variable in class com.jme3.anim.interpolator.AnimInterpolators
-
- easeInQuad - Static variable in class com.jme3.anim.interpolator.AnimInterpolators
-
- easeInQuart - Static variable in class com.jme3.anim.interpolator.AnimInterpolators
-
- easeInQuint - Static variable in class com.jme3.anim.interpolator.AnimInterpolators
-
- easeOutBounce - Static variable in class com.jme3.anim.interpolator.AnimInterpolators
-
- easeOutCubic - Static variable in class com.jme3.anim.interpolator.AnimInterpolators
-
- easeOutElastic - Static variable in class com.jme3.anim.interpolator.AnimInterpolators
-
- easeOutQuad - Static variable in class com.jme3.anim.interpolator.AnimInterpolators
-
- easeOutQuart - Static variable in class com.jme3.anim.interpolator.AnimInterpolators
-
- easeOutQuint - Static variable in class com.jme3.anim.interpolator.AnimInterpolators
-
- Easing - Class in com.jme3.math
-
Expose several Easing function from Robert Penner
Created by Nehon on 26/03/2017.
- Easing.InOut - Class in com.jme3.math
-
An Ease function composed of 2 sb function for custom in and out easing
- EChaperoneConfigFile_Live - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EChaperoneConfigFile
-
native declaration : headers\openvr_capi.h:979
- EChaperoneConfigFile_Temp - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EChaperoneConfigFile
-
native declaration : headers\openvr_capi.h:980
- EChaperoneImportFlags_EChaperoneImport_BoundsOnly - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EChaperoneImportFlags
-
native declaration : headers\openvr_capi.h:983
- ECollisionBoundsStyle_COLLISION_BOUNDS_STYLE_ADVANCED - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ECollisionBoundsStyle
-
native declaration : headers\openvr_capi.h:711
- ECollisionBoundsStyle_COLLISION_BOUNDS_STYLE_BEGINNER - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ECollisionBoundsStyle
-
native declaration : headers\openvr_capi.h:708
- ECollisionBoundsStyle_COLLISION_BOUNDS_STYLE_COUNT - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ECollisionBoundsStyle
-
native declaration : headers\openvr_capi.h:713
- ECollisionBoundsStyle_COLLISION_BOUNDS_STYLE_INTERMEDIATE - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ECollisionBoundsStyle
-
native declaration : headers\openvr_capi.h:709
- ECollisionBoundsStyle_COLLISION_BOUNDS_STYLE_NONE - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ECollisionBoundsStyle
-
native declaration : headers\openvr_capi.h:712
- ECollisionBoundsStyle_COLLISION_BOUNDS_STYLE_SQUARES - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ECollisionBoundsStyle
-
native declaration : headers\openvr_capi.h:710
- eColorSpace - Variable in class com.jme3.system.jopenvr.Texture_t
-
C type : EColorSpace
- EColorSpace_ColorSpace_Auto - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EColorSpace
-
native declaration : headers\openvr_capi.h:241
- EColorSpace_ColorSpace_Gamma - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EColorSpace
-
native declaration : headers\openvr_capi.h:242
- EColorSpace_ColorSpace_Linear - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EColorSpace
-
native declaration : headers\openvr_capi.h:243
- EDeviceActivityLevel_k_EDeviceActivityLevel_Idle - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EDeviceActivityLevel
-
native declaration : headers\openvr_capi.h:619
- EDeviceActivityLevel_k_EDeviceActivityLevel_Standby - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EDeviceActivityLevel
-
native declaration : headers\openvr_capi.h:622
- EDeviceActivityLevel_k_EDeviceActivityLevel_Unknown - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EDeviceActivityLevel
-
native declaration : headers\openvr_capi.h:618
- EDeviceActivityLevel_k_EDeviceActivityLevel_UserInteraction - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EDeviceActivityLevel
-
native declaration : headers\openvr_capi.h:620
- EDeviceActivityLevel_k_EDeviceActivityLevel_UserInteraction_Timeout - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EDeviceActivityLevel
-
native declaration : headers\openvr_capi.h:621
- edgeFilteringMode - Variable in class com.jme3.shadow.AbstractShadowRenderer
-
- edgeFilteringMode - Variable in class com.jme3.shadow.AbstractShadowRendererVR
-
- EdgeFilteringMode - Enum in com.jme3.shadow
-
ShadowEdgeFiltering
specifies how shadows are filtered
- edges - Variable in class com.jme3.scene.plugins.fbx.objects.FbxMesh
-
- edgesThickness - Variable in class com.jme3.shadow.AbstractShadowRenderer
-
- edgesThickness - Variable in class com.jme3.shadow.AbstractShadowRendererVR
-
- edgesThickness - Variable in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
- EDualAnalogWhich_k_EDualAnalog_Left - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EDualAnalogWhich
-
native declaration : headers\openvr_capi.h:653
- EDualAnalogWhich_k_EDualAnalog_Right - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EDualAnalogWhich
-
native declaration : headers\openvr_capi.h:654
- EffectTrack - Class in com.jme3.animation
-
Deprecated.
- EffectTrack() - Constructor for class com.jme3.animation.EffectTrack
-
Deprecated.
constructor only for serialization
- EffectTrack(ParticleEmitter, float) - Constructor for class com.jme3.animation.EffectTrack
-
Deprecated.
Creates and EffectTrack
- EffectTrack(ParticleEmitter, float, float) - Constructor for class com.jme3.animation.EffectTrack
-
Deprecated.
Creates and EffectTrack
- EffectTrack.KillParticleControl - Class in com.jme3.animation
-
Deprecated.
- eFrameType - Variable in class com.jme3.system.jopenvr.CameraVideoStreamFrameHeader_t
-
C type : EVRTrackedCameraFrameType
- EFX - Interface in com.jme3.audio.openal
-
- EGamepadTextInputLineMode_k_EGamepadTextInputLineModeMultipleLines - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EGamepadTextInputLineMode
-
native declaration : headers\openvr_capi.h:1049
- EGamepadTextInputLineMode_k_EGamepadTextInputLineModeSingleLine - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EGamepadTextInputLineMode
-
native declaration : headers\openvr_capi.h:1048
- EGamepadTextInputMode_k_EGamepadTextInputModeNormal - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EGamepadTextInputMode
-
native declaration : headers\openvr_capi.h:1043
- EGamepadTextInputMode_k_EGamepadTextInputModePassword - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EGamepadTextInputMode
-
native declaration : headers\openvr_capi.h:1044
- EGamepadTextInputMode_k_EGamepadTextInputModeSubmit - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EGamepadTextInputMode
-
native declaration : headers\openvr_capi.h:1045
- eglAlphaBits - Variable in class com.jme3.app.AndroidHarness
-
Sets the desired number of Alpha bits for the surfaceview.
- eglAlphaBits - Variable in class com.jme3.app.AndroidHarnessFragment
-
Sets the desired number of Alpha bits for the surfaceview.
- eglBitsPerPixel - Variable in class com.jme3.app.AndroidHarness
-
Sets the desired RGB size for the surfaceview.
- eglBitsPerPixel - Variable in class com.jme3.app.AndroidHarnessFragment
-
Sets the desired RGB size for the surfaceview.
- eglDepthBits - Variable in class com.jme3.app.AndroidHarness
-
The number of depth bits specifies the precision of the depth buffer.
- eglDepthBits - Variable in class com.jme3.app.AndroidHarnessFragment
-
The number of depth bits specifies the precision of the depth buffer.
- eglSamples - Variable in class com.jme3.app.AndroidHarness
-
Sets the number of samples to use for multisampling.
Leave 0 (default) to disable multisampling.
Set to 2 or 4 to enable multisampling.
- eglSamples - Variable in class com.jme3.app.AndroidHarnessFragment
-
Sets the number of samples to use for multisampling.
Leave 0 (default) to disable multisampling.
Set to 2 or 4 to enable multisampling.
- eglStencilBits - Variable in class com.jme3.app.AndroidHarness
-
Set the number of stencil bits.
- eglStencilBits - Variable in class com.jme3.app.AndroidHarnessFragment
-
Set the number of stencil bits.
- EHiddenAreaMeshType_k_eHiddenAreaMesh_Inverse - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EHiddenAreaMeshType
-
native declaration : headers\openvr_capi.h:693
- EHiddenAreaMeshType_k_eHiddenAreaMesh_LineLoop - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EHiddenAreaMeshType
-
native declaration : headers\openvr_capi.h:694
- EHiddenAreaMeshType_k_eHiddenAreaMesh_Max - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EHiddenAreaMeshType
-
native declaration : headers\openvr_capi.h:695
- EHiddenAreaMeshType_k_eHiddenAreaMesh_Standard - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EHiddenAreaMeshType
-
native declaration : headers\openvr_capi.h:692
- eigen - Variable in class com.jme3.util.TempVars
-
Eigen
- Eigen3f - Class in com.jme3.math
-
A calculator for the eigenvectors and eigenvalues of a Matrix3f.
- Eigen3f() - Constructor for class com.jme3.math.Eigen3f
-
Instantiate an empty calculator.
- Eigen3f(Matrix3f) - Constructor for class com.jme3.math.Eigen3f
-
Calculate the eigenvalues and eigenvectors of the specified matrix.
- EIOBufferError_IOBuffer_InvalidArgument - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EIOBufferError
-
native declaration : headers\openvr_capi.h:1125
- EIOBufferError_IOBuffer_InvalidHandle - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EIOBufferError
-
native declaration : headers\openvr_capi.h:1124
- EIOBufferError_IOBuffer_OperationFailed - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EIOBufferError
-
native declaration : headers\openvr_capi.h:1123
- EIOBufferError_IOBuffer_PathDoesNotExist - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EIOBufferError
-
native declaration : headers\openvr_capi.h:1127
- EIOBufferError_IOBuffer_PathExists - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EIOBufferError
-
native declaration : headers\openvr_capi.h:1126
- EIOBufferError_IOBuffer_Permission - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EIOBufferError
-
native declaration : headers\openvr_capi.h:1128
- EIOBufferError_IOBuffer_Success - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EIOBufferError
-
native declaration : headers\openvr_capi.h:1122
- EIOBufferMode_IOBufferMode_Create - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EIOBufferMode
-
native declaration : headers\openvr_capi.h:1133
- EIOBufferMode_IOBufferMode_Read - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EIOBufferMode
-
native declaration : headers\openvr_capi.h:1131
- EIOBufferMode_IOBufferMode_Write - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EIOBufferMode
-
native declaration : headers\openvr_capi.h:1132
- element - Variable in class com.jme3.scene.plugins.fbx.objects.FbxObject
-
- ELEMENT_FLOATBUFFER - Static variable in class com.jme3.export.xml.XMLExporter
-
- ELEMENT_KEY - Static variable in class com.jme3.export.xml.XMLExporter
-
- ELEMENT_MAPENTRY - Static variable in class com.jme3.export.xml.XMLExporter
-
- ELEMENT_VALUE - Static variable in class com.jme3.export.xml.XMLExporter
-
- emitAllParticles() - Method in class com.jme3.effect.ParticleEmitter
-
Instantly emits all the particles possible to be emitted.
- emitParticles(int) - Method in class com.jme3.effect.ParticleEmitter
-
Instantly emits available particles, up to num.
- EmitterBoxShape - Class in com.jme3.effect.shapes
-
- EmitterBoxShape() - Constructor for class com.jme3.effect.shapes.EmitterBoxShape
-
- EmitterBoxShape(Vector3f, Vector3f) - Constructor for class com.jme3.effect.shapes.EmitterBoxShape
-
- EmitterMeshConvexHullShape - Class in com.jme3.effect.shapes
-
This emitter shape emits the particles from the given shape's interior constrained by its convex hull
(a geometry that tightly wraps the mesh).
- EmitterMeshConvexHullShape() - Constructor for class com.jme3.effect.shapes.EmitterMeshConvexHullShape
-
Empty constructor.
- EmitterMeshConvexHullShape(List<Mesh>) - Constructor for class com.jme3.effect.shapes.EmitterMeshConvexHullShape
-
Constructor.
- EmitterMeshFaceShape - Class in com.jme3.effect.shapes
-
This emitter shape emits the particles from the given shape's faces.
- EmitterMeshFaceShape() - Constructor for class com.jme3.effect.shapes.EmitterMeshFaceShape
-
Empty constructor.
- EmitterMeshFaceShape(List<Mesh>) - Constructor for class com.jme3.effect.shapes.EmitterMeshFaceShape
-
Constructor.
- EmitterMeshVertexShape - Class in com.jme3.effect.shapes
-
This emitter shape emits the particles from the given shape's vertices
- EmitterMeshVertexShape() - Constructor for class com.jme3.effect.shapes.EmitterMeshVertexShape
-
Empty constructor.
- EmitterMeshVertexShape(List<Mesh>) - Constructor for class com.jme3.effect.shapes.EmitterMeshVertexShape
-
Constructor.
- EmitterPointShape - Class in com.jme3.effect.shapes
-
- EmitterPointShape() - Constructor for class com.jme3.effect.shapes.EmitterPointShape
-
- EmitterPointShape(Vector3f) - Constructor for class com.jme3.effect.shapes.EmitterPointShape
-
- EmitterShape - Interface in com.jme3.effect.shapes
-
This interface declares methods used by all shapes that represent particle emitters.
- EmitterSphereShape - Class in com.jme3.effect.shapes
-
- EmitterSphereShape() - Constructor for class com.jme3.effect.shapes.EmitterSphereShape
-
- EmitterSphereShape(Vector3f, float) - Constructor for class com.jme3.effect.shapes.EmitterSphereShape
-
- EmptyParticleInfluencer - Class in com.jme3.effect.influencers
-
This influencer does not influence particle at all.
- EmptyParticleInfluencer() - Constructor for class com.jme3.effect.influencers.EmptyParticleInfluencer
-
- ENABLE_ERROR_CHECKING - Static variable in class com.jme3.renderer.android.RendererUtil
-
When set to true, every OpenGL call will check for errors and throw an
exception if there is one, if false, no error checking is performed.
- enableClip(int, int, int, int) - Method in class com.jme3.niftygui.RenderDeviceJme
-
- enabled - Variable in class com.jme3.bullet.control.AbstractPhysicsControl
-
true→control is enabled, false→control is disabled
- enabled - Variable in class com.jme3.bullet.control.CharacterControl
-
- enabled - Variable in class com.jme3.bullet.control.GhostControl
-
true→control is enabled, false→control is disabled
- enabled - Variable in class com.jme3.bullet.control.RigidBodyControl
-
true→control is enabled, false→control is disabled
- enabled - Variable in class com.jme3.bullet.control.VehicleControl
-
true→control is enabled, false→control is disabled
- enabled - Variable in class com.jme3.input.ChaseCamera
-
- enabled - Variable in class com.jme3.input.FlyByCamera
-
enable flag for controller (false→ignoring input)
- enabled - Variable in class com.jme3.light.Light
-
- enabled - Variable in class com.jme3.post.Filter
-
- enabled - Variable in class com.jme3.renderer.Statistics
-
Enables or disables updates.
- enabled - Variable in class com.jme3.scene.control.AbstractControl
-
- enabled - Variable in class jme3test.bullet.PhysicsHoverControl
-
- enableDebugShape(AssetManager, Node) - Method in class com.jme3.cinematic.MotionPath
-
enable the display of the path and the waypoints
- enableMotor(boolean, float, float) - Method in class com.jme3.bullet.joints.HingeJoint
-
Enables the motor.
- enableMouseCursor(MouseCursor) - Method in class com.jme3.niftygui.JmeBatchRenderBackend
-
- enableMouseCursor(MouseCursor) - Method in class com.jme3.niftygui.RenderDeviceJme
-
- encodeImageChannelOrder(int) - Static method in class com.jme3.opencl.lwjgl.LwjglImage
-
- encodeImageChannelType(int) - Static method in class com.jme3.opencl.lwjgl.LwjglImage
-
- encodeImageType(int) - Static method in class com.jme3.opencl.lwjgl.LwjglImage
-
- endCondition(String, StringBuilder) - Method in class com.jme3.shader.Glsl100ShaderGenerator
-
Ends a conditional block
- endDocument() - Method in class com.jme3.scene.plugins.ogre.MeshLoader
-
- endDocument() - Method in class com.jme3.scene.plugins.ogre.SceneLoader
-
- endElement(String, String, String) - Method in class com.jme3.scene.plugins.ogre.MeshLoader
-
- endElement(String, String, String) - Method in class com.jme3.scene.plugins.ogre.SceneLoader
-
- endElement(String, String, String) - Method in class com.jme3.scene.plugins.ogre.SkeletonLoader
-
- endFrame() - Method in class com.jme3.niftygui.JmeBatchRenderBackend
-
- endFrame() - Method in class com.jme3.niftygui.RenderDeviceJme
-
- endInput() - Method in class com.jme3.input.InputManager
-
Callback from RawInputListener.
- endInput() - Method in interface com.jme3.input.RawInputListener
-
Called after a batch of input was sent to this
RawInputListener
.
- endInput() - Method in class com.jme3.niftygui.InputSystemJme
-
- endInput() - Method in class jme3test.input.TestJoystick.JoystickEventListener
-
- Endpoint - Interface in com.jme3.network.kernel
-
An abstract endpoint in a Kernel that can be used for
sending/receiving messages within the kernel space.
- EndpointEvent - Class in com.jme3.network.kernel
-
Provides information about an added or
removed connection.
- EndpointEvent(Kernel, Endpoint, EndpointEvent.Type) - Constructor for class com.jme3.network.kernel.EndpointEvent
-
- EndpointEvent.Type - Enum in com.jme3.network.kernel
-
- enqueue(Callable<V>) - Method in interface com.jme3.app.Application
-
Enqueues a task/callable object to execute in the jME3
rendering thread.
- enqueue(Runnable) - Method in interface com.jme3.app.Application
-
Enqueues a runnable object to execute in the jME3
rendering thread.
- enqueue(Callable<V>) - Method in class com.jme3.app.LegacyApplication
-
Enqueues a task/callable object to execute in the jME3
rendering thread.
- enqueue(Runnable) - Method in class com.jme3.app.LegacyApplication
-
Enqueues a runnable object to execute in the jME3
rendering thread.
- enqueue(Callable<V>) - Method in class com.jme3.app.VRApplication
-
Deprecated.
- enqueue(Runnable) - Method in class com.jme3.app.VRApplication
-
Deprecated.
Enqueues a runnable object to execute in the jME3
rendering thread.
- enqueue(Callable<V>) - Method in class com.jme3.bullet.PhysicsSpace
-
calls the callable on the next physics tick (ensuring e.g.
- enqueue(Callable<V>) - Method in class com.jme3.scene.control.UpdateControl
-
Enqueues a task/callable object to execute in the jME3
rendering thread.
- enqueueCinematicEvent(CinematicEvent) - Method in class com.jme3.cinematic.Cinematic
-
Enqueue a cinematic event to a Cinematic.
- enqueueOnThisThread(Callable<V>) - Static method in class com.jme3.bullet.PhysicsSpace
-
- enqueueWrite(Endpoint, DatagramPacket) - Method in class com.jme3.network.kernel.udp.UdpKernel
-
- ensureCapacity(float[], int) - Method in class com.jme3.animation.CompactArray
-
Ensure the capacity for the given array and the given size
- ensureLargeEnough(FloatBuffer, int) - Static method in class com.jme3.util.BufferUtils
-
Ensures there is at least the required
number of entries
left after the current position of the buffer.
- ensureLargeEnough(IntBuffer, int) - Static method in class com.jme3.util.BufferUtils
-
- ensureLargeEnough(ShortBuffer, int) - Static method in class com.jme3.util.BufferUtils
-
- ensureLargeEnough(ByteBuffer, int) - Static method in class com.jme3.util.BufferUtils
-
- ensurePositiveVolumeBBox() - Method in class com.jme3.terrain.geomipmap.TerrainPatch
-
- ensureTranslationRotations(Transform) - Method in class com.jme3.scene.plugins.gltf.TrackData
-
- EntropyComputeUtil - Class in com.jme3.terrain.geomipmap.lodcalc.util
-
Computes the entropy value δ (delta) for a given terrain block and
LOD level.
- entrySet() - Method in class com.jme3.util.ListMap
-
- EnumSerializer - Class in com.jme3.network.serializing.serializers
-
Enum serializer.
- EnumSerializer() - Constructor for class com.jme3.network.serializing.serializers.EnumSerializer
-
- Envelope - Class in com.jme3.network.kernel
-
Encapsulates a received piece of data.
- Envelope(Endpoint, byte[], boolean) - Constructor for class com.jme3.network.kernel.Envelope
-
Creates an incoming envelope holding the data from the specified
source.
- Environment - Class in com.jme3.audio
-
Audio environment, for reverb effects.
- Environment() - Constructor for class com.jme3.audio.Environment
-
- Environment(Environment) - Constructor for class com.jme3.audio.Environment
-
- Environment(float, float, float, float, float, float, float, float, float, float) - Constructor for class com.jme3.audio.Environment
-
- Environment(float[]) - Constructor for class com.jme3.audio.Environment
-
- environment - Variable in class com.jme3.input.vr.AbstractVRViewManager
-
- EnvironmentCamera - Class in com.jme3.environment
-
A 360 camera that can capture a cube map of a scene, and then generate the
Prefiltered Environment cube Map and the Irradiance cube Map needed for PBR
indirect lighting
- EnvironmentCamera() - Constructor for class com.jme3.environment.EnvironmentCamera
-
Creates an EnvironmentCamera with a size of 256
- EnvironmentCamera(int) - Constructor for class com.jme3.environment.EnvironmentCamera
-
Creates an EnvironmentCamera with the given size.
- EnvironmentCamera(int, Vector3f) - Constructor for class com.jme3.environment.EnvironmentCamera
-
Creates an EnvironmentCamera with the given size, and the given position
- EnvironmentCamera(int, Vector3f, Image.Format) - Constructor for class com.jme3.environment.EnvironmentCamera
-
Creates an EnvironmentCamera with the given size, and the given position
- EnvironmentCamera.SnapshotJob - Class in com.jme3.environment
-
An inner class to keep track on a snapshot job.
- EnvMapUtils - Class in com.jme3.environment.util
-
This class holds several utility method useful for Physically Based
Rendering.
- EnvMapUtils.FixSeamsMethod - Enum in com.jme3.environment.util
-
- EnvMapUtils.GenerationType - Enum in com.jme3.environment.util
-
- eof - Variable in class com.jme3.audio.AudioStream
-
- eOrigin - Variable in class com.jme3.system.jopenvr.VROverlayIntersectionParams_t
-
C type : ETrackingUniverseOrigin
- EOverlayDirection_OverlayDirection_Count - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EOverlayDirection
-
native declaration : headers\openvr_capi.h:1056
- EOverlayDirection_OverlayDirection_Down - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EOverlayDirection
-
native declaration : headers\openvr_capi.h:1053
- EOverlayDirection_OverlayDirection_Left - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EOverlayDirection
-
native declaration : headers\openvr_capi.h:1054
- EOverlayDirection_OverlayDirection_Right - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EOverlayDirection
-
native declaration : headers\openvr_capi.h:1055
- EOverlayDirection_OverlayDirection_Up - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EOverlayDirection
-
native declaration : headers\openvr_capi.h:1052
- equals(Object) - Method in class com.jme3.asset.AssetKey
-
- equals(Object) - Method in class com.jme3.asset.TextureKey
-
- equals(Object) - Method in class com.jme3.audio.AudioKey
-
- equals(Object) - Method in class com.jme3.collision.CollisionResult
-
- equals(Object) - Method in class com.jme3.material.MatParam
-
- equals(Object) - Method in class com.jme3.material.MatParamOverride
-
- equals(Object) - Method in class com.jme3.material.RenderState
-
returns true if the given renderState is equal to this one
- equals(Object) - Method in class com.jme3.math.ColorRGBA
-
equals
returns true if this ColorRGBA
is logically equivalent
to a given color.
- equals(Object) - Method in class com.jme3.math.Matrix3f
-
are these two matrices the same? they are is they both have the same mXX values.
- equals(Object) - Method in class com.jme3.math.Matrix4f
-
Test for equality with the specified object.
- equals(Object) - Method in class com.jme3.math.Quaternion
-
equals
determines if two quaternions are logically equal,
that is, if the values of (x, y, z, w) are the same for both quaternions.
- equals(Object) - Method in class com.jme3.math.Transform
-
Tests for exact equality with the argument, distinguishing -0 from 0.
- equals(Object) - Method in class com.jme3.math.Vector2f
-
Are these two vectors the same? They are if they have the same x and
y values.
- equals(Object) - Method in class com.jme3.math.Vector3f
-
Tests for exact equality with the argument, distinguishing -0 from 0.
- equals(Object) - Method in class com.jme3.math.Vector4f
-
Are these two vectors the same? They are if they have the same x, y,
z, and w values.
- equals(Object) - Method in class com.jme3.network.service.rmi.MethodInfo
-
- equals(Object) - Method in class com.jme3.opencl.Image.ImageFormat
-
- equals(Object) - Method in class com.jme3.opencl.Kernel.LocalMem
-
- equals(Object) - Method in class com.jme3.opencl.Kernel.LocalMemPerElement
-
- equals(Object) - Method in class com.jme3.opencl.Kernel.WorkSize
-
- equals(Object) - Method in class com.jme3.scene.plugins.fbx.anim.FbxToJmeTrack
-
- equals(Object) - Method in class com.jme3.scene.plugins.IrBoneWeightIndex
-
- equals(Object) - Method in class com.jme3.scene.plugins.IrVertex
-
- equals(Object) - Method in class com.jme3.scene.plugins.OBJLoader.Vertex
-
- equals(Object) - Method in class com.jme3.scene.plugins.ogre.matext.OgreMaterialKey
-
- equals(Object) - Method in class com.jme3.scene.plugins.ogre.OgreMeshKey
-
- equals(Object) - Method in class com.jme3.shader.DefineList
-
- equals(Object) - Method in class com.jme3.shader.ShaderNodeVariable
-
- equals(Object) - Method in class com.jme3.shader.Uniform
-
- equals(Object) - Method in class com.jme3.terrain.geomipmap.picking.TerrainPickData
-
- equals(Object) - Method in class com.jme3.texture.Image
-
- equals(Object) - Method in class com.jme3.texture.Texture
-
- equals(Object) - Method in class com.jme3.texture.Texture2D
-
- equals(Object) - Method in class com.jme3.texture.Texture3D
-
- equals(Object) - Method in class com.jme3.texture.TextureCubeMap
-
- equals(Vector3f, FloatBuffer, int) - Static method in class com.jme3.util.BufferUtils
-
Checks to see if the given Vector3f is equals to the data stored in the
buffer at the given data index.
- equals(Vector2f, FloatBuffer, int) - Static method in class com.jme3.util.BufferUtils
-
Checks to see if the given Vector2f is equals to the data stored in the
buffer at the given data index.
- equals(Object) - Method in class com.jme3.util.SafeArrayList
-
- equalsEpsilon(Vector3f, Vector3f) - Static method in class com.jme3.scene.plugins.gltf.GltfUtils
-
- equalsEpsilon(Quaternion, Quaternion) - Static method in class com.jme3.scene.plugins.gltf.GltfUtils
-
- equalTo(T) - Static method in class com.jme3.network.Filters
-
Creates a filter that returns true for inputs that are .equals()
equivalent to the specified value.
- EraseTimer - Class in jme3test.model.anim
-
- EraseTimer() - Constructor for class jme3test.model.anim.EraseTimer
-
- erodeTerrain() - Method in class com.jme3.terrain.heightmap.AbstractHeightMap
-
erodeTerrain
is a convenience method that applies the FIR
filter to a given height map.
- error - Variable in class com.jme3.network.ClientStateListener.DisconnectInfo
-
- ERROR - Static variable in class com.jme3.network.message.DisconnectMessage
-
- errorBuffer - Static variable in class com.jme3.opencl.lwjgl.Utils
-
- ErrorDialog - Class in com.jme3.system
-
Simple dialog for displaying error messages,
- ErrorDialog(String, String) - Constructor for class com.jme3.system.ErrorDialog
-
Create a new Dialog with a title and a message.
- ErrorDialog(String) - Constructor for class com.jme3.system.ErrorDialog
-
- ErrorListener<S> - Interface in com.jme3.network
-
Notified when errors happen on a connection.
- estimate(float[]) - Method in class com.jme3.shader.BufferObject
-
Estimates byte count to present the values on the GPU.
- estimate(int[]) - Method in class com.jme3.shader.BufferObject
-
Estimates byte count to present the values on the GPU.
- estimateArray(Object, int) - Method in class com.jme3.shader.BufferObject
-
Estimates byte count to present the value on the GPU.
- estimateSize(BufferObjectField) - Method in class com.jme3.shader.BufferObject
-
Estimates size of the field.
- ETextureType_TextureType_DirectX - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETextureType
-
native declaration : headers\openvr_capi.h:232
- ETextureType_TextureType_DirectX12 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETextureType
-
native declaration : headers\openvr_capi.h:236
- ETextureType_TextureType_DXGISharedHandle - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETextureType
-
native declaration : headers\openvr_capi.h:237
- ETextureType_TextureType_Invalid - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETextureType
-
native declaration : headers\openvr_capi.h:231
- ETextureType_TextureType_IOSurface - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETextureType
-
native declaration : headers\openvr_capi.h:235
- ETextureType_TextureType_Metal - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETextureType
-
native declaration : headers\openvr_capi.h:238
- ETextureType_TextureType_OpenGL - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETextureType
-
native declaration : headers\openvr_capi.h:233
- ETextureType_TextureType_Vulkan - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETextureType
-
native declaration : headers\openvr_capi.h:234
- ETrackedControllerRole_TrackedControllerRole_Invalid - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedControllerRole
-
native declaration : headers\openvr_capi.h:262
- ETrackedControllerRole_TrackedControllerRole_LeftHand - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedControllerRole
-
native declaration : headers\openvr_capi.h:263
- ETrackedControllerRole_TrackedControllerRole_Max - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedControllerRole
-
native declaration : headers\openvr_capi.h:266
- ETrackedControllerRole_TrackedControllerRole_OptOut - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedControllerRole
-
native declaration : headers\openvr_capi.h:265
- ETrackedControllerRole_TrackedControllerRole_RightHand - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedControllerRole
-
native declaration : headers\openvr_capi.h:264
- ETrackedDeviceClass_TrackedDeviceClass_Controller - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceClass
-
native declaration : headers\openvr_capi.h:255
- ETrackedDeviceClass_TrackedDeviceClass_DisplayRedirect - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceClass
-
native declaration : headers\openvr_capi.h:258
- ETrackedDeviceClass_TrackedDeviceClass_GenericTracker - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceClass
-
native declaration : headers\openvr_capi.h:256
- ETrackedDeviceClass_TrackedDeviceClass_HMD - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceClass
-
native declaration : headers\openvr_capi.h:254
- ETrackedDeviceClass_TrackedDeviceClass_Invalid - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceClass
-
native declaration : headers\openvr_capi.h:253
- ETrackedDeviceClass_TrackedDeviceClass_Max - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceClass
-
native declaration : headers\openvr_capi.h:259
- ETrackedDeviceClass_TrackedDeviceClass_TrackingReference - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceClass
-
native declaration : headers\openvr_capi.h:257
- ETrackedDeviceProperty_Prop_AllWirelessDongleDescriptions_String - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:283
- ETrackedDeviceProperty_Prop_AttachedDeviceId_String - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:392
- ETrackedDeviceProperty_Prop_AudioBridgeFirmwareVersion_Uint64 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:375
- ETrackedDeviceProperty_Prop_AudioFirmwareVersion_Uint64 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:348
- ETrackedDeviceProperty_Prop_Axis0Type_Int32 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:394
- ETrackedDeviceProperty_Prop_Axis1Type_Int32 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:395
- ETrackedDeviceProperty_Prop_Axis2Type_Int32 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:396
- ETrackedDeviceProperty_Prop_Axis3Type_Int32 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:397
- ETrackedDeviceProperty_Prop_Axis4Type_Int32 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:398
- ETrackedDeviceProperty_Prop_BlockServerShutdown_Bool - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:298
- ETrackedDeviceProperty_Prop_CameraCompatibilityMode_Int32 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:349
- ETrackedDeviceProperty_Prop_CameraFirmwareDescription_String - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:344
- ETrackedDeviceProperty_Prop_CameraFirmwareVersion_Uint64 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:343
- ETrackedDeviceProperty_Prop_CameraFrameLayout_Int32 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:315
- ETrackedDeviceProperty_Prop_CameraToHeadTransform_Matrix34 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:332
- ETrackedDeviceProperty_Prop_CameraToHeadTransforms_Matrix34_Array - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:369
- ETrackedDeviceProperty_Prop_CanUnifyCoordinateSystemWithHmd_Bool - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:299
- ETrackedDeviceProperty_Prop_ConfigurationIncludesLighthouse20Features_Bool - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:382
- ETrackedDeviceProperty_Prop_ConnectedWirelessDongle_String - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:284
- ETrackedDeviceProperty_Prop_ContainsProximitySensor_Bool - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:300
- ETrackedDeviceProperty_Prop_ControllerRoleHint_Int32 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:399
- ETrackedDeviceProperty_Prop_ControllerType_String - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:427
- ETrackedDeviceProperty_Prop_CurrentUniverseId_Uint64 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:320
- ETrackedDeviceProperty_Prop_DeviceBatteryPercentage_Float - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:287
- ETrackedDeviceProperty_Prop_DeviceCanPowerOff_Bool - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:302
- ETrackedDeviceProperty_Prop_DeviceClass_Int32 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:304
- ETrackedDeviceProperty_Prop_DeviceIsCharging_Bool - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:286
- ETrackedDeviceProperty_Prop_DeviceIsWireless_Bool - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:285
- ETrackedDeviceProperty_Prop_DeviceProvidesBatteryStatus_Bool - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:301
- ETrackedDeviceProperty_Prop_DisplayAllowNightMode_Bool - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:353
- ETrackedDeviceProperty_Prop_DisplayBootloaderVersion_Uint64 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:346
- ETrackedDeviceProperty_Prop_DisplayDebugMode_Bool - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:360
- ETrackedDeviceProperty_Prop_DisplayFirmwareVersion_Uint64 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:322
- ETrackedDeviceProperty_Prop_DisplayFPGAVersion_Uint64 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:345
- ETrackedDeviceProperty_Prop_DisplayFrequency_Float - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:318
- ETrackedDeviceProperty_Prop_DisplayGCBlackClamp_Float - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:330
- ETrackedDeviceProperty_Prop_DisplayGCImage_String - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:337
- ETrackedDeviceProperty_Prop_DisplayGCOffset_Float - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:334
- ETrackedDeviceProperty_Prop_DisplayGCPrescale_Float - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:336
- ETrackedDeviceProperty_Prop_DisplayGCScale_Float - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:335
- ETrackedDeviceProperty_Prop_DisplayGCType_Int32 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:333
- ETrackedDeviceProperty_Prop_DisplayHardwareVersion_Uint64 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:347
- ETrackedDeviceProperty_Prop_DisplayHiddenArea_Binary_End - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:417
- ETrackedDeviceProperty_Prop_DisplayHiddenArea_Binary_Start - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:416
- ETrackedDeviceProperty_Prop_DisplayMCImageData_Binary - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:357
- ETrackedDeviceProperty_Prop_DisplayMCImageHeight_Int32 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:355
- ETrackedDeviceProperty_Prop_DisplayMCImageLeft_String - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:328
- ETrackedDeviceProperty_Prop_DisplayMCImageNumChannels_Int32 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:356
- ETrackedDeviceProperty_Prop_DisplayMCImageRight_String - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:329
- ETrackedDeviceProperty_Prop_DisplayMCImageWidth_Int32 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:354
- ETrackedDeviceProperty_Prop_DisplayMCOffset_Float - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:325
- ETrackedDeviceProperty_Prop_DisplayMCScale_Float - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:326
- ETrackedDeviceProperty_Prop_DisplayMCType_Int32 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:324
- ETrackedDeviceProperty_Prop_DisplaySuppressed_Bool - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:352
- ETrackedDeviceProperty_Prop_DistortionMeshResolution_Int32 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:370
- ETrackedDeviceProperty_Prop_DongleVersion_Uint64 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:297
- ETrackedDeviceProperty_Prop_DoNotApplyPrediction_Bool - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:368
- ETrackedDeviceProperty_Prop_DriverDirectModeSendsVsyncEvents_Bool - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:359
- ETrackedDeviceProperty_Prop_DriverIsDrawingControllers_Bool - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:371
- ETrackedDeviceProperty_Prop_DriverProvidedChaperonePath_String - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:362
- ETrackedDeviceProperty_Prop_DriverRequestedMuraCorrectionMode_Int32 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:383
- ETrackedDeviceProperty_Prop_DriverRequestedMuraFeather_InnerBottom_Int32 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:387
- ETrackedDeviceProperty_Prop_DriverRequestedMuraFeather_InnerLeft_Int32 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:384
- ETrackedDeviceProperty_Prop_DriverRequestedMuraFeather_InnerRight_Int32 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:385
- ETrackedDeviceProperty_Prop_DriverRequestedMuraFeather_InnerTop_Int32 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:386
- ETrackedDeviceProperty_Prop_DriverRequestedMuraFeather_OuterBottom_Int32 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:391
- ETrackedDeviceProperty_Prop_DriverRequestedMuraFeather_OuterLeft_Int32 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:388
- ETrackedDeviceProperty_Prop_DriverRequestedMuraFeather_OuterRight_Int32 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:389
- ETrackedDeviceProperty_Prop_DriverRequestedMuraFeather_OuterTop_Int32 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:390
- ETrackedDeviceProperty_Prop_DriverRequestsApplicationPause_Bool - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:372
- ETrackedDeviceProperty_Prop_DriverRequestsReducedRendering_Bool - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:373
- ETrackedDeviceProperty_Prop_DriverVersion_String - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:306
- ETrackedDeviceProperty_Prop_EdidProductID_Int32 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:331
- ETrackedDeviceProperty_Prop_EdidVendorID_Int32 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:327
- ETrackedDeviceProperty_Prop_ExpectedControllerCount_Int32 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:364
- ETrackedDeviceProperty_Prop_ExpectedTrackingReferenceCount_Int32 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:363
- ETrackedDeviceProperty_Prop_FieldOfViewBottomDegrees_Float - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:403
- ETrackedDeviceProperty_Prop_FieldOfViewLeftDegrees_Float - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:400
- ETrackedDeviceProperty_Prop_FieldOfViewRightDegrees_Float - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:401
- ETrackedDeviceProperty_Prop_FieldOfViewTopDegrees_Float - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:402
- ETrackedDeviceProperty_Prop_Firmware_ForceUpdateRequired_Bool - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:307
- ETrackedDeviceProperty_Prop_Firmware_ManualUpdate_Bool - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:290
- ETrackedDeviceProperty_Prop_Firmware_ManualUpdateURL_String - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:291
- ETrackedDeviceProperty_Prop_Firmware_ProgrammingTarget_String - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:303
- ETrackedDeviceProperty_Prop_Firmware_UpdateAvailable_Bool - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:289
- ETrackedDeviceProperty_Prop_FirmwareVersion_Uint64 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:293
- ETrackedDeviceProperty_Prop_FPGAVersion_Uint64 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:294
- ETrackedDeviceProperty_Prop_GraphicsAdapterLuid_Uint64 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:361
- ETrackedDeviceProperty_Prop_HardwareRevision_String - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:282
- ETrackedDeviceProperty_Prop_HardwareRevision_Uint64 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:292
- ETrackedDeviceProperty_Prop_HasCamera_Bool - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:305
- ETrackedDeviceProperty_Prop_HasCameraComponent_Bool - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:423
- ETrackedDeviceProperty_Prop_HasControllerComponent_Bool - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:422
- ETrackedDeviceProperty_Prop_HasDisplayComponent_Bool - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:421
- ETrackedDeviceProperty_Prop_HasDriverDirectModeComponent_Bool - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:424
- ETrackedDeviceProperty_Prop_HasSpatialAnchorsSupport_Bool - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:426
- ETrackedDeviceProperty_Prop_HasVirtualDisplayComponent_Bool - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:425
- ETrackedDeviceProperty_Prop_IconPathName_String - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:407
- ETrackedDeviceProperty_Prop_ImageBridgeFirmwareVersion_Uint64 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:376
- ETrackedDeviceProperty_Prop_ImuFactoryAccelerometerBias_Vector3 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:380
- ETrackedDeviceProperty_Prop_ImuFactoryAccelerometerScale_Vector3 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:381
- ETrackedDeviceProperty_Prop_ImuFactoryGyroBias_Vector3 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:378
- ETrackedDeviceProperty_Prop_ImuFactoryGyroScale_Vector3 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:379
- ETrackedDeviceProperty_Prop_ImuToHeadTransform_Matrix34 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:377
- ETrackedDeviceProperty_Prop_InputProfilePath_String - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:312
- ETrackedDeviceProperty_Prop_InstallPath_String - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:420
- ETrackedDeviceProperty_Prop_Invalid - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:274
- ETrackedDeviceProperty_Prop_IsOnDesktop_Bool - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:323
- ETrackedDeviceProperty_Prop_LegacyInputProfile_String - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:428
- ETrackedDeviceProperty_Prop_LensCenterLeftU_Float - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:338
- ETrackedDeviceProperty_Prop_LensCenterLeftV_Float - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:339
- ETrackedDeviceProperty_Prop_LensCenterRightU_Float - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:340
- ETrackedDeviceProperty_Prop_LensCenterRightV_Float - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:341
- ETrackedDeviceProperty_Prop_ManufacturerName_String - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:280
- ETrackedDeviceProperty_Prop_MinimumIpdStepMeters_Float - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:374
- ETrackedDeviceProperty_Prop_ModeLabel_String - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:406
- ETrackedDeviceProperty_Prop_ModelNumber_String - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:276
- ETrackedDeviceProperty_Prop_NamedIconPathControllerLeftDeviceOff_String - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:365
- ETrackedDeviceProperty_Prop_NamedIconPathControllerRightDeviceOff_String - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:366
- ETrackedDeviceProperty_Prop_NamedIconPathDeviceAlertLow_String - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:415
- ETrackedDeviceProperty_Prop_NamedIconPathDeviceNotReady_String - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:413
- ETrackedDeviceProperty_Prop_NamedIconPathDeviceOff_String - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:408
- ETrackedDeviceProperty_Prop_NamedIconPathDeviceReady_String - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:411
- ETrackedDeviceProperty_Prop_NamedIconPathDeviceReadyAlert_String - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:412
- ETrackedDeviceProperty_Prop_NamedIconPathDeviceSearching_String - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:409
- ETrackedDeviceProperty_Prop_NamedIconPathDeviceSearchingAlert_String - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:410
- ETrackedDeviceProperty_Prop_NamedIconPathDeviceStandby_String - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:414
- ETrackedDeviceProperty_Prop_NamedIconPathTrackingReferenceDeviceOff_String - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:367
- ETrackedDeviceProperty_Prop_NeverTracked_Bool - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:313
- ETrackedDeviceProperty_Prop_NumCameras_Int32 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:314
- ETrackedDeviceProperty_Prop_ParentContainer - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:418
- ETrackedDeviceProperty_Prop_ParentDriver_Uint64 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:309
- ETrackedDeviceProperty_Prop_PreviousUniverseId_Uint64 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:321
- ETrackedDeviceProperty_Prop_RadioVersion_Uint64 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:296
- ETrackedDeviceProperty_Prop_RegisteredDeviceType_String - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:311
- ETrackedDeviceProperty_Prop_RenderModelName_String - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:278
- ETrackedDeviceProperty_Prop_ReportsTimeSinceVSync_Bool - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:316
- ETrackedDeviceProperty_Prop_ResourceRoot_String - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:310
- ETrackedDeviceProperty_Prop_ScreenshotHorizontalFieldOfViewDegrees_Float - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:350
- ETrackedDeviceProperty_Prop_ScreenshotVerticalFieldOfViewDegrees_Float - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:351
- ETrackedDeviceProperty_Prop_SecondsFromPhotonsToVblank_Float - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:358
- ETrackedDeviceProperty_Prop_SecondsFromVsyncToPhotons_Float - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:317
- ETrackedDeviceProperty_Prop_SerialNumber_String - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:277
- ETrackedDeviceProperty_Prop_StatusDisplayTransform_Matrix34 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:288
- ETrackedDeviceProperty_Prop_SupportedButtons_Uint64 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:393
- ETrackedDeviceProperty_Prop_TrackedDeviceProperty_Max - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:431
- ETrackedDeviceProperty_Prop_TrackingFirmwareVersion_String - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:281
- ETrackedDeviceProperty_Prop_TrackingRangeMaximumMeters_Float - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:405
- ETrackedDeviceProperty_Prop_TrackingRangeMinimumMeters_Float - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:404
- ETrackedDeviceProperty_Prop_TrackingSystemName_String - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:275
- ETrackedDeviceProperty_Prop_UserConfigPath_String - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:419
- ETrackedDeviceProperty_Prop_UserHeadToEyeDepthMeters_Float - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:342
- ETrackedDeviceProperty_Prop_UserIpdMeters_Float - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:319
- ETrackedDeviceProperty_Prop_VendorSpecific_Reserved_End - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:430
- ETrackedDeviceProperty_Prop_VendorSpecific_Reserved_Start - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:429
- ETrackedDeviceProperty_Prop_ViveSystemButtonFixRequired_Bool - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:308
- ETrackedDeviceProperty_Prop_VRCVersion_Uint64 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:295
- ETrackedDeviceProperty_Prop_WillDriftInYaw_Bool - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedDeviceProperty
-
native declaration : headers\openvr_capi.h:279
- ETrackedPropertyError_TrackedProp_BufferTooSmall - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedPropertyError
-
native declaration : headers\openvr_capi.h:437
- ETrackedPropertyError_TrackedProp_CannotWriteToWildcards - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedPropertyError
-
native declaration : headers\openvr_capi.h:446
- ETrackedPropertyError_TrackedProp_CouldNotContactServer - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedPropertyError
-
native declaration : headers\openvr_capi.h:440
- ETrackedPropertyError_TrackedProp_InvalidDevice - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedPropertyError
-
native declaration : headers\openvr_capi.h:439
- ETrackedPropertyError_TrackedProp_InvalidOperation - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedPropertyError
-
native declaration : headers\openvr_capi.h:445
- ETrackedPropertyError_TrackedProp_NotYetAvailable - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedPropertyError
-
native declaration : headers\openvr_capi.h:443
- ETrackedPropertyError_TrackedProp_PermissionDenied - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedPropertyError
-
native declaration : headers\openvr_capi.h:444
- ETrackedPropertyError_TrackedProp_StringExceedsMaximumLength - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedPropertyError
-
native declaration : headers\openvr_capi.h:442
- ETrackedPropertyError_TrackedProp_Success - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedPropertyError
-
native declaration : headers\openvr_capi.h:434
- ETrackedPropertyError_TrackedProp_UnknownProperty - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedPropertyError
-
native declaration : headers\openvr_capi.h:438
- ETrackedPropertyError_TrackedProp_ValueNotProvidedByDevice - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedPropertyError
-
native declaration : headers\openvr_capi.h:441
- ETrackedPropertyError_TrackedProp_WrongDataType - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedPropertyError
-
native declaration : headers\openvr_capi.h:435
- ETrackedPropertyError_TrackedProp_WrongDeviceClass - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackedPropertyError
-
native declaration : headers\openvr_capi.h:436
- eTrackingResult - Variable in class com.jme3.system.jopenvr.TrackedDevicePose_t
-
C type : ETrackingResult
- ETrackingResult_TrackingResult_Calibrating_InProgress - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackingResult
-
native declaration : headers\openvr_capi.h:247
- ETrackingResult_TrackingResult_Calibrating_OutOfRange - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackingResult
-
native declaration : headers\openvr_capi.h:248
- ETrackingResult_TrackingResult_Running_OK - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackingResult
-
native declaration : headers\openvr_capi.h:249
- ETrackingResult_TrackingResult_Running_OutOfRange - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackingResult
-
native declaration : headers\openvr_capi.h:250
- ETrackingResult_TrackingResult_Uninitialized - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackingResult
-
native declaration : headers\openvr_capi.h:246
- ETrackingUniverseOrigin_TrackingUniverseRawAndUncalibrated - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackingUniverseOrigin
-
native declaration : headers\openvr_capi.h:271
- ETrackingUniverseOrigin_TrackingUniverseSeated - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackingUniverseOrigin
-
native declaration : headers\openvr_capi.h:269
- ETrackingUniverseOrigin_TrackingUniverseStanding - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.ETrackingUniverseOrigin
-
native declaration : headers\openvr_capi.h:270
- eType - Variable in class com.jme3.system.jopenvr.Texture_t
-
C type : ETextureType
- eval(T) - Method in interface com.jme3.util.functional.Function
-
- eval() - Method in interface com.jme3.util.functional.NoArgFunction
-
- eval() - Method in interface com.jme3.util.functional.NoArgVoidFunction
-
- eval(T) - Method in interface com.jme3.util.functional.VoidFunction
-
- evalShBasis(Vector3f, float[]) - Static method in class com.jme3.environment.util.EnvMapUtils
-
Computes SH coefficient for a given textel dir The method used is the one
from this article : http://graphics.stanford.edu/papers/envmap/envmap.pdf
- event - Variable in class com.jme3.opencl.Buffer.AsyncMapping
-
- Event - Class in com.jme3.opencl
-
Wrapper for an OpenCL Event object.
- Event(OpenCLObject.ObjectReleaser) - Constructor for class com.jme3.opencl.Event
-
- event - Variable in class com.jme3.opencl.Image.ImageMapping
-
The event object used to detect when the memory is available.
- eventAgeSeconds - Variable in class com.jme3.system.jopenvr.VREvent_t
-
- eventDispatchImpulseThreshold() - Method in class com.jme3.bullet.animation.DacConfiguration
-
Read the event-dispatch impulse threshold of this control.
- eventDispatchImpulseThreshold - Variable in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
- EVENTS_PENDING - Static variable in interface com.jme3.network.kernel.Kernel
-
A marker envelope returned from read() that indicates that
there are events pending.
- eventType - Variable in class com.jme3.system.jopenvr.VREvent_t
-
EVREventType enum
- EVRApplicationError_VRApplicationError_AppKeyAlreadyExists - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRApplicationError
-
native declaration : headers\openvr_capi.h:920
- EVRApplicationError_VRApplicationError_ApplicationAlreadyRunning - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRApplicationError
-
native declaration : headers\openvr_capi.h:926
- EVRApplicationError_VRApplicationError_ApplicationAlreadyStarting - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRApplicationError
-
native declaration : headers\openvr_capi.h:930
- EVRApplicationError_VRApplicationError_BufferTooSmall - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRApplicationError
-
native declaration : headers\openvr_capi.h:936
- EVRApplicationError_VRApplicationError_InvalidApplication - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRApplicationError
-
native declaration : headers\openvr_capi.h:928
- EVRApplicationError_VRApplicationError_InvalidIndex - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRApplicationError
-
native declaration : headers\openvr_capi.h:923
- EVRApplicationError_VRApplicationError_InvalidManifest - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRApplicationError
-
native declaration : headers\openvr_capi.h:927
- EVRApplicationError_VRApplicationError_InvalidParameter - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRApplicationError
-
native declaration : headers\openvr_capi.h:939
- EVRApplicationError_VRApplicationError_IPCFailed - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRApplicationError
-
native declaration : headers\openvr_capi.h:925
- EVRApplicationError_VRApplicationError_IsTemplate - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRApplicationError
-
native declaration : headers\openvr_capi.h:934
- EVRApplicationError_VRApplicationError_LaunchFailed - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRApplicationError
-
native declaration : headers\openvr_capi.h:929
- EVRApplicationError_VRApplicationError_LaunchInProgress - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRApplicationError
-
native declaration : headers\openvr_capi.h:931
- EVRApplicationError_VRApplicationError_NoApplication - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRApplicationError
-
native declaration : headers\openvr_capi.h:922
- EVRApplicationError_VRApplicationError_NoManifest - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRApplicationError
-
native declaration : headers\openvr_capi.h:921
- EVRApplicationError_VRApplicationError_None - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRApplicationError
-
native declaration : headers\openvr_capi.h:919
- EVRApplicationError_VRApplicationError_OldApplicationQuitting - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRApplicationError
-
native declaration : headers\openvr_capi.h:932
- EVRApplicationError_VRApplicationError_PropertyNotSet - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRApplicationError
-
native declaration : headers\openvr_capi.h:937
- EVRApplicationError_VRApplicationError_SteamVRIsExiting - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRApplicationError
-
native declaration : headers\openvr_capi.h:935
- EVRApplicationError_VRApplicationError_TransitionAborted - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRApplicationError
-
native declaration : headers\openvr_capi.h:933
- EVRApplicationError_VRApplicationError_UnknownApplication - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRApplicationError
-
native declaration : headers\openvr_capi.h:924
- EVRApplicationError_VRApplicationError_UnknownProperty - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRApplicationError
-
native declaration : headers\openvr_capi.h:938
- EVRApplicationProperty_VRApplicationProperty_ActionManifestURL_String - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRApplicationProperty
-
native declaration : headers\openvr_capi.h:952
- EVRApplicationProperty_VRApplicationProperty_Arguments_String - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRApplicationProperty
-
native declaration : headers\openvr_capi.h:946
- EVRApplicationProperty_VRApplicationProperty_BinaryPath_String - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRApplicationProperty
-
native declaration : headers\openvr_capi.h:945
- EVRApplicationProperty_VRApplicationProperty_Description_String - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRApplicationProperty
-
native declaration : headers\openvr_capi.h:948
- EVRApplicationProperty_VRApplicationProperty_ImagePath_String - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRApplicationProperty
-
native declaration : headers\openvr_capi.h:950
- EVRApplicationProperty_VRApplicationProperty_IsDashboardOverlay_Bool - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRApplicationProperty
-
native declaration : headers\openvr_capi.h:953
- EVRApplicationProperty_VRApplicationProperty_IsInstanced_Bool - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRApplicationProperty
-
native declaration : headers\openvr_capi.h:955
- EVRApplicationProperty_VRApplicationProperty_IsInternal_Bool - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRApplicationProperty
-
native declaration : headers\openvr_capi.h:956
- EVRApplicationProperty_VRApplicationProperty_IsTemplate_Bool - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRApplicationProperty
-
native declaration : headers\openvr_capi.h:954
- EVRApplicationProperty_VRApplicationProperty_LastLaunchTime_Uint64 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRApplicationProperty
-
native declaration : headers\openvr_capi.h:958
- EVRApplicationProperty_VRApplicationProperty_LaunchType_String - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRApplicationProperty
-
native declaration : headers\openvr_capi.h:943
- EVRApplicationProperty_VRApplicationProperty_Name_String - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRApplicationProperty
-
native declaration : headers\openvr_capi.h:942
- EVRApplicationProperty_VRApplicationProperty_NewsURL_String - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRApplicationProperty
-
native declaration : headers\openvr_capi.h:949
- EVRApplicationProperty_VRApplicationProperty_Source_String - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRApplicationProperty
-
native declaration : headers\openvr_capi.h:951
- EVRApplicationProperty_VRApplicationProperty_URL_String - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRApplicationProperty
-
native declaration : headers\openvr_capi.h:947
- EVRApplicationProperty_VRApplicationProperty_WantsCompositorPauseInStandby_Bool - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRApplicationProperty
-
native declaration : headers\openvr_capi.h:957
- EVRApplicationProperty_VRApplicationProperty_WorkingDirectory_String - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRApplicationProperty
-
native declaration : headers\openvr_capi.h:944
- EVRApplicationTransitionState_VRApplicationTransition_NewAppLaunched - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRApplicationTransitionState
-
native declaration : headers\openvr_capi.h:964
- EVRApplicationTransitionState_VRApplicationTransition_None - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRApplicationTransitionState
-
native declaration : headers\openvr_capi.h:961
- EVRApplicationTransitionState_VRApplicationTransition_OldAppQuitSent - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRApplicationTransitionState
-
native declaration : headers\openvr_capi.h:962
- EVRApplicationTransitionState_VRApplicationTransition_WaitingForExternalLaunch - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRApplicationTransitionState
-
native declaration : headers\openvr_capi.h:963
- EVRApplicationType_VRApplication_Background - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRApplicationType
-
native declaration : headers\openvr_capi.h:745
- EVRApplicationType_VRApplication_Bootstrapper - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRApplicationType
-
native declaration : headers\openvr_capi.h:749
- EVRApplicationType_VRApplication_Max - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRApplicationType
-
native declaration : headers\openvr_capi.h:750
- EVRApplicationType_VRApplication_Other - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRApplicationType
-
native declaration : headers\openvr_capi.h:742
- EVRApplicationType_VRApplication_Overlay - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRApplicationType
-
native declaration : headers\openvr_capi.h:744
- EVRApplicationType_VRApplication_Scene - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRApplicationType
-
native declaration : headers\openvr_capi.h:743
- EVRApplicationType_VRApplication_SteamWatchdog - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRApplicationType
-
native declaration : headers\openvr_capi.h:748
- EVRApplicationType_VRApplication_Utility - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRApplicationType
-
native declaration : headers\openvr_capi.h:746
- EVRApplicationType_VRApplication_VRMonitor - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRApplicationType
-
native declaration : headers\openvr_capi.h:747
- EVRButtonId_k_EButton_A - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRButtonId
-
native declaration : headers\openvr_capi.h:632
- EVRButtonId_k_EButton_ApplicationMenu - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRButtonId
-
native declaration : headers\openvr_capi.h:626
- EVRButtonId_k_EButton_Axis0 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRButtonId
-
native declaration : headers\openvr_capi.h:634
- EVRButtonId_k_EButton_Axis1 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRButtonId
-
native declaration : headers\openvr_capi.h:635
- EVRButtonId_k_EButton_Axis2 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRButtonId
-
native declaration : headers\openvr_capi.h:636
- EVRButtonId_k_EButton_Axis3 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRButtonId
-
native declaration : headers\openvr_capi.h:637
- EVRButtonId_k_EButton_Axis4 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRButtonId
-
native declaration : headers\openvr_capi.h:638
- EVRButtonId_k_EButton_Dashboard_Back - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRButtonId
-
native declaration : headers\openvr_capi.h:641
- EVRButtonId_k_EButton_DPad_Down - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRButtonId
-
native declaration : headers\openvr_capi.h:631
- EVRButtonId_k_EButton_DPad_Left - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRButtonId
-
native declaration : headers\openvr_capi.h:628
- EVRButtonId_k_EButton_DPad_Right - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRButtonId
-
native declaration : headers\openvr_capi.h:630
- EVRButtonId_k_EButton_DPad_Up - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRButtonId
-
native declaration : headers\openvr_capi.h:629
- EVRButtonId_k_EButton_Grip - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRButtonId
-
native declaration : headers\openvr_capi.h:627
- EVRButtonId_k_EButton_Knuckles_A - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRButtonId
-
native declaration : headers\openvr_capi.h:642
- EVRButtonId_k_EButton_Knuckles_B - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRButtonId
-
native declaration : headers\openvr_capi.h:643
- EVRButtonId_k_EButton_Knuckles_JoyStick - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRButtonId
-
native declaration : headers\openvr_capi.h:644
- EVRButtonId_k_EButton_Max - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRButtonId
-
native declaration : headers\openvr_capi.h:645
- EVRButtonId_k_EButton_ProximitySensor - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRButtonId
-
native declaration : headers\openvr_capi.h:633
- EVRButtonId_k_EButton_SteamVR_Touchpad - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRButtonId
-
native declaration : headers\openvr_capi.h:639
- EVRButtonId_k_EButton_SteamVR_Trigger - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRButtonId
-
native declaration : headers\openvr_capi.h:640
- EVRButtonId_k_EButton_System - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRButtonId
-
native declaration : headers\openvr_capi.h:625
- EVRComponentProperty_VRComponentProperty_IsPressed - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRComponentProperty
-
native declaration : headers\openvr_capi.h:1081
- EVRComponentProperty_VRComponentProperty_IsScrolled - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRComponentProperty
-
native declaration : headers\openvr_capi.h:1082
- EVRComponentProperty_VRComponentProperty_IsStatic - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRComponentProperty
-
native declaration : headers\openvr_capi.h:1078
- EVRComponentProperty_VRComponentProperty_IsTouched - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRComponentProperty
-
native declaration : headers\openvr_capi.h:1080
- EVRComponentProperty_VRComponentProperty_IsVisible - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRComponentProperty
-
native declaration : headers\openvr_capi.h:1079
- EVRCompositorError_VRCompositorError_AlreadySubmitted - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRCompositorError
-
native declaration : headers\openvr_capi.h:996
- EVRCompositorError_VRCompositorError_DoNotHaveFocus - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRCompositorError
-
native declaration : headers\openvr_capi.h:989
- EVRCompositorError_VRCompositorError_IncompatibleVersion - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRCompositorError
-
native declaration : headers\openvr_capi.h:988
- EVRCompositorError_VRCompositorError_IndexOutOfRange - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRCompositorError
-
native declaration : headers\openvr_capi.h:995
- EVRCompositorError_VRCompositorError_InvalidBounds - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRCompositorError
-
native declaration : headers\openvr_capi.h:997
- EVRCompositorError_VRCompositorError_InvalidTexture - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRCompositorError
-
native declaration : headers\openvr_capi.h:990
- EVRCompositorError_VRCompositorError_IsNotSceneApplication - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRCompositorError
-
native declaration : headers\openvr_capi.h:991
- EVRCompositorError_VRCompositorError_None - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRCompositorError
-
native declaration : headers\openvr_capi.h:986
- EVRCompositorError_VRCompositorError_RequestFailed - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRCompositorError
-
native declaration : headers\openvr_capi.h:987
- EVRCompositorError_VRCompositorError_SharedTexturesNotSupported - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRCompositorError
-
native declaration : headers\openvr_capi.h:994
- EVRCompositorError_VRCompositorError_TextureIsOnWrongDevice - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRCompositorError
-
native declaration : headers\openvr_capi.h:992
- EVRCompositorError_VRCompositorError_TextureUsesUnsupportedFormat - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRCompositorError
-
native declaration : headers\openvr_capi.h:993
- EVRCompositorTimingMode_VRCompositorTimingMode_Explicit_ApplicationPerformsPostPresentHandoff - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRCompositorTimingMode
-
native declaration : headers\openvr_capi.h:1002
- EVRCompositorTimingMode_VRCompositorTimingMode_Explicit_RuntimePerformsPostPresentHandoff - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRCompositorTimingMode
-
native declaration : headers\openvr_capi.h:1001
- EVRCompositorTimingMode_VRCompositorTimingMode_Implicit - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRCompositorTimingMode
-
native declaration : headers\openvr_capi.h:1000
- EVRControllerAxisType_k_eControllerAxis_Joystick - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRControllerAxisType
-
native declaration : headers\openvr_capi.h:700
- EVRControllerAxisType_k_eControllerAxis_None - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRControllerAxisType
-
native declaration : headers\openvr_capi.h:698
- EVRControllerAxisType_k_eControllerAxis_TrackPad - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRControllerAxisType
-
native declaration : headers\openvr_capi.h:699
- EVRControllerAxisType_k_eControllerAxis_Trigger - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRControllerAxisType
-
native declaration : headers\openvr_capi.h:701
- EVRControllerEventOutputType_ControllerEventOutput_OSEvents - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRControllerEventOutputType
-
native declaration : headers\openvr_capi.h:704
- EVRControllerEventOutputType_ControllerEventOutput_VREvents - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRControllerEventOutputType
-
native declaration : headers\openvr_capi.h:705
- EVREventType_VREvent_ActionBindingReloaded - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:512
- EVREventType_VREvent_ApplicationListUpdated - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:586
- EVREventType_VREvent_ApplicationMimeTypeLoad - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:587
- EVREventType_VREvent_ApplicationTransitionAborted - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:584
- EVREventType_VREvent_ApplicationTransitionNewAppLaunchComplete - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:588
- EVREventType_VREvent_ApplicationTransitionNewAppStarted - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:585
- EVREventType_VREvent_ApplicationTransitionStarted - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:583
- EVREventType_VREvent_AudioSettingsHaveChanged - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:557
- EVREventType_VREvent_BackgroundSettingHasChanged - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:558
- EVREventType_VREvent_ButtonPress - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:483
- EVREventType_VREvent_ButtonTouch - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:485
- EVREventType_VREvent_ButtonUnpress - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:484
- EVREventType_VREvent_ButtonUntouch - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:486
- EVREventType_VREvent_CameraSettingsHaveChanged - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:559
- EVREventType_VREvent_ChaperoneDataHasChanged - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:552
- EVREventType_VREvent_ChaperoneSettingsHaveChanged - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:555
- EVREventType_VREvent_ChaperoneTempDataHasChanged - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:554
- EVREventType_VREvent_ChaperoneUniverseHasChanged - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:553
- EVREventType_VREvent_Compositor_ChaperoneBoundsHidden - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:594
- EVREventType_VREvent_Compositor_ChaperoneBoundsShown - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:593
- EVREventType_VREvent_Compositor_MirrorWindowHidden - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:592
- EVREventType_VREvent_Compositor_MirrorWindowShown - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:591
- EVREventType_VREvent_ConsoleClosed - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:516
- EVREventType_VREvent_ConsoleOpened - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:515
- EVREventType_VREvent_DashboardActivated - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:519
- EVREventType_VREvent_DashboardDeactivated - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:520
- EVREventType_VREvent_DashboardOverlayCreated - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:533
- EVREventType_VREvent_DashboardRequested - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:522
- EVREventType_VREvent_DashboardSectionSettingChanged - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:572
- EVREventType_VREvent_DashboardThumbSelected - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:521
- EVREventType_VREvent_DriverRequestedQuit - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:551
- EVREventType_VREvent_DualAnalog_Cancel - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:494
- EVREventType_VREvent_DualAnalog_ModeSwitch1 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:492
- EVREventType_VREvent_DualAnalog_ModeSwitch2 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:493
- EVREventType_VREvent_DualAnalog_Move - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:491
- EVREventType_VREvent_DualAnalog_Press - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:487
- EVREventType_VREvent_DualAnalog_Touch - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:489
- EVREventType_VREvent_DualAnalog_Unpress - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:488
- EVREventType_VREvent_DualAnalog_Untouch - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:490
- EVREventType_VREvent_EnableHomeAppSettingsHaveChanged - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:564
- EVREventType_VREvent_EnterStandbyMode - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:475
- EVREventType_VREvent_EnvironmentSettingsHaveChanged - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:562
- EVREventType_VREvent_FirmwareUpdateFinished - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:579
- EVREventType_VREvent_FirmwareUpdateStarted - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:578
- EVREventType_VREvent_FocusEnter - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:498
- EVREventType_VREvent_FocusLeave - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:499
- EVREventType_VREvent_HideKeyboard - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:527
- EVREventType_VREvent_HideRenderModels - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:513
- EVREventType_VREvent_ImageFailed - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:532
- EVREventType_VREvent_ImageLoaded - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:525
- EVREventType_VREvent_Input_ActionManifestLoadFailed - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:609
- EVREventType_VREvent_Input_ActionManifestReloaded - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:608
- EVREventType_VREvent_Input_BindingLoadFailed - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:606
- EVREventType_VREvent_Input_BindingLoadSuccessful - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:607
- EVREventType_VREvent_Input_HapticVibration - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:605
- EVREventType_VREvent_InputFocusCaptured - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:503
- EVREventType_VREvent_InputFocusChanged - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:509
- EVREventType_VREvent_InputFocusReleased - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:504
- EVREventType_VREvent_IpdChanged - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:474
- EVREventType_VREvent_KeyboardCharInput - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:581
- EVREventType_VREvent_KeyboardClosed - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:580
- EVREventType_VREvent_KeyboardDone - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:582
- EVREventType_VREvent_KeyboardSectionSettingChanged - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:570
- EVREventType_VREvent_LeaveStandbyMode - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:476
- EVREventType_VREvent_LensDistortionChanged - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:479
- EVREventType_VREvent_LighthouseSectionSettingChanged - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:566
- EVREventType_VREvent_MCImageUpdated - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:577
- EVREventType_VREvent_MessageOverlay_Closed - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:603
- EVREventType_VREvent_MessageOverlayCloseRequested - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:604
- EVREventType_VREvent_ModelSkinSettingsHaveChanged - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:561
- EVREventType_VREvent_MouseButtonDown - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:496
- EVREventType_VREvent_MouseButtonUp - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:497
- EVREventType_VREvent_MouseMove - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:495
- EVREventType_VREvent_None - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:468
- EVREventType_VREvent_Notification_BeginInteraction - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:545
- EVREventType_VREvent_Notification_Destroyed - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:546
- EVREventType_VREvent_Notification_Hidden - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:544
- EVREventType_VREvent_Notification_Shown - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:543
- EVREventType_VREvent_NotificationsSectionSettingChanged - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:569
- EVREventType_VREvent_NullSectionSettingChanged - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:567
- EVREventType_VREvent_OverlayFocusChanged - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:502
- EVREventType_VREvent_OverlayGamepadFocusGained - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:528
- EVREventType_VREvent_OverlayGamepadFocusLost - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:529
- EVREventType_VREvent_OverlayHidden - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:518
- EVREventType_VREvent_OverlaySharedTextureChanged - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:530
- EVREventType_VREvent_OverlayShown - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:517
- EVREventType_VREvent_PerformanceTest_DisableCapture - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:601
- EVREventType_VREvent_PerformanceTest_EnableCapture - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:600
- EVREventType_VREvent_PerformanceTest_FidelityLevel - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:602
- EVREventType_VREvent_PerfSectionSettingChanged - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:571
- EVREventType_VREvent_PowerSettingsHaveChanged - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:563
- EVREventType_VREvent_PrimaryDashboardDeviceChanged - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:540
- EVREventType_VREvent_ProcessConnected - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:589
- EVREventType_VREvent_ProcessDisconnected - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:590
- EVREventType_VREvent_ProcessQuit - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:548
- EVREventType_VREvent_PropertyChanged - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:480
- EVREventType_VREvent_Quit - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:547
- EVREventType_VREvent_QuitAborted_UserPrompt - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:549
- EVREventType_VREvent_QuitAcknowledged - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:550
- EVREventType_VREvent_RenderToast - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:524
- EVREventType_VREvent_ReprojectionSettingHasChanged - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:560
- EVREventType_VREvent_RequestScreenshot - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:535
- EVREventType_VREvent_ResetDashboard - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:523
- EVREventType_VREvent_RoomViewHidden - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:542
- EVREventType_VREvent_RoomViewShown - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:541
- EVREventType_VREvent_SceneApplicationChanged - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:507
- EVREventType_VREvent_SceneApplicationSecondaryRenderingStarted - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:510
- EVREventType_VREvent_SceneApplicationUsingWrongGraphicsAdapter - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:511
- EVREventType_VREvent_SceneFocusChanged - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:508
- EVREventType_VREvent_SceneFocusGained - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:506
- EVREventType_VREvent_SceneFocusLost - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:505
- EVREventType_VREvent_ScreenshotFailed - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:537
- EVREventType_VREvent_ScreenshotProgressToDashboard - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:539
- EVREventType_VREvent_ScreenshotTaken - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:536
- EVREventType_VREvent_ScreenshotTriggered - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:531
- EVREventType_VREvent_Scroll - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:500
- EVREventType_VREvent_SeatedZeroPoseReset - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:556
- EVREventType_VREvent_ShowKeyboard - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:526
- EVREventType_VREvent_ShowRenderModels - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:514
- EVREventType_VREvent_SpatialAnchors_DescriptorUpdated - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:611
- EVREventType_VREvent_SpatialAnchors_PoseUpdated - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:610
- EVREventType_VREvent_SpatialAnchors_RequestDescriptorUpdate - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:613
- EVREventType_VREvent_SpatialAnchors_RequestPoseUpdate - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:612
- EVREventType_VREvent_StatusUpdate - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:575
- EVREventType_VREvent_SteamVRSectionSettingChanged - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:565
- EVREventType_VREvent_SubmitScreenshotToDashboard - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:538
- EVREventType_VREvent_SwitchGamepadFocus - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:534
- EVREventType_VREvent_TouchPadMove - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:501
- EVREventType_VREvent_TrackedCamera_EditingSurface - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:599
- EVREventType_VREvent_TrackedCamera_PauseVideoStream - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:597
- EVREventType_VREvent_TrackedCamera_ResumeVideoStream - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:598
- EVREventType_VREvent_TrackedCamera_StartVideoStream - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:595
- EVREventType_VREvent_TrackedCamera_StopVideoStream - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:596
- EVREventType_VREvent_TrackedDeviceActivated - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:469
- EVREventType_VREvent_TrackedDeviceDeactivated - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:470
- EVREventType_VREvent_TrackedDeviceRoleChanged - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:477
- EVREventType_VREvent_TrackedDeviceUpdated - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:471
- EVREventType_VREvent_TrackedDeviceUserInteractionEnded - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:473
- EVREventType_VREvent_TrackedDeviceUserInteractionStarted - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:472
- EVREventType_VREvent_TrackersSectionSettingChanged - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:574
- EVREventType_VREvent_UserInterfaceSectionSettingChanged - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:568
- EVREventType_VREvent_VendorSpecific_Reserved_End - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:615
- EVREventType_VREvent_VendorSpecific_Reserved_Start - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:614
- EVREventType_VREvent_WatchdogWakeUpRequested - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:478
- EVREventType_VREvent_WebInterface_InstallDriverCompleted - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:576
- EVREventType_VREvent_WebInterfaceSectionSettingChanged - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:573
- EVREventType_VREvent_WirelessDisconnect - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:481
- EVREventType_VREvent_WirelessReconnect - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREventType
-
native declaration : headers\openvr_capi.h:482
- EVREye_Eye_Left - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREye
-
native declaration : headers\openvr_capi.h:227
- EVREye_Eye_Right - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVREye
-
native declaration : headers\openvr_capi.h:228
- EVRFirmwareError_VRFirmwareError_Fail - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRFirmwareError
-
native declaration : headers\openvr_capi.h:755
- EVRFirmwareError_VRFirmwareError_None - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRFirmwareError
-
native declaration : headers\openvr_capi.h:753
- EVRFirmwareError_VRFirmwareError_Success - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRFirmwareError
-
native declaration : headers\openvr_capi.h:754
- EVRInitError_VRInitError_Compositor_D3D11HardwareRequired - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:836
- EVRInitError_VRInitError_Compositor_Failed - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:835
- EVRInitError_VRInitError_Compositor_FirmwareRequiresUpdate - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:837
- EVRInitError_VRInitError_Compositor_OverlayInitFailed - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:838
- EVRInitError_VRInitError_Compositor_ScreenshotsInitFailed - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:839
- EVRInitError_VRInitError_Compositor_UnableToCreateDevice - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:840
- EVRInitError_VRInitError_Driver_CalibrationInvalid - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:821
- EVRInitError_VRInitError_Driver_Failed - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:814
- EVRInitError_VRInitError_Driver_HmdDisplayMirrored - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:825
- EVRInitError_VRInitError_Driver_HmdDisplayNotFound - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:822
- EVRInitError_VRInitError_Driver_HmdDriverIdOutOfBounds - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:824
- EVRInitError_VRInitError_Driver_HmdInUse - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:819
- EVRInitError_VRInitError_Driver_HmdUnknown - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:816
- EVRInitError_VRInitError_Driver_NotCalibrated - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:820
- EVRInitError_VRInitError_Driver_NotLoaded - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:817
- EVRInitError_VRInitError_Driver_RuntimeOutOfDate - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:818
- EVRInitError_VRInitError_Driver_TrackedDeviceInterfaceUnknown - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:823
- EVRInitError_VRInitError_Driver_Unknown - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:815
- EVRInitError_VRInitError_Init_AnotherAppLaunching - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:788
- EVRInitError_VRInitError_Init_AppInfoInitFailed - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:785
- EVRInitError_VRInitError_Init_FactoryNotFound - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:775
- EVRInitError_VRInitError_Init_FileNotFound - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:774
- EVRInitError_VRInitError_Init_FirmwareRecoveryBusy - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:810
- EVRInitError_VRInitError_Init_FirmwareUpdateBusy - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:809
- EVRInitError_VRInitError_Init_HmdDriverIdIsNone - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:796
- EVRInitError_VRInitError_Init_HmdNotFound - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:779
- EVRInitError_VRInitError_Init_HmdNotFoundPresenceFailed - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:797
- EVRInitError_VRInitError_Init_InitCanceledByUser - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:787
- EVRInitError_VRInitError_Init_InstallationCorrupt - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:772
- EVRInitError_VRInitError_Init_InstallationNotFound - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:771
- EVRInitError_VRInitError_Init_InterfaceNotFound - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:776
- EVRInitError_VRInitError_Init_Internal - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:795
- EVRInitError_VRInitError_Init_InvalidApplicationType - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:801
- EVRInitError_VRInitError_Init_InvalidInterface - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:777
- EVRInitError_VRInitError_Init_LowPowerWatchdogNotSupported - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:800
- EVRInitError_VRInitError_Init_NoConfigPath - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:782
- EVRInitError_VRInitError_Init_NoLogPath - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:783
- EVRInitError_VRInitError_Init_NoServerForBackgroundApp - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:792
- EVRInitError_VRInitError_Init_NotAvailableToUtilityApps - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:794
- EVRInitError_VRInitError_Init_NotAvailableToWatchdogApps - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:802
- EVRInitError_VRInitError_Init_NotInitialized - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:780
- EVRInitError_VRInitError_Init_NotSupportedWithCompositor - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:793
- EVRInitError_VRInitError_Init_PathRegistryNotFound - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:781
- EVRInitError_VRInitError_Init_PathRegistryNotWritable - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:784
- EVRInitError_VRInitError_Init_RebootingBusy - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:808
- EVRInitError_VRInitError_Init_Retry - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:786
- EVRInitError_VRInitError_Init_SettingsInitFailed - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:789
- EVRInitError_VRInitError_Init_ShuttingDown - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:790
- EVRInitError_VRInitError_Init_TooManyObjects - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:791
- EVRInitError_VRInitError_Init_TrackerManagerInitFailed - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:813
- EVRInitError_VRInitError_Init_USBServiceBusy - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:811
- EVRInitError_VRInitError_Init_UserConfigDirectoryInvalid - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:778
- EVRInitError_VRInitError_Init_VRClientDLLNotFound - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:773
- EVRInitError_VRInitError_Init_VRDashboardNotFound - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:804
- EVRInitError_VRInitError_Init_VRDashboardStartupFailed - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:805
- EVRInitError_VRInitError_Init_VRHomeNotFound - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:806
- EVRInitError_VRInitError_Init_VRHomeStartupFailed - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:807
- EVRInitError_VRInitError_Init_VRMonitorNotFound - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:798
- EVRInitError_VRInitError_Init_VRMonitorStartupFailed - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:799
- EVRInitError_VRInitError_Init_VRWebHelperStartupFailed - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:812
- EVRInitError_VRInitError_Init_WatchdogDisabledInSettings - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:803
- EVRInitError_VRInitError_IPC_CompositorConnectFailed - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:832
- EVRInitError_VRInitError_IPC_CompositorInitFailed - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:829
- EVRInitError_VRInitError_IPC_CompositorInvalidConnectResponse - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:833
- EVRInitError_VRInitError_IPC_ConnectFailed - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:827
- EVRInitError_VRInitError_IPC_ConnectFailedAfterMultipleAttempts - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:834
- EVRInitError_VRInitError_IPC_Failed - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:831
- EVRInitError_VRInitError_IPC_MutexInitFailed - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:830
- EVRInitError_VRInitError_IPC_ServerInitFailed - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:826
- EVRInitError_VRInitError_IPC_SharedStateInitFailed - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:828
- EVRInitError_VRInitError_None - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:769
- EVRInitError_VRInitError_Steam_SteamInstallationNotFound - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:856
- EVRInitError_VRInitError_Unknown - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:770
- EVRInitError_VRInitError_VendorSpecific_HmdFound_CantOpenDevice - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:843
- EVRInitError_VRInitError_VendorSpecific_HmdFound_CantReadFirmwareVersion - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:849
- EVRInitError_VRInitError_VendorSpecific_HmdFound_ConfigFailedSanityCheck - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:855
- EVRInitError_VRInitError_VendorSpecific_HmdFound_ConfigTooBig - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:846
- EVRInitError_VRInitError_VendorSpecific_HmdFound_ConfigTooSmall - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:847
- EVRInitError_VRInitError_VendorSpecific_HmdFound_NoStoredConfig - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:845
- EVRInitError_VRInitError_VendorSpecific_HmdFound_UnableToGetUserDataNext - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:852
- EVRInitError_VRInitError_VendorSpecific_HmdFound_UnableToGetUserDataStart - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:851
- EVRInitError_VRInitError_VendorSpecific_HmdFound_UnableToInitZLib - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:848
- EVRInitError_VRInitError_VendorSpecific_HmdFound_UnableToRequestConfigStart - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:844
- EVRInitError_VRInitError_VendorSpecific_HmdFound_UnableToSendUserDataStart - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:850
- EVRInitError_VRInitError_VendorSpecific_HmdFound_UserDataAddressRange - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:853
- EVRInitError_VRInitError_VendorSpecific_HmdFound_UserDataError - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:854
- EVRInitError_VRInitError_VendorSpecific_UnableToConnectToOculusRuntime - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:841
- EVRInitError_VRInitError_VendorSpecific_WindowsNotInDevMode - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInitError
-
native declaration : headers\openvr_capi.h:842
- EVRInputError_VRInputError_BufferTooSmall - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInputError
-
native declaration : headers\openvr_capi.h:671
- EVRInputError_VRInputError_InvalidBoneCount - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInputError
-
native declaration : headers\openvr_capi.h:668
- EVRInputError_VRInputError_InvalidCompressedData - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInputError
-
native declaration : headers\openvr_capi.h:669
- EVRInputError_VRInputError_InvalidDevice - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInputError
-
native declaration : headers\openvr_capi.h:666
- EVRInputError_VRInputError_InvalidHandle - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInputError
-
native declaration : headers\openvr_capi.h:660
- EVRInputError_VRInputError_InvalidParam - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInputError
-
native declaration : headers\openvr_capi.h:661
- EVRInputError_VRInputError_InvalidSkeleton - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInputError
-
native declaration : headers\openvr_capi.h:667
- EVRInputError_VRInputError_IPCError - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInputError
-
native declaration : headers\openvr_capi.h:664
- EVRInputError_VRInputError_MaxCapacityReached - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInputError
-
native declaration : headers\openvr_capi.h:663
- EVRInputError_VRInputError_MismatchedActionManifest - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInputError
-
native declaration : headers\openvr_capi.h:672
- EVRInputError_VRInputError_MissingSkeletonData - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInputError
-
native declaration : headers\openvr_capi.h:673
- EVRInputError_VRInputError_NameNotFound - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInputError
-
native declaration : headers\openvr_capi.h:658
- EVRInputError_VRInputError_NoActiveActionSet - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInputError
-
native declaration : headers\openvr_capi.h:665
- EVRInputError_VRInputError_NoData - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInputError
-
native declaration : headers\openvr_capi.h:670
- EVRInputError_VRInputError_None - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInputError
-
native declaration : headers\openvr_capi.h:657
- EVRInputError_VRInputError_NoSteam - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInputError
-
native declaration : headers\openvr_capi.h:662
- EVRInputError_VRInputError_WrongType - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInputError
-
native declaration : headers\openvr_capi.h:659
- EVRInputFilterCancelType_VRInputFilterCancel_Momentum - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInputFilterCancelType
-
native declaration : headers\openvr_capi.h:1119
- EVRInputFilterCancelType_VRInputFilterCancel_Timers - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRInputFilterCancelType
-
native declaration : headers\openvr_capi.h:1118
- EVRMouseButton_VRMouseButton_Left - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRMouseButton
-
native declaration : headers\openvr_capi.h:648
- EVRMouseButton_VRMouseButton_Middle - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRMouseButton
-
native declaration : headers\openvr_capi.h:650
- EVRMouseButton_VRMouseButton_Right - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRMouseButton
-
native declaration : headers\openvr_capi.h:649
- EVRMuraCorrectionMode_Default - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRMuraCorrectionMode
-
native declaration : headers\openvr_capi.h:907
- EVRMuraCorrectionMode_NoCorrection - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRMuraCorrectionMode
-
native declaration : headers\openvr_capi.h:908
- EVRNotificationError_VRNotificationError_InvalidNotificationId - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRNotificationError
-
native declaration : headers\openvr_capi.h:759
- EVRNotificationError_VRNotificationError_InvalidOverlayHandle - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRNotificationError
-
native declaration : headers\openvr_capi.h:761
- EVRNotificationError_VRNotificationError_NotificationQueueFull - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRNotificationError
-
native declaration : headers\openvr_capi.h:760
- EVRNotificationError_VRNotificationError_OK - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRNotificationError
-
native declaration : headers\openvr_capi.h:758
- EVRNotificationError_VRNotificationError_SystemWithUserValueAlreadyExists - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRNotificationError
-
native declaration : headers\openvr_capi.h:762
- EVRNotificationStyle_Application - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRNotificationStyle
-
native declaration : headers\openvr_capi.h:1091
- EVRNotificationStyle_Contact_Active - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRNotificationStyle
-
native declaration : headers\openvr_capi.h:1094
- EVRNotificationStyle_Contact_Disabled - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRNotificationStyle
-
native declaration : headers\openvr_capi.h:1092
- EVRNotificationStyle_Contact_Enabled - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRNotificationStyle
-
native declaration : headers\openvr_capi.h:1093
- EVRNotificationStyle_None - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRNotificationStyle
-
native declaration : headers\openvr_capi.h:1090
- EVRNotificationType_Persistent - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRNotificationType
-
native declaration : headers\openvr_capi.h:1086
- EVRNotificationType_Transient - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRNotificationType
-
native declaration : headers\openvr_capi.h:1085
- EVRNotificationType_Transient_SystemWithUserValue - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRNotificationType
-
native declaration : headers\openvr_capi.h:1087
- EVROverlayError_VROverlayError_ArrayTooSmall - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVROverlayError
-
native declaration : headers\openvr_capi.h:729
- EVROverlayError_VROverlayError_BadMaskPrimitive - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVROverlayError
-
native declaration : headers\openvr_capi.h:736
- EVROverlayError_VROverlayError_InvalidHandle - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVROverlayError
-
native declaration : headers\openvr_capi.h:718
- EVROverlayError_VROverlayError_InvalidParameter - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVROverlayError
-
native declaration : headers\openvr_capi.h:727
- EVROverlayError_VROverlayError_InvalidTexture - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVROverlayError
-
native declaration : headers\openvr_capi.h:731
- EVROverlayError_VROverlayError_InvalidTrackedDevice - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVROverlayError
-
native declaration : headers\openvr_capi.h:726
- EVROverlayError_VROverlayError_KeyboardAlreadyInUse - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVROverlayError
-
native declaration : headers\openvr_capi.h:733
- EVROverlayError_VROverlayError_KeyInUse - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVROverlayError
-
native declaration : headers\openvr_capi.h:724
- EVROverlayError_VROverlayError_KeyTooLong - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVROverlayError
-
native declaration : headers\openvr_capi.h:722
- EVROverlayError_VROverlayError_NameTooLong - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVROverlayError
-
native declaration : headers\openvr_capi.h:723
- EVROverlayError_VROverlayError_None - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVROverlayError
-
native declaration : headers\openvr_capi.h:716
- EVROverlayError_VROverlayError_NoNeighbor - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVROverlayError
-
native declaration : headers\openvr_capi.h:734
- EVROverlayError_VROverlayError_OverlayLimitExceeded - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVROverlayError
-
native declaration : headers\openvr_capi.h:720
- EVROverlayError_VROverlayError_PermissionDenied - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVROverlayError
-
native declaration : headers\openvr_capi.h:719
- EVROverlayError_VROverlayError_RequestFailed - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVROverlayError
-
native declaration : headers\openvr_capi.h:730
- EVROverlayError_VROverlayError_TextureAlreadyLocked - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVROverlayError
-
native declaration : headers\openvr_capi.h:737
- EVROverlayError_VROverlayError_TextureLockCapacityReached - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVROverlayError
-
native declaration : headers\openvr_capi.h:738
- EVROverlayError_VROverlayError_TextureNotLocked - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVROverlayError
-
native declaration : headers\openvr_capi.h:739
- EVROverlayError_VROverlayError_ThumbnailCantBeDestroyed - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVROverlayError
-
native declaration : headers\openvr_capi.h:728
- EVROverlayError_VROverlayError_TooManyMaskPrimitives - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVROverlayError
-
native declaration : headers\openvr_capi.h:735
- EVROverlayError_VROverlayError_UnableToLoadFile - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVROverlayError
-
native declaration : headers\openvr_capi.h:732
- EVROverlayError_VROverlayError_UnknownOverlay - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVROverlayError
-
native declaration : headers\openvr_capi.h:717
- EVROverlayError_VROverlayError_WrongTransformType - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVROverlayError
-
native declaration : headers\openvr_capi.h:725
- EVROverlayError_VROverlayError_WrongVisibilityType - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVROverlayError
-
native declaration : headers\openvr_capi.h:721
- EVROverlayIntersectionMaskPrimitiveType_OverlayIntersectionPrimitiveType_Circle - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVROverlayIntersectionMaskPrimitiveType
-
native declaration : headers\openvr_capi.h:1060
- EVROverlayIntersectionMaskPrimitiveType_OverlayIntersectionPrimitiveType_Rectangle - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVROverlayIntersectionMaskPrimitiveType
-
native declaration : headers\openvr_capi.h:1059
- EVRRenderModelError_VRRenderModelError_BufferTooSmall - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRRenderModelError
-
native declaration : headers\openvr_capi.h:1072
- EVRRenderModelError_VRRenderModelError_InvalidArg - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRRenderModelError
-
native declaration : headers\openvr_capi.h:1066
- EVRRenderModelError_VRRenderModelError_InvalidModel - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRRenderModelError
-
native declaration : headers\openvr_capi.h:1067
- EVRRenderModelError_VRRenderModelError_InvalidTexture - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRRenderModelError
-
native declaration : headers\openvr_capi.h:1075
- EVRRenderModelError_VRRenderModelError_Loading - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRRenderModelError
-
native declaration : headers\openvr_capi.h:1064
- EVRRenderModelError_VRRenderModelError_MultipleShapes - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRRenderModelError
-
native declaration : headers\openvr_capi.h:1069
- EVRRenderModelError_VRRenderModelError_MultipleTextures - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRRenderModelError
-
native declaration : headers\openvr_capi.h:1071
- EVRRenderModelError_VRRenderModelError_None - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRRenderModelError
-
native declaration : headers\openvr_capi.h:1063
- EVRRenderModelError_VRRenderModelError_NoShapes - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRRenderModelError
-
native declaration : headers\openvr_capi.h:1068
- EVRRenderModelError_VRRenderModelError_NotEnoughNormals - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRRenderModelError
-
native declaration : headers\openvr_capi.h:1073
- EVRRenderModelError_VRRenderModelError_NotEnoughTexCoords - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRRenderModelError
-
native declaration : headers\openvr_capi.h:1074
- EVRRenderModelError_VRRenderModelError_NotSupported - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRRenderModelError
-
native declaration : headers\openvr_capi.h:1065
- EVRRenderModelError_VRRenderModelError_TooManyVertices - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRRenderModelError
-
native declaration : headers\openvr_capi.h:1070
- EVRScreenshotError_VRScreenshotError_BufferTooSmall - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRScreenshotError
-
native declaration : headers\openvr_capi.h:1109
- EVRScreenshotError_VRScreenshotError_IncompatibleVersion - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRScreenshotError
-
native declaration : headers\openvr_capi.h:1107
- EVRScreenshotError_VRScreenshotError_None - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRScreenshotError
-
native declaration : headers\openvr_capi.h:1105
- EVRScreenshotError_VRScreenshotError_NotFound - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRScreenshotError
-
native declaration : headers\openvr_capi.h:1108
- EVRScreenshotError_VRScreenshotError_RequestFailed - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRScreenshotError
-
native declaration : headers\openvr_capi.h:1106
- EVRScreenshotError_VRScreenshotError_ScreenshotAlreadyInProgress - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRScreenshotError
-
native declaration : headers\openvr_capi.h:1110
- EVRScreenshotPropertyFilenames_VRScreenshotPropertyFilenames_Preview - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRScreenshotPropertyFilenames
-
native declaration : headers\openvr_capi.h:867
- EVRScreenshotPropertyFilenames_VRScreenshotPropertyFilenames_VR - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRScreenshotPropertyFilenames
-
native declaration : headers\openvr_capi.h:868
- EVRScreenshotType_VRScreenshotType_Cubemap - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRScreenshotType
-
native declaration : headers\openvr_capi.h:862
- EVRScreenshotType_VRScreenshotType_Mono - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRScreenshotType
-
native declaration : headers\openvr_capi.h:860
- EVRScreenshotType_VRScreenshotType_MonoPanorama - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRScreenshotType
-
native declaration : headers\openvr_capi.h:863
- EVRScreenshotType_VRScreenshotType_None - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRScreenshotType
-
native declaration : headers\openvr_capi.h:859
- EVRScreenshotType_VRScreenshotType_Stereo - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRScreenshotType
-
native declaration : headers\openvr_capi.h:861
- EVRScreenshotType_VRScreenshotType_StereoPanorama - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRScreenshotType
-
native declaration : headers\openvr_capi.h:864
- EVRSettingsError_VRSettingsError_IPCFailed - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRSettingsError
-
native declaration : headers\openvr_capi.h:1098
- EVRSettingsError_VRSettingsError_JsonParseFailed - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRSettingsError
-
native declaration : headers\openvr_capi.h:1101
- EVRSettingsError_VRSettingsError_None - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRSettingsError
-
native declaration : headers\openvr_capi.h:1097
- EVRSettingsError_VRSettingsError_ReadFailed - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRSettingsError
-
native declaration : headers\openvr_capi.h:1100
- EVRSettingsError_VRSettingsError_UnsetSettingHasNoDefault - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRSettingsError
-
native declaration : headers\openvr_capi.h:1102
- EVRSettingsError_VRSettingsError_WriteFailed - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRSettingsError
-
native declaration : headers\openvr_capi.h:1099
- EVRSkeletalMotionRange_VRSkeletalMotionRange_WithController - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRSkeletalMotionRange
-
native declaration : headers\openvr_capi.h:765
- EVRSkeletalMotionRange_VRSkeletalMotionRange_WithoutController - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRSkeletalMotionRange
-
native declaration : headers\openvr_capi.h:766
- EVRSkeletalTransformSpace_VRSkeletalTransformSpace_Additive - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRSkeletalTransformSpace
-
native declaration : headers\openvr_capi.h:1115
- EVRSkeletalTransformSpace_VRSkeletalTransformSpace_Model - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRSkeletalTransformSpace
-
native declaration : headers\openvr_capi.h:1113
- EVRSkeletalTransformSpace_VRSkeletalTransformSpace_Parent - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRSkeletalTransformSpace
-
native declaration : headers\openvr_capi.h:1114
- EVRSpatialAnchorError_VRSpatialAnchorError_ArrayTooSmall - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRSpatialAnchorError
-
native declaration : headers\openvr_capi.h:679
- EVRSpatialAnchorError_VRSpatialAnchorError_DescriptorTooLong - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRSpatialAnchorError
-
native declaration : headers\openvr_capi.h:685
- EVRSpatialAnchorError_VRSpatialAnchorError_Internal - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRSpatialAnchorError
-
native declaration : headers\openvr_capi.h:677
- EVRSpatialAnchorError_VRSpatialAnchorError_InvalidArgument - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRSpatialAnchorError
-
native declaration : headers\openvr_capi.h:688
- EVRSpatialAnchorError_VRSpatialAnchorError_InvalidDescriptorChar - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRSpatialAnchorError
-
native declaration : headers\openvr_capi.h:680
- EVRSpatialAnchorError_VRSpatialAnchorError_NoRoomCalibration - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRSpatialAnchorError
-
native declaration : headers\openvr_capi.h:687
- EVRSpatialAnchorError_VRSpatialAnchorError_NotAvailableInThisUniverse - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRSpatialAnchorError
-
native declaration : headers\openvr_capi.h:682
- EVRSpatialAnchorError_VRSpatialAnchorError_NotYetAvailable - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRSpatialAnchorError
-
native declaration : headers\openvr_capi.h:681
- EVRSpatialAnchorError_VRSpatialAnchorError_PermanentlyUnavailable - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRSpatialAnchorError
-
native declaration : headers\openvr_capi.h:683
- EVRSpatialAnchorError_VRSpatialAnchorError_Success - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRSpatialAnchorError
-
native declaration : headers\openvr_capi.h:676
- EVRSpatialAnchorError_VRSpatialAnchorError_Unknown - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRSpatialAnchorError
-
native declaration : headers\openvr_capi.h:686
- EVRSpatialAnchorError_VRSpatialAnchorError_UnknownDriver - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRSpatialAnchorError
-
native declaration : headers\openvr_capi.h:689
- EVRSpatialAnchorError_VRSpatialAnchorError_UnknownHandle - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRSpatialAnchorError
-
native declaration : headers\openvr_capi.h:678
- EVRSpatialAnchorError_VRSpatialAnchorError_WrongDriver - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRSpatialAnchorError
-
native declaration : headers\openvr_capi.h:684
- EVRState_VRState_NotReady - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRState
-
native declaration : headers\openvr_capi.h:463
- EVRState_VRState_Off - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRState
-
native declaration : headers\openvr_capi.h:458
- EVRState_VRState_Ready - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRState
-
native declaration : headers\openvr_capi.h:461
- EVRState_VRState_Ready_Alert - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRState
-
native declaration : headers\openvr_capi.h:462
- EVRState_VRState_Ready_Alert_Low - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRState
-
native declaration : headers\openvr_capi.h:465
- EVRState_VRState_Searching - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRState
-
native declaration : headers\openvr_capi.h:459
- EVRState_VRState_Searching_Alert - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRState
-
native declaration : headers\openvr_capi.h:460
- EVRState_VRState_Standby - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRState
-
native declaration : headers\openvr_capi.h:464
- EVRState_VRState_Undefined - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRState
-
native declaration : headers\openvr_capi.h:457
- EVRSubmitFlags_Submit_Default - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRSubmitFlags
-
native declaration : headers\openvr_capi.h:449
- EVRSubmitFlags_Submit_GlRenderBuffer - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRSubmitFlags
-
native declaration : headers\openvr_capi.h:451
- EVRSubmitFlags_Submit_LensDistortionAlreadyApplied - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRSubmitFlags
-
native declaration : headers\openvr_capi.h:450
- EVRSubmitFlags_Submit_Reserved - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRSubmitFlags
-
native declaration : headers\openvr_capi.h:452
- EVRSubmitFlags_Submit_TextureWithDepth - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRSubmitFlags
-
native declaration : headers\openvr_capi.h:454
- EVRSubmitFlags_Submit_TextureWithPose - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRSubmitFlags
-
native declaration : headers\openvr_capi.h:453
- EVRTrackedCameraError_VRTrackedCameraError_FailedToGetGLTextureId - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRTrackedCameraError
-
native declaration : headers\openvr_capi.h:883
- EVRTrackedCameraError_VRTrackedCameraError_FrameBufferingFailure - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRTrackedCameraError
-
native declaration : headers\openvr_capi.h:879
- EVRTrackedCameraError_VRTrackedCameraError_InvalidArgument - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRTrackedCameraError
-
native declaration : headers\openvr_capi.h:886
- EVRTrackedCameraError_VRTrackedCameraError_InvalidFrameBufferSize - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRTrackedCameraError
-
native declaration : headers\openvr_capi.h:887
- EVRTrackedCameraError_VRTrackedCameraError_InvalidFrameHeaderVersion - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRTrackedCameraError
-
native declaration : headers\openvr_capi.h:874
- EVRTrackedCameraError_VRTrackedCameraError_InvalidGLTextureId - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRTrackedCameraError
-
native declaration : headers\openvr_capi.h:881
- EVRTrackedCameraError_VRTrackedCameraError_InvalidHandle - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRTrackedCameraError
-
native declaration : headers\openvr_capi.h:873
- EVRTrackedCameraError_VRTrackedCameraError_InvalidSharedTextureHandle - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRTrackedCameraError
-
native declaration : headers\openvr_capi.h:882
- EVRTrackedCameraError_VRTrackedCameraError_IPCFailure - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRTrackedCameraError
-
native declaration : headers\openvr_capi.h:876
- EVRTrackedCameraError_VRTrackedCameraError_NoFrameAvailable - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRTrackedCameraError
-
native declaration : headers\openvr_capi.h:885
- EVRTrackedCameraError_VRTrackedCameraError_None - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRTrackedCameraError
-
native declaration : headers\openvr_capi.h:871
- EVRTrackedCameraError_VRTrackedCameraError_NotSupportedForThisDevice - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRTrackedCameraError
-
native declaration : headers\openvr_capi.h:877
- EVRTrackedCameraError_VRTrackedCameraError_OperationFailed - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRTrackedCameraError
-
native declaration : headers\openvr_capi.h:872
- EVRTrackedCameraError_VRTrackedCameraError_OutOfHandles - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRTrackedCameraError
-
native declaration : headers\openvr_capi.h:875
- EVRTrackedCameraError_VRTrackedCameraError_SharedMemoryFailure - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRTrackedCameraError
-
native declaration : headers\openvr_capi.h:878
- EVRTrackedCameraError_VRTrackedCameraError_SharedTextureFailure - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRTrackedCameraError
-
native declaration : headers\openvr_capi.h:884
- EVRTrackedCameraError_VRTrackedCameraError_StreamSetupFailure - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRTrackedCameraError
-
native declaration : headers\openvr_capi.h:880
- EVRTrackedCameraFrameLayout_HorizontalLayout - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRTrackedCameraFrameLayout
-
native declaration : headers\openvr_capi.h:893
- EVRTrackedCameraFrameLayout_Mono - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRTrackedCameraFrameLayout
-
native declaration : headers\openvr_capi.h:890
- EVRTrackedCameraFrameLayout_Stereo - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRTrackedCameraFrameLayout
-
native declaration : headers\openvr_capi.h:891
- EVRTrackedCameraFrameLayout_VerticalLayout - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRTrackedCameraFrameLayout
-
native declaration : headers\openvr_capi.h:892
- EVRTrackedCameraFrameType_MAX_CAMERA_FRAME_TYPES - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRTrackedCameraFrameType
-
native declaration : headers\openvr_capi.h:899
- EVRTrackedCameraFrameType_VRTrackedCameraFrameType_Distorted - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRTrackedCameraFrameType
-
native declaration : headers\openvr_capi.h:896
- EVRTrackedCameraFrameType_VRTrackedCameraFrameType_MaximumUndistorted - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRTrackedCameraFrameType
-
native declaration : headers\openvr_capi.h:898
- EVRTrackedCameraFrameType_VRTrackedCameraFrameType_Undistorted - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVRTrackedCameraFrameType
-
native declaration : headers\openvr_capi.h:897
- EVSync_VSync_None - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVSync
-
native declaration : headers\openvr_capi.h:902
- EVSync_VSync_NoWaitRender - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVSync
-
native declaration : headers\openvr_capi.h:904
- EVSync_VSync_WaitRender - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.EVSync
-
native declaration : headers\openvr_capi.h:903
- execute() - Method in class com.jme3.system.AWTTaskExecutor
-
Execute all the tasks that are waiting.
- execute(Runnable) - Method in class com.jme3.terrain.executor.TerrainExecutorService
-
- executor - Variable in class com.jme3.asset.ThreadingManager
-
- executor - Variable in class com.jme3.bullet.BulletAppState
-
executor service for physics tasks, or null if parallel simulation is not
running
- EXECUTOR - Static variable in class com.jme3.input.AWTInput
-
- existsNonAtlasTexture(int) - Method in class com.jme3.niftygui.JmeBatchRenderBackend
-
- exitDialogMessage - Variable in class com.jme3.app.AndroidHarness
-
Message of the exit dialog, default is "Use your home key to bring this
app into the background or exit to terminate it."
- exitDialogMessage - Variable in class com.jme3.app.AndroidHarnessFragment
-
Message of the exit dialog, default is "Use your home key to bring this
app into the background or exit to terminate it."
- exitDialogTitle - Variable in class com.jme3.app.AndroidHarness
-
Title of the exit dialog, default is "Do you want to exit?"
- exitDialogTitle - Variable in class com.jme3.app.AndroidHarnessFragment
-
Title of the exit dialog, default is "Do you want to exit?"
- exp(float) - Static method in class com.jme3.math.FastMath
-
Returns E^fValue
- exp(Quaternion, Quaternion) - Static method in class com.jme3.math.MathUtils
-
Calculate the exponential of a pure quaternion.
- exporter - Variable in class com.jme3.material.plugin.export.material.J3MOutputCapsule
-
- ExportLiveToBuffer - Variable in class com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable
-
C type : ExportLiveToBuffer_callback*
- exportTimes(Collection<Long>) - Method in class com.jme3.scene.plugins.fbx.objects.FbxAnimNode
-
- exposeObject(String, Object) - Method in class com.jme3.network.rmi.ObjectStore
-
- extension - Variable in class com.jme3.asset.AssetKey
-
- ExtensionLoader - Interface in com.jme3.scene.plugins.gltf
-
Interface to handle a glTF extension.
- extractCondition(String, Statement) - Method in class com.jme3.material.plugins.ShaderNodeLoaderDelegate
-
Extracts and checks a condition expression.
- extractDefines(String) - Method in class com.jme3.material.plugins.ConditionParser
-
Parses a condition and returns the list of defines of this condition.
- extractIndirectLights(LightList, boolean) - Method in class com.jme3.material.logic.SinglePassAndImageBasedLightingLogic
-
- ExtractNativeLibraries - Class in com.jme3.system
-
Allows extraction of platform specific binaries from classpath via build
systems.
- ExtractNativeLibraries() - Constructor for class com.jme3.system.ExtractNativeLibraries
-
- extractNativeLibraries(Platform, File) - Static method in class com.jme3.system.NativeLibraryLoader
-
- extractNativeLibrary(Platform, String, File) - Static method in class com.jme3.system.NativeLibraryLoader
-
- extractVersion(String) - Static method in class com.jme3.renderer.opengl.GLRenderer
-
- extractVertexData(Mesh) - Method in class com.jme3.scene.Mesh
-
Extracts the vertex attributes from the given mesh into
this mesh, by using this mesh's
index buffer
to index into the attributes of the other mesh.
- extrapolateLinear(float, float, float) - Static method in class com.jme3.math.FastMath
-
Linear extrapolation from startValue to endValue by the given scale.
- extrapolateLinear(float, Vector3f, Vector3f, Vector3f) - Static method in class com.jme3.math.FastMath
-
Linear extrapolation from startValue to endValue by the given scale.
- extrapolateLinear(float, Vector3f, Vector3f) - Static method in class com.jme3.math.FastMath
-
Linear extrapolation from startValue to endValue by the given scale.
- ExtrasLoader - Interface in com.jme3.scene.plugins.gltf
-
Interface to handle a glTF extra.
- EYE_LEFT - Static variable in class com.jme3.input.vr.osvr.OSVR
-
The left eye index.
- EYE_LEFT_SIZE - Static variable in class com.jme3.input.vr.osvr.OSVR
-
The size of the left eye.
- EYE_RIGHT - Static variable in class com.jme3.input.vr.osvr.OSVR
-
The right eye index.
- EYE_RIGHT_SIZE - Static variable in class com.jme3.input.vr.osvr.OSVR
-
The size of the right eye.
- g - Variable in class com.jme3.math.ColorRGBA
-
The green component of the color.
- g - Variable in class com.jme3.system.jopenvr.HmdColor_t
-
- g - Variable in class com.jme3.system.osvr.osvrrendermanager.OSVR_RGB
-
- g - Variable in class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_RGB
-
- gain(float, float) - Static method in class com.jme3.terrain.noise.ShaderUtils
-
- gainFocus() - Method in class com.jme3.app.AndroidHarness
-
- gainFocus() - Method in class com.jme3.app.AndroidHarnessFragment
-
- gainFocus() - Method in class com.jme3.app.jmeSurfaceView.JmeSurfaceView
-
- gainFocus() - Method in class com.jme3.app.LegacyApplication
-
Internal use only.
- gainFocus() - Method in class com.jme3.app.VRApplication
-
Deprecated.
Force the focus gain for the application.
- gainFocus() - Method in interface com.jme3.system.SystemListener
-
Called when the application gained focus.
- GamepadView() - Constructor for class jme3test.input.TestJoystick.GamepadView
-
- gammaCorrection(float, float) - Static method in class com.jme3.terrain.noise.ShaderUtils
-
- GammaCorrectionFilter - Class in com.jme3.post.filters
-
- GammaCorrectionFilter() - Constructor for class com.jme3.post.filters.GammaCorrectionFilter
-
Deprecated.
- GammaCorrectionFilter(float) - Constructor for class com.jme3.post.filters.GammaCorrectionFilter
-
Deprecated.
- Garage - Static variable in class com.jme3.audio.Environment
-
- gatherGeoms(Spatial, List<Geometry>) - Static method in class jme3tools.optimize.GeometryBatchFactory
-
- generate(Spatial) - Static method in class com.jme3.util.mikktspace.MikktspaceTangentGenerator
-
- generate(Mesh) - Static method in class com.jme3.util.TangentBinormalGenerator
-
- generate(Spatial, boolean) - Static method in class com.jme3.util.TangentBinormalGenerator
-
- generate(Spatial) - Static method in class com.jme3.util.TangentBinormalGenerator
-
- generate(Mesh, boolean, boolean) - Static method in class com.jme3.util.TangentBinormalGenerator
-
- generate(Mesh, boolean) - Static method in class com.jme3.util.TangentBinormalGenerator
-
- generateAttributes(StringBuilder, ShaderGenerationInfo) - Method in class com.jme3.shader.Glsl100ShaderGenerator
-
generates the attributes declaration for the vertex shader.
- generateAttributes(StringBuilder, ShaderGenerationInfo) - Method in class com.jme3.shader.ShaderGenerator
-
generates the attributes declaration for the vertex shader.
- generateBindPose(boolean) - Method in class com.jme3.scene.Mesh
-
- generateBindPose() - Method in class com.jme3.scene.Mesh
-
- generateBindPoseTangentsIfNecessary(Mesh) - Static method in class com.jme3.util.TangentUtils
-
- generateComplementBasis(Vector3f, Vector3f, Vector3f) - Static method in class com.jme3.math.Vector3f
-
- generateDebugTangents(Material) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
- generateDeclarationAndMainBody(List<ShaderNode>, StringBuilder, StringBuilder, ShaderGenerationInfo, Shader.ShaderType) - Method in class com.jme3.shader.ShaderGenerator
-
iterates through shader nodes to load them and generate the shader
declaration part and main body extracted from the shader nodes, for the
given shader type
- generateDeclarativeSection(StringBuilder, ShaderNode, String, ShaderGenerationInfo) - Method in class com.jme3.shader.Glsl100ShaderGenerator
-
Appends the given shaderNode declarative part to the shader declarative
part.
- generateDeclarativeSection(StringBuilder, ShaderNode, String, ShaderGenerationInfo) - Method in class com.jme3.shader.ShaderGenerator
-
Appends the given shaderNode declarative part to the shader declarative
part.
- generateEndOfMainSection(StringBuilder, ShaderGenerationInfo, Shader.ShaderType) - Method in class com.jme3.shader.Glsl100ShaderGenerator
-
Generates the end of the shader main section.
- generateEndOfMainSection(StringBuilder, ShaderGenerationInfo, Shader.ShaderType) - Method in class com.jme3.shader.Glsl150ShaderGenerator
-
Generates the end of the shader main section.
- generateEndOfMainSection(StringBuilder, ShaderGenerationInfo, Shader.ShaderType) - Method in class com.jme3.shader.ShaderGenerator
-
Generates the end of the shader main section.
- generateEntropy(ProgressMonitor) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
Generate the entropy values for the terrain for the "perspective" LOD
calculator.
- generateEntropy(ProgressMonitor) - Method in interface com.jme3.terrain.Terrain
-
Pre-calculate entropy values.
- generateLodEntropies() - Method in class com.jme3.terrain.geomipmap.TerrainPatch
-
This calculation is slow, so don't use it often.
- generateMipMaps(Image) - Static method in class com.jme3.util.MipMapGenerator
-
- generateMipMaps(Image) - Static method in class jme3tools.converters.MipMapGenerator
-
- generateMouseEvent(TouchEvent) - Method in class com.jme3.input.android.AndroidTouchInput
-
- generateMouseEvent(TouchEvent) - Method in class com.jme3.input.ios.IosTouchHandler
-
- generateNodeMainSection(StringBuilder, ShaderNode, String, ShaderGenerationInfo) - Method in class com.jme3.shader.Glsl100ShaderGenerator
-
Appends the given shaderNode main part to the shader declarative part.
- generateNodeMainSection(StringBuilder, ShaderNode, String, ShaderGenerationInfo) - Method in class com.jme3.shader.ShaderGenerator
-
Appends the given shaderNode main part to the shader declarative part.
- generateOrthonormalBasis(Vector3f, Vector3f, Vector3f) - Static method in class com.jme3.math.Vector3f
-
- generateParallel(Spatial, ExecutorService) - Static method in class com.jme3.util.TangentBinormalGenerator
-
- generateProfilingTasks(int) - Method in class com.jme3.renderer.opengl.GLRenderer
-
- generateProfilingTasks(int) - Method in interface com.jme3.renderer.Renderer
-
Generates a pool of gpu queries meant to use as profiling tasks.
- generateProfilingTasks(int) - Method in class com.jme3.system.NullRenderer
-
- generateShader(String) - Method in class com.jme3.shader.ShaderGenerator
-
Generate vertex and fragment shaders for the given technique
- generateSkinning() - Method in class com.jme3.scene.plugins.fbx.objects.FbxSkin
-
- generateSource(StringBuilder, List<String>, List<VarType>) - Method in class com.jme3.shader.DefineList
-
- generateSource(List<String>, List<VarType>) - Method in class com.jme3.shader.DefineList
-
- generateStartOfMainSection(StringBuilder, ShaderGenerationInfo, Shader.ShaderType) - Method in class com.jme3.shader.Glsl100ShaderGenerator
-
generates the start of the shader main section.
- generateStartOfMainSection(StringBuilder, ShaderGenerationInfo, Shader.ShaderType) - Method in class com.jme3.shader.Glsl150ShaderGenerator
-
generates the start of the shader main section.
- generateStartOfMainSection(StringBuilder, ShaderGenerationInfo, Shader.ShaderType) - Method in class com.jme3.shader.ShaderGenerator
-
generates the start of the shader main section.
- generateTag() - Method in class com.jme3.export.binary.BinaryExporter
-
- generateUniforms(StringBuilder, ShaderGenerationInfo, Shader.ShaderType) - Method in class com.jme3.shader.Glsl100ShaderGenerator
-
- generateUniforms(StringBuilder, List<ShaderNodeVariable>) - Method in class com.jme3.shader.Glsl100ShaderGenerator
-
declare a list of uniforms
- generateUniforms(StringBuilder, ShaderGenerationInfo, Shader.ShaderType) - Method in class com.jme3.shader.Glsl150ShaderGenerator
-
- generateUniforms(StringBuilder, ShaderGenerationInfo, Shader.ShaderType) - Method in class com.jme3.shader.ShaderGenerator
-
generates the uniforms declaration for a shader of the given type.
- generateVaryings(StringBuilder, ShaderGenerationInfo, Shader.ShaderType) - Method in class com.jme3.shader.Glsl100ShaderGenerator
-
- generateVaryings(StringBuilder, ShaderGenerationInfo, Shader.ShaderType) - Method in class com.jme3.shader.ShaderGenerator
-
generates the varyings for the given shader type shader.
- genNormalLines(Mesh, float) - Static method in class com.jme3.util.TangentBinormalGenerator
-
- genTangSpace(MikkTSpaceContext, float) - Static method in class com.jme3.util.mikktspace.MikktspaceTangentGenerator
-
- genTangSpaceDefault(MikkTSpaceContext) - Static method in class com.jme3.util.mikktspace.MikktspaceTangentGenerator
-
- genTbnLines(Mesh, float) - Static method in class com.jme3.util.TangentBinormalGenerator
-
- geom - Variable in class com.jme3.bullet.debug.BulletCharacterDebugControl
-
geometry to visualize myShape (not null)
- geom - Variable in class com.jme3.bullet.debug.BulletGhostObjectDebugControl
-
geometry to visualize myShape (not null)
- geom - Variable in class com.jme3.bullet.debug.BulletRigidBodyDebugControl
-
geometry to visualize myShape (not null)
- geomA - Variable in class com.jme3.bullet.debug.BulletJointDebugControl
-
- GeoMap - Class in com.jme3.terrain
-
Constructs heightfields to be used in Terrain.
- GeoMap() - Constructor for class com.jme3.terrain.GeoMap
-
- GeoMap(float[], int, int, int) - Constructor for class com.jme3.terrain.GeoMap
-
- geomap - Variable in class com.jme3.terrain.geomipmap.TerrainPatch
-
- geomB - Variable in class com.jme3.bullet.debug.BulletJointDebugControl
-
- geometries - Variable in class com.jme3.scene.plugins.fbx.objects.FbxMesh
-
- Geometry - Class in com.jme3.scene
-
Geometry
defines a leaf node of the scene graph.
- Geometry() - Constructor for class com.jme3.scene.Geometry
-
Instantiate a Geometry
with no name, no mesh, and no
material.
- Geometry(String) - Constructor for class com.jme3.scene.Geometry
-
Create a geometry node without any mesh data.
- Geometry(String, Mesh) - Constructor for class com.jme3.scene.Geometry
-
Create a geometry node with mesh data.
- GeometryBatchFactory - Class in jme3tools.optimize
-
- GeometryBatchFactory() - Constructor for class jme3tools.optimize.GeometryBatchFactory
-
- GeometryBatchFactory.AlignOption - Enum in jme3tools.optimize
-
Options to align the buffers of geometries' meshes of a sub graph
- GeometryComparator - Interface in com.jme3.renderer.queue
-
GeometryComparator
is a special version of
Comparator
that is used to sort geometries for rendering in the
RenderQueue
.
- GeometryGroupNode - Class in com.jme3.scene
-
An abstract class for implementations that perform grouping of geometries
via instancing or batching.
- GeometryGroupNode() - Constructor for class com.jme3.scene.GeometryGroupNode
-
Construct a GeometryGroupNode
- GeometryGroupNode(String) - Constructor for class com.jme3.scene.GeometryGroupNode
-
Construct a GeometryGroupNode
- GeometryList - Class in com.jme3.renderer.queue
-
This class is a special purpose list of
Geometry
objects for render
queuing.
- GeometryList(GeometryComparator) - Constructor for class com.jme3.renderer.queue.GeometryList
-
Initializes the GeometryList to use the given
GeometryComparator
to use for comparing geometries.
- geomIndex - Variable in class com.jme3.scene.plugins.OBJLoader
-
- get(int, T) - Method in class com.jme3.animation.CompactArray
-
returns the object for the given index
- get() - Method in class com.jme3.app.AppTask
-
- get(long, TimeUnit) - Method in class com.jme3.app.AppTask
-
- get(int) - Method in class com.jme3.light.LightList
-
- get(int, int) - Method in class com.jme3.math.Matrix3f
-
get
retrieves a value from the matrix at the given position.
- get(float[], boolean) - Method in class com.jme3.math.Matrix3f
-
get(float[])
returns the matrix in row-major or column-major order.
- get(float[]) - Method in class com.jme3.math.Matrix4f
-
Copy all elements to a float array, in row-major order.
- get(float[], boolean) - Method in class com.jme3.math.Matrix4f
-
Copy all elements to a float array.
- get(int, int) - Method in class com.jme3.math.Matrix4f
-
Retrieve the element at the specified position.
- get(int) - Method in class com.jme3.math.Triangle
-
Access the location of the indexed vertex.
- get(int) - Method in class com.jme3.math.Vector3f
-
Returns the indexed component.
- get(int) - Method in class com.jme3.math.Vector4f
-
- get(int) - Method in class com.jme3.renderer.queue.GeometryList
-
Returns the element at the given index.
- get() - Method in class com.jme3.scene.mesh.IndexBuffer
-
Returns the vertex index for the current position.
- get(int) - Method in class com.jme3.scene.mesh.IndexBuffer
-
Returns the vertex index for the given index in the index buffer.
- get() - Method in class com.jme3.scene.mesh.IndexByteBuffer
-
- get(int) - Method in class com.jme3.scene.mesh.IndexByteBuffer
-
- get() - Method in class com.jme3.scene.mesh.IndexIntBuffer
-
- get(int) - Method in class com.jme3.scene.mesh.IndexIntBuffer
-
- get() - Method in class com.jme3.scene.mesh.IndexShortBuffer
-
- get(int) - Method in class com.jme3.scene.mesh.IndexShortBuffer
-
- get() - Method in class com.jme3.scene.mesh.VirtualIndexBuffer
-
- get(int) - Method in class com.jme3.scene.mesh.VirtualIndexBuffer
-
- get(int) - Method in class com.jme3.scene.mesh.WrappedIndexBuffer
-
- get(K) - Method in class com.jme3.terrain.geomipmap.LRUCache
-
Retrieves an entry from the cache.
The retrieved entry becomes the MRU (most recently used) entry.
- get(int) - Method in class com.jme3.util.IntMap
-
- get(Object) - Method in class com.jme3.util.ListMap
-
- get(int) - Method in class com.jme3.util.SafeArrayList
-
- get() - Static method in class com.jme3.util.TempVars
-
Acquire an instance of the TempVar class.
- get1() - Method in class com.jme3.collision.bih.BIHTriangle
-
- get1() - Method in class com.jme3.math.AbstractTriangle
-
Determine the location of the first vertex.
- get1() - Method in class com.jme3.math.Triangle
-
Access the location of the first vertex.
- get2() - Method in class com.jme3.collision.bih.BIHTriangle
-
- get2() - Method in class com.jme3.math.AbstractTriangle
-
Determine the location of the 2nd vertex.
- get2() - Method in class com.jme3.math.Triangle
-
Access the location of the 2nd vertex.
- get3() - Method in class com.jme3.collision.bih.BIHTriangle
-
- get3() - Method in class com.jme3.math.AbstractTriangle
-
Determine the location of the 3rd vertex.
- get3() - Method in class com.jme3.math.Triangle
-
Access the location of the 3rd vertex.
- getA() - Method in class com.jme3.math.Rectangle
-
getA
returns the first point of the rectangle.
- getAccumulatedImpulse() - Method in class com.jme3.bullet.joints.motors.TranslationalLimitMotor
-
- getAccuracy() - Method in class com.jme3.bullet.PhysicsSpace
-
get the current accuracy of the physics computation
- getAction(String) - Method in class com.jme3.anim.AnimComposer
-
- getAction(MotionEvent) - Method in class com.jme3.input.android.AndroidTouchInput
-
- GetActionHandle - Variable in class com.jme3.system.jopenvr.VR_IVRInput_FnTable
-
C type : GetActionHandle_callback*
- GetActionOrigins - Variable in class com.jme3.system.jopenvr.VR_IVRInput_FnTable
-
C type : GetActionOrigins_callback*
- getActions() - Method in class com.jme3.anim.tween.action.BlendAction
-
- GetActionSetHandle - Variable in class com.jme3.system.jopenvr.VR_IVRInput_FnTable
-
C type : GetActionSetHandle_callback*
- getActiveTechnique() - Method in class com.jme3.material.Material
-
Returns the currently active technique.
- getAdapterForMaterial(String) - Method in class com.jme3.scene.plugins.gltf.GltfModelKey
-
- getAdapterForMaterial(AssetInfo, String) - Static method in class com.jme3.scene.plugins.gltf.GltfUtils
-
- getAdditionalRenderState() - Method in class com.jme3.material.Material
-
Acquire the additional
render state
to apply
for this material.
- getAddress() - Method in class com.jme3.network.base.DefaultServer.Connection
-
- getAddress() - Method in interface com.jme3.network.HostedConnection
-
Returns the transport specific remote address of this connection
as a string.
- getAddress() - Method in interface com.jme3.network.kernel.Endpoint
-
Returns the transport specific remote address of this endpoint
as a string.
- getAddress() - Method in class com.jme3.network.kernel.tcp.NioEndpoint
-
- getAddress() - Method in class com.jme3.network.kernel.udp.UdpEndpoint
-
- getAddressBits() - Method in interface com.jme3.opencl.Device
-
Returns the default compute device address space
size specified as an unsigned integer value
in bits.
- getAddressBits() - Method in class com.jme3.opencl.lwjgl.LwjglDevice
-
- getAirAbsorbGainHf() - Method in class com.jme3.audio.Environment
-
- getALErrorMessage(int) - Static method in class com.jme3.audio.openal.ALUtil
-
- getAlignment() - Method in class com.jme3.font.BitmapText
-
- getAlignment() - Method in class com.jme3.scene.control.BillboardControl
-
Returns the alignment this Billboard is set too.
- getAll() - Method in class com.jme3.terrain.geomipmap.LRUCache
-
Returns a Collection
that contains a copy of all cache
entries.
- getAllDefines() - Method in class com.jme3.material.Technique
-
- getAllInstanceData() - Method in class com.jme3.scene.instancing.InstancedGeometry
-
- getAllKeyFrames() - Method in class com.jme3.cinematic.TimeLine
-
- getAllTerrainPatches(List<TerrainPatch>) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
Retrieve all Terrain Patches from all children and store them
in the 'holder' list
- getAllTerrainPatchesWithTranslation(Map<TerrainPatch, Vector3f>, Vector3f) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
- getAlpha() - Method in class com.jme3.font.BitmapText
-
- getAlpha() - Method in class com.jme3.math.ColorRGBA
-
Retrieves the alpha component value of this ColorRGBA
.
- getAlphaBits() - Method in class com.jme3.system.AppSettings
-
Android Only
Get the number of alpha bits for the surface view to use.
- getAlphaFallOff() - Method in class com.jme3.material.RenderState
-
Deprecated.
- getAlphaFunc() - Method in class com.jme3.material.RenderState
-
Deprecated.
- getAlphaToCoverage() - Method in class com.jme3.renderer.opengl.GLRenderer
-
- getAlphaToCoverage() - Method in interface com.jme3.renderer.Renderer
-
Gets the alpha to coverage state.
- getAlphaToCoverage() - Method in class com.jme3.system.NullRenderer
-
- getAmbientColor(LightList, boolean, ColorRGBA) - Static method in class com.jme3.material.logic.DefaultTechniqueDefLogic
-
- getAmount() - Method in class com.jme3.font.Kerning
-
- getAmplitude() - Method in class com.jme3.terrain.noise.fractal.FractalSum
-
- GetAnalogActionData - Variable in class com.jme3.system.jopenvr.VR_IVRInput_FnTable
-
C type : GetAnalogActionData_callback*
- getAndroidAxes() - Method in class com.jme3.input.android.AndroidJoystickJoyInput14.AndroidJoystick
-
- getAngle() - Method in class com.jme3.math.Vector2f
-
getAngle
returns (in radians) the angle represented by
this Vector2f as expressed by a conversion from rectangular coordinates (x
, y
)
to polar coordinates (r, theta).
- getAngularDamping() - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
- getAngularFactor() - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
- getAngularSleepingThreshold() - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
- getAngularVelocity() - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
Get the current angular velocity of this PhysicsRigidBody
- getAngularVelocity(Vector3f) - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
Get the current angular velocity of this PhysicsRigidBody
- getAngularVelocity(int) - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVRInput
-
- getAngularVelocity(int) - Method in class com.jme3.input.vr.oculus.OculusVRInput
-
- getAngularVelocity(int) - Method in class com.jme3.input.vr.openvr.OpenVRInput
-
- getAngularVelocity(int) - Method in class com.jme3.input.vr.osvr.OSVRInput
-
- getAngularVelocity(int) - Method in interface com.jme3.input.vr.VRInputAPI
-
Get the controller angular velocity on all axes.
- getAnim(String) - Method in class com.jme3.animation.AnimControl
-
Deprecated.
Retrieve an animation from the list of animations.
- getAnimationCurveNodes() - Method in class com.jme3.scene.plugins.fbx.anim.FbxAnimLayer
-
- getAnimationLength(String) - Method in class com.jme3.animation.AnimControl
-
Deprecated.
Returns the length of the given named animation.
- getAnimationName() - Method in class com.jme3.animation.AnimChannel
-
Deprecated.
- getAnimationNames() - Method in class com.jme3.animation.AnimControl
-
Deprecated.
- getAnimations() - Method in class com.jme3.scene.plugins.fbx.SceneKey
-
- getAnimClip(String) - Method in class com.jme3.anim.AnimComposer
-
Retrieve an animation from the list of animations.
- getAnimClips() - Method in class com.jme3.anim.AnimComposer
-
Returns an unmodifiable collection of all available animations.
- getAnimClipsNames() - Method in class com.jme3.anim.AnimComposer
-
Returns an unmodifiable set of all available animation names.
- getAnimMaxTime() - Method in class com.jme3.animation.AnimChannel
-
Deprecated.
- getAnisotropicFilter() - Method in class com.jme3.texture.Texture
-
- getAnisotropy() - Method in class com.jme3.asset.TextureKey
-
- getAppendableNameSpace(ShaderNodeVariable) - Method in class com.jme3.shader.Glsl100ShaderGenerator
-
returns the name space to append for a variable.
- getApplet(Application) - Static method in class com.jme3.app.AppletHarness
-
- getApplication() - Method in class com.jme3.app.state.AppStateManager
-
Returns the Application to which this AppStateManager belongs.
- getApplication() - Method in class com.jme3.app.state.BaseAppState
-
- getApplication() - Method in class com.jme3.app.VRAppState
-
Get the
Application
to which this app state is attached.
- getApplication() - Method in class com.jme3.app.VREnvironment
-
- getApplication() - Method in class com.jme3.system.AWTFrameProcessor
-
Gets the application.
- GetApplicationAutoLaunch - Variable in class com.jme3.system.jopenvr.VR_IVRApplications_FnTable
-
C type : GetApplicationAutoLaunch_callback*
- GetApplicationCount - Variable in class com.jme3.system.jopenvr.VR_IVRApplications_FnTable
-
C type : GetApplicationCount_callback*
- GetApplicationKeyByIndex - Variable in class com.jme3.system.jopenvr.VR_IVRApplications_FnTable
-
C type : GetApplicationKeyByIndex_callback*
- GetApplicationKeyByProcessId - Variable in class com.jme3.system.jopenvr.VR_IVRApplications_FnTable
-
C type : GetApplicationKeyByProcessId_callback*
- GetApplicationLaunchArguments - Variable in class com.jme3.system.jopenvr.VR_IVRApplications_FnTable
-
C type : GetApplicationLaunchArguments_callback*
- GetApplicationProcessId - Variable in class com.jme3.system.jopenvr.VR_IVRApplications_FnTable
-
C type : GetApplicationProcessId_callback*
- GetApplicationPropertyBool - Variable in class com.jme3.system.jopenvr.VR_IVRApplications_FnTable
-
C type : GetApplicationPropertyBool_callback*
- GetApplicationPropertyString - Variable in class com.jme3.system.jopenvr.VR_IVRApplications_FnTable
-
C type : GetApplicationPropertyString_callback*
- GetApplicationPropertyUint64 - Variable in class com.jme3.system.jopenvr.VR_IVRApplications_FnTable
-
C type : GetApplicationPropertyUint64_callback*
- GetApplicationsErrorNameFromEnum - Variable in class com.jme3.system.jopenvr.VR_IVRApplications_FnTable
-
C type : GetApplicationsErrorNameFromEnum_callback*
- GetApplicationsThatSupportMimeType - Variable in class com.jme3.system.jopenvr.VR_IVRApplications_FnTable
-
C type : GetApplicationsThatSupportMimeType_callback*
- GetApplicationsTransitionStateNameFromEnum - Variable in class com.jme3.system.jopenvr.VR_IVRApplications_FnTable
-
C type : GetApplicationsTransitionStateNameFromEnum_callback*
- GetApplicationSupportedMimeTypes - Variable in class com.jme3.system.jopenvr.VR_IVRApplications_FnTable
-
C type : GetApplicationSupportedMimeTypes_callback*
- getAppliedImpulse() - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
-
- getAppliedImpulse() - Method in class com.jme3.bullet.joints.PhysicsJoint
-
- getAppliedImpulseLateral1() - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
-
- getAppliedImpulseLateral2() - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
-
- getAppProfiler() - Method in interface com.jme3.app.Application
-
Returns the current AppProfiler hook, or null if none is set.
- getAppProfiler() - Method in class com.jme3.app.LegacyApplication
-
Returns the current AppProfiler hook, or null if none is set.
- getAppProfiler() - Method in class com.jme3.app.VRApplication
-
Deprecated.
Returns the current AppProfiler hook, or null if none is set.
- getAppSettings() - Method in class com.jme3.app.jmeSurfaceView.JmeSurfaceView
-
Gets the game window settings.
- getAppState() - Method in class com.jme3.app.VREnvironment
-
- getArea() - Method in class com.jme3.light.LightProbe
-
- getAreaType() - Method in class com.jme3.light.LightProbe
-
- getArgCount() - Method in class com.jme3.opencl.Kernel
-
- getArgCount() - Method in class com.jme3.opencl.lwjgl.LwjglKernel
-
- getArguments() - Method in class com.jme3.network.service.rpc.msg.RpcCallMessage
-
- getArmature() - Method in class com.jme3.anim.SkinningControl
-
returns the armature of this control
- getArmature() - Method in class com.jme3.scene.debug.custom.ArmatureDebugger
-
- getArray() - Method in class com.jme3.util.SafeArrayList
-
Returns a current snapshot of this List's backing array that
is guaranteed not to change through further List manipulation.
- getArraySize() - Method in class com.jme3.opencl.Image
-
- getArraySize() - Method in class com.jme3.opencl.lwjgl.LwjglImage
-
- GetArrayTrackedDeviceProperty - Variable in class com.jme3.system.jopenvr.VR_IVRSystem_FnTable
-
C type : GetArrayTrackedDeviceProperty_callback*
- getAsBoolean(JsonObject, String) - Static method in class com.jme3.scene.plugins.gltf.GltfUtils
-
- getAsBoolean(JsonObject, String, boolean) - Static method in class com.jme3.scene.plugins.gltf.GltfUtils
-
- getAsColor(JsonObject, String) - Static method in class com.jme3.scene.plugins.gltf.GltfUtils
-
- getAsColor(JsonObject, String, ColorRGBA) - Static method in class com.jme3.scene.plugins.gltf.GltfUtils
-
- getAsFloat(JsonObject, String) - Static method in class com.jme3.scene.plugins.gltf.GltfUtils
-
- getAsFloat(JsonObject, String, float) - Static method in class com.jme3.scene.plugins.gltf.GltfUtils
-
- getAsInteger(JsonObject, String) - Static method in class com.jme3.scene.plugins.gltf.GltfUtils
-
- getAsInteger(JsonObject, String, int) - Static method in class com.jme3.scene.plugins.gltf.GltfUtils
-
- getAspect() - Method in class com.jme3.renderer.Camera
-
Obtains the aspect ratio.
- getAssetKey() - Method in class com.jme3.audio.android.AndroidAudioData
-
- getAssetLoaderKeys() - Method in class com.jme3.scene.AssetLinkNode
-
- getAssetManager() - Method in interface com.jme3.app.Application
-
- getAssetManager() - Method in class com.jme3.app.LegacyApplication
-
- getAssetManager() - Method in class com.jme3.app.VRApplication
-
Deprecated.
- getAssetManager() - Method in class com.jme3.export.binary.BinaryImporter
-
- getAssetManager() - Method in interface com.jme3.export.JmeImporter
-
- getAssetManager() - Method in class com.jme3.export.xml.XMLImporter
-
- getAssetManager() - Method in class com.jme3.material.MaterialDef
-
Returns the AssetManager passed in the constructor.
- getAssetName() - Method in class com.jme3.material.Material
-
Returns the asset key name of the asset from which this material was loaded.
- getAssetName() - Method in class com.jme3.material.MaterialDef
-
Returns the asset key name of the asset from which this material
definition was loaded.
- getAssetPath() - Method in class com.jme3.terrain.geomipmap.grid.AssetTileLoader
-
- getAsSrgb() - Method in class com.jme3.math.ColorRGBA
-
Get the color in sRGB color space as a ColorRGBA
.
- getAsString(JsonObject, String) - Static method in class com.jme3.scene.plugins.gltf.GltfUtils
-
- getAtlasTexture(String) - Method in class jme3tools.optimize.TextureAtlas
-
Creates a new atlas texture for the given map name.
- getAtlasTile(Texture) - Method in class jme3tools.optimize.TextureAtlas
-
Get the TextureAtlasTile
for the given Texture
- getAttachmentsNode(int, SafeArrayList<Geometry>) - Method in class com.jme3.anim.Joint
-
Access the attachments node of this joint.
- getAttachmentsNode(String) - Method in class com.jme3.anim.SkinningControl
-
Access the attachments node of the named bone.
- getAttachmentsNode(String) - Method in class com.jme3.animation.SkeletonControl
-
Deprecated.
Access the attachments node of the named bone.
- getAttribute(String) - Method in class com.jme3.network.base.DefaultServer.Connection
-
- getAttribute(String) - Method in interface com.jme3.network.HostedConnection
-
Retrieves a previously stored session attribute or
null if no such attribute exists.
- getAttribute(VertexBuffer.Type) - Method in class com.jme3.shader.Shader
-
- getAttributeName() - Method in class com.jme3.network.util.SessionDataDelegator
-
Returns the attribute name that will be used to look up the
delegate object.
- getAttributes() - Method in class com.jme3.material.ShaderGenerationInfo
-
- getAudio() - Method in class com.jme3.animation.AudioTrack
-
Deprecated.
- getAudioData() - Method in class com.jme3.audio.AudioNode
-
- getAudioData() - Method in interface com.jme3.audio.AudioSource
-
- getAudioNode() - Method in class com.jme3.cinematic.events.SoundEvent
-
Returns the underlying audio node of this sound track
- getAudioRenderer() - Method in interface com.jme3.app.Application
-
- getAudioRenderer() - Method in class com.jme3.app.LegacyApplication
-
- getAudioRenderer() - Method in class com.jme3.app.VRApplication
-
Deprecated.
- getAudioRenderer() - Static method in class com.jme3.audio.AudioContext
-
- getAudioRenderer() - Method in class com.jme3.system.AppSettings
-
Get the audio renderer
- getAudioRendererType() - Method in class com.jme3.app.jmeSurfaceView.JmeSurfaceView
-
Gets the audio renderer in String.
- getAudioRendererType() - Static method in class com.jme3.system.android.JmeAndroidSystem
-
- getAutoHost() - Method in class com.jme3.network.service.AbstractHostedConnectionService
-
Returns true if this service automatically attaches
hosting capabilities to new connections.
- getAutoHost() - Method in class com.jme3.network.service.rmi.RmiHostedService
-
Returns true if RMI hosting is automatically started for all new connections.
- getAverageCpu() - Method in class com.jme3.app.DetailedProfiler.StatLine
-
- getAverageFrameTime() - Method in class com.jme3.app.DetailedProfiler
-
- getAverageGpu() - Method in class com.jme3.app.DetailedProfiler.StatLine
-
- getAxes() - Method in class com.jme3.input.AbstractJoystick
-
Returns a read-only list of all joystick axes for this Joystick.
- getAxes() - Method in interface com.jme3.input.Joystick
-
Returns a read-only list of all joystick axes for this Joystick.
- getAxis() - Method in class com.jme3.bullet.collision.shapes.CapsuleCollisionShape
-
- getAxis() - Method in class com.jme3.bullet.collision.shapes.ConeCollisionShape
-
- getAxis() - Method in class com.jme3.bullet.collision.shapes.CylinderCollisionShape
-
- getAxis(String) - Method in class com.jme3.input.AbstractJoystick
-
- getAxis(int) - Method in class com.jme3.input.android.AndroidJoystickJoyInput14.AndroidJoystick
-
- getAxis() - Method in class com.jme3.input.event.JoyAxisEvent
-
Returns the JoystickAxis that triggered this event.
- getAxis(String) - Method in interface com.jme3.input.Joystick
-
Returns the JoystickAxis with the specified logical ID.
- getAxis(int, VRInputType) - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVRInput
-
- getAxis(int, VRInputType) - Method in class com.jme3.input.vr.oculus.OculusVRInput
-
- getAxis(int, VRInputType) - Method in class com.jme3.input.vr.openvr.OpenVRInput
-
- getAxis(int, VRInputType) - Method in class com.jme3.input.vr.osvr.OSVRInput
-
- getAxis(int, VRInputType) - Method in interface com.jme3.input.vr.VRInputAPI
-
Get the axis value for the given input on the given controller.
- getAxisCount() - Method in class com.jme3.input.AbstractJoystick
-
Returns the number of axes on this joystick.
- getAxisCount() - Method in interface com.jme3.input.Joystick
-
Returns the number of axes on this joystick.
- getAxisDeadZone() - Method in class com.jme3.input.InputManager
-
Returns the deadzone for joystick axes.
- getAxisDeltaSinceLastCall(int, VRInputType) - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVRInput
-
- getAxisDeltaSinceLastCall(int, VRInputType) - Method in class com.jme3.input.vr.oculus.OculusVRInput
-
- getAxisDeltaSinceLastCall(int, VRInputType) - Method in class com.jme3.input.vr.openvr.OpenVRInput
-
- getAxisDeltaSinceLastCall(int, VRInputType) - Method in class com.jme3.input.vr.osvr.OSVRInput
-
- getAxisDeltaSinceLastCall(int, VRInputType) - Method in interface com.jme3.input.vr.VRInputAPI
-
Get the controller axis delta from the last value.
- getAxisId() - Method in class com.jme3.input.controls.JoyAxisTrigger
-
- getAxisId() - Method in class com.jme3.input.controls.JoyButtonTrigger
-
- getAxisId() - Method in class com.jme3.input.DefaultJoystickAxis
-
Returns the axisId of this joystick axis.
- getAxisId() - Method in interface com.jme3.input.JoystickAxis
-
Returns the unique axisId of this joystick axis within a given
InputManager context.
- getAxisIndex() - Method in class com.jme3.input.event.JoyAxisEvent
-
Returns the joystick axis index.
- getAxisMultiplier() - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVRInput
-
- getAxisMultiplier() - Method in class com.jme3.input.vr.oculus.OculusVRInput
-
- getAxisMultiplier() - Method in class com.jme3.input.vr.openvr.OpenVRInput
-
- getAxisMultiplier() - Method in class com.jme3.input.vr.osvr.OSVRInput
-
- getAxisMultiplier() - Method in interface com.jme3.input.vr.VRInputAPI
-
Get the controller axis multiplier.
- getAxisRaw(int, VRInputType) - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVRInput
-
- getAxisRaw(int, VRInputType) - Method in class com.jme3.input.vr.oculus.OculusVRInput
-
- getAxisRaw(int, VRInputType) - Method in class com.jme3.input.vr.openvr.OpenVRInput
-
- getAxisRaw(int, VRInputType) - Method in class com.jme3.input.vr.osvr.OSVRInput
-
- getAxisRaw(int, VRInputType) - Method in interface com.jme3.input.vr.VRInputAPI
-
Get the axis value for the given input on the given controller.
- getAxisSamples() - Method in class com.jme3.scene.shape.Cylinder
-
- getAxle() - Method in class com.jme3.bullet.objects.VehicleWheel
-
- getB() - Method in class com.jme3.math.Rectangle
-
getB
returns the second point of the rectangle.
- getBackgroundColor() - Method in class com.jme3.renderer.ViewPort
-
Returns the background color of this ViewPort.
- getBackStencilDepthFailOperation() - Method in class com.jme3.material.RenderState
-
Retrieve the back depth test fail operation.
- getBackStencilDepthPassOperation() - Method in class com.jme3.material.RenderState
-
Retrieve the back depth test pass operation.
- getBackStencilFunction() - Method in class com.jme3.material.RenderState
-
Retrieve the back stencil function.
- getBackStencilStencilFailOperation() - Method in class com.jme3.material.RenderState
-
Retrieve the back stencil fail operation.
- getBase() - Method in class com.jme3.font.BitmapCharacterSet
-
- getBaseCamera() - Method in class com.jme3.app.VRApplication
-
Deprecated.
Get the application internal camera.
- getBaseInstanceCount() - Method in class com.jme3.scene.VertexBuffer
-
Returns the number of 'instances' in this VertexBuffer.
- getBaseMaterialName() - Method in class com.jme3.scene.plugins.ogre.matext.MaterialExtension
-
- getBasis() - Method in class com.jme3.terrain.noise.basis.FilteredBasis
-
- getBasisFunctionDegree() - Method in class com.jme3.math.Spline
-
This method returns NURBS' spline basis function degree.
- getBasisUFunctionDegree() - Method in class com.jme3.scene.shape.Surface
-
This method returns the degree of basis U function.
- getBasisVFunctionDegree() - Method in class com.jme3.scene.shape.Surface
-
This method returns the degree of basis V function.
- getBatchHint() - Method in class com.jme3.scene.Spatial
-
- getBezierP1toP2Length(Vector3f, Vector3f, Vector3f, Vector3f) - Static method in class com.jme3.math.FastMath
-
Compute the length on a Bezier spline between control points 1 and 2.
- getBias() - Method in class com.jme3.post.ssao.SSAOFilter
-
- getBinary(Device) - Method in class com.jme3.opencl.lwjgl.LwjglProgram
-
- getBinary(Device) - Method in class com.jme3.opencl.Program
-
Queries a compiled binary representation of this program for a particular
device.
- getBinding() - Method in class com.jme3.shader.BufferObject
-
Get the binding number.
- getBinding() - Method in class com.jme3.shader.Uniform
-
- getBindInverseTransform() - Method in class com.jme3.animation.Bone
-
Deprecated.
- getBindPosition() - Method in class com.jme3.animation.Bone
-
Deprecated.
Returns the bind position expressed in local space (relative to the parent bone).
- getBindRotation() - Method in class com.jme3.animation.Bone
-
Deprecated.
Returns the bind rotation expressed in local space (relative to the parent bone).
- getBindScale() - Method in class com.jme3.animation.Bone
-
Deprecated.
Returns the bind scale expressed in local space (relative to the parent bone).
- getBitsPerPixel() - Method in class com.jme3.system.AppSettings
-
Get the bits per pixel
- getBitsPerPixel() - Method in enum com.jme3.texture.Image.Format
-
- getBitsPerSample() - Method in class com.jme3.audio.AudioData
-
- getBlendEquation() - Method in class com.jme3.material.RenderState
-
Retrieve the blend equation.
- getBlendEquationAlpha() - Method in class com.jme3.material.RenderState
-
Retrieve the blend equation used for the alpha component.
- getBlendMode() - Method in class com.jme3.material.RenderState
-
Retrieve the blend mode.
- getBlendSpace() - Method in class com.jme3.anim.tween.action.BlendAction
-
- getBloomIntensity() - Method in class com.jme3.post.filters.BloomFilter
-
returns the bloom intensity
- getBlue() - Method in class com.jme3.math.ColorRGBA
-
Retrieves the blue component value of this ColorRGBA
.
- getBlueExponent() - Method in class com.jme3.post.filters.ContrastAdjustmentFilter
-
Retrieves the blue-channel exponent.
- getBlueScale() - Method in class com.jme3.post.filters.ContrastAdjustmentFilter
-
Retrieves the output scale factor for the blue channel.
- getBlurScale() - Method in class com.jme3.post.filters.BloomFilter
-
returns the blur scale
- getBlurScale() - Method in class com.jme3.post.filters.DepthOfFieldFilter
-
returns the blur scale
- getBlurStart() - Method in class com.jme3.post.filters.LightScatteringFilter
-
- getBlurThreshold() - Method in class com.jme3.post.filters.DepthOfFieldFilter
-
returns the blur threshold.
- getBlurWidth() - Method in class com.jme3.post.filters.LightScatteringFilter
-
- getBodyA() - Method in class com.jme3.bullet.joints.PhysicsJoint
-
- getBodyB() - Method in class com.jme3.bullet.joints.PhysicsJoint
-
- getBone(int) - Method in class com.jme3.animation.Skeleton
-
Deprecated.
return a bone for the given index
- getBone(String) - Method in class com.jme3.animation.Skeleton
-
Deprecated.
returns the bone with the given name
- getBone() - Method in class com.jme3.bullet.animation.PhysicsLink
-
Access the corresponding bone.
- getBone(String) - Method in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
Access the named bone.
- getBone() - Method in class com.jme3.bullet.control.KinematicRagdollControl.PhysicsBoneLink
-
Deprecated.
Access the linked bone.
- getBoneCount() - Method in class com.jme3.animation.Skeleton
-
Deprecated.
returns the number of bones of this skeleton
- getBoneIndex(Bone) - Method in class com.jme3.animation.Skeleton
-
Deprecated.
returns the bone index of the given bone
- getBoneIndex(String) - Method in class com.jme3.animation.Skeleton
-
Deprecated.
returns the bone index of the bone that has the given name
- getBoneIndices(Bone, Skeleton, Set<String>) - Static method in class com.jme3.bullet.control.ragdoll.RagdollUtils
-
Enumerate the bone indices of the specified bone and all its descendents.
- getBoneLinks() - Method in class com.jme3.bullet.animation.DacLinks
-
Access the list of bone links in a pre-order, depth-first traversal of
the link hierarchy.
- getBoneRigidBody(String) - Method in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
Access the rigidBody associated with the named bone.
- getBoneShapes() - Method in class com.jme3.scene.debug.custom.ArmatureDebugger
-
- GetBool - Variable in class com.jme3.system.jopenvr.VR_IVRSettings_FnTable
-
C type : GetBool_callback*
- getBoolean(int) - Method in class com.jme3.shader.DefineList
-
- getBoolean(String) - Method in class com.jme3.system.AppSettings
-
Get a boolean from the settings.
- GetBoolTrackedDeviceProperty - Variable in class com.jme3.system.jopenvr.VR_IVRSystem_FnTable
-
C type : GetBoolTrackedDeviceProperty_callback*
- getBottomLod() - Method in class com.jme3.terrain.geomipmap.UpdatedTerrainPatch
-
- getBounce() - Method in class com.jme3.bullet.joints.motors.RotationalLimitMotor
-
- getBound() - Method in class com.jme3.scene.Mesh
-
- getBounds() - Method in class com.jme3.light.LightProbe
-
- GetBoundsColor - Variable in class com.jme3.system.jopenvr.VR_IVRChaperone_FnTable
-
C type : GetBoundsColor_callback*
- getBoundUniforms() - Method in class com.jme3.shader.Shader
-
- getBroadphaseType() - Method in class com.jme3.bullet.PhysicsSpace
-
- getBuffer() - Method in class com.jme3.opencl.Buffer.AsyncMapping
-
- getBuffer() - Method in class com.jme3.opencl.lwjgl.LwjglBuffer
-
- getBuffer(VertexBuffer.Type) - Method in class com.jme3.scene.Mesh
-
Get the
VertexBuffer
stored on this mesh with the given
type.
- getBuffer() - Method in class com.jme3.scene.mesh.IndexBuffer
-
Returns the underlying data-type specific Buffer
.
- getBuffer() - Method in class com.jme3.scene.mesh.IndexByteBuffer
-
- getBuffer() - Method in class com.jme3.scene.mesh.IndexIntBuffer
-
- getBuffer() - Method in class com.jme3.scene.mesh.IndexShortBuffer
-
- getBuffer(VertexBuffer.Type) - Method in class com.jme3.scene.mesh.MorphTarget
-
- getBuffer() - Method in class com.jme3.scene.mesh.VirtualIndexBuffer
-
- getBuffer() - Method in class com.jme3.scene.mesh.WrappedIndexBuffer
-
- getBuffer(float, float, float, int) - Method in class com.jme3.terrain.noise.basis.FilteredBasis
-
- getBuffer(float, float, float, int) - Method in interface com.jme3.terrain.noise.Basis
-
- getBuffer(float, float, float, int) - Method in class com.jme3.terrain.noise.basis.Noise
-
- getBuffer() - Method in class com.jme3.util.SafeArrayList
-
- getBufferBlock(String) - Method in class com.jme3.shader.Shader
-
Gets or creates a buffer block by the name.
- getBufferBlockMap() - Method in class com.jme3.shader.Shader
-
Get the buffer blocks map.
- getBufferList() - Method in class com.jme3.scene.Mesh
-
- getBufferObject() - Method in class com.jme3.shader.ShaderBufferBlock
-
Get the current storage data.
- getBuffers() - Method in class com.jme3.scene.Mesh
-
- getBuffers() - Method in class com.jme3.scene.mesh.MorphTarget
-
- getBufferType() - Method in class com.jme3.scene.VertexBuffer
-
- getBufferType() - Method in class com.jme3.shader.BufferObject
-
Gets the buffer's type.
- getBuildInfo() - Method in class com.jme3.system.JmeSystemDelegate
-
- getButton(String) - Method in class com.jme3.input.AbstractJoystick
-
- getButton(int) - Method in class com.jme3.input.android.AndroidJoystickJoyInput14.AndroidJoystick
-
- getButton() - Method in class com.jme3.input.event.JoyButtonEvent
-
Returns the JoystickButton that triggered this event.
- getButton(String) - Method in interface com.jme3.input.Joystick
-
Returns the JoystickButton with the specified logical ID.
- getButtonCount() - Method in class com.jme3.input.AbstractJoystick
-
Returns the number of buttons on this joystick.
- getButtonCount() - Method in class com.jme3.input.awt.AwtMouseInput
-
- getButtonCount() - Method in class com.jme3.input.AWTMouseInput
-
- getButtonCount() - Method in class com.jme3.input.dummy.DummyMouseInput
-
- getButtonCount() - Method in interface com.jme3.input.Joystick
-
Returns the number of buttons on this joystick.
- getButtonCount() - Method in class com.jme3.input.lwjgl.GlfwMouseInput
-
- getButtonCount() - Method in class com.jme3.input.lwjgl.GlfwMouseInputVR
-
- getButtonCount() - Method in class com.jme3.input.lwjgl.LwjglMouseInput
-
- getButtonCount() - Method in interface com.jme3.input.MouseInput
-
Returns the number of buttons the mouse has.
- getButtonId() - Method in class com.jme3.input.DefaultJoystickButton
-
Returns the unique buttonId of this joystick axis within a given
InputManager context.
- getButtonId() - Method in interface com.jme3.input.JoystickButton
-
Returns the unique buttonId of this joystick axis within a given
InputManager context.
- GetButtonIdNameFromEnum - Variable in class com.jme3.system.jopenvr.VR_IVRSystem_FnTable
-
C type : GetButtonIdNameFromEnum_callback*
- getButtonIndex() - Method in class com.jme3.input.event.JoyButtonEvent
-
The button index.
- getButtonIndex() - Method in class com.jme3.input.event.MouseButtonEvent
-
Returns the mouse button index.
- getButtonMappings(String, boolean) - Static method in class com.jme3.input.JoystickCompatibilityMappings
-
Obtains mappings specific to the joystick buttons
- getButtons() - Method in class com.jme3.input.AbstractJoystick
-
Returns a read-only list of all joystick buttons for this Joystick.
- getButtons() - Method in interface com.jme3.input.Joystick
-
Returns a read-only list of all joystick buttons for this Joystick.
- getButtonString(boolean, byte) - Static method in class com.jme3.input.vr.osvr.OSVRInput
-
Get the system String that identifies a controller.
- getByteContent(InputStream) - Static method in class com.jme3.export.binary.ByteUtils
-
Takes an InputStream and returns the complete byte content of it
- getBytes(int, String, Integer) - Method in class com.jme3.scene.plugins.gltf.GlbLoader
-
- getBytes(int, String, Integer) - Method in class com.jme3.scene.plugins.gltf.GltfLoader
-
- getC() - Method in class com.jme3.math.Rectangle
-
getC
returns the third point of the rectangle.
- getCacheType() - Method in class com.jme3.asset.AssetKey
-
- getCacheType() - Method in class com.jme3.asset.FilterKey
-
- getCacheType() - Method in class com.jme3.asset.MaterialKey
-
- getCacheType() - Method in class com.jme3.asset.ModelKey
-
- getCacheType() - Method in class com.jme3.asset.ShaderNodeDefinitionKey
-
- getCacheType() - Method in class com.jme3.asset.TextureKey
-
- getCacheType() - Method in class com.jme3.audio.AudioKey
-
- getCacheType() - Method in class com.jme3.scene.plugins.fbx.ContentTextureKey
-
- GetCalibrationState - Variable in class com.jme3.system.jopenvr.VR_IVRChaperone_FnTable
-
C type : GetCalibrationState_callback*
- getCallable() - Method in class com.jme3.app.AppTask
-
- getCallType() - Method in class com.jme3.network.service.rmi.MethodInfo
-
- getCallType(Method) - Static method in class com.jme3.network.service.rmi.MethodInfo
-
- getCamCell(Vector3f) - Method in class com.jme3.terrain.geomipmap.TerrainGrid
-
Get the location in cell-coordinates of the specified location.
- getCamera() - Method in interface com.jme3.app.Application
-
- getCamera() - Method in class com.jme3.app.FlyCamAppState
-
- getCamera() - Method in class com.jme3.app.LegacyApplication
-
- getCamera() - Method in class com.jme3.app.VRApplication
-
Deprecated.
we do NOT want to get and modify the distortion scene camera, so
return the left viewport camera instead if we are in VR mode
- getCamera() - Method in class com.jme3.app.VREnvironment
-
Get the
camera
used for rendering.
- getCamera(String) - Method in class com.jme3.cinematic.Cinematic
-
returns a cameraNode given its name
- getCamera() - Method in class com.jme3.renderer.ViewPort
-
Returns the camera which renders the attached scenes.
- getCamera() - Method in class com.jme3.scene.CameraNode
-
- getCamera() - Method in class com.jme3.scene.control.CameraControl
-
- getCameraAngle() - Method in class com.jme3.system.AWTFrameProcessor
-
Gets camera angle.
- GetCameraErrorNameFromEnum - Variable in class com.jme3.system.jopenvr.VR_IVRTrackedCamera_FnTable
-
C type : GetCameraErrorNameFromEnum_callback*
- GetCameraFrameSize - Variable in class com.jme3.system.jopenvr.VR_IVRTrackedCamera_FnTable
-
C type : GetCameraFrameSize_callback*
- GetCameraIntrinsics - Variable in class com.jme3.system.jopenvr.VR_IVRTrackedCamera_FnTable
-
C type : GetCameraIntrinsics_callback*
- getCameraName() - Method in class com.jme3.cinematic.events.CameraEvent
-
- GetCameraProjection - Variable in class com.jme3.system.jopenvr.VR_IVRTrackedCamera_FnTable
-
C type : GetCameraProjection_callback*
- getCanvas() - Method in interface com.jme3.system.JmeCanvasContext
-
- getCanvas() - Method in class com.jme3.system.lwjgl.LwjglCanvas
-
- getCanvasSize() - Method in class com.jme3.util.VRGuiManager
-
Get the GUI canvas size.
- getCanvasToWindowRatio() - Method in class com.jme3.util.VRGuiManager
-
Get the ratio between the
GUI canvas size
and the application main windows (if available) or the screen size.
- getCaps() - Method in class com.jme3.renderer.opengl.GLRenderer
-
- getCaps() - Method in interface com.jme3.renderer.Renderer
-
Gets the capabilities of the renderer.
- getCaps() - Method in class com.jme3.system.NullRenderer
-
- getCapsule(Savable) - Method in class com.jme3.export.binary.BinaryExporter
-
- getCapsule(Savable) - Method in class com.jme3.export.binary.BinaryImporter
-
- getCapsule(Savable) - Method in interface com.jme3.export.JmeExporter
-
- getCapsule(Savable) - Method in interface com.jme3.export.JmeImporter
-
- getCapsule(Savable) - Method in class com.jme3.export.xml.XMLExporter
-
- getCapsule(Savable) - Method in class com.jme3.export.xml.XMLImporter
-
- getCapsule(Savable) - Method in class com.jme3.material.plugin.export.material.J3MExporter
-
- getCapsule(Savable) - Method in class com.jme3.material.plugin.export.material.J3MRenderStateOutputCapsule
-
- getCapsule(Savable) - Method in class com.jme3.material.plugin.export.material.J3MRootOutputCapsule
-
- getCardinality(String, String) - Static method in class com.jme3.shader.ShaderUtils
-
return the cardinality of a type and a swizzle example : vec4 cardinality
is 4 float cardinality is 1 vec4.xyz cardinality is 3.
- getCastTime() - Method in class jme3test.input.combomoves.ComboMove
-
- getCatmullRomP1toP2Length(Vector3f, Vector3f, Vector3f, Vector3f, float, float, float) - Static method in class com.jme3.math.FastMath
-
Compute the length of a Catmull–Rom spline between control points 1 and 2
- getCausticsIntensity() - Method in class com.jme3.water.WaterFilter
-
Gets the intensity of caustics underwater
- getCausticsTexture() - Method in class com.jme3.water.WaterFilter
-
Gets the texture which is used to render caustics on the ground underwater.
- getCcdMotionThreshold() - Method in class com.jme3.bullet.objects.PhysicsCharacter
-
- getCcdMotionThreshold() - Method in class com.jme3.bullet.objects.PhysicsGhostObject
-
- getCcdMotionThreshold() - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
- getCcdSquareMotionThreshold() - Method in class com.jme3.bullet.objects.PhysicsCharacter
-
- getCcdSquareMotionThreshold() - Method in class com.jme3.bullet.objects.PhysicsGhostObject
-
- getCcdSquareMotionThreshold() - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
- getCcdSweptSphereRadius() - Method in class com.jme3.bullet.objects.PhysicsCharacter
-
- getCcdSweptSphereRadius() - Method in class com.jme3.bullet.objects.PhysicsGhostObject
-
- getCcdSweptSphereRadius() - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
- getCenter() - Method in class com.jme3.bounding.BoundingVolume
-
- getCenter(Vector3f) - Method in class com.jme3.bounding.BoundingVolume
-
- getCenter() - Method in class com.jme3.collision.bih.BIHTriangle
-
- getCenter() - Method in class com.jme3.effect.shapes.EmitterSphereShape
-
- getCenter() - Method in class com.jme3.light.OrientedBoxProbeArea
-
- getCenter() - Method in class com.jme3.light.SphereProbeArea
-
- getCenter() - Method in class com.jme3.math.Ring
-
getCenter
returns the center of the ring.
- getCenter() - Method in class com.jme3.math.Triangle
-
Access the stored centroid (the average of the 3 vertex locations)
calculating it if it is null.
- getCenter() - Method in class com.jme3.scene.shape.AbstractBox
-
Get the center point of this box.
- getCenter() - Method in class com.jme3.scene.shape.Dome
-
- getCenter() - Method in class com.jme3.water.WaterFilter
-
returns the center of this effect
- getCenterLocation(TerrainPatch) - Method in class com.jme3.terrain.geomipmap.lodcalc.DistanceLodCalculator
-
- getCenterLocation(TerrainPatch) - Method in class com.jme3.terrain.geomipmap.lodcalc.PerspectiveLodCalculator
-
- getCenterWindow() - Method in class com.jme3.system.AppSettings
-
Tests the state of the Center Window flag.
- getChain(int) - Method in class com.jme3.input.vr.oculus.OculusVR
-
- getChannel(int) - Method in class com.jme3.animation.AnimControl
-
Deprecated.
Return the animation channel at the given index.
- getChannel() - Method in class com.jme3.audio.AudioNode
-
Do not use.
- getChannel() - Method in interface com.jme3.audio.AudioSource
-
Do not use.
- getChannel(KernelAdapter) - Method in class com.jme3.network.base.DefaultServer
-
- getChannel() - Method in class com.jme3.network.service.rpc.msg.RpcCallMessage
-
- getChannels() - Method in class com.jme3.audio.AudioData
-
- getChar() - Method in class com.jme3.font.BitmapCharacter
-
- getCharacter(int) - Method in class com.jme3.font.BitmapCharacterSet
-
- getCharacter(int, int) - Method in class com.jme3.font.BitmapCharacterSet
-
- getCharacterAdvance(char, char, float) - Method in class com.jme3.font.BitmapFont
-
- getCharacterAdvance(char, char, float) - Method in class com.jme3.niftygui.RenderFontJme
-
Return the width of the given character including kerning information.
- getCharacterList() - Method in class com.jme3.bullet.PhysicsSpace
-
- getCharacters() - Method in class com.jme3.input.event.TouchEvent
-
- getCharSet() - Method in class com.jme3.font.BitmapFont
-
- getChasingSensitivity() - Method in class com.jme3.input.ChaseCamera
-
returns the chasing sensitivity
- getCheckPlane() - Method in class com.jme3.bounding.BoundingVolume
-
Grabs the plane we should check first.
- getChild(int) - Method in class com.jme3.scene.Node
-
getChild
returns a child at a given index.
- getChild(String) - Method in class com.jme3.scene.Node
-
getChild
returns the first child found with exactly the
given name (case-sensitive).
- getChildById(String) - Method in class com.jme3.scene.plugins.fbx.file.FbxElement
-
- getChildIndex(Spatial) - Method in class com.jme3.scene.Node
-
getChildIndex
returns the index of the given spatial
in this node's list of children.
- getChildren() - Method in class com.jme3.anim.Joint
-
Access the list of child joints.
- getChildren() - Method in class com.jme3.animation.Bone
-
Deprecated.
Returns all the children bones of this bone.
- getChildren() - Method in class com.jme3.bullet.collision.shapes.CompoundCollisionShape
-
- getChildren() - Method in class com.jme3.scene.Node
-
Returns all children to this node.
- getChildren() - Method in class com.jme3.scene.plugins.fbx.node.FbxNode
-
- getCinematic() - Method in class com.jme3.cinematic.events.CameraEvent
-
- getCinematicEvents() - Method in class com.jme3.cinematic.KeyFrame
-
- getCircleSamples() - Method in class com.jme3.scene.shape.Torus
-
- getClassInfo(Class) - Method in class com.jme3.network.service.rmi.ClassInfoRegistry
-
- getClassLoaders() - Method in interface com.jme3.asset.AssetManager
-
Retrieve the list of registered ClassLoaders that are used for loading
classes
from asset files.
- getClassLoaders() - Method in class com.jme3.asset.DesktopAssetManager
-
- getClassName() - Method in class com.jme3.scene.plugins.fbx.obj.FbxObject
-
- getCleanFileName(String) - Method in class com.jme3.opencl.ProgramCache
-
- getClient() - Method in class com.jme3.network.service.AbstractClientService
-
Returns the client for this client service or null if
the service is not yet attached.
- getClient() - Method in class com.jme3.network.service.ClientServiceManager
-
Returns the network Client associated with this ClientServiceManager.
- getClockFrequency() - Method in interface com.jme3.opencl.Device
-
- getClockFrequency() - Method in class com.jme3.opencl.lwjgl.LwjglDevice
-
- getCloneFunction(Class<T>) - Method in class com.jme3.util.clone.Cloner
-
Returns a previously registered clone function for the specified type or null
if there is no custom clone function for the type.
- getClosestCollision() - Method in class com.jme3.collision.CollisionResults
-
- getClosestPoint(Vector3f, Vector3f) - Method in class com.jme3.math.Plane
-
Find the point in this plane that's nearest to the specified point.
- getClosestPoint(Vector3f) - Method in class com.jme3.math.Plane
-
Find the point in this plane that's nearest to the specified point.
- getCollideWithGroups() - Method in class com.jme3.bullet.collision.PhysicsCollisionObject
-
Gets the bitmask of collision groups that this object collides with.
- getCollision(int) - Method in class com.jme3.collision.CollisionResults
-
- getCollisionDirect(int) - Method in class com.jme3.collision.CollisionResults
-
Internal use only.
- getCollisionGroup() - Method in class com.jme3.bullet.collision.PhysicsCollisionObject
-
Returns the collision group for this collision shape
- getCollisionLocation(Vector3f) - Method in class com.jme3.bullet.objects.VehicleWheel
-
returns the location where the wheel collides with the ground (world space)
- getCollisionLocation() - Method in class com.jme3.bullet.objects.VehicleWheel
-
returns the location where the wheel collides with the ground (world space)
- getCollisionNormal(Vector3f) - Method in class com.jme3.bullet.objects.VehicleWheel
-
returns the normal where the wheel collides with the ground (world space)
- getCollisionNormal() - Method in class com.jme3.bullet.objects.VehicleWheel
-
returns the normal where the wheel collides with the ground (world space)
- getCollisionObject() - Method in class com.jme3.bullet.collision.PhysicsRayTestResult
-
- getCollisionObject() - Method in class com.jme3.bullet.collision.PhysicsSweepTestResult
-
- getCollisionShape() - Method in class com.jme3.bullet.collision.PhysicsCollisionObject
-
- getColor() - Method in class com.jme3.font.BitmapText
-
- getColor() - Method in class com.jme3.light.Light
-
Returns the color of the light.
- getColor() - Method in class com.jme3.post.filters.ColorOverlayFilter
-
returns the color
- getColorArray() - Method in class com.jme3.math.ColorRGBA
-
getColorArray
retrieves the color values of this
ColorRGBA
as a four element float
array in the
order: r,g,b,a.
- getColorArray(float[]) - Method in class com.jme3.math.ColorRGBA
-
Stores the current r,g,b,a values into the given array.
- getColorBuffer(int) - Method in class com.jme3.texture.FrameBuffer
-
- getColorBuffer() - Method in class com.jme3.texture.FrameBuffer
-
- getColorExtinction() - Method in class com.jme3.water.WaterFilter
-
Returns the color extinction vector of the water
- getColorInfluenceLine() - Method in class com.jme3.post.filters.CrossHatchFilter
-
Returns current influence of image colors on lines
- getColorInfluencePaper() - Method in class com.jme3.post.filters.CrossHatchFilter
-
Returns current influence of image colors on paper background
- getColorSpace() - Method in class com.jme3.material.MatParamTexture
-
- getColorSpace() - Method in class com.jme3.texture.Image
-
Specifies that this image is an SRGB image and therefore must undergo an
sRGB -> linear RGB color conversion prior to being read by a shader and
with the
Renderer.setLinearizeSrgbImages(boolean)
option is
enabled.
- getColorTarget(int) - Method in class com.jme3.texture.FrameBuffer
-
- getColorTarget() - Method in class com.jme3.texture.FrameBuffer
-
- getColumn(int) - Method in class com.jme3.math.Matrix3f
-
getColumn
returns one of three columns specified by the
parameter.
- getColumn(int, Vector3f) - Method in class com.jme3.math.Matrix3f
-
getColumn
returns one of three columns specified by the
parameter.
- getColumn(int) - Method in class com.jme3.math.Matrix4f
-
Copy the specified column to a new float array.
- getColumn(int, float[]) - Method in class com.jme3.math.Matrix4f
-
Copy the specified column to a float array.
- getCombinedFriction() - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
-
- getCombinedRestitution() - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
-
- getCombinedTransform(Vector3f, Quaternion) - Method in class com.jme3.animation.Bone
-
Deprecated.
Returns the local transform of this bone combined with the given position and rotation
- getCompactIndex(int) - Method in class com.jme3.animation.CompactArray
-
returns the corresponding index in the compact array
- getCompactObjectSize() - Method in class com.jme3.animation.CompactArray
-
- getComparator() - Method in class com.jme3.renderer.queue.GeometryList
-
Returns the GeometryComparator that this Geometry list uses
for sorting.
- getCompilerVersion() - Method in interface com.jme3.opencl.Device
-
OpenCL C version string.
- getCompilerVersion() - Method in class com.jme3.opencl.lwjgl.LwjglDevice
-
- getCompilerVersionMajor() - Method in interface com.jme3.opencl.Device
-
Extracts the major version from the compiler version
- getCompilerVersionMajor() - Method in class com.jme3.opencl.lwjgl.LwjglDevice
-
- getCompilerVersionMinor() - Method in interface com.jme3.opencl.Device
-
Extracts the minor version from the compiler version
- getCompilerVersionMinor() - Method in class com.jme3.opencl.lwjgl.LwjglDevice
-
- getComponent() - Method in class com.jme3.app.state.AWTComponentAppState
-
Get the AWT component that is used as rendering output.
- GetComponentButtonMask - Variable in class com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable
-
C type : GetComponentButtonMask_callback*
- GetComponentCount - Variable in class com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable
-
C type : GetComponentCount_callback*
- GetComponentName - Variable in class com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable
-
C type : GetComponentName_callback*
- GetComponentRenderModelName - Variable in class com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable
-
C type : GetComponentRenderModelName_callback*
- getComponentSize() - Method in enum com.jme3.scene.VertexBuffer.Format
-
Returns the size in bytes of this data type.
- GetComponentState - Variable in class com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable
-
C type : GetComponentState_callback*
- GetComponentStateForDevicePath - Variable in class com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable
-
C type : GetComponentStateForDevicePath_callback*
- getCompositeTexture() - Method in class com.jme3.post.filters.ComposeFilter
-
- getCompositor() - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVR
-
- getCompositor() - Method in class com.jme3.input.vr.oculus.OculusVR
-
- getCompositor() - Method in class com.jme3.input.vr.openvr.OpenVR
-
- getCompositor() - Method in class com.jme3.input.vr.osvr.OSVR
-
- getCompositor() - Method in interface com.jme3.input.vr.VRAPI
-
Get the object that wraps natively the VR compositor.
- getComputeUnits() - Method in interface com.jme3.opencl.Device
-
Returns the number of parallel compute units on
the OpenCL device.
- getComputeUnits() - Method in class com.jme3.opencl.lwjgl.LwjglDevice
-
- getCondition() - Method in class com.jme3.shader.ShaderNode
-
Gets the condition.
- getCondition() - Method in class com.jme3.shader.ShaderNodeVariable
-
- getCondition() - Method in class com.jme3.shader.VariableMapping
-
Gets the condition.
- getConnection(int) - Method in class com.jme3.network.base.DefaultServer
-
- getConnection(Endpoint) - Method in class com.jme3.network.base.DefaultServer
-
- getConnection(Endpoint) - Method in class com.jme3.network.base.KernelAdapter
-
- getConnection(int) - Method in interface com.jme3.network.Server
-
Retrieves a hosted connection by ID.
- getConnections() - Method in class com.jme3.network.base.DefaultServer
-
- getConnections() - Method in interface com.jme3.network.Server
-
Retrieves a read-only collection of all currently connected connections.
- getConstant() - Method in class com.jme3.math.Plane
-
getConstant
returns the constant of the plane.
- getContactNormal() - Method in class com.jme3.collision.CollisionResult
-
- getContactPoint() - Method in class com.jme3.collision.CollisionResult
-
- getContent() - Method in class com.jme3.scene.plugins.fbx.ContentTextureKey
-
- getContents() - Method in class com.jme3.util.blockparser.Statement
-
- getContext() - Method in interface com.jme3.app.Application
-
- getContext() - Method in class com.jme3.app.LegacyApplication
-
- getContext() - Method in class com.jme3.app.VRApplication
-
Deprecated.
- getContext() - Method in class com.jme3.opencl.lwjgl.LwjglContext
-
- getControl() - Method in class com.jme3.animation.AnimChannel
-
Deprecated.
Returns the parent control of this AnimChannel.
- getControl() - Method in class com.jme3.bullet.animation.PhysicsLink
-
Access the control that manages this link.
- getControl(Class<T>) - Method in class com.jme3.scene.Spatial
-
Returns the first control that is an instance of the given class,
or null if no such control exists.
- getControl(int) - Method in class com.jme3.scene.Spatial
-
Returns the control at the given index in the list.
- getControlDir() - Method in class com.jme3.scene.CameraNode
-
- getControlDir() - Method in class com.jme3.scene.control.CameraControl
-
- getControlDir() - Method in class com.jme3.scene.control.LightControl
-
- getControlDir() - Method in class com.jme3.scene.LightNode
-
Deprecated.
- GetControllerAxisTypeNameFromEnum - Variable in class com.jme3.system.jopenvr.VR_IVRSystem_FnTable
-
C type : GetControllerAxisTypeNameFromEnum_callback*
- getControllerId() - Method in class com.jme3.bullet.objects.PhysicsCharacter
-
used internally
- getControllerManufacturer() - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVRTrackedController
-
- getControllerManufacturer() - Method in class com.jme3.input.vr.oculus.OculusVRInput.OculusController
-
- getControllerManufacturer() - Method in class com.jme3.input.vr.openvr.OpenVRTrackedController
-
- getControllerManufacturer() - Method in interface com.jme3.input.vr.VRTrackedController
-
Get the controller manufacturer.
- getControllerName() - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVRTrackedController
-
- getControllerName() - Method in class com.jme3.input.vr.oculus.OculusVRInput.OculusController
-
- getControllerName() - Method in class com.jme3.input.vr.openvr.OpenVRTrackedController
-
- getControllerName() - Method in interface com.jme3.input.vr.VRTrackedController
-
Get the controller name.
- GetControllerRoleForTrackedDeviceIndex - Variable in class com.jme3.system.jopenvr.VR_IVRSystem_FnTable
-
C type : GetControllerRoleForTrackedDeviceIndex_callback*
- GetControllerState - Variable in class com.jme3.system.jopenvr.VR_IVRSystem_FnTable
-
C type : GetControllerState_callback*
- GetControllerStateWithPose - Variable in class com.jme3.system.jopenvr.VR_IVRSystem_FnTable
-
C type : GetControllerStateWithPose_callback*
- getControlPoints() - Method in class com.jme3.math.Spline
-
returns this spline control points
- getControlPoints() - Method in class com.jme3.scene.shape.Surface
-
- getCoordinates() - Method in class jme3test.games.WorldOfInception.InceptionLevel
-
- getCount() - Method in class com.jme3.terrain.geomipmap.LODGeomap.VerboseBuffer
-
- getCShape() - Method in class com.jme3.bullet.collision.shapes.CollisionShape
-
used internally
- getCubeMapCrossDebugView(TextureCubeMap, AssetManager) - Static method in class com.jme3.environment.util.EnvMapUtils
-
Creates a debug Node of the given cube map to attach to the gui node
the cube map is layered this way :
- getCubeMapCrossDebugViewWithMipMaps(TextureCubeMap, AssetManager) - Static method in class com.jme3.environment.util.EnvMapUtils
-
- getCubemapFaceTexCoordFromVector(Vector3f, int, Vector2f, EnvMapUtils.FixSeamsMethod) - Static method in class com.jme3.environment.util.EnvMapUtils
-
Computes the texture coordinates and the face of the cube map from the
given vector
- getCullHint() - Method in class com.jme3.scene.Spatial
-
- GetCumulativeStats - Variable in class com.jme3.system.jopenvr.VR_IVRCompositor_FnTable
-
C type : GetCumulativeStats_callback*
- getCurrentAction() - Method in class com.jme3.anim.AnimComposer
-
Return the current action on the default layer.
- getCurrentAction(String) - Method in class com.jme3.anim.AnimComposer
-
Return current action on specified layer.
- getCurrentAction() - Method in class com.jme3.anim.AnimLayer
-
Returns the Action that's currently running.
- getCurrentCamera() - Method in class com.jme3.renderer.RenderManager
-
Returns the camera currently used for rendering.
- getCurrentCell() - Method in class com.jme3.terrain.geomipmap.TerrainGrid
-
- GetCurrentFadeColor - Variable in class com.jme3.system.jopenvr.VR_IVRCompositor_FnTable
-
C type : GetCurrentFadeColor_callback*
- GetCurrentGridAlpha - Variable in class com.jme3.system.jopenvr.VR_IVRCompositor_FnTable
-
C type : GetCurrentGridAlpha_callback*
- getCurrentLevel() - Method in class jme3test.games.WorldOfInception.InceptionLevel
-
- getCurrentScaleAmount() - Method in class jme3test.games.WorldOfInception.InceptionLevel
-
- GetCurrentSceneFocusProcess - Variable in class com.jme3.system.jopenvr.VR_IVRCompositor_FnTable
-
C type : GetCurrentSceneFocusProcess_callback*
- GetCurrentSceneProcessId - Variable in class com.jme3.system.jopenvr.VR_IVRApplications_FnTable
-
C type : GetCurrentSceneProcessId_callback*
- getCurrentValue() - Method in class com.jme3.cinematic.events.MotionEvent
-
This method is meant to be called by the motion path only.
- getCurrentVehicleSpeedKmHour() - Method in class com.jme3.bullet.objects.PhysicsVehicle
-
Get the current speed of the vehicle in km/h
- getCurrentVolume() - Method in class com.jme3.audio.android.AndroidAudioData
-
- getCurrentWayPoint() - Method in class com.jme3.cinematic.events.MotionEvent
-
This method is meant to be called by the motion path only.
- getCursorPosition() - Method in class com.jme3.input.InputManager
-
Returns the current cursor position.
- getCursorPosition() - Method in class com.jme3.input.vr.AbstractVRMouseManager
-
- getCursorPosition() - Method in interface com.jme3.input.vr.VRMouseManager
-
Get the actual cursor position.
- getCurves() - Method in class com.jme3.scene.plugins.fbx.anim.FbxAnimCurveNode
-
- getCurveTension() - Method in class com.jme3.cinematic.MotionPath
-
Returns the curve tension
- getCurveTension() - Method in class com.jme3.math.Spline
-
returns the curve tension
- getCustomDfactorAlpha() - Method in class com.jme3.material.RenderState
-
Provides the destination factor for the alpha component in
BlendMode.Custom
.
- getCustomDfactorRGB() - Method in class com.jme3.material.RenderState
-
Provides the destination factor for the RGB components in
BlendMode.Custom
.
- getCustomSfactorAlpha() - Method in class com.jme3.material.RenderState
-
Provides the source factor for the alpha component in
BlendMode.Custom
.
- getCustomSfactorRGB() - Method in class com.jme3.material.RenderState
-
Provides the source factor for the RGB components in
BlendMode.Custom
.
- GetD3D9AdapterIndex - Variable in class com.jme3.system.jopenvr.VR_IVRSystem_FnTable
-
C type : GetD3D9AdapterIndex_callback*
- getDamping() - Method in class com.jme3.bullet.joints.motors.RotationalLimitMotor
-
- getDamping() - Method in class com.jme3.bullet.joints.motors.TranslationalLimitMotor
-
- getDamping() - Method in class com.jme3.bullet.joints.Point2PointJoint
-
- getDampingDirAng() - Method in class com.jme3.bullet.joints.SliderJoint
-
- getDampingDirLin() - Method in class com.jme3.bullet.joints.SliderJoint
-
- getDampingLimAng() - Method in class com.jme3.bullet.joints.SliderJoint
-
- getDampingLimLin() - Method in class com.jme3.bullet.joints.SliderJoint
-
- getDampingOrthoAng() - Method in class com.jme3.bullet.joints.SliderJoint
-
- getDampingOrthoLin() - Method in class com.jme3.bullet.joints.SliderJoint
-
- GetDashboardOverlaySceneProcess - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : GetDashboardOverlaySceneProcess_callback*
- getData() - Method in class com.jme3.audio.AudioBuffer
-
- getData() - Method in class com.jme3.network.kernel.Envelope
-
- getData(int[]) - Method in class com.jme3.renderer.Statistics
-
Retrieves the statistics data into the given array.
- getData() - Method in class com.jme3.scene.VertexBuffer
-
Returns the raw internal data buffer used by this VertexBuffer.
- getData() - Method in class com.jme3.texture.Image
-
getData
returns the data for this image.
- getData(int) - Method in class com.jme3.texture.Image
-
getData
returns the data for this image.
- getDataAtTime(double, T) - Method in interface com.jme3.anim.AnimTrack
-
Determine the track value for the specified time.
- getDataAtTime(double, float[]) - Method in class com.jme3.anim.MorphTrack
-
- getDataAtTime(double, Transform) - Method in class com.jme3.anim.TransformTrack
-
- getDataReadOnly() - Method in class com.jme3.scene.VertexBuffer
-
Returns a safe read-only version of this VertexBuffer's data.
- getDataType() - Method in class com.jme3.audio.android.AndroidAudioData
-
- getDataType() - Method in class com.jme3.audio.AudioBuffer
-
- getDataType() - Method in class com.jme3.audio.AudioData
-
- getDataType() - Method in class com.jme3.audio.AudioStream
-
- getDeadZone() - Method in class com.jme3.input.DefaultJoystickAxis
-
Returns the suggested dead zone for this axis.
- getDeadZone() - Method in interface com.jme3.input.JoystickAxis
-
Returns the suggested dead zone for this axis.
- getDebugGui(AssetManager, LightProbe) - Static method in class com.jme3.environment.LightProbeFactory
-
For debugging purposes only.
- getDebugMesh(CollisionShape) - Static method in class com.jme3.bullet.util.DebugShapeFactory
-
- getDebugNode() - Method in class com.jme3.scene.debug.custom.ArmatureDebugAppState
-
- getDebugShape(CollisionShape) - Static method in class com.jme3.bullet.util.DebugShapeFactory
-
Creates a debug shape from the given collision shape.
- getDebugString() - Method in class jme3test.input.combomoves.ComboMoveExecution
-
- getDebugUnfocus() - Method in class com.jme3.post.filters.DepthOfFieldFilter
-
- getDecayHFRatio() - Method in class com.jme3.audio.Environment
-
- getDecayTime() - Method in class com.jme3.audio.Environment
-
- getDeepWaterColor() - Method in class com.jme3.water.WaterFilter
-
returns the deep water color
- getDef() - Method in class com.jme3.material.Technique
-
Returns the technique definition that is implemented by this technique
instance.
- getDefaultAnisotropicFilter() - Method in class com.jme3.renderer.opengl.GLRenderer
-
- getDefaultAnisotropicFilter() - Method in interface com.jme3.renderer.Renderer
-
Gets the default anisotropic filter level for textures.
- getDefaultAnisotropicFilter() - Method in class com.jme3.system.NullRenderer
-
- GetDefaultApplicationForMimeType - Variable in class com.jme3.system.jopenvr.VR_IVRApplications_FnTable
-
C type : GetDefaultApplicationForMimeType_callback*
- getDefaultAspect() - Method in class com.jme3.app.VREnvironment
-
Get the default aspect ratio.
- getDefaultFOV() - Method in class com.jme3.app.VREnvironment
-
Get the default Field Of View (FOV) value.
- getDefaultMargin() - Static method in class com.jme3.bullet.collision.shapes.CollisionShape
-
Read the default margin for new shapes.
- getDefaultPassDepthFormat() - Method in class com.jme3.post.Filter
-
returns the default pass depth format
- getDefaultPassTextureFormat() - Method in class com.jme3.post.Filter
-
- getDefaultPassTextureFormat() - Method in class com.jme3.post.FilterPostProcessor
-
- getDefaultValue() - Method in class com.jme3.shader.ShaderNodeVariable
-
Gets the default value of this variable.
- getDefineIdType(int) - Method in class com.jme3.material.TechniqueDef
-
Get the type of a particular define.
- getDefineNames() - Method in class com.jme3.material.TechniqueDef
-
Get the names of all defines declared on this technique definition.
- getDefines() - Method in class com.jme3.shader.Shader.ShaderSource
-
- getDefineTypes() - Method in class com.jme3.material.TechniqueDef
-
Get the types of all defines declared on this technique definition.
- getDefinition() - Method in class com.jme3.shader.ShaderNode
-
Returns the shader node definition.
- getDeltaRotation() - Method in class com.jme3.bullet.objects.VehicleWheel
-
returns how many degrees the wheel has turned since the last physics
step.
- getDeltaScaleSpan() - Method in class com.jme3.input.event.TouchEvent
-
- getDeltaWheel() - Method in class com.jme3.input.event.MouseMotionEvent
-
The change in wheel rotation.
- getDeltaX() - Method in class com.jme3.input.event.TouchEvent
-
- getDeltaY() - Method in class com.jme3.input.event.TouchEvent
-
- getDensity() - Method in class com.jme3.audio.Environment
-
- getDepth() - Method in class com.jme3.opencl.Image
-
- getDepth() - Method in class com.jme3.opencl.lwjgl.LwjglImage
-
- getDepth() - Method in class com.jme3.texture.Image
-
getDepth
returns the depth of this image (for 3d images).
- getDepthBits() - Method in class com.jme3.system.AppSettings
-
Get the number of depth bits
- getDepthBuffer() - Method in class com.jme3.texture.FrameBuffer
-
- getDepthFunc() - Method in class com.jme3.material.RenderState
-
Retrieve the depth comparison function
- getDepthSensitivity() - Method in class com.jme3.post.filters.CartoonEdgeFilter
-
- getDepthTarget() - Method in class com.jme3.texture.FrameBuffer
-
- getDepthTexture() - Method in class com.jme3.post.Filter.Pass
-
- getDepthTexture() - Method in class com.jme3.post.FilterPostProcessor
-
For internal use only
returns the depth texture of the scene
- getDepthThreshold() - Method in class com.jme3.post.filters.CartoonEdgeFilter
-
- getDestination() - Method in class com.jme3.system.AWTFrameProcessor
-
Gets the current destination.
- getDestinationHeight() - Method in class com.jme3.system.AWTFrameProcessor
-
Gets destination height.
- getDestinationWidth() - Method in class com.jme3.system.AWTFrameProcessor
-
Gets destination width.
- getDestructionPolicy() - Method in class com.jme3.app.jmeSurfaceView.JmeSurfaceView
-
Gets the current destruction policy.
- getDevice() - Method in class com.jme3.opencl.CommandQueue
-
Returns the device associated with this command queue.
- getDevice() - Method in class com.jme3.opencl.lwjgl.LwjglDevice
-
- getDevices() - Method in class com.jme3.opencl.Context
-
Returns all available devices for this context.
- getDevices() - Method in class com.jme3.opencl.lwjgl.LwjglContext
-
- getDevices() - Method in class com.jme3.opencl.lwjgl.LwjglPlatform
-
- getDevices() - Method in interface com.jme3.opencl.Platform
-
- GetDeviceToAbsoluteTrackingPose - Variable in class com.jme3.system.jopenvr.VR_IVRSystem_FnTable
-
C type : GetDeviceToAbsoluteTrackingPose_callback*
- getDeviceType() - Method in interface com.jme3.opencl.Device
-
- getDeviceType() - Method in class com.jme3.opencl.lwjgl.LwjglDevice
-
- getDiffusion() - Method in class com.jme3.audio.Environment
-
- GetDigitalActionData - Variable in class com.jme3.system.jopenvr.VR_IVRInput_FnTable
-
C type : GetDigitalActionData_callback*
- getDimension() - Method in class com.jme3.opencl.Kernel.WorkSize
-
- getDirection() - Method in class com.jme3.audio.AudioNode
-
- getDirection() - Method in interface com.jme3.audio.AudioSource
-
- getDirection() - Method in class com.jme3.audio.Listener
-
- getDirection() - Method in class com.jme3.bullet.objects.VehicleWheel
-
- getDirection() - Method in class com.jme3.cinematic.events.MotionEvent
-
Returns the direction the spatial is moving.
- getDirection() - Method in class com.jme3.light.DirectionalLight
-
Returns the direction vector of the light.
- getDirection() - Method in class com.jme3.light.SpotLight
-
- getDirection() - Method in class com.jme3.math.Line
-
getDirection
returns the direction of the line.
- getDirection() - Method in class com.jme3.math.LineSegment
-
Access the direction of this segment.
- getDirection() - Method in class com.jme3.math.Ray
-
getDirection
retrieves the direction vector of the ray.
- getDirection() - Method in class com.jme3.renderer.Camera
-
Retrieves the direction vector the camera is
facing.
- getDirection(Vector3f) - Method in class com.jme3.renderer.Camera
-
Retrieves the direction vector the camera is
facing.
- getDirection() - Method in class com.jme3.shadow.BasicShadowRenderer
-
Deprecated.
returns the light direction used for this processor
- getDirection() - Method in class com.jme3.shadow.PssmShadowFilter
-
Deprecated.
returns the light direction used by the processor
- getDirection() - Method in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
returns the light direction used by the processor
- getDirectionType() - Method in class com.jme3.cinematic.events.MotionEvent
-
Returns the direction type of the target.
- getDirectMemoryCount() - Static method in class com.jme3.util.MemoryUtils
-
- getDirectMemoryTotalCapacity() - Static method in class com.jme3.util.MemoryUtils
-
- getDirectMemoryUsage() - Static method in class com.jme3.util.MemoryUtils
-
- getDisplayFrameBuffer - Variable in class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_OpenGLToolkitFunctions
-
C type : getDisplayFrameBuffer_callback*
- getDisplayFrequency() - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVR
-
- getDisplayFrequency() - Method in class com.jme3.input.vr.oculus.OculusVR
-
- getDisplayFrequency() - Method in class com.jme3.input.vr.openvr.OpenVR
-
- getDisplayFrequency() - Method in class com.jme3.input.vr.osvr.OSVR
-
- getDisplayFrequency() - Method in interface com.jme3.input.vr.VRAPI
-
Get the Head Mounted Device (HMD) display frequency.
- getDisplayPicture() - Method in class com.jme3.shadow.BasicShadowRenderer
-
Deprecated.
debug only
- getDisplaySizeOverride - Variable in class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_OpenGLToolkitFunctions
-
C type : getDisplaySizeOverride_callback*
- getDistance() - Method in class com.jme3.collision.CollisionResult
-
- getDistance1() - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
-
- getDistanceToTarget() - Method in class com.jme3.input.ChaseCamera
-
return the current distance from the camera to the target
- getDistortionMix() - Method in class com.jme3.water.SimpleWaterProcessor
-
returns how the normal and dudv map are mixed to create the wave effect,
default = 0.5
- getDistortionScale() - Method in class com.jme3.water.SimpleWaterProcessor
-
returns the scale of distortion by the normal map, default = 0.2
- getDistTolerance() - Method in class com.jme3.scene.control.LodControl
-
Returns the distance tolerance for changing LOD.
- getDoc() - Method in class com.jme3.export.xml.DOMOutputCapsule
-
- getDocRoot() - Method in class com.jme3.scene.plugins.gltf.GltfLoader
-
- getDocumentation() - Method in class com.jme3.shader.ShaderNodeDefinition
-
- getDoubleArray(FbxElement) - Static method in class com.jme3.scene.plugins.fbx.mesh.FbxMeshUtil
-
- getDownQuad(TerrainQuad) - Method in interface com.jme3.terrain.geomipmap.NeighbourFinder
-
Get the TerrainQuad below the supplied 'center' quad.
- getDownRotateOnCloseViewOnly() - Method in class com.jme3.input.ChaseCamera
-
- getDownsampling() - Method in class com.jme3.post.CartoonSSAO
-
Get the down sampling value.
- getDownSamplingFactor() - Method in class com.jme3.post.filters.BloomFilter
-
- GetDriverCount - Variable in class com.jme3.system.jopenvr.VR_IVRDriverManager_FnTable
-
C type : GetDriverCount_callback*
- GetDriverHandle - Variable in class com.jme3.system.jopenvr.VR_IVRDriverManager_FnTable
-
C type : GetDriverHandle_callback*
- GetDriverName - Variable in class com.jme3.system.jopenvr.VR_IVRDriverManager_FnTable
-
C type : GetDriverName_callback*
- getDriverVersion() - Method in interface com.jme3.opencl.Device
-
- getDriverVersion() - Method in class com.jme3.opencl.lwjgl.LwjglDevice
-
- getDriverVersionMajor() - Method in interface com.jme3.opencl.Device
-
Extracts the major version from the driver version
- getDriverVersionMajor() - Method in class com.jme3.opencl.lwjgl.LwjglDevice
-
- getDriverVersionMinor() - Method in interface com.jme3.opencl.Device
-
Extracts the minor version from the driver version
- getDriverVersionMinor() - Method in class com.jme3.opencl.lwjgl.LwjglDevice
-
- getDryFilter() - Method in class com.jme3.audio.AudioNode
-
- getDryFilter() - Method in interface com.jme3.audio.AudioSource
-
- getDuckedFactor() - Method in class com.jme3.bullet.control.BetterCharacterControl
-
Read the height multiplier for ducking.
- getDummyCamera() - Method in class com.jme3.app.VREnvironment
-
- getDuration() - Method in class com.jme3.audio.android.AndroidAudioData
-
- getDuration() - Method in class com.jme3.audio.AudioBuffer
-
- getDuration() - Method in class com.jme3.audio.AudioData
-
- getDuration() - Method in class com.jme3.audio.AudioStream
-
- getDuration() - Method in class com.jme3.cinematic.events.AbstractCinematicEvent
-
Returns the actual duration of the animation (initialDuration/speed)
- getDuration() - Method in interface com.jme3.cinematic.events.CinematicEvent
-
Returns the actual duration of the animation
- getDuration() - Method in class com.jme3.post.filters.FadeFilter
-
returns the duration of the effect
- getDuration() - Method in class com.jme3.scene.plugins.fbx.anim.FbxAnimStack
-
- getDuration() - Method in class com.jme3.scene.plugins.fbx.anim.FbxToJmeTrack
-
- getDX() - Method in class com.jme3.input.event.MouseMotionEvent
-
The change in X coordinate
- GetDXGIOutputInfo - Variable in class com.jme3.system.jopenvr.VR_IVRExtendedDisplay_FnTable
-
C type : GetDXGIOutputInfo_callback*
- GetDXGIOutputInfo - Variable in class com.jme3.system.jopenvr.VR_IVRSystem_FnTable
-
C type : GetDXGIOutputInfo_callback*
- getDY() - Method in class com.jme3.input.event.MouseMotionEvent
-
The change in Y coordinate
- getDynamicDefines() - Method in class com.jme3.material.Technique
-
- getDynamicsWorld() - Method in class com.jme3.bullet.PhysicsSpace
-
used internally
- getEColorSpaceString(int) - Static method in class com.jme3.system.jopenvr.OpenVRUtil
-
- getEdgeColor() - Method in class com.jme3.post.filters.CartoonEdgeFilter
-
returns the edge color
- getEdgeFilteringMode() - Method in class com.jme3.shadow.AbstractShadowFilter
-
returns the edge filtering mode
- getEdgeFilteringMode() - Method in class com.jme3.shadow.AbstractShadowFilterVR
-
Get the edge filtering mode.
- getEdgeFilteringMode() - Method in class com.jme3.shadow.AbstractShadowRenderer
-
returns the edge filtering mode
- getEdgeFilteringMode() - Method in class com.jme3.shadow.AbstractShadowRendererVR
-
Get the edge filtering mode.
- getEdgeIntensity() - Method in class com.jme3.post.filters.CartoonEdgeFilter
-
- getEdgesThickness() - Method in class com.jme3.shadow.AbstractShadowFilter
-
returns the edges thickness
- getEdgesThickness() - Method in class com.jme3.shadow.AbstractShadowFilterVR
-
returns the edges thickness
- getEdgesThickness() - Method in class com.jme3.shadow.AbstractShadowRenderer
-
returns the edges thickness
- getEdgesThickness() - Method in class com.jme3.shadow.AbstractShadowRendererVR
-
returns the edges thickness
- getEdgesThickness() - Method in class com.jme3.shadow.PssmShadowFilter
-
Deprecated.
returns the edges thickness
- getEdgesThickness() - Method in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
returns the edges thickness
- getEdgeWidth() - Method in class com.jme3.post.filters.CartoonEdgeFilter
-
returns the width of the edges
- getEffect() - Method in class com.jme3.terrain.noise.filter.SmoothFilter
-
- getEfficentData() - Method in class com.jme3.texture.Image
-
- getEglAlphaBits() - Method in class com.jme3.app.jmeSurfaceView.JmeSurfaceView
-
Gets the Embedded gL alpha(opacity) bits.
- getEglBitsPerPixel() - Method in class com.jme3.app.jmeSurfaceView.JmeSurfaceView
-
Gets the bits/pixel for Embedded gL
- getEglDepthBits() - Method in class com.jme3.app.jmeSurfaceView.JmeSurfaceView
-
Gets the memory representing the EGL depth in bits.
- getEglSamples() - Method in class com.jme3.app.jmeSurfaceView.JmeSurfaceView
-
Gets the number of samples to use for multi-sampling.
- getEglStencilBits() - Method in class com.jme3.app.jmeSurfaceView.JmeSurfaceView
-
Gets the number of stencil buffer bits.
- getEigenValue(int) - Method in class com.jme3.math.Eigen3f
-
Read the indexed eigenvalue.
- getEigenValues() - Method in class com.jme3.math.Eigen3f
-
Access the array of eigenvalues.
- getEigenVector(int) - Method in class com.jme3.math.Eigen3f
-
Access the indexed eigenvector.
- getEigenVectors() - Method in class com.jme3.math.Eigen3f
-
Access the array of eigenvectors.
- getElementClass() - Method in class com.jme3.animation.CompactArray
-
- getElementClass() - Method in class com.jme3.animation.CompactFloatArray
-
- getElementClass() - Method in class com.jme3.animation.CompactQuaternionArray
-
- getElementClass() - Method in class com.jme3.animation.CompactVector3Array
-
- getElementComponent(int, int) - Method in class com.jme3.scene.VertexBuffer
-
Get the component inside an element.
- getElementLengths() - Method in class com.jme3.scene.Mesh
-
- getElementSize() - Method in class com.jme3.opencl.Image
-
- getElementSize() - Method in class com.jme3.opencl.lwjgl.LwjglImage
-
- getEmitter() - Method in class com.jme3.animation.EffectTrack
-
Deprecated.
- getEnd() - Method in class com.jme3.scene.shape.Line
-
- getEndColor() - Method in class com.jme3.effect.ParticleEmitter
-
Get the end color of the particles spawned.
- getEndpoint() - Method in class com.jme3.network.kernel.EndpointEvent
-
- getEndpoint(SocketAddress, boolean) - Method in class com.jme3.network.kernel.udp.UdpKernel
-
- getEndSize() - Method in class com.jme3.effect.ParticleEmitter
-
Get the end size of the particles spawned.
- getEntry(int) - Method in class com.jme3.anim.interpolator.FrameInterpolator.TrackTimeReader
-
- getEntry(int) - Method in class com.jme3.util.ListMap
-
- getEntryClamp(int, T) - Method in class com.jme3.anim.interpolator.FrameInterpolator.TrackDataReader
-
- getEntryMod(int, T) - Method in class com.jme3.anim.interpolator.FrameInterpolator.TrackDataReader
-
- getEntryModSkip(int, T) - Method in class com.jme3.anim.interpolator.FrameInterpolator.TrackDataReader
-
- getEnvironment() - Method in class com.jme3.input.vr.oculus.OculusVR
-
- getERP() - Method in class com.jme3.bullet.joints.motors.RotationalLimitMotor
-
- getErrcodeName(int) - Static method in class com.jme3.opencl.lwjgl.info.CLUtil
-
Returns the token name of the specified errcode
.
- getError() - Method in class com.jme3.network.service.rpc.msg.RpcResponseMessage
-
- getErrorCode() - Method in exception com.jme3.opencl.OpenCLException
-
- getErrorName(int) - Static method in class com.jme3.opencl.lwjgl.Utils
-
- getErrorType() - Method in class com.jme3.app.state.ConstantVerifierState
-
- getETextureTypeString(int) - Static method in class com.jme3.system.jopenvr.OpenVRUtil
-
- getETrackedDevicePropertyString(int) - Static method in class com.jme3.system.jopenvr.OpenVRUtil
-
Get the description of the given tracked device property.
- getETrackedPropertyErrorString(int) - Static method in class com.jme3.system.jopenvr.OpenVRUtil
-
- getEvent(int, PhysicsCollisionObject, PhysicsCollisionObject, ManifoldPoint) - Method in class com.jme3.bullet.collision.PhysicsCollisionEventFactory
-
- getEvent() - Method in class com.jme3.opencl.Buffer.AsyncMapping
-
- getEvent() - Method in class com.jme3.opencl.lwjgl.LwjglEvent
-
- getEventData(String, Object) - Method in class com.jme3.cinematic.Cinematic
-
used internally return and event data
- getEventDispatchImpulseThreshold() - Method in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
Read the ragdoll's event-dispatch impulse threshold.
- GetEventTypeNameFromEnum - Variable in class com.jme3.system.jopenvr.VR_IVRSystem_FnTable
-
C type : GetEventTypeNameFromEnum_callback*
- getEVRCompositorErrorString(int) - Static method in class com.jme3.system.jopenvr.OpenVRUtil
-
- getEVRInitErrorString(int) - Static method in class com.jme3.system.jopenvr.OpenVRUtil
-
- getExactSerializer(Class) - Static method in class com.jme3.network.serializing.Serializer
-
- getExactSerializerRegistration(Class) - Static method in class com.jme3.network.serializing.Serializer
-
- getExplosionRadius() - Method in class jme3test.bullet.BombControl
-
- getExposedObject(String, Class<T>, boolean) - Method in class com.jme3.network.rmi.ObjectStore
-
- getExposureCutOff() - Method in class com.jme3.post.filters.BloomFilter
-
- getExposurePower() - Method in class com.jme3.post.filters.BloomFilter
-
- getExtension(String) - Static method in class com.jme3.asset.AssetKey
-
- getExtension() - Method in class com.jme3.asset.AssetKey
-
- getExtension() - Method in enum com.jme3.shader.Shader.ShaderType
-
- getExtensionLoader(String) - Method in class com.jme3.scene.plugins.gltf.GltfModelKey
-
- getExtensions() - Method in interface com.jme3.opencl.Device
-
Lists all available extensions
- getExtensions() - Method in class com.jme3.opencl.lwjgl.LwjglDevice
-
- getExtensions() - Method in class com.jme3.opencl.lwjgl.LwjglPlatform
-
- getExtensions() - Method in interface com.jme3.opencl.Platform
-
- getExtent(Vector3f) - Method in class com.jme3.bounding.BoundingBox
-
Query extent.
- getExtent() - Method in class com.jme3.light.OrientedBoxProbeArea
-
- getExtent() - Method in class com.jme3.math.LineSegment
-
Read the extent of this segment.
- getExtractionFolder() - Static method in class com.jme3.system.NativeLibraryLoader
-
Returns the folder where native libraries will be extracted.
- getExtrasLoader() - Method in class com.jme3.scene.plugins.gltf.GltfModelKey
-
- getExtreme(int, boolean) - Method in class com.jme3.collision.bih.BIHTriangle
-
- getEyeInfo() - Method in class com.jme3.input.vr.osvr.OSVR
-
Read and update the eye info from the underlying OSVR system.
- GetEyeOutputViewport - Variable in class com.jme3.system.jopenvr.VR_IVRExtendedDisplay_FnTable
-
C type : GetEyeOutputViewport_callback*
- getEyePose(int) - Method in class com.jme3.input.vr.oculus.OculusVR
-
- GetEyeToHeadTransform - Variable in class com.jme3.system.jopenvr.VR_IVRSystem_FnTable
-
C type : GetEyeToHeadTransform_callback*
- getFace() - Method in class com.jme3.texture.FrameBuffer.RenderBuffer
-
- getFaceCullMode() - Method in class com.jme3.material.RenderState
-
Retrieve the face cull mode.
- getFaceNormal() - Method in class com.jme3.effect.ParticleEmitter
-
Get the normal which particles are facing.
- getFallbackMorphTarget() - Method in class com.jme3.scene.Geometry
-
- getFallSpeed() - Method in class com.jme3.bullet.objects.PhysicsCharacter
-
- getFarthestCollision() - Method in class com.jme3.collision.CollisionResults
-
- getFaultShape() - Method in class com.jme3.terrain.heightmap.FaultHeightMap
-
- getFaultType() - Method in class com.jme3.terrain.heightmap.FaultHeightMap
-
- getFbxProperties() - Method in class com.jme3.scene.plugins.fbx.file.FbxElement
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.AppOverrideKeys_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.CameraVideoStreamFrameHeader_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.Compositor_CumulativeStats
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.Compositor_FrameTiming
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.Compositor_OverlaySettings
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.COpenVRContext
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.CVRSettingHelper
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.D3D12TextureData_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.DistortionCoordinates_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.DriverDirectMode_FrameTiming
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.HiddenAreaMesh_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.HmdColor_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.HmdMatrix33_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.HmdMatrix34_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.HmdMatrix44_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.HmdQuad_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.HmdQuaternion_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.HmdQuaternionf_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.HmdRect2_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.HmdVector2_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.HmdVector3_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.HmdVector3d_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.HmdVector4_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.ImuSample_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.InputAnalogActionData_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.InputDigitalActionData_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.InputOriginInfo_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.InputPoseActionData_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.InputSkeletalActionData_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.IntersectionMaskCircle_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.IntersectionMaskRectangle_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.NotificationBitmap_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.RenderModel_ComponentState_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.RenderModel_ControllerMode_State_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.RenderModel_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.RenderModel_TextureMap_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.RenderModel_Vertex_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.SpatialAnchorPose_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.Texture_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.TrackedDevicePose_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VR_IVRApplications_FnTable
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VR_IVRChaperone_FnTable
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VR_IVRCompositor_FnTable
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VR_IVRDriverManager_FnTable
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VR_IVRExtendedDisplay_FnTable
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VR_IVRInput_FnTable
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VR_IVRIOBuffer_FnTable
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VR_IVRNotifications_FnTable
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VR_IVRResources_FnTable
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VR_IVRScreenshots_FnTable
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VR_IVRSettings_FnTable
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VR_IVRSpatialAnchors_FnTable
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VR_IVRSystem_FnTable
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VR_IVRTrackedCamera_FnTable
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VRActiveActionSet_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VRBoneTransform_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VRControllerAxis_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VRControllerState_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VREvent_ApplicationLaunch_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VREvent_Chaperone_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VREvent_Controller_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VREvent_DualAnalog_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VREvent_EditingCameraSurface_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VREvent_HapticVibration_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VREvent_InputActionManifestLoad_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VREvent_InputBindingLoad_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VREvent_Ipd_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VREvent_Keyboard_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VREvent_MessageOverlay_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VREvent_Mouse_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VREvent_Notification_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VREvent_Overlay_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VREvent_PerformanceTest_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VREvent_Process_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VREvent_Property_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VREvent_Reserved_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VREvent_Screenshot_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VREvent_ScreenshotProgress_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VREvent_Scroll_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VREvent_SeatedZeroPoseReset_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VREvent_SpatialAnchor_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VREvent_Status_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VREvent_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VREvent_TouchPadMove_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VREvent_WebConsole_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VROverlayIntersectionMaskPrimitive_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VROverlayIntersectionParams_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VROverlayIntersectionResults_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VRTextureBounds_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VRTextureDepthInfo_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VRTextureWithDepth_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VRTextureWithPose_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VRTextureWithPoseAndDepth_t
-
- getFieldOrder() - Method in class com.jme3.system.jopenvr.VRVulkanTextureData_t
-
- getFieldOrder() - Method in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_AccelerationReport
-
- getFieldOrder() - Method in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_AccelerationState
-
- getFieldOrder() - Method in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_AnalogReport
-
- getFieldOrder() - Method in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_AngularAccelerationReport
-
- getFieldOrder() - Method in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_AngularVelocityReport
-
- getFieldOrder() - Method in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_ButtonReport
-
- getFieldOrder() - Method in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_DirectionReport
-
- getFieldOrder() - Method in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_EyeTracker2DReport
-
- getFieldOrder() - Method in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_EyeTracker3DReport
-
- getFieldOrder() - Method in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_EyeTracker3DState
-
- getFieldOrder() - Method in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_EyeTrackerBlinkReport
-
- getFieldOrder() - Method in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_IncrementalQuaternion
-
- getFieldOrder() - Method in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_LinearAccelerationReport
-
- getFieldOrder() - Method in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_LinearVelocityReport
-
- getFieldOrder() - Method in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_Location2DReport
-
- getFieldOrder() - Method in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_NaviPositionReport
-
- getFieldOrder() - Method in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_NaviVelocityReport
-
- getFieldOrder() - Method in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_OrientationReport
-
- getFieldOrder() - Method in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_Pose3
-
- getFieldOrder() - Method in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_PoseReport
-
- getFieldOrder() - Method in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_PositionReport
-
- getFieldOrder() - Method in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_Quaternion
-
- getFieldOrder() - Method in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_Vec2
-
- getFieldOrder() - Method in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_Vec3
-
- getFieldOrder() - Method in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_VelocityReport
-
- getFieldOrder() - Method in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_VelocityState
-
- getFieldOrder() - Method in class com.jme3.system.osvr.osvrmatrixconventions.OSVR_Pose3
-
- getFieldOrder() - Method in class com.jme3.system.osvr.osvrmatrixconventions.OSVR_Quaternion
-
- getFieldOrder() - Method in class com.jme3.system.osvr.osvrmatrixconventions.OSVR_Vec3
-
- getFieldOrder() - Method in class com.jme3.system.osvr.osvrrendermanager.OSVR_ProjectionMatrix
-
- getFieldOrder() - Method in class com.jme3.system.osvr.osvrrendermanager.OSVR_RenderParams
-
- getFieldOrder() - Method in class com.jme3.system.osvr.osvrrendermanager.OSVR_RGB
-
- getFieldOrder() - Method in class com.jme3.system.osvr.osvrrendermanager.OSVR_ViewportDescription
-
- getFieldOrder() - Method in class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_GraphicsLibraryOpenGL
-
- getFieldOrder() - Method in class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_OpenGLContextParams
-
- getFieldOrder() - Method in class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_OpenGLToolkitFunctions
-
- getFieldOrder() - Method in class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_OpenResultsOpenGL
-
- getFieldOrder() - Method in class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_ProjectionMatrix
-
- getFieldOrder() - Method in class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_RenderBufferOpenGL
-
- getFieldOrder() - Method in class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_RenderInfoOpenGL
-
- getFieldOrder() - Method in class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_RenderParams
-
- getFieldOrder() - Method in class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_RGB
-
- getFieldOrder() - Method in class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_ViewportDescription
-
- getFieldOrder() - Method in class com.jme3.system.osvr.osvrtimevalue.OSVR_TimeValue
-
- getFieldValue(String) - Method in class com.jme3.shader.BufferObject
-
Gets the current value of the field by the name.
- getFile() - Method in class com.jme3.app.state.VideoRecorderAppState
-
- getFillValue() - Method in class com.jme3.post.filters.CrossHatchFilter
-
Returns line/paper color ratio for blobs
- getFilter(Class<T>) - Method in class com.jme3.post.FilterPostProcessor
-
returns the first filter in the list assignable from the given type
- getFilterIterator() - Method in class com.jme3.post.FilterPostProcessor
-
- getFilterList() - Method in class com.jme3.post.FilterPostProcessor
-
returns an unmodifiable version of the filter list.
- getFilterTexture() - Method in class com.jme3.post.FilterPostProcessor
-
For internal use only
returns the rendered texture of the scene
- getFinalHeight() - Method in class com.jme3.bullet.control.BetterCharacterControl
-
Calculate the character's scaled height.
- getFinalObserverPosition() - Method in class com.jme3.app.VRApplication
-
Deprecated.
Get the observer final position within the scene.
- getFinalObserverPosition() - Method in class com.jme3.app.VRAppState
-
Get the observer final position within the scene.
- getFinalObserverPosition(int) - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVRInput
-
- getFinalObserverPosition(int) - Method in class com.jme3.input.vr.oculus.OculusVRInput
-
- getFinalObserverPosition(int) - Method in class com.jme3.input.vr.openvr.OpenVRInput
-
- getFinalObserverPosition(int) - Method in class com.jme3.input.vr.osvr.OSVRInput
-
- getFinalObserverPosition(int) - Method in interface com.jme3.input.vr.VRInputAPI
-
Get the position of the input after all positional tracking is complete.
- getFinalObserverRotation() - Method in class com.jme3.app.VRApplication
-
Deprecated.
Get the observer final rotation within the scene.
- getFinalObserverRotation() - Method in class com.jme3.app.VRAppState
-
Get the observer final rotation within the scene.
- getFinalObserverRotation(int) - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVRInput
-
- getFinalObserverRotation(int) - Method in class com.jme3.input.vr.oculus.OculusVRInput
-
- getFinalObserverRotation(int) - Method in class com.jme3.input.vr.openvr.OpenVRInput
-
- getFinalObserverRotation(int) - Method in class com.jme3.input.vr.osvr.OSVRInput
-
- getFinalObserverRotation(int) - Method in interface com.jme3.input.vr.VRInputAPI
-
Get where is the controller pointing, after all rotations are combined.
- getFinalRadius() - Method in class com.jme3.bullet.control.BetterCharacterControl
-
Calculate the character's scaled radius.
- getFloat(int) - Method in class com.jme3.shader.DefineList
-
- getFloat(String) - Method in class com.jme3.system.AppSettings
-
Get a float from the settings.
- GetFloat - Variable in class com.jme3.system.jopenvr.VR_IVRSettings_FnTable
-
C type : GetFloat_callback*
- getFloatArray(FloatBuffer) - Static method in class com.jme3.util.BufferUtils
-
Create a new float[] array and populate it with the given FloatBuffer's
contents.
- getFloatBuffer(VertexBuffer.Type) - Method in class com.jme3.scene.Mesh
-
Get the
VertexBuffer
data stored on this mesh in float
format.
- GetFloatTrackedDeviceProperty - Variable in class com.jme3.system.jopenvr.VR_IVRSystem_FnTable
-
C type : GetFloatTrackedDeviceProperty_callback*
- getFlyByCamera() - Method in class com.jme3.app.SimpleApplication
-
Retrieves flyCam
- getFoamExistence() - Method in class com.jme3.water.WaterFilter
-
returns the foam existence vector
- getFoamHardness() - Method in class com.jme3.water.WaterFilter
-
returns the foam hardness
- getFoamIntensity() - Method in class com.jme3.water.WaterFilter
-
returns the foam intensity
- getFoamTexture() - Method in class com.jme3.water.WaterFilter
-
Gets the foam texture.
- getFocusDistance() - Method in class com.jme3.post.filters.DepthOfFieldFilter
-
returns the focus distance
- getFocusRange() - Method in class com.jme3.post.filters.DepthOfFieldFilter
-
returns the focus range
- getFogColor() - Method in class com.jme3.post.filters.FogFilter
-
returns the fog color
- getFogDensity() - Method in class com.jme3.post.filters.FogFilter
-
returns the fog density
- getFogDistance() - Method in class com.jme3.post.filters.FogFilter
-
returns the fog distance
- getFolder(String) - Static method in class com.jme3.asset.AssetKey
-
- getFolder() - Method in class com.jme3.asset.AssetKey
-
- getFont() - Method in class com.jme3.font.BitmapText
-
- getFont() - Method in class com.jme3.niftygui.RenderFontJme
-
- getForcedMatParams() - Method in class com.jme3.renderer.RenderManager
-
Gets the forced material parameters applied to rendered geometries.
- getForcedRenderState() - Method in class com.jme3.material.TechniqueDef
-
- getForcedRenderState() - Method in class com.jme3.renderer.RenderManager
-
- getForcedTechnique() - Method in class com.jme3.renderer.RenderManager
-
Returns the forced technique name set.
- getForceFactor() - Method in class jme3test.bullet.BombControl
-
- getFormat() - Method in class com.jme3.scene.mesh.IndexBuffer
-
Returns the format of the data stored in this buffer.
- getFormat() - Method in class com.jme3.scene.mesh.IndexByteBuffer
-
- getFormat() - Method in class com.jme3.scene.mesh.IndexIntBuffer
-
- getFormat() - Method in class com.jme3.scene.mesh.IndexShortBuffer
-
- getFormat() - Method in class com.jme3.scene.mesh.VirtualIndexBuffer
-
- getFormat() - Method in class com.jme3.scene.VertexBuffer
-
- getFormat() - Method in class com.jme3.texture.FrameBuffer.RenderBuffer
-
- getFormat() - Method in class com.jme3.texture.Image
-
getFormat
returns the image format for this image.
- getFormatsForCaps(EnumSet<Caps>) - Static method in class com.jme3.renderer.opengl.GLImageFormats
-
Generates a list of supported texture formats.
- getFormattedExpression() - Method in class com.jme3.material.plugins.ConditionParser
-
- getFormatVersion() - Method in class com.jme3.export.binary.BinaryImporter
-
- getFormatVersion() - Method in interface com.jme3.export.JmeImporter
-
Returns the version number written in the header of the J3O/XML
file.
- getFormatVersion() - Method in class com.jme3.export.xml.XMLImporter
-
- getForwardVector(Vector3f) - Method in class com.jme3.bullet.objects.PhysicsVehicle
-
Get the current forward vector of the vehicle in world coordinates
- getFov() - Method in class com.jme3.renderer.Camera
-
Obtains field of view when the camera is in perspective mode.
- getFovPort() - Method in class com.jme3.input.vr.oculus.OculusVR
-
- getFpsText() - Method in class com.jme3.app.StatsAppState
-
- getFragmentGlobals() - Method in class com.jme3.material.ShaderGenerationInfo
-
- getFragmentShaderLanguage() - Method in class com.jme3.material.TechniqueDef
-
Returns the language of the fragment shader used in this technique.
- getFragmentShaderName() - Method in class com.jme3.material.TechniqueDef
-
Returns the name of the fragment shader used by the technique, or null
if no fragment shader is specified.
- getFragmentUniforms() - Method in class com.jme3.material.ShaderGenerationInfo
-
- getFramebuffers(int) - Method in class com.jme3.input.vr.oculus.OculusVR
-
- getFrameBufferSamplePositions(FrameBuffer) - Method in class com.jme3.renderer.opengl.GLRenderer
-
- getFrameCount() - Method in class com.jme3.app.BasicProfiler
-
- getFrameCount() - Method in class com.jme3.app.BasicProfilerState
-
- getFrameRate() - Method in class com.jme3.app.jmeSurfaceView.JmeSurfaceView
-
Gets the limited FrameRate level for egl INFO.
- getFrameRate() - Method in class com.jme3.app.state.VideoRecorderAppState.IsoTimer
-
- getFrameRate() - Method in class com.jme3.system.AppSettings
-
Get the framerate.
- getFrameRate() - Method in class com.jme3.system.lwjgl.LwjglSmoothingTimer
-
getFrameRate
returns the current frame rate since the last
call to update
.
- getFrameRate() - Method in class com.jme3.system.lwjgl.LwjglTimer
-
getFrameRate
returns the current frame rate since the last
call to update
.
- getFrameRate() - Method in class com.jme3.system.NanoTimer
-
- getFrameRate() - Method in class com.jme3.system.Timer
-
Returns the "calls per second".
- getFrameRate() - Method in class jme3test.model.anim.EraseTimer
-
- GetFrameTimeRemaining - Variable in class com.jme3.system.jopenvr.VR_IVRCompositor_FnTable
-
C type : GetFrameTimeRemaining_callback*
- GetFrameTiming - Variable in class com.jme3.system.jopenvr.VR_IVRCompositor_FnTable
-
C type : GetFrameTiming_callback*
- GetFrameTimings - Variable in class com.jme3.system.jopenvr.VR_IVRCompositor_FnTable
-
C type : GetFrameTimings_callback*
- getFrameTransfer() - Method in class com.jme3.system.AWTFrameProcessor
-
Gets the frame transfer.
- getFreeTouchEvent() - Method in class com.jme3.input.android.AndroidTouchInput
-
- getFreeTouchEvent() - Method in class com.jme3.input.ios.IosInputHandler
-
- getFrequency() - Method in class com.jme3.system.AppSettings
-
Get the frequency
- getFrequency() - Method in class com.jme3.terrain.noise.fractal.FractalSum
-
- getFriction() - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
- getFrictionSlip() - Method in class com.jme3.bullet.objects.PhysicsVehicle
-
- getFrictionSlip() - Method in class com.jme3.bullet.objects.VehicleWheel
-
- getFromCache(AssetKey<T>) - Method in interface com.jme3.asset.AssetManager
-
Retrieve an asset from the asset cache.
- getFromCache(AssetKey<T>) - Method in interface com.jme3.asset.cache.AssetCache
-
Retrieves an asset from the cache.
- getFromCache(AssetKey<T>) - Method in class com.jme3.asset.cache.SimpleAssetCache
-
- getFromCache(AssetKey<T>) - Method in class com.jme3.asset.cache.WeakRefAssetCache
-
- getFromCache(AssetKey<T>) - Method in class com.jme3.asset.cache.WeakRefCloneAssetCache
-
- getFromCache(AssetKey<T>) - Method in class com.jme3.asset.DesktopAssetManager
-
- getFrontStencilDepthFailOperation() - Method in class com.jme3.material.RenderState
-
Retrieve the front depth test fail operation.
- getFrontStencilDepthPassOperation() - Method in class com.jme3.material.RenderState
-
Retrieve the front depth test pass operation.
- getFrontStencilFunction() - Method in class com.jme3.material.RenderState
-
Retrieve the front stencil function.
- getFrontStencilStencilFailOperation() - Method in class com.jme3.material.RenderState
-
Retrieve the front stencil fail operation.
- getFrustumBottom() - Method in class com.jme3.renderer.Camera
-
Returns the value of the bottom frustum
plane.
- getFrustumFar() - Method in class com.jme3.renderer.Camera
-
Gets the value of the far frustum plane.
- getFrustumLeft() - Method in class com.jme3.renderer.Camera
-
Gets the value of the left frustum plane.
- getFrustumNear() - Method in class com.jme3.renderer.Camera
-
Gets the value of the near frustum plane.
- getFrustumRight() - Method in class com.jme3.renderer.Camera
-
Gets the value of the right frustum plane.
- getFrustumTop() - Method in class com.jme3.renderer.Camera
-
Gets the value of the top frustum plane.
- getFullClassName() - Method in class com.jme3.scene.plugins.fbx.obj.FbxObject
-
- getFullName() - Static method in class com.jme3.system.JmeSystem
-
- getFullName() - Method in class com.jme3.system.JmeSystemDelegate
-
- getFullscreenDisplayMode(int, int, int, int) - Method in class com.jme3.system.lwjgl.LwjglDisplay
-
- getGain() - Method in class com.jme3.audio.Environment
-
- getGainHf() - Method in class com.jme3.audio.Environment
-
- getGameName() - Method in class com.jme3.network.base.DefaultClient
-
- getGameName() - Method in class com.jme3.network.base.DefaultServer
-
- getGameName() - Method in interface com.jme3.network.Client
-
Returns the 'game name' for servers to which this client should be able
to connect.
- getGameName() - Method in class com.jme3.network.message.ClientRegistrationMessage
-
- getGameName() - Method in interface com.jme3.network.Server
-
Returns the 'game name' for this server.
- GetGamepadFocusOverlay - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : GetGamepadFocusOverlay_callback*
- getGamma() - Method in class com.jme3.post.filters.GammaCorrectionFilter
-
Deprecated.
- getGamma() - Method in class com.jme3.post.filters.PosterizationFilter
-
Returns current gamma value
- getGeometries() - Method in class com.jme3.scene.instancing.InstancedGeometry
-
- getGeometriesInCamFrustum(GeometryList, Camera, GeometryList) - Static method in class com.jme3.shadow.ShadowUtil
-
Populates the outputGeometryList with the geometry of the
inputGeometryList that are in the frustum of the given camera
- getGeometriesInCamFrustum(Spatial, Camera, RenderQueue.ShadowMode, GeometryList) - Static method in class com.jme3.shadow.ShadowUtil
-
Populates the outputGeometryList with the rootScene children geometries
that are in the frustum of the given camera
- getGeometriesInLightRadius(GeometryList, Camera[], GeometryList) - Static method in class com.jme3.shadow.ShadowUtil
-
Populates the outputGeometryList with the geometry of the
inputGeometryList that are in the radius of a light.
- getGeometry() - Method in class com.jme3.collision.CollisionResult
-
- getGeometry() - Method in class com.jme3.scene.BatchNode.Batch
-
- getGeometryComparator(RenderQueue.Bucket) - Method in class com.jme3.renderer.queue.RenderQueue
-
Returns the current GeometryComparator used by the specified bucket,
one of Gui, Opaque, Sky, Transparent, or Translucent.
- getGeometryStartIndex(Geometry) - Static method in class com.jme3.scene.GeometryGroupNode
-
- getGestureDetector() - Method in class com.jme3.input.android.AndroidTouchInput
-
- getGhostObjectList() - Method in class com.jme3.bullet.PhysicsSpace
-
- getGlEsVersion() - Method in class com.jme3.app.jmeSurfaceView.JmeSurfaceView
-
Gets the current device GL_ES version.
- getGlobalMemorySize() - Method in interface com.jme3.opencl.Device
-
- getGlobalMemorySize() - Method in class com.jme3.opencl.lwjgl.LwjglDevice
-
- getGlobalSpeed() - Method in class com.jme3.anim.AnimComposer
-
Determine the global speed applied to all layers.
- getGlobalTransform() - Method in class com.jme3.scene.plugins.fbx.misc.FbxGlobalSettings
-
- getGlobalUserInstanceData() - Method in class com.jme3.scene.instancing.InstancedGeometry
-
Global user specified per-instance data.
- getGlobalWorkSize() - Method in class com.jme3.opencl.Kernel
-
- getGlslType() - Method in enum com.jme3.shader.UniformBinding
-
- getGlslType() - Method in enum com.jme3.shader.VarType
-
- getGLVersion(String) - Method in class com.jme3.system.lwjgl.LwjglContext
-
- getGlyphParser() - Method in class com.jme3.font.BitmapFont
-
- getGraphics(Component) - Method in class com.jme3.system.AWTComponentRenderer
-
Get the graphics context of the given component.
- getGraphScale() - Method in class com.jme3.app.BasicProfilerState
-
- getGravity() - Method in class com.jme3.bullet.control.BetterCharacterControl
-
Copy the character's gravity vector.
- getGravity(Vector3f) - Method in class com.jme3.bullet.control.BetterCharacterControl
-
Copy the character's gravity vector.
- getGravity() - Method in class com.jme3.bullet.objects.PhysicsCharacter
-
- getGravity() - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
- getGravity(Vector3f) - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
- getGravity(Vector3f) - Method in class com.jme3.bullet.PhysicsSpace
-
Gets the gravity of the PhysicsSpace
- getGravity() - Method in class com.jme3.effect.ParticleEmitter
-
Get the gravity vector.
- getGreen() - Method in class com.jme3.math.ColorRGBA
-
Retrieves the green component value of this ColorRGBA
.
- getGreenExponent() - Method in class com.jme3.post.filters.ContrastAdjustmentFilter
-
Retrieves the green-channel exponent.
- getGreenScale() - Method in class com.jme3.post.filters.ContrastAdjustmentFilter
-
Retrieves the output scale factor for the green channel.
- getGridLocation() - Method in class com.jme3.terrain.geomipmap.picking.BresenhamYUpGridTracer
-
- getGridOrigin() - Method in class com.jme3.terrain.geomipmap.picking.BresenhamYUpGridTracer
-
- getGridSpacing() - Method in class com.jme3.terrain.geomipmap.picking.BresenhamYUpGridTracer
-
- getGridTileLoader() - Method in class com.jme3.terrain.geomipmap.TerrainGrid
-
- getGridTriangles(float, float) - Method in class com.jme3.terrain.geomipmap.TerrainPatch
-
Get the triangles at the specified grid point.
- getGridTrianglesAtPoint(float, float, Vector3f, Vector3f) - Method in class com.jme3.terrain.geomipmap.LODGeomap
-
Get the two triangles that make up the grid section at the specified point,
translated to world coordinates.
- getGridTrianglesAtPoint(float, float) - Method in class com.jme3.terrain.geomipmap.LODGeomap
-
Get the two triangles that make up the grid section at the specified point.
- getGroundObject() - Method in class com.jme3.bullet.objects.VehicleWheel
-
returns the object this wheel is in contact with or null if no contact
- getGuiDistance() - Method in class com.jme3.util.VRGuiManager
-
Get the GUI distance from the observer.
- getGuiNode() - Method in class com.jme3.app.SimpleApplication
-
Retrieves guiNode
- getGuiNode() - Method in class com.jme3.app.VRApplication
-
Deprecated.
Get the GUI node from the application.
- getGUIScale() - Method in class com.jme3.util.VRGuiManager
-
Get the GUI scale.
- getGuiViewPort() - Method in interface com.jme3.app.Application
-
- getGuiViewPort() - Method in class com.jme3.app.LegacyApplication
-
- getGuiViewPort() - Method in class com.jme3.app.VRApplication
-
Deprecated.
- getHalfExtents() - Method in class com.jme3.bullet.collision.shapes.BoxCollisionShape
-
- getHalfExtents() - Method in class com.jme3.bullet.collision.shapes.CylinderCollisionShape
-
- getHammersleyPoint(int, int, Vector4f) - Static method in class com.jme3.environment.util.EnvMapUtils
-
- getHeadPose() - Method in class com.jme3.input.vr.oculus.OculusVR
-
- getHeight() - Method in class com.jme3.app.StatsView
-
- getHeight() - Method in class com.jme3.bullet.collision.shapes.CapsuleCollisionShape
-
- getHeight() - Method in class com.jme3.bullet.collision.shapes.ConeCollisionShape
-
- getHeight() - Method in class com.jme3.cursors.plugins.JmeCursor
-
Queries the cursor's height.
- getHeight() - Method in class com.jme3.font.BitmapCharacter
-
- getHeight() - Method in class com.jme3.font.BitmapCharacterSet
-
- getHeight() - Method in class com.jme3.font.BitmapText
-
- getHeight() - Method in class com.jme3.niftygui.JmeBatchRenderBackend
-
- getHeight() - Method in class com.jme3.niftygui.RenderDeviceJme
-
- getHeight() - Method in class com.jme3.niftygui.RenderFontJme
-
get font height.
- getHeight() - Method in class com.jme3.niftygui.RenderImageJme
-
- getHeight() - Method in class com.jme3.opencl.Image
-
- getHeight() - Method in class com.jme3.opencl.lwjgl.LwjglImage
-
- getHeight() - Method in class com.jme3.renderer.Camera
-
Returns the display height.
- getHeight() - Method in class com.jme3.scene.CenterQuad
-
Deprecated.
- getHeight() - Method in class com.jme3.scene.shape.CenterQuad
-
Returns the height (or Y extent).
- getHeight() - Method in class com.jme3.scene.shape.Cylinder
-
- getHeight() - Method in class com.jme3.scene.shape.Quad
-
- getHeight() - Method in class com.jme3.system.AppSettings
-
Get the height
- getHeight() - Method in class com.jme3.system.AWTComponentRenderer
-
Get the height of the area to render.
- getHeight() - Method in class com.jme3.system.AWTContext
-
- getHeight() - Method in class com.jme3.terrain.GeoMap
-
Returns the height of this Geomap
- getHeight(int, int, float, float) - Method in class com.jme3.terrain.geomipmap.LODGeomap
-
Get the two triangles that make up the grid section at the specified point.
- getHeight(int, int, float, float) - Method in class com.jme3.terrain.geomipmap.TerrainPatch
-
- getHeight(Vector2f) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
Get the interpolated height of the terrain at the specified point.
- getHeight(int, int, float, float) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
gets an interpolated value at the specified point
- getHeight(Vector2f) - Method in interface com.jme3.terrain.Terrain
-
Get the real-world height of the terrain at the specified X-Z coordinate.
- getHeight() - Method in class com.jme3.texture.FrameBuffer
-
- getHeight() - Method in class com.jme3.texture.image.DefaultImageRaster
-
- getHeight() - Method in class com.jme3.texture.Image
-
getHeight
returns the height of this image.
- getHeight() - Method in class com.jme3.texture.image.ImageRaster
-
Returns the pixel height of the underlying image.
- getHeight() - Method in class com.jme3.texture.image.MipMapImageRaster
-
- getHeight() - Method in class jme3tools.optimize.TextureAtlas.TextureAtlasTile
-
- getHeightAdjustment() - Method in class com.jme3.input.vr.AbstractVRViewManager
-
- getHeightAdjustment() - Method in interface com.jme3.input.vr.VRViewManager
-
Get the height adjustment to apply to the cameras before rendering.
- getHeightArray() - Method in class com.jme3.terrain.GeoMap
-
- getHeightMap() - Method in class com.jme3.terrain.geomipmap.TerrainPatch
-
- getHeightMap() - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
- getHeightMap() - Method in class com.jme3.terrain.heightmap.AbstractHeightMap
-
getHeightMap
returns the entire grid of height data.
- getHeightMap() - Method in interface com.jme3.terrain.heightmap.HeightMap
-
getHeightMap
returns the entire grid of height data.
- getHeightMap() - Method in interface com.jme3.terrain.Terrain
-
Get the heightmap of the entire terrain.
- getHeightMapAt(Vector3f) - Method in interface com.jme3.terrain.heightmap.HeightMapGrid
-
Deprecated.
- getHeightmapHeight(int, int) - Method in class com.jme3.terrain.geomipmap.TerrainGrid
-
- getHeightmapHeight(float, float) - Method in class com.jme3.terrain.geomipmap.TerrainPatch
-
- getHeightmapHeight(Vector2f) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
- getHeightmapHeight(int, int) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
This will just get the heightmap value at the supplied point,
not an interpolated (actual) height value.
- getHeightmapHeight(Vector2f) - Method in interface com.jme3.terrain.Terrain
-
Get the heightmap height at the specified X-Z coordinate.
- getHeightTexture() - Method in class com.jme3.water.WaterFilter
-
Gets the height texture.
- GetHiddenAreaMesh - Variable in class com.jme3.system.jopenvr.VR_IVRSystem_FnTable
-
C type : GetHiddenAreaMesh_callback*
- getHighFreqVolume() - Method in class com.jme3.audio.LowPassFilter
-
- getHighLife() - Method in class com.jme3.effect.ParticleEmitter
-
Get the high value of life.
- GetHighQualityOverlay - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : GetHighQualityOverlay_callback*
- getHiLimit() - Method in class com.jme3.bullet.joints.motors.RotationalLimitMotor
-
- getHingeAngle() - Method in class com.jme3.bullet.joints.HingeJoint
-
- getHitFraction() - Method in class com.jme3.bullet.collision.PhysicsRayTestResult
-
The hitFraction is the fraction of the ray length (yeah, I know) at which the collision occurred.
- getHitFraction() - Method in class com.jme3.bullet.collision.PhysicsSweepTestResult
-
- getHitNormalLocal() - Method in class com.jme3.bullet.collision.PhysicsRayTestResult
-
- getHitNormalLocal() - Method in class com.jme3.bullet.collision.PhysicsSweepTestResult
-
- getHMDMatrixPoseLeftEye() - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVR
-
- getHMDMatrixPoseLeftEye() - Method in class com.jme3.input.vr.oculus.OculusVR
-
- getHMDMatrixPoseLeftEye() - Method in class com.jme3.input.vr.openvr.OpenVR
-
- getHMDMatrixPoseLeftEye() - Method in class com.jme3.input.vr.osvr.OSVR
-
- getHMDMatrixPoseLeftEye() - Method in interface com.jme3.input.vr.VRAPI
-
Returns the transform between the view space and left eye space.
- getHMDMatrixPoseRightEye() - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVR
-
- getHMDMatrixPoseRightEye() - Method in class com.jme3.input.vr.oculus.OculusVR
-
- getHMDMatrixPoseRightEye() - Method in class com.jme3.input.vr.openvr.OpenVR
-
- getHMDMatrixPoseRightEye() - Method in class com.jme3.input.vr.osvr.OSVR
-
- getHMDMatrixPoseRightEye() - Method in interface com.jme3.input.vr.VRAPI
-
Returns the transform between the view space and right eye space.
- getHMDMatrixProjectionLeftEye(Camera) - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVR
-
- getHMDMatrixProjectionLeftEye(Camera) - Method in class com.jme3.input.vr.oculus.OculusVR
-
- getHMDMatrixProjectionLeftEye(Camera) - Method in class com.jme3.input.vr.openvr.OpenVR
-
- getHMDMatrixProjectionLeftEye(Camera) - Method in class com.jme3.input.vr.osvr.OSVR
-
- getHMDMatrixProjectionLeftEye(Camera) - Method in interface com.jme3.input.vr.VRAPI
-
Get the Head Mounted Device (HMD) left eye projection matrix.
- getHMDMatrixProjectionRightEye(Camera) - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVR
-
- getHMDMatrixProjectionRightEye(Camera) - Method in class com.jme3.input.vr.oculus.OculusVR
-
- getHMDMatrixProjectionRightEye(Camera) - Method in class com.jme3.input.vr.openvr.OpenVR
-
- getHMDMatrixProjectionRightEye(Camera) - Method in class com.jme3.input.vr.osvr.OSVR
-
- getHMDMatrixProjectionRightEye(Camera) - Method in interface com.jme3.input.vr.VRAPI
-
Get the Head Mounted Device (HMD) right eye projection matrix.
- getHMDVectorPoseLeftEye() - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVR
-
- getHMDVectorPoseLeftEye() - Method in class com.jme3.input.vr.oculus.OculusVR
-
- getHMDVectorPoseLeftEye() - Method in class com.jme3.input.vr.openvr.OpenVR
-
- getHMDVectorPoseLeftEye() - Method in class com.jme3.input.vr.osvr.OSVR
-
- getHMDVectorPoseLeftEye() - Method in interface com.jme3.input.vr.VRAPI
-
Get the Head Mounted Device (HMD) left eye pose (position of the eye from the head) as a
vector
.
- getHMDVectorPoseRightEye() - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVR
-
- getHMDVectorPoseRightEye() - Method in class com.jme3.input.vr.oculus.OculusVR
-
- getHMDVectorPoseRightEye() - Method in class com.jme3.input.vr.openvr.OpenVR
-
- getHMDVectorPoseRightEye() - Method in class com.jme3.input.vr.osvr.OSVR
-
- getHMDVectorPoseRightEye() - Method in interface com.jme3.input.vr.VRAPI
-
Get the Head Mounted Device (HMD) right eye pose (position of the eye from the head) as a
vector
.
- getHorizontalRotation() - Method in class com.jme3.input.ChaseCamera
-
returns the current horizontal rotation around the target in radians
- getIcons() - Method in class com.jme3.system.AppSettings
-
Get the icon array
- getId() - Method in class com.jme3.anim.Joint
-
Determine this joint's index in the Armature that contains it.
- getId() - Method in class com.jme3.app.state.AbstractAppState
-
- getId() - Method in interface com.jme3.app.state.AppState
-
Returns the unique ID for this AppState or null if it has no
unique ID.
- getId() - Method in class com.jme3.app.state.BaseAppState
-
- getId() - Method in class com.jme3.audio.AudioStream
-
- getId(int) - Method in class com.jme3.audio.AudioStream
-
- getId() - Method in class com.jme3.cinematic.Cinematic
-
- getId() - Method in enum com.jme3.light.Light.Type
-
Returns an index for the light type
- getId() - Method in class com.jme3.network.base.DefaultClient
-
- getId() - Method in class com.jme3.network.base.DefaultServer.Connection
-
- getId() - Method in interface com.jme3.network.Client
-
Returns a unique ID for this client within the remote
server or -1 if this client isn't fully connected to the
server.
- getId() - Method in interface com.jme3.network.HostedConnection
-
Returns the server-unique ID for this client.
- getId() - Method in interface com.jme3.network.kernel.Endpoint
-
Returns an ID that is unique for this endpoint within its
Kernel instance.
- getId() - Method in class com.jme3.network.kernel.tcp.NioEndpoint
-
- getId() - Method in class com.jme3.network.kernel.udp.UdpEndpoint
-
- getId() - Method in class com.jme3.network.message.ChannelInfoMessage
-
- getId() - Method in class com.jme3.network.message.ClientRegistrationMessage
-
- getId() - Method in class com.jme3.network.serializing.SerializerRegistration
-
Get the ID.
- getId() - Method in class com.jme3.network.service.rmi.ClassInfo
-
- getId() - Method in class com.jme3.network.service.rmi.MethodInfo
-
- getId() - Method in class com.jme3.scene.Mesh
-
Returns the mesh's VAO ID.
- getId() - Method in class com.jme3.scene.plugins.fbx.obj.FbxObject
-
- getId() - Method in class com.jme3.texture.FrameBuffer.RenderBuffer
-
Do not use.
- getId() - Method in class com.jme3.util.NativeObject
-
- getIds() - Method in class com.jme3.audio.AudioStream
-
- getIkRotSpeed() - Method in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
Read the rotation speed for inverse kinematics.
- getIKThreshold() - Method in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
Read the distance threshold for inverse kinematics.
- getImage() - Method in class com.jme3.opencl.lwjgl.LwjglImage
-
- getImage() - Method in class com.jme3.texture.Texture
-
getImage
returns the image data that makes up this
texture.
- getImageByteBuffer() - Method in class com.jme3.system.AWTComponentRenderer
-
Get the image byte buffer.
- getImageDataFromImage(BufferedImage) - Static method in class com.jme3.terrain.noise.ShaderUtils
-
- getImageFormat() - Method in class com.jme3.environment.EnvironmentCamera
-
returns the images format used for the generated maps.
- getImageFormat() - Method in class com.jme3.opencl.Image
-
- getImageFormat() - Method in class com.jme3.opencl.lwjgl.LwjglImage
-
- getImageRaster() - Method in class com.jme3.terrain.heightmap.ImageBasedHeightMap
-
- getImagesData() - Method in class com.jme3.cursors.plugins.JmeCursor
-
Queries the cursor's images' data.
- getImagesDelay() - Method in class com.jme3.cursors.plugins.JmeCursor
-
Queries the cursor's delay for each frame.
- getImagesX() - Method in class com.jme3.effect.ParticleEmitter
-
Get the number of images along the X axis (width).
- getImagesY() - Method in class com.jme3.effect.ParticleEmitter
-
Get the number of images along the Y axis (height).
- getImageType() - Method in class com.jme3.opencl.Image
-
- getImageType() - Method in class com.jme3.opencl.lwjgl.LwjglImage
-
- getImpulseClamp() - Method in class com.jme3.bullet.joints.Point2PointJoint
-
- getIndent(int) - Method in class com.jme3.util.blockparser.Statement
-
- getIndex(T...) - Method in class com.jme3.animation.CompactArray
-
Return an array of indices for the given objects
- getIndex() - Method in class com.jme3.cinematic.KeyFrame
-
- getIndex() - Method in class com.jme3.math.Triangle
-
Read the index of this triangle, used to identify it in an OBBTree.
- getIndex(String) - Static method in class com.jme3.scene.plugins.gltf.GltfUtils
-
- getIndex0() - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
-
- getIndex1() - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
-
- getIndexBuffer() - Method in class com.jme3.scene.Mesh
-
Get the index buffer for this mesh.
- getIndicesAsList() - Method in class com.jme3.scene.Mesh
-
Acquires an index buffer that will read the vertices on the mesh
as a list.
- getInfluencedNodeProperties() - Method in class com.jme3.scene.plugins.fbx.anim.FbxAnimCurveNode
-
- getInfo() - Method in class com.jme3.scene.plugins.gltf.GltfLoader
-
- getInitialDuration() - Method in class com.jme3.cinematic.events.AbstractCinematicEvent
-
Returns the initial duration of the animation at speed = 1 in seconds.
- getInitialDuration() - Method in interface com.jme3.cinematic.events.CinematicEvent
-
returns the initial duration of the animation at speed = 1 in seconds.
- getInitializing() - Method in class com.jme3.app.state.AppStateManager
-
- getInitialTransform() - Method in class com.jme3.anim.Joint
-
Access the initial transform.
- getInitialVelocity() - Method in class com.jme3.effect.influencers.DefaultParticleInfluencer
-
- getInitialVelocity() - Method in class com.jme3.effect.influencers.EmptyParticleInfluencer
-
- getInitialVelocity() - Method in interface com.jme3.effect.influencers.ParticleInfluencer
-
This method returns the initial velocity.
- getInitialVelocity() - Method in class com.jme3.effect.ParticleEmitter
-
- getInnerAngle() - Method in class com.jme3.audio.AudioNode
-
- getInnerAngle() - Method in interface com.jme3.audio.AudioSource
-
- getInnerRadius() - Method in class com.jme3.math.Ring
-
getInnerRadius
returns the ring's inner radius.
- getInnerRadius() - Method in class com.jme3.scene.shape.Torus
-
- getInputManager() - Method in interface com.jme3.app.Application
-
- getInputManager() - Method in class com.jme3.app.LegacyApplication
-
- getInputManager() - Method in class com.jme3.app.VRApplication
-
Deprecated.
- getInputManager() - Method in class com.jme3.input.AbstractJoystick
-
- getInputMapping() - Method in class com.jme3.shader.ShaderNode
-
Returns a list of variable mapping representing the input mappings of this
node.
- getInputs() - Method in class com.jme3.shader.ShaderNodeDefinition
-
- GetInputSourceHandle - Variable in class com.jme3.system.jopenvr.VR_IVRInput_FnTable
-
C type : GetInputSourceHandle_callback*
- getInputTimeNanos() - Method in class com.jme3.input.android.AndroidJoyInput
-
- getInputTimeNanos() - Method in class com.jme3.input.android.AndroidTouchInput
-
- getInputTimeNanos() - Method in class com.jme3.input.awt.AwtKeyInput
-
- getInputTimeNanos() - Method in class com.jme3.input.awt.AwtMouseInput
-
- getInputTimeNanos() - Method in class com.jme3.input.AWTInput
-
- getInputTimeNanos() - Method in class com.jme3.input.dummy.DummyInput
-
- getInputTimeNanos() - Method in interface com.jme3.input.Input
-
- getInputTimeNanos() - Method in class com.jme3.input.ios.IosInputHandler
-
- getInputTimeNanos() - Method in class com.jme3.input.lwjgl.GlfwJoystickInput
-
- getInputTimeNanos() - Method in class com.jme3.input.lwjgl.GlfwKeyInput
-
- getInputTimeNanos() - Method in class com.jme3.input.lwjgl.GlfwKeyInputVR
-
- getInputTimeNanos() - Method in class com.jme3.input.lwjgl.GlfwMouseInput
-
- getInputTimeNanos() - Method in class com.jme3.input.lwjgl.GlfwMouseInputVR
-
- getInputTimeNanos() - Method in class com.jme3.input.lwjgl.JInputJoyInput
-
- getInputTimeNanos() - Method in class com.jme3.input.lwjgl.LwjglKeyInput
-
- getInputTimeNanos() - Method in class com.jme3.input.lwjgl.LwjglMouseInput
-
- getInstalledVersion() - Method in class jme3tools.shadercheck.CgcValidator
-
- getInstalledVersion() - Method in class jme3tools.shadercheck.GpuAnalyzerValidator
-
- getInstalledVersion() - Method in interface jme3tools.shadercheck.Validator
-
- getInstance() - Static method in class com.jme3.export.binary.BinaryExporter
-
- getInstance() - Static method in class com.jme3.export.binary.BinaryImporter
-
- getInstance() - Static method in class com.jme3.export.xml.XMLExporter
-
- getInstance() - Static method in class com.jme3.export.xml.XMLImporter
-
- getInstance() - Static method in class com.jme3.opencl.OpenCLObjectManager
-
- getInstance() - Static method in class com.jme3.system.AWTTaskExecutor
-
Get the instance of the executor.
- getInstance() - Static method in class com.jme3.terrain.executor.TerrainExecutorService
-
- getInstance(int) - Static method in class com.jme3.terrain.noise.modulator.CatRom2
-
- getInstanceCount() - Method in class com.jme3.scene.Mesh
-
Returns the number of instances this mesh contains.
- getInstanceSpan() - Method in class com.jme3.scene.VertexBuffer
-
- getInt(int) - Method in class com.jme3.shader.DefineList
-
- GetInt32 - Variable in class com.jme3.system.jopenvr.VR_IVRSettings_FnTable
-
C type : GetInt32_callback*
- GetInt32TrackedDeviceProperty - Variable in class com.jme3.system.jopenvr.VR_IVRSystem_FnTable
-
C type : GetInt32TrackedDeviceProperty_callback*
- getIntArray(FbxElement) - Static method in class com.jme3.scene.plugins.fbx.mesh.FbxMeshUtil
-
- getIntArray(IntBuffer) - Static method in class com.jme3.util.BufferUtils
-
Create a new int[] array and populate it with the given IntBuffer's
contents.
- getInteger(String) - Method in class com.jme3.system.AppSettings
-
Get an integer from the settings.
- getIntensity() - Method in class com.jme3.post.ssao.SSAOFilter
-
returns the ambient occlusion intensity
- getInterBoneWires() - Method in class com.jme3.scene.debug.SkeletonDebugger
-
- getInterJointWires() - Method in class com.jme3.scene.debug.custom.ArmatureDebugger
-
- getInterpolatedHeight(float, float) - Method in class com.jme3.terrain.heightmap.AbstractHeightMap
-
getInterpolatedHeight
returns the height of a point that
does not fall directly on the height posts.
- getInterpolatedHeight(float, float) - Method in interface com.jme3.terrain.heightmap.HeightMap
-
getInterpolatedHeight
returns the height of a point that
does not fall directly on the height posts.
- getInterpolatedPhysicsLocation(Vector3f) - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
Gets the physics object location
- getInterpolatedPhysicsRotation(Matrix3f) - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
Gets the physics object rotation
- getInterpupillaryDistance() - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVR
-
- getInterpupillaryDistance() - Method in class com.jme3.input.vr.oculus.OculusVR
-
- getInterpupillaryDistance() - Method in class com.jme3.input.vr.openvr.OpenVR
-
- getInterpupillaryDistance() - Method in class com.jme3.input.vr.osvr.OSVR
-
- getInterpupillaryDistance() - Method in interface com.jme3.input.vr.VRAPI
-
Get the Head Mounted Device (HMD) interpupilar distance in meters.
- getInverseModelBindMatrix() - Method in class com.jme3.anim.Joint
-
Determine the inverse model bind matrix.
- getInvRadius() - Method in class com.jme3.light.PointLight
-
for internal use only
- getInvSpotRange() - Method in class com.jme3.light.SpotLight
-
for internal use only
- getIterations() - Method in class com.jme3.terrain.heightmap.FaultHeightMap
-
- getIterations() - Method in class com.jme3.terrain.noise.filter.IterativeFilter
-
- getJarForNativeLibrary(Platform, String) - Static method in class com.jme3.system.NativeLibraryLoader
-
- getJarsWithNatives() - Static method in class com.jme3.system.NativeLibraryLoader
-
- getJmeApplication() - Method in class com.jme3.app.AndroidHarness
-
- getJmeApplication() - Method in class com.jme3.app.AndroidHarnessFragment
-
- getJmeBone() - Method in class com.jme3.scene.plugins.fbx.anim.FbxLimbNode
-
- getJmeKey(int) - Static method in class com.jme3.input.android.AndroidKeyMapping
-
- getJmeMatDefName() - Method in class com.jme3.scene.plugins.ogre.matext.MaterialExtension
-
- getJmeObject() - Method in class com.jme3.scene.plugins.fbx.obj.FbxObject
-
- getJmeParamName(String) - Method in class com.jme3.scene.plugins.gltf.MaterialAdapter
-
- getJmeSkeleton() - Method in class com.jme3.scene.plugins.fbx.node.FbxNode
-
- getJmeX(float) - Method in class com.jme3.input.android.AndroidTouchInput
-
- getJmeX(float) - Method in class com.jme3.input.ios.IosInputHandler
-
- getJmeY(float) - Method in class com.jme3.input.android.AndroidTouchInput
-
- getJmeY(float) - Method in class com.jme3.input.ios.IosInputHandler
-
- getJoint(int) - Method in class com.jme3.anim.Armature
-
return a joint for the given index
- getJoint(String) - Method in class com.jme3.anim.Armature
-
returns the joint with the given name
- getJoint() - Method in class com.jme3.bullet.animation.PhysicsLink
-
Access the joint between this link's rigid body and that of its parent.
- getJoint(String) - Method in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
Return the joint between the specified bone and its parent.
- getJointCount() - Method in class com.jme3.anim.Armature
-
returns the number of joints of this armature
- getJointIndex(Joint) - Method in class com.jme3.anim.Armature
-
returns the bone index of the given bone
- getJointIndex(String) - Method in class com.jme3.anim.Armature
-
returns the joint index of the joint that has the given name
- getJointLimits(String) - Method in class com.jme3.bullet.animation.DacConfiguration
-
Access the nominal range of motion for the joint connecting the named
linked bone to its parent in the hierarchy.
- getJointList() - Method in class com.jme3.anim.Armature
-
Access all joints in this Armature.
- getJointList() - Method in class com.jme3.bullet.PhysicsSpace
-
- getJointModelTransform() - Method in class com.jme3.anim.Joint
-
Access the accumulated model transform.
- getJoints() - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
Returns a list of connected joints.
- getJoyId() - Method in class com.jme3.input.AbstractJoystick
-
Returns the joyId of this joystick.
- getJoyId() - Method in class com.jme3.input.controls.JoyAxisTrigger
-
- getJoyId() - Method in class com.jme3.input.controls.JoyButtonTrigger
-
- getJoyId() - Method in interface com.jme3.input.Joystick
-
Returns the joyId of this joystick.
- getJoyIndex() - Method in class com.jme3.input.event.JoyAxisEvent
-
The joystick index.
- getJoyIndex() - Method in class com.jme3.input.event.JoyButtonEvent
-
The joystick index.
- getJoyInput() - Method in class com.jme3.input.AbstractJoystick
-
- getJoyInput() - Method in class com.jme3.input.android.AndroidInputHandler
-
- getJoyInput() - Method in class com.jme3.system.android.OGLESContext
-
- getJoyInput() - Method in class com.jme3.system.awt.AwtPanelsContext
-
- getJoyInput() - Method in class com.jme3.system.AWTContext
-
- getJoyInput() - Method in class com.jme3.system.ios.IGLESContext
-
- getJoyInput() - Method in interface com.jme3.system.JmeContext
-
- getJoyInput() - Method in class com.jme3.system.lwjgl.LwjglAbstractDisplay
-
- getJoyInput() - Method in class com.jme3.system.lwjgl.LwjglOffscreenBuffer
-
- getJoyInput() - Method in class com.jme3.system.lwjgl.LwjglWindow
-
- getJoyInput() - Method in class com.jme3.system.lwjgl.LwjglWindowVR
-
- getJoyInput() - Method in class com.jme3.system.NullContext
-
- getJoystick() - Method in class com.jme3.input.DefaultJoystickAxis
-
Returns the joystick to which this axis object belongs.
- getJoystick() - Method in class com.jme3.input.DefaultJoystickButton
-
Returns the joystick to which this axis object belongs.
- getJoystick() - Method in interface com.jme3.input.JoystickAxis
-
Returns the joystick to which this axis object belongs.
- getJoystick() - Method in interface com.jme3.input.JoystickButton
-
Returns the joystick to which this axis object belongs.
- getJoystickAxisValue() - Method in class com.jme3.input.android.AndroidSensorJoyInput.AndroidSensorJoystickAxis
-
- getJoystickButtonMappings(String) - Static method in class com.jme3.input.JoystickCompatibilityMappings
-
Returns a set of Joystick button name remappings if they exist otherwise
it returns an empty map.
- getJoystickMappings(String) - Static method in class com.jme3.input.JoystickCompatibilityMappings
-
Returns a set of Joystick axis/button name remappings if they exist otherwise
it returns an empty map.
- getJoysticks() - Method in class com.jme3.input.InputManager
-
Returns an array of all joysticks installed on the system.
- getJumpForce() - Method in class com.jme3.bullet.control.BetterCharacterControl
-
Access the jump force.
- getJumpSpeed() - Method in class com.jme3.bullet.objects.PhysicsCharacter
-
- getKernel() - Method in class com.jme3.network.base.KernelAdapter
-
- getKernel() - Method in interface com.jme3.network.kernel.Endpoint
-
Returns the kernel to which this endpoint belongs.
- getKernel() - Method in class com.jme3.network.kernel.tcp.NioEndpoint
-
- getKernel() - Method in class com.jme3.network.kernel.udp.UdpEndpoint
-
- getKernel() - Method in class com.jme3.opencl.lwjgl.LwjglKernel
-
- getKerning(int) - Method in class com.jme3.font.BitmapCharacter
-
- getKey() - Method in class com.jme3.asset.AssetInfo
-
- getKey() - Method in interface com.jme3.asset.CloneableSmartAsset
-
Returns the asset key that is used to track this asset for garbage
collection.
- getKey() - Method in class com.jme3.material.Material
-
- getKey(AssetInfo) - Static method in class com.jme3.scene.plugins.gltf.GltfUtils
-
- getKey() - Method in class com.jme3.scene.Spatial
-
- getKey() - Method in class com.jme3.texture.Texture
-
- getKey() - Method in class com.jme3.util.IntMap.Entry
-
- getKey(int) - Method in class com.jme3.util.ListMap
-
- GetKeyboardText - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : GetKeyboardText_callback*
- getKeyChar() - Method in class com.jme3.input.event.KeyInputEvent
-
Returns the key character.
- getKeyCode() - Method in class com.jme3.input.controls.KeyTrigger
-
- getKeyCode() - Method in class com.jme3.input.controls.TouchTrigger
-
- getKeyCode() - Method in class com.jme3.input.event.KeyInputEvent
-
The key code.
- getKeyCode() - Method in class com.jme3.input.event.TouchEvent
-
- getKeyCount() - Method in class com.jme3.input.awt.AwtKeyInput
-
- getKeyCount() - Method in class com.jme3.input.dummy.DummyKeyInput
-
- getKeyCount() - Method in class com.jme3.input.lwjgl.GlfwKeyInput
-
- getKeyCount() - Method in class com.jme3.input.lwjgl.GlfwKeyInputVR
-
Get the key count.
- getKeyCount() - Method in class com.jme3.input.lwjgl.LwjglKeyInput
-
- getKeyFrameAtIndex(int) - Method in class com.jme3.cinematic.TimeLine
-
- getKeyFrameAtTime(float) - Method in class com.jme3.cinematic.TimeLine
-
- getKeyFrameIndexFromTime(float) - Method in class com.jme3.cinematic.TimeLine
-
- getKeyFrameTime(KeyFrame) - Method in class com.jme3.cinematic.TimeLine
-
- getKeyFrameTimes() - Method in class com.jme3.animation.AudioTrack
-
Deprecated.
- getKeyFrameTimes() - Method in class com.jme3.animation.BoneTrack
-
Deprecated.
- getKeyFrameTimes() - Method in class com.jme3.animation.EffectTrack
-
Deprecated.
- getKeyFrameTimes() - Method in class com.jme3.animation.PoseTrack
-
Deprecated.
- getKeyFrameTimes() - Method in class com.jme3.animation.SpatialTrack
-
Deprecated.
- getKeyFrameTimes() - Method in interface com.jme3.animation.Track
-
Deprecated.
Get the times in seconds for all keyframes.
- getKeyInput() - Method in class com.jme3.system.android.OGLESContext
-
- getKeyInput() - Method in class com.jme3.system.awt.AwtPanelsContext
-
- getKeyInput() - Method in class com.jme3.system.AWTContext
-
- getKeyInput() - Method in class com.jme3.system.ios.IGLESContext
-
- getKeyInput() - Method in interface com.jme3.system.JmeContext
-
- getKeyInput() - Method in class com.jme3.system.lwjgl.LwjglAbstractDisplay
-
- getKeyInput() - Method in class com.jme3.system.lwjgl.LwjglOffscreenBuffer
-
- getKeyInput() - Method in class com.jme3.system.lwjgl.LwjglWindow
-
- getKeyInput() - Method in class com.jme3.system.lwjgl.LwjglWindowVR
-
- getKeyInput() - Method in class com.jme3.system.NullContext
-
- getKeyName(int) - Method in class com.jme3.input.awt.AwtKeyInput
-
- getKeyName(int) - Method in class com.jme3.input.AWTKeyInput
-
- getKeyName(int) - Method in class com.jme3.input.dummy.DummyKeyInput
-
- getKeyName(int) - Method in class com.jme3.input.InputManager
-
- getKeyName(int) - Method in interface com.jme3.input.KeyInput
-
Determine the name of the specified key in the current system language.
- getKeyName(int) - Method in class com.jme3.input.lwjgl.GlfwKeyInput
-
Determine the name of the specified key in the current system language.
- getKeyName(int) - Method in class com.jme3.input.lwjgl.GlfwKeyInputVR
-
- getKeyName(int) - Method in class com.jme3.input.lwjgl.LwjglKeyInput
-
- getKeyTimes() - Method in class com.jme3.scene.plugins.fbx.anim.FbxAnimCurve
-
Get the times for the keyframes.
- getKeyTimes() - Method in class com.jme3.scene.plugins.fbx.anim.FbxToJmeTrack
-
- getKnots() - Method in class com.jme3.math.Spline
-
This method returns NURBS' spline knots.
- getKnots(int) - Method in class com.jme3.scene.shape.Surface
-
This method returns the knots for specified dimension (U knots - value: '0',
V knots - value: '1').
- getLabels() - Method in class com.jme3.renderer.Statistics
-
Returns a list of labels corresponding to each statistic.
- getLacunarity() - Method in class com.jme3.terrain.noise.fractal.FractalSum
-
- getLambda() - Method in class com.jme3.shadow.DirectionalLightShadowFilter
-
returns the lambda parameter
- getLambda() - Method in class com.jme3.shadow.DirectionalLightShadowFilterVR
-
returns the lambda parameter
- getLambda() - Method in class com.jme3.shadow.DirectionalLightShadowRenderer
-
returns the lambda parameter see #setLambda(float lambda)
- getLambda() - Method in class com.jme3.shadow.DirectionalLightShadowRendererVR
-
returns the lambda parameter see #setLambda(float lambda)
- getLambda() - Method in class com.jme3.shadow.PssmShadowFilter
-
Deprecated.
returns the lambda parameter
- getLambda() - Method in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
returns the lambda parameter see #setLambda(float lambda)
- getLanguage() - Method in class com.jme3.shader.Shader.ShaderSource
-
- getLanguageAndVersion(Shader.ShaderType) - Method in class com.jme3.shader.Glsl100ShaderGenerator
-
- getLanguageAndVersion(Shader.ShaderType) - Method in class com.jme3.shader.Glsl150ShaderGenerator
-
- getLanguageAndVersion(Shader.ShaderType) - Method in class com.jme3.shader.Glsl300ShaderGenerator
-
- getLanguageAndVersion(Shader.ShaderType) - Method in class com.jme3.shader.ShaderGenerator
-
returns the language + version of the shader should be something like
"GLSL100" for glsl 1.0 "GLSL150" for glsl 1.5.
- getLastDeltaX() - Method in class com.jme3.input.lwjgl.GlfwMouseInputVR
-
Get the last delta in x (pixel).
- getLastDeltaY() - Method in class com.jme3.input.lwjgl.GlfwMouseInputVR
-
Get the last delta in y (pixel).
- GetLastFrameRenderer - Variable in class com.jme3.system.jopenvr.VR_IVRCompositor_FnTable
-
C type : GetLastFrameRenderer_callback*
- getLastFrustumIntersection() - Method in class com.jme3.scene.Spatial
-
Returns this spatial's last frustum intersection result.
- getLastKeyFrameIndex() - Method in class com.jme3.cinematic.TimeLine
-
- getLastLevel(Ray) - Method in class jme3test.games.WorldOfInception.InceptionLevel
-
- getLastOggPage() - Method in class com.jme3.audio.plugins.CachedOggStream
-
- getLastOggPage() - Method in class com.jme3.audio.plugins.UncachedOggStream
-
- GetLastPoseForTrackedDeviceIndex - Variable in class com.jme3.system.jopenvr.VR_IVRCompositor_FnTable
-
C type : GetLastPoseForTrackedDeviceIndex_callback*
- GetLastPoses - Variable in class com.jme3.system.jopenvr.VR_IVRCompositor_FnTable
-
C type : GetLastPoses_callback*
- getLastRawValue() - Method in class com.jme3.input.android.AndroidSensorJoyInput.AndroidSensorJoystickAxis
-
- getLastStepDirection() - Method in class com.jme3.terrain.geomipmap.picking.BresenhamYUpGridTracer
-
- getLastTextureState() - Method in class com.jme3.texture.Image
-
Internal use only.
- getLateralFrictionDir1() - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
-
- getLateralFrictionDir2() - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
-
- getLateReverbDelay() - Method in class com.jme3.audio.Environment
-
- getLateReverbGain() - Method in class com.jme3.audio.Environment
-
- getLayer(String) - Method in class com.jme3.anim.AnimComposer
-
Provides access to the named layer.
- getLayer() - Method in class com.jme3.texture.FrameBuffer.RenderBuffer
-
- getLayer0() - Method in class com.jme3.input.vr.oculus.OculusVR
-
- getLayerElementTypes() - Method in class com.jme3.scene.plugins.fbx.mesh.FbxLayer
-
- getLayerManager(String) - Method in class com.jme3.anim.AnimComposer
-
Access the manager of the named layer.
- getLayerNames() - Method in class com.jme3.anim.AnimComposer
-
Enumerates the names of all layers.
- getLayers() - Method in class com.jme3.input.vr.oculus.OculusVR
-
- getLayers() - Method in class com.jme3.scene.plugins.fbx.anim.FbxAnimStack
-
- getLeft() - Method in class com.jme3.audio.Listener
-
- getLeft() - Method in class com.jme3.renderer.Camera
-
Retrieves the left axis of the camera.
- getLeft(Vector3f) - Method in class com.jme3.renderer.Camera
-
Retrieves the left axis of the camera.
- getLeftCamera() - Method in class com.jme3.input.vr.AbstractVRViewManager
-
- getLeftCamera() - Method in interface com.jme3.input.vr.VRViewManager
-
Get the
camera
attached to the left eye.
- getLeftChild() - Method in class com.jme3.collision.bih.BIHNode
-
- getLeftDepth() - Method in class com.jme3.input.vr.AbstractVRViewManager
-
- getLeftDepth() - Method in interface com.jme3.input.vr.VRViewManager
-
Get the depth texture attached to the left eye.
- getLeftLod() - Method in class com.jme3.terrain.geomipmap.UpdatedTerrainPatch
-
- getLeftPlane() - Method in class com.jme3.collision.bih.BIHNode
-
- getLeftPostProcessor() - Method in class com.jme3.input.vr.AbstractVRViewManager
-
- getLeftPostProcessor() - Method in interface com.jme3.input.vr.VRViewManager
-
- getLeftQuad(TerrainQuad) - Method in interface com.jme3.terrain.geomipmap.NeighbourFinder
-
Get the TerrainQuad to the left of the supplied 'center' quad.
- getLeftSwizzling() - Method in class com.jme3.shader.VariableMapping
-
Gets the left swizzle.
- getLeftTexId() - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVRViewManager
-
Get the identifier of the left eye texture.
- getLeftTexId() - Method in class com.jme3.input.vr.openvr.OpenVRViewManager
-
Get the identifier of the left eye texture.
- getLeftTexId() - Method in class com.jme3.input.vr.osvr.OSVRViewManager
-
Get the identifier of the left eye texture.
- getLeftTexture() - Method in class com.jme3.input.vr.AbstractVRViewManager
-
- getLeftTexture() - Method in interface com.jme3.input.vr.VRViewManager
-
Get the texture attached to the left eye.
- getLeftVariable() - Method in class com.jme3.shader.VariableMapping
-
Gets the left variable.
- getLeftViewPort() - Method in class com.jme3.app.VRApplication
-
Deprecated.
Get the VR headset left viewport.
- getLeftViewPort() - Method in class com.jme3.app.VRAppState
-
Get the VR headset left viewport.
- getLeftViewPort() - Method in class com.jme3.input.vr.AbstractVRViewManager
-
- getLeftViewPort() - Method in interface com.jme3.input.vr.VRViewManager
-
Get the
viewport
attached to the left eye.
- getLegacyApplication() - Static method in class com.jme3.app.jmeSurfaceView.JmeSurfaceView.GameState
-
Returns the current application state.
- getLegacyApplication() - Method in class com.jme3.app.jmeSurfaceView.JmeSurfaceView
-
Gets the jme app instance.
- getLen() - Method in class com.jme3.effect.shapes.EmitterBoxShape
-
- getLength() - Method in class com.jme3.anim.AnimClip
-
Determine the duration of this clip.
- getLength() - Method in interface com.jme3.anim.AnimTrack
-
Determine the duration of the track.
- getLength() - Method in class com.jme3.anim.interpolator.FrameInterpolator.TrackTimeReader
-
- getLength() - Method in class com.jme3.anim.MorphTrack
-
- getLength() - Method in class com.jme3.anim.TransformTrack
-
- getLength() - Method in class com.jme3.anim.tween.AbstractTween
-
- getLength() - Method in class com.jme3.anim.tween.action.Action
-
- getLength() - Method in interface com.jme3.anim.tween.Tween
-
Returns the length of the tween.
- getLength() - Method in class com.jme3.animation.Animation
-
Deprecated.
Returns the length in seconds of this animation
- getLength() - Method in class com.jme3.animation.AudioTrack
-
Deprecated.
Return the length of the track
- getLength() - Method in class com.jme3.animation.BoneTrack
-
Deprecated.
- getLength() - Method in class com.jme3.animation.EffectTrack
-
Deprecated.
Return the length of the track
- getLength() - Method in class com.jme3.animation.PoseTrack
-
Deprecated.
- getLength() - Method in class com.jme3.animation.SpatialTrack
-
Deprecated.
- getLength() - Method in interface com.jme3.animation.Track
-
Deprecated.
- getLength() - Method in class com.jme3.cinematic.MotionPath
-
Return the length of the path in world units
- getLength() - Method in class com.jme3.scene.shape.Curve
-
This method returns the length of the curve.
- getLength() - Method in class com.jme3.util.ListSort
-
return the useful length of the array being sorted
- getLevel() - Method in class com.jme3.network.message.ZIPCompressedMessage
-
- getLevel() - Method in class com.jme3.texture.FrameBuffer.RenderBuffer
-
- getLevel(Vector3f...) - Method in class jme3test.games.WorldOfInception.InceptionLevel
-
- getLifeTime() - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
-
- getLight() - Method in class com.jme3.scene.control.LightControl
-
- getLight() - Method in class com.jme3.scene.LightNode
-
Deprecated.
- getLight() - Method in class com.jme3.shadow.DirectionalLightShadowFilter
-
return the light used to cast shadows
- getLight() - Method in class com.jme3.shadow.DirectionalLightShadowFilterVR
-
return the light used to cast shadows
- getLight() - Method in class com.jme3.shadow.DirectionalLightShadowRenderer
-
return the light used to cast shadows
- getLight() - Method in class com.jme3.shadow.DirectionalLightShadowRendererVR
-
return the light used to cast shadows
- getLight() - Method in class com.jme3.shadow.PointLightShadowFilter
-
gets the point light used to cast shadows with this processor
- getLight() - Method in class com.jme3.shadow.PointLightShadowRenderer
-
gets the point light used to cast shadows with this processor
- getLight() - Method in class com.jme3.shadow.SpotLightShadowFilter
-
return the light used to cast shadows
- getLight() - Method in class com.jme3.shadow.SpotLightShadowRenderer
-
return the light used to cast shadows
- getLightColor() - Method in class com.jme3.water.WaterFilter
-
returns the light color
- getLightDensity() - Method in class com.jme3.post.filters.LightScatteringFilter
-
- getLightDirection() - Method in class com.jme3.water.WaterFilter
-
gets the light direction
- getLightFilter() - Method in class com.jme3.renderer.RenderManager
-
Returns the current LightFilter.
- getLightMode() - Method in class com.jme3.material.TechniqueDef
-
Returns the light mode.
- getLightPosition() - Method in class com.jme3.post.filters.LightScatteringFilter
-
returns the light position
- getLightSpace() - Method in class com.jme3.material.TechniqueDef
-
Returns the space in which the light data should be passed to the shader.
- getLimb() - Method in class com.jme3.scene.plugins.fbx.anim.FbxCluster
-
- getLimbDampening() - Method in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
Read the limb damping.
- getLimit() - Method in class com.jme3.math.Ray
-
getLimit
returns the limit of the ray, aka the length.
- getLimits() - Method in class com.jme3.renderer.opengl.GLRenderer
-
- getLimits() - Method in interface com.jme3.renderer.Renderer
-
Gets the limits of the renderer.
- getLimits() - Method in class com.jme3.system.NullRenderer
-
- getLimitSoftness() - Method in class com.jme3.bullet.joints.motors.RotationalLimitMotor
-
- getLimitSoftness() - Method in class com.jme3.bullet.joints.motors.TranslationalLimitMotor
-
- getLine() - Method in class com.jme3.util.blockparser.Statement
-
- getLinearDamping() - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
- getLinearSleepingThreshold() - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
- getLinearVelocity() - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
Get the current linear velocity of this PhysicsRigidBody
- getLinearVelocity(Vector3f) - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
Get the current linear velocity of this PhysicsRigidBody
- getLineColor() - Method in class com.jme3.post.filters.CrossHatchFilter
-
Returns line color
- getLineCount() - Method in class com.jme3.font.BitmapText
-
- getLineDistance() - Method in class com.jme3.post.filters.CrossHatchFilter
-
Returns minimum distance between lines
- getLineHeight() - Method in class com.jme3.font.BitmapCharacterSet
-
- getLineHeight() - Method in class com.jme3.font.BitmapText
-
- getLineNumber() - Method in class com.jme3.util.blockparser.Statement
-
- getLineThickness() - Method in class com.jme3.post.filters.CrossHatchFilter
-
Returns the thickness of the lines drawn
- getLineWidth(CharSequence) - Method in class com.jme3.font.BitmapFont
-
- getLineWidth() - Method in class com.jme3.font.BitmapText
-
- getLineWidth() - Method in class com.jme3.material.RenderState
-
returns the wireframe line width
- getLineWidth() - Method in class com.jme3.scene.Mesh
-
- getLineWrapMode() - Method in class com.jme3.font.BitmapText
-
- getLinks() - Method in class jme3test.app.TestCloner.GraphNode
-
- getListener() - Method in interface com.jme3.app.Application
-
- getListener() - Method in class com.jme3.app.LegacyApplication
-
- getListener() - Method in class com.jme3.app.VRApplication
-
Deprecated.
- getListeners(Class, boolean) - Method in class com.jme3.network.base.MessageListenerRegistry
-
- getLitGeometriesInViewPort(Spatial, Camera, Camera[], RenderQueue.ShadowMode, GeometryList) - Static method in class com.jme3.shadow.ShadowUtil
-
Populates the outputGeometryList with the geometries of the children
of OccludersExtractor.rootScene node that are both in the frustum of the given vpCamera and some camera inside cameras array.
- GetLiveCollisionBoundsInfo - Variable in class com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable
-
C type : GetLiveCollisionBoundsInfo_callback*
- GetLiveCollisionBoundsTagsInfo - Variable in class com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable
-
C type : GetLiveCollisionBoundsTagsInfo_callback*
- GetLivePhysicalBoundsInfo - Variable in class com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable
-
C type : GetLivePhysicalBoundsInfo_callback*
- GetLiveSeatedZeroPoseToRawTrackingPose - Variable in class com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable
-
C type : GetLiveSeatedZeroPoseToRawTrackingPose_callback*
- getLocalBatchHint() - Method in class com.jme3.scene.Spatial
-
- getLocalCullHint() - Method in class com.jme3.scene.Spatial
-
- getLocalLightList() - Method in class com.jme3.scene.Spatial
-
- getLocalMatParamOverrides() - Method in class com.jme3.scene.Spatial
-
Get the local material parameter overrides.
- getLocalMemorySize() - Method in interface com.jme3.opencl.Device
-
- getLocalMemorySize() - Method in class com.jme3.opencl.lwjgl.LwjglDevice
-
- getLocalObject(Class<T>) - Method in class com.jme3.network.service.rmi.RmiRegistry
-
Returns a local object that was previously registered with share() using
just type registration.
- getLocalObject(String, Class<T>) - Method in class com.jme3.network.service.rmi.RmiRegistry
-
Returns a local object that was previously registered with share() using
name registration.
- getLocalPointA() - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
-
- getLocalPointB() - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
-
- getLocalPosition() - Method in class com.jme3.animation.Bone
-
Deprecated.
Returns the local position of the bone, relative to the parent bone.
- getLocalQueueBucket() - Method in class com.jme3.scene.Spatial
-
- getLocalRotation() - Method in class com.jme3.anim.Joint
-
Access the local rotation.
- getLocalRotation() - Method in class com.jme3.animation.Bone
-
Deprecated.
Returns the local rotation of the bone, relative to the parent bone.
- getLocalRotation() - Method in class com.jme3.scene.Spatial
-
getLocalRotation
retrieves the local rotation of this
node.
- getLocalScale() - Method in class com.jme3.anim.Joint
-
Access the local scale vector.
- getLocalScale() - Method in class com.jme3.animation.Bone
-
Deprecated.
Returns the local scale of the bone, relative to the parent bone.
- getLocalScale() - Method in class com.jme3.scene.Spatial
-
getLocalScale
retrieves the local scale of this node.
- getLocalShadowMode() - Method in class com.jme3.scene.Spatial
-
- getLocalToWorldMatrix(Matrix4f) - Method in class com.jme3.scene.Spatial
-
Creates a transform matrix that will convert from this spatials'
local coordinate space to the world coordinate space
based on the world transform.
- getLocalTransform() - Method in class com.jme3.anim.Joint
-
Access the local transform.
- getLocalTransform() - Method in interface com.jme3.anim.util.HasLocalTransform
-
- getLocalTransform() - Method in class com.jme3.scene.Spatial
-
getLocalTransform
retrieves the local transform of
this spatial.
- getLocalTranslation() - Method in class com.jme3.anim.Joint
-
Access the local translation vector.
- getLocalTranslation() - Method in class com.jme3.scene.Spatial
-
getLocalTranslation
retrieves the local translation of
this node.
- getLocation() - Method in class com.jme3.audio.Listener
-
- getLocation() - Method in class com.jme3.bullet.objects.VehicleWheel
-
- getLocation() - Method in class com.jme3.renderer.Camera
-
Retrieves the location vector of the camera.
- getLocation() - Method in class com.jme3.shader.ShaderVariable
-
- getLocation(Vector2f) - Method in class jme3tools.optimize.TextureAtlas.TextureAtlasTile
-
Get the transformed texture coordinate for a given input location.
- getLod() - Method in class com.jme3.terrain.geomipmap.TerrainPatch
-
- getLodBottom() - Method in class com.jme3.terrain.geomipmap.TerrainPatch
-
- getLodCalculator() - Method in class com.jme3.terrain.geomipmap.TerrainLodControl
-
- getLodDistanceThreshold() - Method in class com.jme3.terrain.geomipmap.lodcalc.DistanceLodCalculator
-
Gets the camera distance where the LOD level will change
- getLodDistanceThreshold() - Method in interface com.jme3.terrain.geomipmap.lodcalc.LodThreshold
-
A distance of how far between each LOD threshold.
- getLodDistanceThreshold() - Method in class com.jme3.terrain.geomipmap.lodcalc.SimpleLodThreshold
-
- getLodEntropies() - Method in class com.jme3.terrain.geomipmap.TerrainPatch
-
- getLodLeft() - Method in class com.jme3.terrain.geomipmap.TerrainPatch
-
- getLodLevel() - Method in class com.jme3.scene.Geometry
-
- getLodLevel(int) - Method in class com.jme3.scene.Mesh
-
Returns the lod level at the given index.
- getLodMultiplier() - Method in class com.jme3.terrain.geomipmap.lodcalc.DistanceLodCalculator
-
- getLodMultiplier() - Method in class com.jme3.terrain.geomipmap.lodcalc.SimpleLodThreshold
-
- getLodRight() - Method in class com.jme3.terrain.geomipmap.TerrainPatch
-
- getLodTop() - Method in class com.jme3.terrain.geomipmap.TerrainPatch
-
- getLog() - Method in exception com.jme3.opencl.KernelCompilationException
-
The output of the compiler
- getLogic() - Method in class com.jme3.material.TechniqueDef
-
- getLogicalId() - Method in class com.jme3.input.DefaultJoystickAxis
-
Returns the logical identifier of this joystick axis.
- getLogicalId() - Method in class com.jme3.input.DefaultJoystickButton
-
Returns the logical identifier of this joystick axis.
- getLogicalId() - Method in interface com.jme3.input.JoystickAxis
-
Returns the logical identifier of this joystick axis.
- getLogicalId() - Method in interface com.jme3.input.JoystickButton
-
Returns the logical identifier of this joystick axis.
- getLogicalStreams() - Method in class com.jme3.audio.plugins.CachedOggStream
-
- getLogicalStreams() - Method in class com.jme3.audio.plugins.UncachedOggStream
-
- getLoLimit() - Method in class com.jme3.bullet.joints.motors.RotationalLimitMotor
-
- getLookAtOffset() - Method in class com.jme3.input.ChaseCamera
-
returns the offset from the target's position where the camera looks at
- getLoopMode() - Method in class com.jme3.animation.AnimChannel
-
Deprecated.
- getLoopMode() - Method in class com.jme3.cinematic.events.AbstractCinematicEvent
-
Returns the loopMode of the animation.
- getLoopMode() - Method in interface com.jme3.cinematic.events.CinematicEvent
-
- getLostFocusBehavior() - Method in interface com.jme3.app.Application
-
Determine the application's behavior when unfocused.
- getLostFocusBehavior() - Method in class com.jme3.app.LegacyApplication
-
Determine the application's behavior when unfocused.
- getLostFocusBehavior() - Method in class com.jme3.app.VRApplication
-
Deprecated.
Determine the application's behavior when unfocused.
- getLowerAngLimit() - Method in class com.jme3.bullet.joints.SliderJoint
-
- getLowerLimit() - Method in class com.jme3.bullet.joints.HingeJoint
-
- getLowerLimit() - Method in class com.jme3.bullet.joints.motors.TranslationalLimitMotor
-
- getLowerLimit() - Method in class com.jme3.post.filters.ContrastAdjustmentFilter
-
Returns the lower limit of the input range.
- getLowerLinLimit() - Method in class com.jme3.bullet.joints.SliderJoint
-
- getLowLife() - Method in class com.jme3.effect.ParticleEmitter
-
Get the low value of life.
- getLuminance1() - Method in class com.jme3.post.filters.CrossHatchFilter
-
Returns threshold for lines 1
- getLuminance2() - Method in class com.jme3.post.filters.CrossHatchFilter
-
Returns threshold for lines 2
- getLuminance3() - Method in class com.jme3.post.filters.CrossHatchFilter
-
Returns threshold for lines 3
- getLuminance4() - Method in class com.jme3.post.filters.CrossHatchFilter
-
Returns threshold for lines 4
- getLuminance5() - Method in class com.jme3.post.filters.CrossHatchFilter
-
Returns threshold for blobs
- getMagFilter(Integer) - Static method in class com.jme3.scene.plugins.gltf.GltfUtils
-
- getMagFilter() - Method in class com.jme3.texture.Texture
-
- getMagnitude() - Method in class com.jme3.terrain.noise.filter.PerturbFilter
-
- getMainView(String) - Method in class com.jme3.renderer.RenderManager
-
Returns the main ViewPort with the given name.
- getMainViews() - Method in class com.jme3.renderer.RenderManager
-
Returns a read-only list of all main ViewPorts.
- getMajorVersion(String, String) - Static method in class com.jme3.opencl.lwjgl.Utils
-
- getManager() - Method in class com.jme3.anim.AnimLayer
-
Returns the current manager.
- getManager() - Method in class com.jme3.asset.AssetInfo
-
- getMappingAccessFlags(MappingAccess) - Static method in class com.jme3.opencl.lwjgl.Utils
-
- getMappings(String, boolean) - Static method in class com.jme3.input.JoystickCompatibilityMappings
-
- getMargin() - Method in class com.jme3.bullet.collision.shapes.CollisionShape
-
- getMargin(int, int) - Method in class com.jme3.terrain.noise.filter.AbstractFilter
-
- getMargin(int, int) - Method in interface com.jme3.terrain.noise.Filter
-
- getMargin(int, int) - Method in class com.jme3.terrain.noise.filter.HydraulicErodeFilter
-
- getMargin(int, int) - Method in class com.jme3.terrain.noise.filter.IterativeFilter
-
- getMargin(int, int) - Method in class com.jme3.terrain.noise.filter.OptimizedErode
-
- getMargin(int, int) - Method in class com.jme3.terrain.noise.filter.PerturbFilter
-
- getMargin(int, int) - Method in class com.jme3.terrain.noise.filter.SmoothFilter
-
- getMargin(int, int) - Method in class com.jme3.terrain.noise.filter.ThermalErodeFilter
-
- getMask() - Method in class com.jme3.anim.AnimLayer
-
Returns the animation mask.
- getMask() - Method in class com.jme3.anim.tween.action.Action
-
- getMass() - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
- getMaterial() - Method in class com.jme3.post.CartoonSSAO
-
- getMaterial() - Method in class com.jme3.post.Filter
-
Must return the material used for this filter.
- getMaterial() - Method in class com.jme3.post.filters.BloomFilter
-
- getMaterial() - Method in class com.jme3.post.filters.CartoonEdgeFilter
-
- getMaterial() - Method in class com.jme3.post.filters.ColorOverlayFilter
-
- getMaterial() - Method in class com.jme3.post.filters.ComposeFilter
-
- getMaterial() - Method in class com.jme3.post.filters.ContrastAdjustmentFilter
-
Returns the Material used in this Filter.
- getMaterial() - Method in class com.jme3.post.filters.CrossHatchFilter
-
- getMaterial() - Method in class com.jme3.post.filters.DepthOfFieldFilter
-
- getMaterial() - Method in class com.jme3.post.filters.FadeFilter
-
- getMaterial() - Method in class com.jme3.post.filters.FogFilter
-
- getMaterial() - Method in class com.jme3.post.filters.FXAAFilter
-
- getMaterial() - Method in class com.jme3.post.filters.GammaCorrectionFilter
-
Deprecated.
- getMaterial() - Method in class com.jme3.post.filters.LightScatteringFilter
-
- getMaterial() - Method in class com.jme3.post.filters.PosterizationFilter
-
- getMaterial() - Method in class com.jme3.post.filters.RadialBlurFilter
-
- getMaterial() - Method in class com.jme3.post.filters.ToneMapFilter
-
- getMaterial() - Method in class com.jme3.post.filters.TranslucentBucketFilter
-
- getMaterial() - Method in class com.jme3.post.ssao.SSAOFilter
-
- getMaterial() - Method in class com.jme3.scene.BatchNode
-
Returns the material that is used for the first batch of this BatchNode.
- getMaterial() - Method in class com.jme3.scene.Geometry
-
Returns the material that is used for this geometry.
- getMaterial() - Method in class com.jme3.scene.plugins.gltf.MaterialAdapter
-
- getMaterial() - Method in class com.jme3.shadow.AbstractShadowFilter
-
- getMaterial() - Method in class com.jme3.shadow.AbstractShadowFilterVR
-
- getMaterial() - Method in class com.jme3.shadow.PssmShadowFilter
-
Deprecated.
- getMaterial(Vector3f) - Method in class com.jme3.terrain.geomipmap.TerrainGrid
-
- getMaterial() - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
- getMaterial(Vector3f) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
- getMaterial() - Method in interface com.jme3.terrain.Terrain
-
Returns the material that this terrain uses.
- getMaterial(Vector3f) - Method in interface com.jme3.terrain.Terrain
-
Returns the material that this terrain uses.
- getMaterial() - Method in class com.jme3.water.SimpleWaterProcessor
-
Get the water material from this processor, apply this to your water quad.
- getMaterial() - Method in class com.jme3.water.WaterFilter
-
- getMaterialDef() - Method in class com.jme3.material.Material
-
Get the material definition (j3md file info) that this
material is implementing.
- getMaterialDefPath() - Method in class com.jme3.scene.plugins.gltf.MaterialAdapter
-
Should return the material definition used by this material adapter
- getMaterialDefPath() - Method in class com.jme3.scene.plugins.gltf.PBRMaterialAdapter
-
- getMaterialDefPath() - Method in class com.jme3.scene.plugins.gltf.UnlitMaterialAdapter
-
- getMaterialExtension(String) - Method in class com.jme3.scene.plugins.ogre.matext.MaterialExtensionSet
-
- getMaterialExtensionSet() - Method in class com.jme3.scene.plugins.ogre.matext.OgreMaterialKey
-
- getMaterialList() - Method in class com.jme3.scene.plugins.ogre.OgreMeshKey
-
- getMaterialName() - Method in class com.jme3.scene.plugins.ogre.OgreMeshKey
-
- getMaterialParam(String) - Method in class com.jme3.material.MaterialDef
-
Returns the material parameter with the given name.
- getMaterialParams() - Method in class com.jme3.material.MaterialDef
-
Returns a collection of all material parameters declared in this
material definition.
- getMaterialParamValue() - Method in enum com.jme3.shadow.EdgeFilteringMode
-
- GetMatrix34TrackedDeviceProperty - Variable in class com.jme3.system.jopenvr.VR_IVRSystem_FnTable
-
C type : GetMatrix34TrackedDeviceProperty_callback*
- getMax(Vector3f) - Method in class com.jme3.bounding.BoundingBox
-
Determine the maximum coordinate value for each axis.
- getMaxAmplitude() - Method in class com.jme3.water.WaterFilter
-
return the maximum wave amplitude
- getMaxAngMotorForce() - Method in class com.jme3.bullet.joints.SliderJoint
-
- getMaxDistance() - Method in class com.jme3.app.ChaseCameraAppState
-
Returns the max zoom distance of the camera (default is 40)
- getMaxDistance() - Method in class com.jme3.audio.AudioNode
-
- getMaxDistance() - Method in interface com.jme3.audio.AudioSource
-
- getMaxDistance() - Method in class com.jme3.input.ChaseCamera
-
Returns the max zoom distance of the camera (default is 40)
- getMaxFaultHeight() - Method in class com.jme3.terrain.heightmap.FaultHeightMap
-
- getMaximumAllocationSize() - Method in interface com.jme3.opencl.Device
-
- getMaximumAllocationSize() - Method in class com.jme3.opencl.lwjgl.LwjglDevice
-
- getMaximumConstantArguments() - Method in interface com.jme3.opencl.Device
-
- getMaximumConstantArguments() - Method in class com.jme3.opencl.lwjgl.LwjglDevice
-
- getMaximumConstantBufferSize() - Method in interface com.jme3.opencl.Device
-
Returns the maximal size of a constant buffer.
- getMaximumConstantBufferSize() - Method in class com.jme3.opencl.lwjgl.LwjglDevice
-
- getMaximumImage2DSize() - Method in interface com.jme3.opencl.Device
-
Queries the maximal size of a 2D image
- getMaximumImage2DSize() - Method in class com.jme3.opencl.lwjgl.LwjglDevice
-
- getMaximumImage3DSize() - Method in interface com.jme3.opencl.Device
-
Queries the maximal size of a 3D image
- getMaximumImage3DSize() - Method in class com.jme3.opencl.lwjgl.LwjglDevice
-
- getMaximumReadImages() - Method in interface com.jme3.opencl.Device
-
- getMaximumReadImages() - Method in class com.jme3.opencl.lwjgl.LwjglDevice
-
- getMaximumSamplers() - Method in interface com.jme3.opencl.Device
-
- getMaximumSamplers() - Method in class com.jme3.opencl.lwjgl.LwjglDevice
-
- getMaximumValue() - Method in class com.jme3.terrain.GeoMap
-
- getMaximumWorkItemDimensions() - Method in interface com.jme3.opencl.Device
-
The maximum dimension that specify the local and global work item ids.
- getMaximumWorkItemDimensions() - Method in class com.jme3.opencl.lwjgl.LwjglDevice
-
- getMaximumWorkItemSizes() - Method in interface com.jme3.opencl.Device
-
- getMaximumWorkItemSizes() - Method in class com.jme3.opencl.lwjgl.LwjglDevice
-
- getMaximumWriteImages() - Method in interface com.jme3.opencl.Device
-
- getMaximumWriteImages() - Method in class com.jme3.opencl.lwjgl.LwjglDevice
-
- getMaxiumWorkItemsPerGroup() - Method in interface com.jme3.opencl.Device
-
Maximum number of work-items in a
work-group executing a kernel on a single
compute unit, using the data parallel
execution model.
- getMaxiumWorkItemsPerGroup() - Method in class com.jme3.opencl.lwjgl.LwjglDevice
-
- getMaxLimitForce() - Method in class com.jme3.bullet.joints.motors.RotationalLimitMotor
-
- getMaxLineWidth() - Method in class com.jme3.renderer.opengl.GLRenderer
-
Determine the maximum allowed width for lines.
- getMaxLineWidth() - Method in interface com.jme3.renderer.Renderer
-
Determines the maximum allowed width for lines.
- getMaxLineWidth() - Method in class com.jme3.system.NullRenderer
-
Determine the maximum allowed width for lines.
- getMaxLinMotorForce() - Method in class com.jme3.bullet.joints.SliderJoint
-
- getMaxLod() - Method in class com.jme3.terrain.geomipmap.TerrainPatch
-
The maximum lod supported by this terrain patch.
- getMaxLod() - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
- getMaxLod() - Method in interface com.jme3.terrain.Terrain
-
This is calculated by the specific LOD algorithm.
- getMaxMotorForce() - Method in class com.jme3.bullet.joints.motors.RotationalLimitMotor
-
- getMaxNumInstances() - Method in class com.jme3.scene.instancing.InstancedGeometry
-
- getMaxNumParticles() - Method in class com.jme3.effect.ParticleEmitter
-
- getMaxNumWeights() - Method in class com.jme3.scene.Mesh
-
Returns the maximum number of weights per vertex on this mesh.
- getMaxNurbKnot() - Method in class com.jme3.math.Spline
-
This method returns the maximum nurb curve knot value.
- getMaxRadius() - Method in class com.jme3.terrain.heightmap.FaultHeightMap
-
- getMaxRange() - Method in class com.jme3.terrain.heightmap.FaultHeightMap
-
- getMaxRawValue() - Method in class com.jme3.input.android.AndroidSensorJoyInput.AndroidSensorJoystickAxis
-
- getMaxRawValue() - Method in interface com.jme3.input.SensorJoystickAxis
-
Returns the current maximum raw sensor value that is being used to scale
the joystick axis value.
- getMaxRotation(int) - Method in class com.jme3.bullet.animation.RangeOfMotion
-
Read the maximum rotation around the indexed axis.
- getMaxSlope() - Method in class com.jme3.bullet.objects.PhysicsCharacter
-
- getMaxSuspensionForce() - Method in class com.jme3.bullet.objects.PhysicsVehicle
-
- getMaxSuspensionForce() - Method in class com.jme3.bullet.objects.VehicleWheel
-
- getMaxSuspensionTravelCm() - Method in class com.jme3.bullet.objects.PhysicsVehicle
-
- getMaxSuspensionTravelCm() - Method in class com.jme3.bullet.objects.VehicleWheel
-
- getMaxVerticalRotation() - Method in class com.jme3.app.ChaseCameraAppState
-
- getMaxVerticalRotation() - Method in class com.jme3.input.ChaseCamera
-
- getMaxWorkGroupSize(Device) - Method in class com.jme3.opencl.Kernel
-
Returns the maximal work group size when this kernel is executed on
the specified device
- getMaxWorkGroupSize(Device) - Method in class com.jme3.opencl.lwjgl.LwjglKernel
-
- getMemoryAccessFlags() - Method in class com.jme3.opencl.Buffer
-
- getMemoryAccessFlags() - Method in class com.jme3.opencl.lwjgl.LwjglBuffer
-
- getMemoryAccessFlags(MemoryAccess) - Static method in class com.jme3.opencl.lwjgl.Utils
-
- getMemoryAccessFromFlag(long) - Static method in class com.jme3.opencl.lwjgl.Utils
-
- getMesh() - Method in class com.jme3.app.BasicProfiler
-
Returns the mesh that contains the bar chart of tracked frame
timings.
- getMesh() - Method in class com.jme3.scene.Geometry
-
Returns the mesh to use for this geometry
- getMeshMode(Integer) - Static method in class com.jme3.scene.plugins.gltf.GltfUtils
-
- getMeshNormal(int, int) - Method in class com.jme3.terrain.geomipmap.TerrainPatch
-
- getMeshNormal(int, int) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
- getMeshType() - Method in class com.jme3.effect.ParticleEmitter
-
Returns the mesh type used by the particle emitter.
- getMessage() - Method in class com.jme3.network.message.CompressedMessage
-
- getMessage() - Method in class jme3test.network.TestChatServer.ChatMessage
-
- getMessageBuffer(Endpoint) - Method in class com.jme3.network.base.KernelAdapter
-
- getMessageId() - Method in class com.jme3.network.service.rpc.msg.RpcCallMessage
-
- getMessageId() - Method in class com.jme3.network.service.rpc.msg.RpcResponseMessage
-
- getMessageType(Method) - Method in class com.jme3.network.util.AbstractMessageDelegator
-
Convenience method that returns the message type as
reflectively determined for a particular method.
- getMessageTypes() - Method in class com.jme3.network.util.AbstractMessageDelegator
-
Returns the array of messages known to be handled by this message
delegator.
- getMethod(short) - Method in class com.jme3.network.service.rmi.ClassInfo
-
- getMethod(Method) - Method in class com.jme3.network.service.rmi.ClassInfo
-
- getMethod(Class) - Method in class com.jme3.network.util.AbstractMessageDelegator
-
Returns the mapped method for the specified message type.
- getMethodInfo(Method) - Method in class com.jme3.network.service.rmi.RemoteObjectHandler
-
- getMethods() - Method in class com.jme3.network.service.rmi.ClassInfo
-
- getMin(Vector3f) - Method in class com.jme3.bounding.BoundingBox
-
Determine the minimum coordinate value for each axis.
- getMin() - Method in class com.jme3.effect.shapes.EmitterBoxShape
-
- getMinDistance() - Method in class com.jme3.app.ChaseCameraAppState
-
Returns the min zoom distance of the camera (default is 1)
- getMinDistance() - Method in class com.jme3.input.ChaseCamera
-
Returns the min zoom distance of the camera (default is 1)
- getMinFaultHeight() - Method in class com.jme3.terrain.heightmap.FaultHeightMap
-
- getMinFilter(Integer) - Static method in class com.jme3.scene.plugins.gltf.GltfUtils
-
- getMinFilter() - Method in class com.jme3.texture.Texture
-
- getMinHeight() - Method in class com.jme3.app.SettingsDialog
-
- getMinHeight() - Method in class com.jme3.system.AppSettings
-
Get the height
- getMinNurbKnot() - Method in class com.jme3.math.Spline
-
This method returns the minimum nurb curve knot value.
- getMinorVersion(String, String) - Static method in class com.jme3.opencl.lwjgl.Utils
-
- getMinRadius() - Method in class com.jme3.terrain.heightmap.FaultHeightMap
-
- getMinRange() - Method in class com.jme3.terrain.heightmap.FaultHeightMap
-
- getMinRotation(int) - Method in class com.jme3.bullet.animation.RangeOfMotion
-
Read the minimum rotation around the indexed axis.
- getMinVerticalRotation() - Method in class com.jme3.app.ChaseCameraAppState
-
- getMinVerticalRotation() - Method in class com.jme3.input.ChaseCamera
-
- getMinWidth() - Method in class com.jme3.app.SettingsDialog
-
- getMinWidth() - Method in class com.jme3.system.AppSettings
-
Get the width
- getMipFromRoughness(float, int) - Static method in class com.jme3.environment.util.EnvMapUtils
-
- getMipMapSizes() - Method in class com.jme3.texture.Image
-
Returns the mipmap sizes for this image.
- GetMirrorTextureD3D11 - Variable in class com.jme3.system.jopenvr.VR_IVRCompositor_FnTable
-
C type : GetMirrorTextureD3D11_callback*
- GetMirrorTextureGL - Variable in class com.jme3.system.jopenvr.VR_IVRCompositor_FnTable
-
C type : GetMirrorTextureGL_callback*
- getMirrorViewPort() - Method in class com.jme3.input.vr.AbstractVRViewManager
-
Get the
view port
attached to the mirror display.
- getMirrorViewPort() - Method in interface com.jme3.input.vr.VRViewManager
-
Get the
view port
attached to the mirror display.
- getMode() - Method in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
returns the mode of this control
- getMode() - Method in class com.jme3.scene.Mesh
-
Returns the mesh mode
- getModelBindInversePosition() - Method in class com.jme3.animation.Bone
-
Deprecated.
Returns the inverse Bind position of this bone expressed in model space.
- getModelBindInverseRotation() - Method in class com.jme3.animation.Bone
-
Deprecated.
Returns the inverse bind rotation of this bone expressed in model space.
- getModelBindInverseScale() - Method in class com.jme3.animation.Bone
-
Deprecated.
Returns the inverse world bind pose scale.
- getModelBindInverseTransform() - Method in class com.jme3.animation.Bone
-
Deprecated.
- getModelBound() - Method in class com.jme3.scene.Geometry
-
- getModelSpacePosition() - Method in class com.jme3.animation.Bone
-
Deprecated.
Returns the position of the bone in model space.
- getModelSpaceRotation() - Method in class com.jme3.animation.Bone
-
Deprecated.
Returns the rotation of the bone in model space.
- getModelSpaceScale() - Method in class com.jme3.animation.Bone
-
Deprecated.
Returns the scale of the bone in model space.
- getModelTransform() - Method in class com.jme3.anim.Joint
-
Determine the model transform.
- getModelTransform() - Method in class com.jme3.anim.MatrixJointModelTransform
-
- getModelTransform() - Method in class com.jme3.anim.SeparateJointModelTransform
-
- getModelTransform() - Method in interface com.jme3.anim.util.JointModelTransform
-
Determine the joint's transform in model space.
- getModelTransformMatrix() - Method in class com.jme3.anim.MatrixJointModelTransform
-
Access the model transform.
- getModeStart() - Method in class com.jme3.scene.Mesh
-
- getMonitorMax() - Method in interface com.jme3.terrain.ProgressMonitor
-
The max value of the progress.
- getMorphIndex(String) - Method in class com.jme3.scene.Mesh
-
Get the index of the morph that has the given name.
- getMorphState() - Method in class com.jme3.scene.Geometry
-
returns the morph state of this Geometry.
- getMorphState(String) - Method in class com.jme3.scene.Geometry
-
Get the state of a morph
- getMorphTarget(int) - Method in class com.jme3.scene.Mesh
-
Get the MorphTarget at the given index
- getMorphTargetNames() - Method in class com.jme3.scene.Mesh
-
Get the name of all morphs in order.
- getMorphTargets() - Method in class com.jme3.scene.Mesh
-
- getMotionState() - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
- getMotor() - Method in class com.jme3.bullet.joints.motors.RotationalLimitMotor
-
- getMotor() - Method in class com.jme3.bullet.joints.motors.TranslationalLimitMotor
-
- getMouseAxis() - Method in class com.jme3.input.controls.MouseAxisTrigger
-
- getMouseButton() - Method in class com.jme3.input.controls.MouseButtonTrigger
-
- getMouseInput() - Method in class com.jme3.system.android.OGLESContext
-
- getMouseInput() - Method in class com.jme3.system.awt.AwtPanelsContext
-
- getMouseInput() - Method in class com.jme3.system.AWTContext
-
- getMouseInput() - Method in class com.jme3.system.ios.IGLESContext
-
- getMouseInput() - Method in interface com.jme3.system.JmeContext
-
- getMouseInput() - Method in class com.jme3.system.lwjgl.LwjglAbstractDisplay
-
- getMouseInput() - Method in class com.jme3.system.lwjgl.LwjglOffscreenBuffer
-
- getMouseInput() - Method in class com.jme3.system.lwjgl.LwjglWindow
-
- getMouseInput() - Method in class com.jme3.system.lwjgl.LwjglWindowVR
-
- getMouseInput() - Method in class com.jme3.system.NullContext
-
- getMouseMoveScale() - Method in class com.jme3.input.vr.AbstractVRMouseManager
-
- getMouseMoveScale() - Method in interface com.jme3.input.vr.VRMouseManager
-
Get the move scale.
- getMoveName() - Method in class jme3test.input.combomoves.ComboMove
-
- getMoveSpeed() - Method in class com.jme3.input.FlyByCamera
-
Read the translation speed.
- getMultiData() - Method in class com.jme3.shader.Uniform
-
- getMultiplicity() - Method in class com.jme3.shader.ShaderNodeVariable
-
- getMultiSamples() - Method in class com.jme3.texture.Image
-
- getName() - Method in class com.jme3.anim.AnimClip
-
Determine the name of this clip.
- getName() - Method in class com.jme3.anim.AnimLayer
-
Returns the layer name.
- getName() - Method in class com.jme3.anim.Joint
-
Determine the name.
- getName() - Method in class com.jme3.animation.Animation
-
Deprecated.
The name of the bone animation
- getName() - Method in class com.jme3.animation.Bone
-
Deprecated.
Returns the name of the bone, set in the constructor.
- getName() - Method in class com.jme3.asset.AssetKey
-
- getName() - Method in class com.jme3.input.AbstractJoystick
-
Returns the name of this joystick.
- getName() - Method in class com.jme3.input.controls.JoyAxisTrigger
-
- getName() - Method in class com.jme3.input.controls.JoyButtonTrigger
-
- getName() - Method in class com.jme3.input.controls.KeyTrigger
-
- getName() - Method in class com.jme3.input.controls.MouseAxisTrigger
-
- getName() - Method in class com.jme3.input.controls.MouseButtonTrigger
-
- getName() - Method in class com.jme3.input.controls.TouchTrigger
-
- getName() - Method in interface com.jme3.input.controls.Trigger
-
- getName() - Method in class com.jme3.input.DefaultJoystickAxis
-
Returns the name of this joystick.
- getName() - Method in class com.jme3.input.DefaultJoystickButton
-
Returns the name of this joystick.
- getName() - Method in interface com.jme3.input.Joystick
-
Returns the name of this joystick.
- getName() - Method in interface com.jme3.input.JoystickAxis
-
Returns the name of this joystick.
- getName() - Method in interface com.jme3.input.JoystickButton
-
Returns the name of this joystick.
- getName(int) - Static method in class com.jme3.input.KeyNames
-
Obtain a descriptive name for the specified key code.
- getName() - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVR
-
- getName() - Method in class com.jme3.input.vr.oculus.OculusVR
-
- getName() - Method in class com.jme3.input.vr.openvr.OpenVR
-
- getName() - Method in class com.jme3.input.vr.osvr.OSVR
-
- getName() - Method in interface com.jme3.input.vr.VRAPI
-
Get the name of the underlying VR system.
- getName() - Method in class com.jme3.light.Light
-
Return the light name.
- getName() - Method in class com.jme3.material.Material
-
- getName() - Method in class com.jme3.material.MaterialDef
-
The debug name of the material definition.
- getName() - Method in class com.jme3.material.MatParam
-
Returns the name of the material parameter.
- getName() - Method in class com.jme3.material.TechniqueDef
-
Returns the name of this technique as specified in the J3MD file.
- getName() - Method in class com.jme3.network.service.rmi.ClassInfo
-
- getName() - Method in interface com.jme3.opencl.Device
-
- getName() - Method in class com.jme3.opencl.Kernel
-
- getName() - Method in class com.jme3.opencl.lwjgl.LwjglDevice
-
- getName() - Method in class com.jme3.opencl.lwjgl.LwjglKernel
-
- getName() - Method in class com.jme3.opencl.lwjgl.LwjglPlatform
-
- getName() - Method in interface com.jme3.opencl.Platform
-
- getName() - Method in class com.jme3.post.Filter
-
returns the name of the filter
- getName() - Method in class com.jme3.renderer.Camera
-
Returns the camera's name.
- getName() - Method in class com.jme3.renderer.ViewPort
-
Returns the name of the viewport as set in the constructor.
- getName() - Method in class com.jme3.scene.mesh.MorphTarget
-
- getName() - Method in class com.jme3.scene.plugins.fbx.obj.FbxObject
-
- getName() - Method in class com.jme3.scene.Spatial
-
Returns the name of this spatial.
- getName() - Method in class com.jme3.shader.BufferObjectField
-
Get the field name.
- getName() - Method in class com.jme3.shader.Shader.ShaderSource
-
- getName() - Method in class com.jme3.shader.ShaderNode
-
Gets the name of the node.
- getName() - Method in class com.jme3.shader.ShaderNodeDefinition
-
returns the name of the definition
- getName() - Method in class com.jme3.shader.ShaderNodeVariable
-
returns the name
- getName() - Method in class com.jme3.shader.ShaderVariable
-
- getName() - Method in class com.jme3.terrain.geomipmap.grid.AssetTileLoader
-
- getName() - Method in class com.jme3.terrain.geomipmap.UpdatedTerrainPatch
-
- getName(int, int) - Method in interface com.jme3.terrain.heightmap.Namer
-
Gets a name for a heightmap tile given its cell id
- getName() - Method in class com.jme3.texture.Texture
-
- getName() - Method in class jme3test.network.TestChatServer.ChatMessage
-
- getName() - Method in class jme3tools.shadercheck.CgcValidator
-
- getName() - Method in class jme3tools.shadercheck.GpuAnalyzerValidator
-
- getName() - Method in interface jme3tools.shadercheck.Validator
-
Returns the name of the validation tool
- getNameMappings(String) - Method in class com.jme3.scene.plugins.ogre.matext.MaterialExtensionSet
-
- getNameSpace() - Method in class com.jme3.shader.ShaderNodeVariable
-
- getNbKeyFrames() - Method in class com.jme3.scene.plugins.gltf.TrackData
-
- getNbMipMaps() - Method in class com.jme3.light.LightProbe
-
- getNbMorphTargets() - Method in class com.jme3.anim.MorphTrack
-
- getNbSamples() - Method in class com.jme3.post.filters.LightScatteringFilter
-
returns the number of samples for the radial blur
- getNbSimultaneousGPUMorph() - Method in class com.jme3.scene.Geometry
-
Return the number of morph targets that can be handled
on the GPU simultaneously for this geometry.
- getNbWayPoints() - Method in class com.jme3.cinematic.MotionPath
-
return the number of waypoints of this path
- getNegativeEnd(Vector3f) - Method in class com.jme3.math.LineSegment
-
Determine the location of this segment's negative end.
- getNewDebugTools() - Method in class com.jme3.bullet.debug.BulletDebugAppState
-
- getNewLod() - Method in class com.jme3.terrain.geomipmap.UpdatedTerrainPatch
-
- getNextFreeEvent() - Method in class com.jme3.input.android.TouchEventPool
-
Fetches a touch event from the reuse pool
- getNextFreeEvent() - Method in class com.jme3.input.ios.TouchEventPool
-
Fetches a touch event from the reuse pool
- getNifty() - Method in class com.jme3.niftygui.NiftyJmeDisplay
-
- getNodeA() - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
-
- getNodeB() - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
-
- getNormal() - Method in class com.jme3.collision.bih.BIHTriangle
-
- getNormal() - Method in class com.jme3.math.Plane
-
getNormal
retrieves the normal of the plane.
- getNormal() - Method in class com.jme3.math.Triangle
-
Access the stored normal, updating it if it is null.
- getNormal() - Method in class com.jme3.scene.shape.RectangleMesh
-
Provides access to the internal normal-direction vector.
- getNormal(Vector2f) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
- getNormal(float, float, Vector2f) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
- getNormal(Vector2f) - Method in interface com.jme3.terrain.Terrain
-
Get the normal vector for the surface of the terrain at the specified
X-Z coordinate.
- getNormal(float[], int, int) - Method in interface com.jme3.util.mikktspace.MikkTSpaceContext
-
- getNormal(float[], int, int) - Method in class com.jme3.util.mikktspace.MikkTSpaceImpl
-
- getNormalizedName(String) - Static method in class com.jme3.input.JoystickCompatibilityMappings
-
- getNormalScale() - Method in class com.jme3.water.WaterFilter
-
Returns the normal scales applied to the normal map
- getNormalSensitivity() - Method in class com.jme3.post.filters.CartoonEdgeFilter
-
- getNormalTexture() - Method in class com.jme3.water.WaterFilter
-
Gets the normal texture.
- getNormalThreshold() - Method in class com.jme3.post.filters.CartoonEdgeFilter
-
- getNormalVelocity() - Method in class com.jme3.effect.influencers.NewtonianParticleInfluencer
-
This method returns the normal velocity factor.
- getNormalWorldOnB() - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
-
- getNumberOfComponents(String) - Static method in class com.jme3.scene.plugins.gltf.GltfUtils
-
- getNumBuffers() - Method in class com.jme3.scene.mesh.MorphTarget
-
- getNumChannels() - Method in class com.jme3.animation.AnimControl
-
Deprecated.
- getNumColorBuffers() - Method in class com.jme3.texture.FrameBuffer
-
- getNumColors() - Method in class com.jme3.post.filters.PosterizationFilter
-
Returns number of color levels used
- getNumColorTargets() - Method in class com.jme3.texture.FrameBuffer
-
- getNumComponents() - Method in class com.jme3.scene.VertexBuffer
-
- getNumControls() - Method in class com.jme3.scene.Spatial
-
- getNumElements() - Method in class com.jme3.scene.VertexBuffer
-
- getNumFaces() - Method in interface com.jme3.util.mikktspace.MikkTSpaceContext
-
Returns the number of faces (triangles/quads) on the mesh to be
processed.
- getNumFaces() - Method in class com.jme3.util.mikktspace.MikkTSpaceImpl
-
- getNumImages() - Method in class com.jme3.cursors.plugins.JmeCursor
-
Queries the number of images contained in the cursor.
- getNumInstances() - Method in class com.jme3.scene.instancing.InstancedGeometry
-
- getNumLodLevels() - Method in class com.jme3.scene.Mesh
-
- getNumMajorSubdivisions() - Method in class com.jme3.terrain.geomipmap.TerrainGrid
-
- getNumMajorSubdivisions() - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
- getNumMajorSubdivisions() - Method in interface com.jme3.terrain.Terrain
-
- getNumSamples() - Method in class com.jme3.post.FilterPostProcessor
-
return the number of samples for antialiasing
- getNumSamplesToUse() - Method in class com.jme3.system.lwjgl.LwjglContext
-
- getNumSamplesToUse() - Method in class com.jme3.system.lwjgl.LwjglContextVR
-
- getNumShadowMaps() - Method in class com.jme3.shadow.AbstractShadowFilter
-
Read the number of shadow maps rendered by this filter.
- getNumShadowMaps() - Method in class com.jme3.shadow.AbstractShadowRenderer
-
Read the number of shadow maps rendered by this renderer.
- getNumStates() - Method in class jme3test.input.combomoves.ComboMove
-
- getNumVerticesOfFace(int) - Method in interface com.jme3.util.mikktspace.MikkTSpaceContext
-
Returns the number of vertices on face number iFace iFace is a number in
the range {0, 1, ..., getNumFaces()-1}
- getNumVerticesOfFace(int) - Method in class com.jme3.util.mikktspace.MikkTSpaceImpl
-
- getNumVisibleInstances() - Method in class com.jme3.scene.instancing.InstancedGeometry
-
- getNumVisibleParticles() - Method in class com.jme3.effect.ParticleEmitter
-
Returns the number of visible particles (spawned but not dead).
- getNumWheels() - Method in class com.jme3.bullet.objects.PhysicsVehicle
-
- getObjectA() - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
-
- getObjectB() - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
-
- getObjectId() - Method in class com.jme3.bullet.joints.PhysicsJoint
-
- getObjectId() - Method in class com.jme3.bullet.objects.PhysicsCharacter
-
used internally
- getObjectId() - Method in class com.jme3.bullet.objects.PhysicsGhostObject
-
used internally
- getObjectId() - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
used internally
- getObjectId() - Method in class com.jme3.network.service.rpc.msg.RpcCallMessage
-
- getObjectId(FbxElement) - Static method in class com.jme3.scene.plugins.fbx.file.FbxId
-
- getObjectType(Object) - Static method in class com.jme3.scene.UserData
-
- getObserver() - Method in class com.jme3.app.VRApplication
-
Deprecated.
Get the scene observer.
- getObserver() - Method in class com.jme3.app.VRAppState
-
Get the scene observer.
- getObserver() - Method in class com.jme3.app.VREnvironment
-
Get the scene observer.
- getOccludersToRender(int, GeometryList) - Method in class com.jme3.shadow.AbstractShadowRenderer
-
Returns a subclass-specific geometryList containing the occluders to be
rendered in the shadow map
- getOccludersToRender(int, GeometryList) - Method in class com.jme3.shadow.AbstractShadowRendererVR
-
Returns a subclass-specific geometryList containing the occluders to be
rendered in the shadow map
- getOccludersToRender(int, GeometryList) - Method in class com.jme3.shadow.DirectionalLightShadowRenderer
-
- getOccludersToRender(int, GeometryList) - Method in class com.jme3.shadow.DirectionalLightShadowRendererVR
-
- getOccludersToRender(int, GeometryList) - Method in class com.jme3.shadow.PointLightShadowRenderer
-
- getOccludersToRender(int, GeometryList) - Method in class com.jme3.shadow.SpotLightShadowRenderer
-
- getOctaves() - Method in class com.jme3.terrain.noise.fractal.FractalSum
-
- getOffset() - Method in class com.jme3.lwjgl3.utils.APIBuffer
-
Returns the current parameter offset.
- getOffset() - Method in class com.jme3.scene.VertexBuffer
-
- getOffset() - Method in class com.jme3.terrain.geomipmap.TerrainPatch
-
Returns the current offset amount.
- getOffset(Random, float, int[], float) - Method in class com.jme3.terrain.heightmap.MidpointDisplacementHeightMap
-
Generate a random value to add to the computed average
- getOffsetAmount() - Method in class com.jme3.terrain.geomipmap.TerrainPatch
-
Returns the offset amount this terrain patch uses for textures.
- getOffsetTransform(Matrix4f) - Method in class com.jme3.anim.Joint
-
Stores the skinning transform in the specified Matrix4f.
- getOffsetTransform(Matrix4f, Matrix4f) - Method in class com.jme3.anim.MatrixJointModelTransform
-
- getOffsetTransform(Matrix4f, Matrix4f) - Method in class com.jme3.anim.SeparateJointModelTransform
-
- getOffsetTransform(Matrix4f, Matrix4f) - Method in interface com.jme3.anim.util.JointModelTransform
-
Determine the joint's skinning transform.
- getOggPage(int) - Method in class com.jme3.audio.plugins.CachedOggStream
-
- getOggPage(int) - Method in class com.jme3.audio.plugins.UncachedOggStream
-
- getOpenCLContext() - Method in class com.jme3.system.android.OGLESContext
-
- getOpenCLContext() - Method in class com.jme3.system.awt.AwtPanelsContext
-
- getOpenCLContext() - Method in class com.jme3.system.AWTContext
-
- getOpenCLContext() - Method in class com.jme3.system.ios.IGLESContext
-
- getOpenCLContext() - Method in interface com.jme3.system.JmeContext
-
- getOpenCLContext() - Method in class com.jme3.system.lwjgl.LwjglContext
-
- getOpenCLContext() - Method in class com.jme3.system.lwjgl.LwjglDisplayVR
-
- getOpenCLContext() - Method in class com.jme3.system.NullContext
-
- getOpenCLPlatformChooser() - Method in class com.jme3.system.AppSettings
-
- getOrientation() - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVR
-
- getOrientation(int) - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVRInput
-
- getOrientation() - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVRTrackedController
-
- getOrientation() - Method in class com.jme3.input.vr.oculus.OculusVR
-
- getOrientation(int) - Method in class com.jme3.input.vr.oculus.OculusVRInput
-
- getOrientation() - Method in class com.jme3.input.vr.oculus.OculusVRInput.OculusController
-
- getOrientation() - Method in class com.jme3.input.vr.openvr.OpenVR
-
- getOrientation(int) - Method in class com.jme3.input.vr.openvr.OpenVRInput
-
- getOrientation() - Method in class com.jme3.input.vr.openvr.OpenVRTrackedController
-
- getOrientation() - Method in class com.jme3.input.vr.osvr.OSVR
-
- getOrientation(int) - Method in class com.jme3.input.vr.osvr.OSVRInput
-
- getOrientation() - Method in interface com.jme3.input.vr.VRAPI
-
Get the Head Mounted Device (HMD) orientation.
- getOrientation(int) - Method in interface com.jme3.input.vr.VRInputAPI
-
Get the orientation of the input.
- getOrientation() - Method in interface com.jme3.input.vr.VRTrackedController
-
Get the orientation of the tracked device.
- getOrigin() - Method in class com.jme3.effect.influencers.RadialParticleInfluencer
-
the origin used for computing the radial velocity direction
- getOrigin() - Method in class com.jme3.math.Line
-
getOrigin
returns the origin of the line.
- getOrigin() - Method in class com.jme3.math.LineSegment
-
Access the origin of this segment.
- getOrigin() - Method in class com.jme3.math.Ray
-
getOrigin
retrieves the origin point of the ray.
- GetOriginLocalizedName - Variable in class com.jme3.system.jopenvr.VR_IVRInput_FnTable
-
C type : GetOriginLocalizedName_callback*
- GetOriginTrackedDeviceInfo - Variable in class com.jme3.system.jopenvr.VR_IVRInput_FnTable
-
C type : GetOriginTrackedDeviceInfo_callback*
- getOuterAngle() - Method in class com.jme3.audio.AudioNode
-
- getOuterAngle() - Method in interface com.jme3.audio.AudioSource
-
- getOuterRadius() - Method in class com.jme3.math.Ring
-
getOuterRadius
returns the ring's outer radius.
- getOuterRadius() - Method in class com.jme3.scene.shape.Torus
-
- GetOutputDevice - Variable in class com.jme3.system.jopenvr.VR_IVRSystem_FnTable
-
C type : GetOutputDevice_callback*
- getOutputFrameBuffer() - Method in class com.jme3.renderer.ViewPort
-
Returns the framebuffer where this ViewPort's scenes are
rendered to.
- getOutputMapping() - Method in class com.jme3.shader.ShaderNode
-
Returns a list of variable mapping representing the output mappings of this
node.
- getOutputs() - Method in class com.jme3.shader.ShaderNodeDefinition
-
- getOverlapping(int) - Method in class com.jme3.bullet.objects.PhysicsGhostObject
-
- getOverlappingCount() - Method in class com.jme3.bullet.objects.PhysicsGhostObject
-
- getOverlappingObjects() - Method in class com.jme3.bullet.objects.PhysicsGhostObject
-
Another Object is overlapping with this GhostNode,
if and if only there CollisionShapes overlaps.
- GetOverlayAlpha - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : GetOverlayAlpha_callback*
- GetOverlayAutoCurveDistanceRangeInMeters - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : GetOverlayAutoCurveDistanceRangeInMeters_callback*
- GetOverlayColor - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : GetOverlayColor_callback*
- GetOverlayDualAnalogTransform - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : GetOverlayDualAnalogTransform_callback*
- GetOverlayErrorNameFromEnum - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : GetOverlayErrorNameFromEnum_callback*
- GetOverlayFlag - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : GetOverlayFlag_callback*
- GetOverlayFlags - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : GetOverlayFlags_callback*
- GetOverlayImageData - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : GetOverlayImageData_callback*
- GetOverlayInputMethod - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : GetOverlayInputMethod_callback*
- GetOverlayKey - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : GetOverlayKey_callback*
- GetOverlayMouseScale - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : GetOverlayMouseScale_callback*
- GetOverlayName - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : GetOverlayName_callback*
- GetOverlayRenderingPid - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : GetOverlayRenderingPid_callback*
- GetOverlayRenderModel - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : GetOverlayRenderModel_callback*
- GetOverlaySortOrder - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : GetOverlaySortOrder_callback*
- GetOverlayTexelAspect - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : GetOverlayTexelAspect_callback*
- GetOverlayTexture - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : GetOverlayTexture_callback*
- GetOverlayTextureBounds - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : GetOverlayTextureBounds_callback*
- GetOverlayTextureColorSpace - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : GetOverlayTextureColorSpace_callback*
- GetOverlayTextureSize - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : GetOverlayTextureSize_callback*
- GetOverlayTransformAbsolute - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : GetOverlayTransformAbsolute_callback*
- GetOverlayTransformOverlayRelative - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : GetOverlayTransformOverlayRelative_callback*
- GetOverlayTransformTrackedDeviceComponent - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : GetOverlayTransformTrackedDeviceComponent_callback*
- GetOverlayTransformTrackedDeviceRelative - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : GetOverlayTransformTrackedDeviceRelative_callback*
- GetOverlayTransformType - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : GetOverlayTransformType_callback*
- GetOverlayWidthInMeters - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : GetOverlayWidthInMeters_callback*
- getP() - Method in class com.jme3.scene.shape.PQTorus
-
- getPackedAngleCos() - Method in class com.jme3.light.SpotLight
-
for internal use only
- getPage() - Method in class com.jme3.font.BitmapCharacter
-
- getPage(int) - Method in class com.jme3.font.BitmapFont
-
- getPageSize() - Method in class com.jme3.font.BitmapFont
-
- getPaperColor() - Method in class com.jme3.post.filters.CrossHatchFilter
-
Returns paper background color
- getParam(String) - Method in class com.jme3.material.Material
-
Returns the parameter set on this material with the given name,
returns null
if the parameter is not set.
- getParams() - Method in class com.jme3.material.Material
-
Returns a collection of all parameters set on this material.
- getParamsMap() - Method in class com.jme3.material.Material
-
Returns the ListMap of all parameters set on this material.
- getParamValue(String) - Method in class com.jme3.material.Material
-
Returns the current parameter's value.
- getParent() - Method in class com.jme3.anim.Joint
-
Access the parent joint.
- getParent() - Method in class com.jme3.animation.Bone
-
Deprecated.
Returns parent bone of this bone, or null if it is a root bone.
- getParent() - Method in class com.jme3.bullet.animation.PhysicsLink
-
Access this link's parent/manager in the link hierarchy.
- getParent() - Method in class com.jme3.network.service.ClientServiceManager
-
Returns 'this' and is what is passed to ClientService.initialize()
and ClientService.terminate();
- getParent() - Method in class com.jme3.network.service.HostedServiceManager
-
Returns 'this' and is what is passed to HostedService.initialize()
and HostedService.terminate();
- getParent() - Method in class com.jme3.network.service.ServiceManager
-
Retrieves the 'parent' of this service manager, usually
a more specifically typed version of 'this' but it can be
anything the services are expecting.
- getParent() - Method in class com.jme3.scene.Spatial
-
getParent
retrieves this node's parent.
- getParent() - Method in class jme3test.games.WorldOfInception.InceptionLevel
-
- getParticleInfluencer() - Method in class com.jme3.effect.ParticleEmitter
-
- getParticles() - Method in class com.jme3.effect.ParticleEmitter
-
Returns a list of all particles (shouldn't be used in most cases).
- getParticlesPerSec() - Method in class com.jme3.effect.ParticleEmitter
-
Get the number of particles to spawn per
second.
- getPartId0() - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
-
- getPartId1() - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
-
- getPassMaterial() - Method in class com.jme3.post.Filter.Pass
-
- getPatch(int) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
- getPatchSize() - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
- getPatchVertexCount() - Method in class com.jme3.scene.Mesh
-
Gets the amount of vertices used for each patch;
- getPath() - Method in class com.jme3.cinematic.events.MotionEvent
-
Return the motion path this control follows.
- getPath() - Method in class com.jme3.shader.ShaderNodeDefinition
-
return the path of this definition
- getPathSplineType() - Method in class com.jme3.cinematic.MotionPath
-
return the type of spline used for the path interpolation for this path
- getPersistence() - Method in class com.jme3.terrain.heightmap.MidpointDisplacementHeightMap
-
- getPhysicsDamping() - Method in class com.jme3.bullet.control.BetterCharacterControl
-
Read how much motion in the local X-Z plane is damped.
- getPhysicsLocation(Vector3f) - Method in class com.jme3.bullet.objects.PhysicsCharacter
-
- getPhysicsLocation() - Method in class com.jme3.bullet.objects.PhysicsCharacter
-
- getPhysicsLocation(Vector3f) - Method in class com.jme3.bullet.objects.PhysicsGhostObject
-
- getPhysicsLocation() - Method in class com.jme3.bullet.objects.PhysicsGhostObject
-
- getPhysicsLocation() - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
Gets the physics object location, instantiates a new Vector3f object
- getPhysicsLocation(Vector3f) - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
Gets the physics object location, no object instantiation
- getPhysicsRotation(Quaternion) - Method in class com.jme3.bullet.objects.PhysicsGhostObject
-
- getPhysicsRotation() - Method in class com.jme3.bullet.objects.PhysicsGhostObject
-
- getPhysicsRotation() - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
Gets the physics object rotation as a quaternion, converts the bullet Matrix3f value,
instantiates new object
- getPhysicsRotation(Quaternion) - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
Gets the physics object rotation as a quaternion, converts the bullet Matrix3f value
- getPhysicsRotationMatrix(Matrix3f) - Method in class com.jme3.bullet.objects.PhysicsGhostObject
-
- getPhysicsRotationMatrix() - Method in class com.jme3.bullet.objects.PhysicsGhostObject
-
- getPhysicsRotationMatrix() - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
Gets the physics object rotation
- getPhysicsRotationMatrix(Matrix3f) - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
Gets the physics object rotation as a matrix, no conversions and no object instantiation
- getPhysicsSpace() - Method in class com.jme3.bullet.BulletAppState
-
Access the PhysicsSpace managed by this state.
- getPhysicsSpace() - Method in class com.jme3.bullet.control.AbstractPhysicsControl
-
Access the physics space to which the object is (or would be) added.
- getPhysicsSpace() - Method in class com.jme3.bullet.control.CharacterControl
-
- getPhysicsSpace() - Method in class com.jme3.bullet.control.GhostControl
-
Access the physics space to which the ghost object is (or would be)
added.
- getPhysicsSpace() - Method in interface com.jme3.bullet.control.PhysicsControl
-
Access the physics space to which the object is (or would be) added.
- getPhysicsSpace() - Method in class com.jme3.bullet.control.RigidBodyControl
-
Access the physics space to which the body is (or would be) added.
- getPhysicsSpace() - Method in class com.jme3.bullet.control.VehicleControl
-
Access the physics space to which the vehicle is (or would be) added.
- getPhysicsSpace() - Static method in class com.jme3.bullet.PhysicsSpace
-
Get the current PhysicsSpace running on this thread
For parallel physics, this can also be called from the OpenGL thread to receive the PhysicsSpace
- getPhysicsSpace() - Method in class jme3test.bullet.PhysicsHoverControl
-
- getPhysicsTransform() - Method in class com.jme3.bullet.objects.PhysicsGhostObject
-
- getPitch() - Method in class com.jme3.audio.AudioNode
-
- getPitch() - Method in interface com.jme3.audio.AudioSource
-
- getPivotA() - Method in class com.jme3.bullet.joints.PhysicsJoint
-
- getPivotB() - Method in class com.jme3.bullet.joints.PhysicsJoint
-
- getPixel(Vector3f, ColorRGBA) - Method in class com.jme3.environment.util.CubeMapWrapper
-
Reads a pixel from the cube map given the coordinate vector
- getPixel(Vector3f, float, ColorRGBA) - Method in class com.jme3.environment.util.CubeMapWrapper
-
Reads a pixel from the cube map given the coordinate vector
- getPixel(int, int, int, ColorRGBA) - Method in class com.jme3.environment.util.CubeMapWrapper
-
Reads a pixel from the cube map given the 2D coordinates and the face to read from
- getPixel(int, int, int, int, ColorRGBA) - Method in class com.jme3.environment.util.CubeMapWrapper
-
Reads a pixel from the cube map given the 2D coordinates and the face and
the mip level to read from
- getPixel(int, int, ColorRGBA) - Method in class com.jme3.texture.image.DefaultImageRaster
-
- getPixel(int, int, ColorRGBA) - Method in class com.jme3.texture.image.ImageRaster
-
Retrieve the color at the given coordinate.
- getPixel(int, int) - Method in class com.jme3.texture.image.ImageRaster
-
Retrieve the color at the given coordinate.
- getPixel(int, int, ColorRGBA) - Method in class com.jme3.texture.image.MipMapImageRaster
-
- getPixelError() - Method in class com.jme3.terrain.geomipmap.lodcalc.PerspectiveLodCalculator
-
- getPlaceholderAudio() - Static method in class com.jme3.util.PlaceholderAssets
-
- getPlaceholderImage() - Static method in class com.jme3.util.PlaceholderAssets
-
Deprecated.
- getPlaceholderImage(AssetManager) - Static method in class com.jme3.util.PlaceholderAssets
-
- getPlaceholderMaterial(AssetManager) - Static method in class com.jme3.util.PlaceholderAssets
-
- getPlaceholderModel(AssetManager) - Static method in class com.jme3.util.PlaceholderAssets
-
- getPlane() - Method in class com.jme3.bullet.collision.shapes.PlaneCollisionShape
-
- getPlane() - Method in class com.jme3.water.SimpleWaterProcessor
-
returns the water plane
- getPlanes() - Method in class com.jme3.scene.shape.Dome
-
Get the number of planar segments along the z-axis of the dome.
- getPlaneState() - Method in class com.jme3.renderer.Camera
-
Returns the state of the frustum planes.
- getPlatform() - Method in interface com.jme3.opencl.Device
-
- getPlatform() - Method in class com.jme3.opencl.lwjgl.LwjglDevice
-
- getPlatform() - Method in class com.jme3.opencl.lwjgl.LwjglPlatform
-
- getPlatform() - Method in class com.jme3.system.android.JmeAndroidSystem
-
- getPlatform() - Static method in class com.jme3.system.JmeSystem
-
Determine which Platform (operating system and architecture) the
application is running on.
- getPlatform() - Method in class com.jme3.system.JmeSystemDelegate
-
- getPlatformAssetConfigURL() - Method in class com.jme3.system.android.JmeAndroidSystem
-
- getPlatformAssetConfigURL() - Method in class com.jme3.system.ios.JmeIosSystem
-
- getPlatformAssetConfigURL() - Method in class com.jme3.system.JmeDesktopSystem
-
- getPlatformAssetConfigURL() - Static method in class com.jme3.system.JmeSystem
-
- getPlatformAssetConfigURL() - Method in class com.jme3.system.JmeSystemDelegate
-
- GetPlayAreaRect - Variable in class com.jme3.system.jopenvr.VR_IVRChaperone_FnTable
-
C type : GetPlayAreaRect_callback*
- GetPlayAreaSize - Variable in class com.jme3.system.jopenvr.VR_IVRChaperone_FnTable
-
C type : GetPlayAreaSize_callback*
- getPlaybackTime() - Method in class com.jme3.audio.AudioNode
-
- getPlaybackTime() - Method in interface com.jme3.audio.AudioSource
-
- getPlayerPosition() - Method in class jme3test.games.WorldOfInception.InceptionLevel
-
- getPlaySize() - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVRBounds
-
- getPlaySize() - Method in class com.jme3.input.vr.openvr.OpenVRBounds
-
- getPlaySize() - Method in interface com.jme3.input.vr.VRBounds
-
Get the size of the VR playground.
- getPlayState() - Method in class com.jme3.cinematic.events.AbstractCinematicEvent
-
Returns the current play state of the animation (playing or paused or stopped).
- getPlayState() - Method in interface com.jme3.cinematic.events.CinematicEvent
-
returns the PlayState of the animation
- getPoint() - Method in class com.jme3.effect.shapes.EmitterPointShape
-
- getPointerId(MotionEvent) - Method in class com.jme3.input.android.AndroidTouchInput
-
- getPointerId() - Method in class com.jme3.input.event.TouchEvent
-
- getPointerIndex(MotionEvent) - Method in class com.jme3.input.android.AndroidTouchInput
-
- getPoints(Mesh) - Method in class com.jme3.bullet.collision.shapes.HullCollisionShape
-
- getPoints() - Method in class com.jme3.scene.debug.SkeletonDebugger
-
- getPoints() - Method in class com.jme3.shadow.BasicShadowRenderer
-
Deprecated.
debug only
- getPointSize() - Method in class com.jme3.scene.Mesh
-
- getPolyOffsetFactor() - Method in class com.jme3.material.RenderState
-
Retrieve the poly offset factor value.
- getPolyOffsetUnits() - Method in class com.jme3.material.RenderState
-
Retrieve the poly offset units value.
- getPorts() - Method in class com.jme3.network.message.ChannelInfoMessage
-
- getPose() - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVRTrackedController
-
- getPose() - Method in class com.jme3.input.vr.oculus.OculusVRInput.OculusController
-
- getPose() - Method in class com.jme3.input.vr.openvr.OpenVRTrackedController
-
- getPose() - Method in interface com.jme3.input.vr.VRTrackedController
-
Get the pose of the tracked device.
- GetPoseActionData - Variable in class com.jme3.system.jopenvr.VR_IVRInput_FnTable
-
C type : GetPoseActionData_callback*
- getPoseMatrices() - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVR
-
- getPosition() - Method in class com.jme3.audio.AudioNode
-
- getPosition() - Method in interface com.jme3.audio.AudioSource
-
- getPosition() - Method in class com.jme3.environment.EnvironmentCamera
-
- getPosition() - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVR
-
- getPosition(int) - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVRInput
-
- getPosition() - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVRTrackedController
-
- getPosition() - Method in class com.jme3.input.vr.oculus.OculusVR
-
- getPosition(int) - Method in class com.jme3.input.vr.oculus.OculusVRInput
-
- getPosition() - Method in class com.jme3.input.vr.oculus.OculusVRInput.OculusController
-
- getPosition() - Method in class com.jme3.input.vr.openvr.OpenVR
-
- getPosition(int) - Method in class com.jme3.input.vr.openvr.OpenVRInput
-
- getPosition() - Method in class com.jme3.input.vr.openvr.OpenVRTrackedController
-
- getPosition() - Method in class com.jme3.input.vr.osvr.OSVR
-
- getPosition(int) - Method in class com.jme3.input.vr.osvr.OSVRInput
-
- getPosition() - Method in interface com.jme3.input.vr.VRAPI
-
Get the Head Mounted Device (HMD) position.
- getPosition(int) - Method in interface com.jme3.input.vr.VRInputAPI
-
Get the position of the input.
- getPosition() - Method in interface com.jme3.input.vr.VRTrackedController
-
Get the position of the tracked device.
- getPosition() - Method in class com.jme3.light.LightProbe
-
Returns the position of the LightProbe in world space
- getPosition() - Method in class com.jme3.light.PointLight
-
Returns the world space position of the light.
- getPosition() - Method in class com.jme3.light.SpotLight
-
- getPosition(float[], int, int) - Method in interface com.jme3.util.mikktspace.MikkTSpaceContext
-
returns the position/normal/texcoord of the referenced face of vertex
number iVert.
- getPosition(float[], int, int) - Method in class com.jme3.util.mikktspace.MikkTSpaceImpl
-
- getPositionAndOrientation(Vector3f, Quaternion) - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVR
-
- getPositionAndOrientation(Vector3f, Quaternion) - Method in class com.jme3.input.vr.oculus.OculusVR
-
- getPositionAndOrientation(Vector3f, Quaternion) - Method in class com.jme3.input.vr.openvr.OpenVR
-
- getPositionAndOrientation(Vector3f, Quaternion) - Method in class com.jme3.input.vr.osvr.OSVR
-
- getPositionAndOrientation(Vector3f, Quaternion) - Method in interface com.jme3.input.vr.VRAPI
-
Get the Head Mounted Device (HMD) position and orientation.
- getPositioningElasticity() - Method in class com.jme3.util.VRGuiManager
-
- getPositioningMode() - Method in class com.jme3.util.VRGuiManager
-
- getPositionInParent() - Method in class jme3test.games.WorldOfInception.InceptionLevel
-
- getPositions(int, long) - Static method in class jme3test.games.WorldOfInception
-
- getPositionWorldOnA() - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
-
- getPositionWorldOnB() - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
-
- getPositiveEnd(Vector3f) - Method in class com.jme3.math.LineSegment
-
Determine the location of this segment's positive end.
- getPostRenderPasses() - Method in class com.jme3.post.Filter
-
returns the list of the postRender passes
- getPostView(String) - Method in class com.jme3.renderer.RenderManager
-
Returns the post ViewPort with the given name.
- getPostViews() - Method in class com.jme3.renderer.RenderManager
-
Returns a read-only list of all post ViewPorts.
- getPovXAxis() - Method in class com.jme3.input.android.AndroidJoystickJoyInput14.AndroidJoystick
-
- getPovXAxis() - Method in class com.jme3.input.android.AndroidSensorJoyInput.AndroidSensorJoystick
-
- getPovXAxis() - Method in interface com.jme3.input.Joystick
-
Returns the POV X axis for this joystick.
- getPovXAxis() - Method in class com.jme3.input.lwjgl.GlfwJoystickInput.GlfwJoystick
-
- getPovXAxis() - Method in class com.jme3.input.lwjgl.JInputJoyInput.JInputJoystick
-
- getPovYAxis() - Method in class com.jme3.input.android.AndroidJoystickJoyInput14.AndroidJoystick
-
- getPovYAxis() - Method in class com.jme3.input.android.AndroidSensorJoyInput.AndroidSensorJoystick
-
- getPovYAxis() - Method in interface com.jme3.input.Joystick
-
Returns the POV Y axis for this joystick.
- getPovYAxis() - Method in class com.jme3.input.lwjgl.GlfwJoystickInput.GlfwJoystick
-
- getPovYAxis() - Method in class com.jme3.input.lwjgl.JInputJoyInput.JInputJoystick
-
- getPreferredLightMode() - Method in class com.jme3.renderer.RenderManager
-
Returns the preferred light mode.
- getPreferredParent() - Method in class com.jme3.scene.plugins.fbx.node.FbxNode
-
If this geometry node is deformed by a skeleton, this
returns the node containing the skeleton.
- getPreferredSize() - Method in class com.jme3.font.BitmapFont
-
- getPrefilteredEnvMap() - Method in class com.jme3.light.LightProbe
-
returns the prefiltered environment map texture of this light probe
Note that this Texture may not have image data yet if the LightProbe is not ready
- getPrefix() - Method in class com.jme3.shader.ShaderNodeVariable
-
- getPrefixedName() - Method in class com.jme3.material.MatParam
-
Returns the name with "m_" prefixed to it.
- getPreNormals(RenderManager, Filter.Pass, ViewPort) - Static method in class com.jme3.post.PreNormalCaching
-
Get pre-normals from the given rendering.
- getPreShadowForcedRenderState() - Method in class com.jme3.shadow.AbstractShadowFilter
-
returns the pre shadows pass render state.
- getPreShadowForcedRenderState() - Method in class com.jme3.shadow.AbstractShadowFilterVR
-
Get the pre-shadows pass render state.
- getPreShadowForcedRenderState() - Method in class com.jme3.shadow.AbstractShadowRenderer
-
returns the pre shadows pass render state.
- getPreShadowForcedRenderState() - Method in class com.jme3.shadow.AbstractShadowRendererVR
-
Returns the pre shadows pass render state.
- getPressedMappings() - Method in class jme3test.input.combomoves.ComboMove.ComboMoveState
-
- getPressure() - Method in class com.jme3.input.event.TouchEvent
-
- getPreView(String) - Method in class com.jme3.renderer.RenderManager
-
Returns the pre ViewPort with the given name.
- getPreViews() - Method in class com.jme3.renderer.RenderManager
-
Returns a read-only list of all pre ViewPorts.
- getPrevImageByteBuffer() - Method in class com.jme3.system.AWTComponentRenderer
-
Get the previous image byte buffer.
- getPreviousLod() - Method in class com.jme3.terrain.geomipmap.TerrainPatch
-
- GetPrimaryDashboardDevice - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : GetPrimaryDashboardDevice_callback*
- getPriority() - Method in class jme3test.input.combomoves.ComboMove
-
- getProbeScale() - Method in class com.jme3.environment.util.LightsDebugState
-
returns the scale of the probe's debug sphere
- getProcedureId() - Method in class com.jme3.network.service.rpc.msg.RpcCallMessage
-
- getProcessors() - Method in class com.jme3.renderer.ViewPort
-
- getProcessorType() - Method in class com.jme3.asset.AssetKey
-
- getProcessorType() - Method in class com.jme3.asset.MaterialKey
-
- getProcessorType() - Method in class com.jme3.asset.ModelKey
-
- getProcessorType() - Method in class com.jme3.asset.TextureKey
-
- getProcessorType() - Method in class com.jme3.audio.AudioKey
-
- getProfile() - Method in interface com.jme3.opencl.Device
-
OpenCL profile string.
- getProfile() - Method in class com.jme3.opencl.lwjgl.LwjglDevice
-
- getProfile() - Method in class com.jme3.opencl.lwjgl.LwjglPlatform
-
- getProfile() - Method in interface com.jme3.opencl.Platform
-
- getProfiler() - Method in class com.jme3.app.BasicProfilerState
-
- getProfilingTime(int) - Method in class com.jme3.renderer.opengl.GLRenderer
-
- getProfilingTime(int) - Method in interface com.jme3.renderer.Renderer
-
Returns the time in nanoseconds elapsed for the task with the given id.
- getProfilingTime(int) - Method in class com.jme3.system.NullRenderer
-
- getProgram() - Method in class com.jme3.opencl.lwjgl.LwjglProgram
-
- getProgress() - Method in class com.jme3.environment.generation.RunnableWithProgress
-
return the current progress of the process.
- getProjection() - Method in class com.jme3.math.Triangle
-
Read the projection of the vertices relative to the line origin.
- getProjectionMatrix() - Method in class com.jme3.renderer.Camera
-
Provides access to the projection matrix.
- GetProjectionMatrix - Variable in class com.jme3.system.jopenvr.VR_IVRSystem_FnTable
-
C type : GetProjectionMatrix_callback*
- GetProjectionRaw - Variable in class com.jme3.system.jopenvr.VR_IVRSystem_FnTable
-
C type : GetProjectionRaw_callback*
- GetPropErrorNameFromEnum - Variable in class com.jme3.system.jopenvr.VR_IVRSystem_FnTable
-
C type : GetPropErrorNameFromEnum_callback*
- getProperty(String) - Method in class com.jme3.scene.plugins.fbx.material.FbxMaterialProperties
-
- getQ() - Method in class com.jme3.scene.shape.PQTorus
-
- getQuad(int) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
- getQuadrant(int) - Method in class com.jme3.terrain.geomipmap.TerrainGrid
-
- getQuadrant() - Method in class com.jme3.terrain.geomipmap.TerrainPatch
-
- getQuadrant() - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
- getQuality() - Method in class com.jme3.app.state.VideoRecorderAppState
-
Get the quality used to compress the video images.
- getQuantity() - Method in class com.jme3.scene.Node
-
getQuantity
returns the number of children this node
maintains.
- getQuaternionValue(long) - Method in class com.jme3.scene.plugins.fbx.anim.FbxAnimCurveNode
-
- getQueue() - Method in class com.jme3.opencl.lwjgl.LwjglCommandQueue
-
- getQueue() - Method in class com.jme3.renderer.ViewPort
-
Internal use only.
- getQueueBucket() - Method in class com.jme3.scene.Spatial
-
Returns this spatial's render-queue bucket.
- getRadialSamples() - Method in class com.jme3.scene.shape.Cylinder
-
- getRadialSamples() - Method in class com.jme3.scene.shape.Dome
-
Get the number of samples radially around the main axis of the dome.
- getRadialSamples() - Method in class com.jme3.scene.shape.PQTorus
-
- getRadialSamples() - Method in class com.jme3.scene.shape.Sphere
-
- getRadialSamples() - Method in class com.jme3.scene.shape.Torus
-
- getRadialVelocity() - Method in class com.jme3.effect.influencers.RadialParticleInfluencer
-
the radial velocity
- getRadius() - Method in class com.jme3.bounding.BoundingSphere
-
getRadius
returns the radius of the bounding sphere.
- getRadius() - Method in class com.jme3.bullet.collision.shapes.CapsuleCollisionShape
-
- getRadius() - Method in class com.jme3.bullet.collision.shapes.ConeCollisionShape
-
- getRadius() - Method in class com.jme3.bullet.collision.shapes.SphereCollisionShape
-
- getRadius() - Method in class com.jme3.bullet.objects.VehicleWheel
-
- getRadius() - Method in class com.jme3.effect.shapes.EmitterSphereShape
-
- getRadius() - Method in class com.jme3.environment.util.BoundingSphereDebug
-
- getRadius() - Method in class com.jme3.light.OrientedBoxProbeArea
-
- getRadius() - Method in class com.jme3.light.PointLight
-
Returns the radius of the light influence.
- getRadius() - Method in interface com.jme3.light.ProbeArea
-
- getRadius() - Method in class com.jme3.light.SphereProbeArea
-
- getRadius() - Method in class com.jme3.scene.shape.Cylinder
-
- getRadius() - Method in class com.jme3.scene.shape.Dome
-
Get the radius of the dome.
- getRadius() - Method in class com.jme3.scene.shape.PQTorus
-
- getRadius() - Method in class com.jme3.scene.shape.Sphere
-
- getRadius() - Method in class com.jme3.terrain.noise.filter.OptimizedErode
-
- getRadius() - Method in class com.jme3.terrain.noise.filter.SmoothFilter
-
- getRadius() - Method in class com.jme3.water.WaterFilter
-
returns the radius of this effect
- getRadius2() - Method in class com.jme3.scene.shape.Cylinder
-
- getRandomPoint(Vector3f) - Method in class com.jme3.effect.shapes.EmitterBoxShape
-
- getRandomPoint(Vector3f) - Method in class com.jme3.effect.shapes.EmitterMeshConvexHullShape
-
Randomly selects a point inside the convex hull
of a randomly selected mesh.
- getRandomPoint(Vector3f) - Method in class com.jme3.effect.shapes.EmitterMeshFaceShape
-
Randomly selects a point on a random face.
- getRandomPoint(Vector3f) - Method in class com.jme3.effect.shapes.EmitterMeshVertexShape
-
This method fills the point with coordinates of randomly selected mesh vertex.
- getRandomPoint(Vector3f) - Method in class com.jme3.effect.shapes.EmitterPointShape
-
- getRandomPoint(Vector3f) - Method in interface com.jme3.effect.shapes.EmitterShape
-
This method fills in the initial position of the particle.
- getRandomPoint(Vector3f) - Method in class com.jme3.effect.shapes.EmitterSphereShape
-
- getRandomPointAndNormal(Vector3f, Vector3f) - Method in class com.jme3.effect.shapes.EmitterBoxShape
-
This method fills the point with data.
- getRandomPointAndNormal(Vector3f, Vector3f) - Method in class com.jme3.effect.shapes.EmitterMeshConvexHullShape
-
Randomly selects a point inside the convex hull
of a randomly selected mesh.
- getRandomPointAndNormal(Vector3f, Vector3f) - Method in class com.jme3.effect.shapes.EmitterMeshFaceShape
-
Randomly selects a point on a random face.
- getRandomPointAndNormal(Vector3f, Vector3f) - Method in class com.jme3.effect.shapes.EmitterMeshVertexShape
-
This method fills the point with coordinates of randomly selected mesh vertex.
- getRandomPointAndNormal(Vector3f, Vector3f) - Method in class com.jme3.effect.shapes.EmitterPointShape
-
This method fills the point with data.
- getRandomPointAndNormal(Vector3f, Vector3f) - Method in interface com.jme3.effect.shapes.EmitterShape
-
This method fills in the initial position of the particle and its normal vector.
- getRandomPointAndNormal(Vector3f, Vector3f) - Method in class com.jme3.effect.shapes.EmitterSphereShape
-
- getRange() - Method in class com.jme3.terrain.heightmap.MidpointDisplacementHeightMap
-
- getRawControllerState(int) - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVRInput
-
- getRawControllerState(int) - Method in class com.jme3.input.vr.oculus.OculusVRInput
-
- getRawControllerState(int) - Method in class com.jme3.input.vr.openvr.OpenVRInput
-
- getRawControllerState(int) - Method in class com.jme3.input.vr.osvr.OSVRInput
-
- getRawControllerState(int) - Method in interface com.jme3.input.vr.VRInputAPI
-
Get the native wrapping of a controller state.
- getRawValue() - Method in class com.jme3.input.event.JoyAxisEvent
-
The value of the axis before it was remapped.
- GetRawZeroPoseToStandingAbsoluteTrackingPose - Variable in class com.jme3.system.jopenvr.VR_IVRSystem_FnTable
-
C type : GetRawZeroPoseToStandingAbsoluteTrackingPose_callback*
- getReason() - Method in class com.jme3.network.message.DisconnectMessage
-
- getReceivers(GeometryList) - Method in class com.jme3.shadow.AbstractShadowRenderer
-
- getReceivers(GeometryList) - Method in class com.jme3.shadow.AbstractShadowRendererVR
-
- getReceivers(GeometryList) - Method in class com.jme3.shadow.DirectionalLightShadowRenderer
-
- getReceivers(GeometryList) - Method in class com.jme3.shadow.DirectionalLightShadowRendererVR
-
- getReceivers(GeometryList) - Method in class com.jme3.shadow.PointLightShadowRenderer
-
- getReceivers(GeometryList) - Method in class com.jme3.shadow.SpotLightShadowRenderer
-
- GetRecommendedRenderTargetSize - Variable in class com.jme3.system.jopenvr.VR_IVRSystem_FnTable
-
C type : GetRecommendedRenderTargetSize_callback*
- getRectangle() - Method in class com.jme3.scene.shape.RectangleMesh
-
Provides access to the internal
Rectangle
on which
the mesh is based.
- getRed() - Method in class com.jme3.math.ColorRGBA
-
Retrieves the red component value of this ColorRGBA
.
- getRedExponent() - Method in class com.jme3.post.filters.ContrastAdjustmentFilter
-
Retrieves the red-channel exponent.
- getRedScale() - Method in class com.jme3.post.filters.ContrastAdjustmentFilter
-
Retrieves the output scale factor for the red channel.
- getReduceMul() - Method in class com.jme3.post.filters.FXAAFilter
-
- getRefDistance() - Method in class com.jme3.audio.AudioNode
-
- getRefDistance() - Method in interface com.jme3.audio.AudioSource
-
- getReflectDelay() - Method in class com.jme3.audio.Environment
-
- getReflectGain() - Method in class com.jme3.audio.Environment
-
- getReflectionBuffer() - Method in class com.jme3.water.ReflectionProcessor
-
Internal use only
returns the frame buffer
- getReflectionCam() - Method in class com.jme3.water.ReflectionProcessor
-
returns the reflection cam
- getReflectionClippingOffset() - Method in class com.jme3.water.SimpleWaterProcessor
-
returns the reflection clipping plane offset
- getReflectionClipPlane() - Method in class com.jme3.water.ReflectionProcessor
-
returns the reflection clip plane
- getReflectionDisplace() - Method in class com.jme3.water.WaterFilter
-
- getReflectionMapSize() - Method in class com.jme3.water.WaterFilter
-
returns the size of the reflection map
- getReflectionScene() - Method in class com.jme3.water.WaterFilter
-
Gets the scene which is used to render in the reflection map.
- getRefractionClippingOffset() - Method in class com.jme3.water.SimpleWaterProcessor
-
returns the refraction clipping plane offset
- getRefractionConstant() - Method in class com.jme3.water.WaterFilter
-
returns the refraction constant
- getRefractionStrength() - Method in class com.jme3.water.WaterFilter
-
returns the refractionStrength
- getReleaser() - Method in class com.jme3.opencl.AbstractOpenCLObject
-
- getReleaser() - Method in class com.jme3.opencl.lwjgl.LwjglKernel
-
- getReleaser() - Method in interface com.jme3.opencl.OpenCLObject
-
Returns the releaser object.
- getRemoteAddress() - Method in class com.jme3.network.kernel.udp.UdpEndpoint
-
- getRemoteObject(Class<T>) - Method in class com.jme3.network.service.rmi.RmiClientService
-
Looks up a remote object on the server by type and returns a local proxy to the
remote object that was shared on the other end of the network connection.
- getRemoteObject(String, Class<T>) - Method in class com.jme3.network.service.rmi.RmiClientService
-
Looks up a remote object on the server by name and returns a local proxy to the
remote object that was shared on the other end of the network connection.
- getRemoteObject(Class<T>) - Method in class com.jme3.network.service.rmi.RmiRegistry
-
Looks up a remote object by type and returns a local proxy to the remote object
that was shared on the other end of the network connection.
- getRemoteObject(String, Class<T>) - Method in class com.jme3.network.service.rmi.RmiRegistry
-
Looks up a remote object by name and returns a local proxy to the remote object
that was shared on the other end of the network connection.
- getRenderedSize() - Method in class com.jme3.font.BitmapCharacterSet
-
- getRenderedTexture() - Method in class com.jme3.post.Filter
-
returns the rendered texture of this filter
- getRenderedTexture() - Method in class com.jme3.post.Filter.Pass
-
- getRenderer() - Method in interface com.jme3.app.Application
-
- getRenderer() - Method in class com.jme3.app.LegacyApplication
-
- getRenderer() - Method in class com.jme3.app.VRApplication
-
Deprecated.
- getRenderer() - Method in class com.jme3.audio.AudioNode
-
- getRenderer() - Method in class com.jme3.renderer.RenderManager
-
The renderer implementation used for rendering operations.
- getRenderer() - Method in class com.jme3.system.android.OGLESContext
-
- getRenderer() - Method in class com.jme3.system.AppSettings
-
Get the renderer
- getRenderer() - Method in class com.jme3.system.awt.AwtPanelsContext
-
- getRenderer() - Method in class com.jme3.system.AWTContext
-
- getRenderer() - Method in class com.jme3.system.ios.IGLESContext
-
- getRenderer() - Method in interface com.jme3.system.JmeContext
-
- getRenderer() - Method in class com.jme3.system.lwjgl.LwjglContext
-
- getRenderer() - Method in class com.jme3.system.lwjgl.LwjglContextVR
-
- getRenderer() - Method in class com.jme3.system.NullContext
-
- getRenderFrameBuffer() - Method in class com.jme3.post.Filter
-
returns the default pass frame buffer
- getRenderFrameBuffer() - Method in class com.jme3.post.Filter.Pass
-
- getRenderHeight() - Method in class com.jme3.water.SimpleWaterProcessor
-
returns the height of the reflection and refraction textures
- getRenderManager() - Method in interface com.jme3.app.Application
-
- getRenderManager() - Method in class com.jme3.app.LegacyApplication
-
- getRenderManager() - Method in class com.jme3.app.VRApplication
-
Deprecated.
- getRenderManager() - Method in class com.jme3.system.AWTFrameProcessor
-
Gets the render manager.
- GetRenderModelCount - Variable in class com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable
-
C type : GetRenderModelCount_callback*
- GetRenderModelErrorNameFromEnum - Variable in class com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable
-
C type : GetRenderModelErrorNameFromEnum_callback*
- GetRenderModelName - Variable in class com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable
-
C type : GetRenderModelName_callback*
- GetRenderModelOriginalPath - Variable in class com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable
-
C type : GetRenderModelOriginalPath_callback*
- GetRenderModelThumbnailURL - Variable in class com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable
-
C type : GetRenderModelThumbnailURL_callback*
- getRenderSize(Vector2f) - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVR
-
- getRenderSize(Vector2f) - Method in class com.jme3.input.vr.oculus.OculusVR
-
- getRenderSize(Vector2f) - Method in class com.jme3.input.vr.openvr.OpenVR
-
- getRenderSize(Vector2f) - Method in class com.jme3.input.vr.osvr.OSVR
-
- getRenderSize(Vector2f) - Method in interface com.jme3.input.vr.VRAPI
-
Get the size of a Head Mounted Device (HMD) rendering area in pixels.
- getRenderState() - Method in class com.jme3.material.TechniqueDef
-
Returns the render state that this technique is using
- getRenderWidth() - Method in class com.jme3.water.SimpleWaterProcessor
-
returns the width of the reflection and refraction textures
- getRequiredCaps() - Method in class com.jme3.material.TechniqueDef
-
- getRequiredCaps() - Method in enum com.jme3.shader.BufferObject.BufferType
-
Get the required caps.
- getResolution() - Method in class com.jme3.app.state.VideoRecorderAppState.IsoTimer
-
- getResolution() - Method in class com.jme3.system.lwjgl.LwjglSmoothingTimer
-
- getResolution() - Method in class com.jme3.system.lwjgl.LwjglTimer
-
- getResolution() - Method in class com.jme3.system.NanoTimer
-
- getResolution() - Method in class com.jme3.system.Timer
-
Returns the resolution of the timer.
- getResolution() - Method in class jme3test.model.anim.EraseTimer
-
- getResolutionMuliplier() - Method in class com.jme3.input.vr.AbstractVRViewManager
-
- getResolutionMuliplier() - Method in interface com.jme3.input.vr.VRViewManager
-
Get the resolution multiplier.
- getResource(String) - Method in class com.jme3.niftygui.NiftyJmeDisplay.ResourceLocationJme
-
- getResource(String) - Static method in class com.jme3.system.JmeSystem
-
- getResource(String) - Method in class com.jme3.system.JmeSystemDelegate
-
- getResourceAsStream(String) - Method in class com.jme3.niftygui.NiftyJmeDisplay.ResourceLocationJme
-
- getResourceAsStream(String) - Static method in class com.jme3.system.JmeSystem
-
- getResourceAsStream(String) - Method in class com.jme3.system.JmeSystemDelegate
-
- GetResourceFullPath - Variable in class com.jme3.system.jopenvr.VR_IVRResources_FnTable
-
C type : GetResourceFullPath_callback*
- getRestitution() - Method in class com.jme3.bullet.joints.motors.TranslationalLimitMotor
-
- getRestitution() - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
- getRestitutionDirAng() - Method in class com.jme3.bullet.joints.SliderJoint
-
- getRestitutionDirLin() - Method in class com.jme3.bullet.joints.SliderJoint
-
- getRestitutionLimAng() - Method in class com.jme3.bullet.joints.SliderJoint
-
- getRestitutionLimLin() - Method in class com.jme3.bullet.joints.SliderJoint
-
- getRestitutionOrthoAng() - Method in class com.jme3.bullet.joints.SliderJoint
-
- getRestitutionOrthoLin() - Method in class com.jme3.bullet.joints.SliderJoint
-
- getRestLength() - Method in class com.jme3.bullet.objects.VehicleWheel
-
- getResult() - Method in class com.jme3.network.service.rpc.msg.RpcResponseMessage
-
- getReverbFilter() - Method in class com.jme3.audio.AudioNode
-
- getReverbFilter() - Method in interface com.jme3.audio.AudioSource
-
- getRightCamera() - Method in class com.jme3.input.vr.AbstractVRViewManager
-
- getRightCamera() - Method in interface com.jme3.input.vr.VRViewManager
-
Get the
camera
attached to the right eye.
- getRightChild() - Method in class com.jme3.collision.bih.BIHNode
-
- getRightDepth() - Method in class com.jme3.input.vr.AbstractVRViewManager
-
- getRightDepth() - Method in interface com.jme3.input.vr.VRViewManager
-
Get the depth texture attached to the right eye.
- getRightExpression() - Method in class com.jme3.shader.VariableMapping
-
Gets the right expression.
- getRightLod() - Method in class com.jme3.terrain.geomipmap.UpdatedTerrainPatch
-
- getRightPlane() - Method in class com.jme3.collision.bih.BIHNode
-
- getRightPostProcessor() - Method in class com.jme3.input.vr.AbstractVRViewManager
-
- getRightPostProcessor() - Method in interface com.jme3.input.vr.VRViewManager
-
- getRightQuad(TerrainQuad) - Method in interface com.jme3.terrain.geomipmap.NeighbourFinder
-
Get the TerrainQuad to the right of the supplied 'center' quad.
- getRightSwizzling() - Method in class com.jme3.shader.VariableMapping
-
Gets the right swizzle.
- getRightTexId() - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVRViewManager
-
Get the identifier of the right eye texture.
- getRightTexId() - Method in class com.jme3.input.vr.openvr.OpenVRViewManager
-
Get the identifier of the right eye texture.
- getRightTexId() - Method in class com.jme3.input.vr.osvr.OSVRViewManager
-
Get the identifier of the right eye texture.
- getRightTexture() - Method in class com.jme3.input.vr.AbstractVRViewManager
-
- getRightTexture() - Method in interface com.jme3.input.vr.VRViewManager
-
Get the texture attached to the right eye.
- getRightVariable() - Method in class com.jme3.shader.VariableMapping
-
Gets the right variable.
- getRightViewPort() - Method in class com.jme3.app.VRApplication
-
Deprecated.
Get the VR headset right viewport.
- getRightViewPort() - Method in class com.jme3.app.VRAppState
-
Get the VR headset right viewport.
- getRightViewPort() - Method in class com.jme3.input.vr.AbstractVRViewManager
-
- getRightViewPort() - Method in interface com.jme3.input.vr.VRViewManager
-
Get the
viewport
attached to the right eye.
- getRigidBody() - Method in class com.jme3.bullet.animation.PhysicsLink
-
Access the linked rigid body.
- getRigidBody() - Method in class com.jme3.bullet.control.KinematicRagdollControl.PhysicsBoneLink
-
Deprecated.
Access the linked body.
- getRigidBodyList() - Method in class com.jme3.bullet.PhysicsSpace
-
- getRmiConnection() - Static method in class com.jme3.network.service.rmi.RmiContext
-
Returns the HostedConnection that is responsible for any
RMI-related calls on this thread.
- getRmiRegistry(HostedConnection) - Method in class com.jme3.network.service.rmi.RmiHostedService
-
Returns the RMI registry for the specific HostedConnection.
- getRollInfluence() - Method in class com.jme3.bullet.objects.VehicleWheel
-
- getRoomRolloffFactor() - Method in class com.jme3.audio.Environment
-
- getRootNode() - Method in class com.jme3.app.SimpleApplication
-
Retrieves rootNode
- getRootNode() - Method in class com.jme3.app.state.RootNodeAppState
-
Returns the managed rootNode.
- getRootNode() - Method in class com.jme3.app.VRApplication
-
Deprecated.
Get the root node of the application.
- getRootNode() - Method in class com.jme3.scene.plugins.gltf.GltfLoader
-
- getRootNode() - Method in class jme3test.app.state.RootNodeState
-
- getRootNode() - Method in class jme3test.games.WorldOfInception.InceptionLevel
-
- getRoots() - Method in class com.jme3.anim.Armature
-
returns the array of all root joints of this Armature
- getRoots() - Method in class com.jme3.animation.Skeleton
-
Deprecated.
returns the array of all root bones of this skeleton
- getRotateSpeed() - Method in class com.jme3.effect.ParticleEmitter
-
Returns the rotation speed in radians/sec for particles.
- getRotation() - Method in class com.jme3.audio.Listener
-
- getRotation() - Method in class com.jme3.cinematic.events.MotionEvent
-
Returns the rotation of the target.
- getRotation() - Method in class com.jme3.light.OrientedBoxProbeArea
-
- getRotation(Quaternion) - Method in class com.jme3.math.Transform
-
Copies the rotation component to the argument.
- getRotation() - Method in class com.jme3.math.Transform
-
Returns the rotation component.
- getRotation() - Method in class com.jme3.renderer.Camera
-
Retrieves the rotation quaternion of the camera.
- getRotationalLimitMotor(int) - Method in class com.jme3.bullet.joints.SixDofJoint
-
returns one of the three RotationalLimitMotors of this 6DofJoint which
allow manipulating the rotational axes
- getRotationColumn(int) - Method in class com.jme3.math.Quaternion
-
getRotationColumn
returns one of three columns specified
by the parameter.
- getRotationColumn(int, Vector3f) - Method in class com.jme3.math.Quaternion
-
getRotationColumn
returns one of three columns specified
by the parameter.
- getRotations() - Method in class com.jme3.anim.TransformTrack
-
Copies the rotations.
- getRotations() - Method in class com.jme3.animation.BoneTrack
-
Deprecated.
return the array of rotations of this track
- getRotations() - Method in class com.jme3.animation.SpatialTrack
-
Deprecated.
- getRotationSensitivity() - Method in class com.jme3.input.ChaseCamera
-
Returns the rotation sensitivity
- getRotationSpeed() - Method in class com.jme3.app.ChaseCameraAppState
-
Returns the rotation speed when the mouse is moved.
- getRotationSpeed() - Method in class com.jme3.input.ChaseCamera
-
Returns the rotation speed when the mouse is moved.
- getRotationSpeed() - Method in class com.jme3.input.FlyByCamera
-
Read the rotation-rate multiplier.
- getRoughness() - Method in class com.jme3.terrain.noise.fractal.FractalSum
-
- getRoughnessFromMip(int, int) - Static method in class com.jme3.environment.util.EnvMapUtils
-
- getRow(int) - Method in class com.jme3.math.Matrix3f
-
getColumn
returns one of three rows as specified by the
parameter.
- getRow(int, Vector3f) - Method in class com.jme3.math.Matrix3f
-
getRow
returns one of three rows as specified by the
parameter.
- getRowPitch() - Method in class com.jme3.opencl.Image
-
- getRowPitch() - Method in class com.jme3.opencl.lwjgl.LwjglImage
-
- getRpcConnection() - Method in class com.jme3.network.service.rpc.RpcClientService
-
Returns the underlying RPC connection for use by other
services that may require a more generic non-client/server
specific RPC object with which to interact.
- getRpcConnection(HostedConnection) - Method in class com.jme3.network.service.rpc.RpcHostedService
-
Retrieves the RpcConnection for the specified HostedConnection
if that HostedConnection has had RPC services started using
startHostingOnConnection() (or via autohosting).
- getSampleDist() - Method in class com.jme3.post.filters.RadialBlurFilter
-
- getSampleDistance() - Method in class com.jme3.post.filters.RadialBlurFilter
-
return the sample distance
- getSampleFromMip(int, int) - Static method in class com.jme3.environment.util.EnvMapUtils
-
- getSampleRadius() - Method in class com.jme3.post.ssao.SSAOFilter
-
returns the sample radius
see {link setSampleRadius(float sampleRadius)}
- getSampleRate() - Method in class com.jme3.audio.AudioData
-
- getSamples() - Method in class com.jme3.system.AppSettings
-
Get the number of samples
- getSamples() - Method in class com.jme3.texture.FrameBuffer
-
- getSampleStrength() - Method in class com.jme3.post.filters.RadialBlurFilter
-
Returns the sample Strength
- getSavableVersion(Class<? extends Savable>) - Method in interface com.jme3.export.InputCapsule
-
- getSavableVersion(Class<? extends Savable>) - Static method in class com.jme3.export.SavableClassUtil
-
- getSavableVersion(Class<? extends Savable>) - Method in class com.jme3.export.xml.DOMInputCapsule
-
- getSavableVersions(Class<? extends Savable>) - Static method in class com.jme3.export.SavableClassUtil
-
- getSavedSavableVersion(Object, Class<? extends Savable>, int[], int) - Static method in class com.jme3.export.SavableClassUtil
-
- getScale() - Method in class com.jme3.bullet.collision.shapes.CollisionShape
-
- getScale() - Method in class com.jme3.math.Transform
-
Returns the scaling component.
- getScale(Vector3f) - Method in class com.jme3.math.Transform
-
Copies the scaling component to the argument.
- getScale() - Method in class com.jme3.post.ssao.SSAOFilter
-
- getScale() - Method in class com.jme3.terrain.noise.basis.FilteredBasis
-
- getScale() - Method in interface com.jme3.terrain.noise.Basis
-
- getScale() - Method in class com.jme3.terrain.noise.basis.Noise
-
- getScaleDetector() - Method in class com.jme3.input.android.AndroidTouchInput
-
- getScaledHeightAtPoint(int, int) - Method in class com.jme3.terrain.heightmap.AbstractHeightMap
-
getScaledHeightAtPoint
returns the scaled value at the
point provided.
- getScaledHeightAtPoint(int, int) - Method in interface com.jme3.terrain.heightmap.HeightMap
-
getScaledHeightAtPoint
returns the scaled value at the
point provided.
- getScaledHeightMap() - Method in class com.jme3.terrain.heightmap.AbstractHeightMap
-
Build a new array of height data with the scaled values.
- getScaledHeightMap() - Method in interface com.jme3.terrain.heightmap.HeightMap
-
- getScaleFactor() - Method in class com.jme3.input.event.TouchEvent
-
- getScales() - Method in class com.jme3.anim.TransformTrack
-
Copies the scales.
- getScales() - Method in class com.jme3.animation.BoneTrack
-
Deprecated.
returns the array of scales for this track
- getScales() - Method in class com.jme3.animation.SpatialTrack
-
Deprecated.
- getScaleSpan() - Method in class com.jme3.input.event.TouchEvent
-
- getScene() - Method in class com.jme3.cinematic.Cinematic
-
return the scene where the cinematic occur
- getScenes() - Method in class com.jme3.renderer.ViewPort
-
Returns a list of all attached scenes.
- getScore(String) - Method in class com.jme3.bullet.control.ragdoll.RagdollPreset.LexiconEntry
-
Calculate a total score for the specified bone name.
- getScreenCoordinates(Vector3f) - Method in class com.jme3.renderer.Camera
-
Converts the given position from world space to screen space.
- getScreenCoordinates(Vector3f, Vector3f) - Method in class com.jme3.renderer.Camera
-
Converts the given position from world space to screen space.
- GetScreenshotPropertyFilename - Variable in class com.jme3.system.jopenvr.VR_IVRScreenshots_FnTable
-
C type : GetScreenshotPropertyFilename_callback*
- GetScreenshotPropertyType - Variable in class com.jme3.system.jopenvr.VR_IVRScreenshots_FnTable
-
C type : GetScreenshotPropertyType_callback*
- getSeatedToAbsolutePosition() - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVR
-
- getSeatedToAbsolutePosition() - Method in class com.jme3.input.vr.oculus.OculusVR
-
- getSeatedToAbsolutePosition() - Method in class com.jme3.input.vr.openvr.OpenVR
-
- getSeatedToAbsolutePosition() - Method in class com.jme3.input.vr.osvr.OSVR
-
- getSeatedToAbsolutePosition() - Method in interface com.jme3.input.vr.VRAPI
-
Get the seated to absolute position.
- GetSeatedZeroPoseToStandingAbsoluteTrackingPose - Variable in class com.jme3.system.jopenvr.VR_IVRSystem_FnTable
-
C type : GetSeatedZeroPoseToStandingAbsoluteTrackingPose_callback*
- getSecond() - Method in class com.jme3.font.Kerning
-
- getSecondCounter() - Method in class com.jme3.app.StatsAppState
-
- getSeed() - Method in class com.jme3.terrain.heightmap.FaultHeightMap
-
- getSeed() - Method in class com.jme3.terrain.heightmap.MidpointDisplacementHeightMap
-
- getSegmentsLength() - Method in class com.jme3.math.Spline
-
returns a list of float representing the segments length
- getSelectedJoint() - Method in class com.jme3.scene.debug.custom.ArmatureNode
-
- getSerializedData() - Method in class com.jme3.animation.CompactArray
-
return a float array of serialized data
- getSerializedSize() - Method in class com.jme3.animation.CompactArray
-
- getSerializer(Class) - Static method in class com.jme3.network.serializing.Serializer
-
- getSerializer(Class, boolean) - Static method in class com.jme3.network.serializing.Serializer
-
- getSerializer() - Method in class com.jme3.network.serializing.SerializerRegistration
-
Get the serializer.
- getSerializerRegistration(Class) - Static method in class com.jme3.network.serializing.Serializer
-
- getSerializerRegistration(Class, boolean) - Static method in class com.jme3.network.serializing.Serializer
-
- getSerializerRegistrations() - Static method in class com.jme3.network.serializing.Serializer
-
- getServer() - Method in class com.jme3.network.base.DefaultServer.Connection
-
- getServer() - Method in interface com.jme3.network.HostedConnection
-
Returns the Server instance that is hosting this connection.
- getServer() - Method in class com.jme3.network.service.AbstractHostedService
-
Returns the server for this hosted service or null if
the service is not yet attached.
- getServer() - Method in class com.jme3.network.service.HostedServiceManager
-
Returns the network Server associated with this HostedServiceManager.
- getService(Class<T>) - Method in class com.jme3.network.service.AbstractService
-
Retrieves the first sibling service of the specified
type.
- getService(Class<S>) - Method in class com.jme3.network.service.ServiceManager
-
Retrieves the first service of the specified type.
- getServiceManager() - Method in class com.jme3.network.service.AbstractService
-
Returns the ServiceManager that was passed to
initialize() during service initialization.
- getServices() - Method in class com.jme3.network.base.DefaultClient
-
- getServices() - Method in class com.jme3.network.base.DefaultServer
-
- getServices() - Method in interface com.jme3.network.Client
-
Returns the manager for client services.
- getServices() - Method in interface com.jme3.network.Server
-
Returns the manager for hosted services.
- getServices() - Method in class com.jme3.network.service.ServiceManager
-
Returns the complete list of services managed by this
service manager.
- getSessionPointer() - Method in class com.jme3.input.vr.oculus.OculusVR
-
- getSettings() - Method in class com.jme3.app.VRAppState
-
Get the
settings
attached to this app state.
- getSettings() - Method in class com.jme3.app.VREnvironment
-
Get the
settings
attached to this environment.
- getSettings() - Method in class com.jme3.system.android.OGLESContext
-
- getSettings() - Method in class com.jme3.system.awt.AwtPanelsContext
-
- getSettings() - Method in class com.jme3.system.AWTContext
-
- getSettings() - Method in class com.jme3.system.ios.IGLESContext
-
- getSettings() - Method in interface com.jme3.system.JmeContext
-
- getSettings() - Method in class com.jme3.system.lwjgl.LwjglContext
-
- getSettings() - Method in class com.jme3.system.lwjgl.LwjglContextVR
-
- getSettings() - Method in class com.jme3.system.NullContext
-
- getSettingsDialogImage() - Method in class com.jme3.system.AppSettings
-
Get the settings dialog image
- GetSettingsErrorNameFromEnum - Variable in class com.jme3.system.jopenvr.VR_IVRSettings_FnTable
-
C type : GetSettingsErrorNameFromEnum_callback*
- getShader(AssetManager, EnumSet<Caps>, DefineList) - Method in class com.jme3.material.TechniqueDef
-
- getShaderGenerationInfo() - Method in class com.jme3.material.TechniqueDef
-
- getShaderGenerator(EnumSet<Caps>) - Method in interface com.jme3.asset.AssetManager
-
Returns the shaderGenerator responsible for generating the shaders
- getShaderGenerator(EnumSet<Caps>) - Method in class com.jme3.asset.DesktopAssetManager
-
Returns the shaderGenerator responsible for generating the shaders
- getShaderNodes() - Method in class com.jme3.material.TechniqueDef
-
- getShaderParamDefine(String) - Method in class com.jme3.material.TechniqueDef
-
Returns the define name which the given material parameter influences.
- getShaderParamDefineId(String) - Method in class com.jme3.material.TechniqueDef
-
Get the define ID for a given material parameter.
- getShaderProgramLanguage(Shader.ShaderType) - Method in class com.jme3.material.TechniqueDef
-
Returns the language for each shader program
- getShaderProgramLanguages() - Method in class com.jme3.material.TechniqueDef
-
Returns the Enum containing the ShaderProgramLanguages;
- getShaderProgramName(Shader.ShaderType) - Method in class com.jme3.material.TechniqueDef
-
Returns the name for each shader program
- getShaderProgramNames() - Method in class com.jme3.material.TechniqueDef
-
Returns the Enum containing the ShaderProgramNames;
- getShaderPrologue() - Method in class com.jme3.material.TechniqueDef
-
- getShadersLanguage() - Method in class com.jme3.shader.ShaderNodeDefinition
-
- getShadersPath() - Method in class com.jme3.shader.ShaderNodeDefinition
-
- getShadowCam(int) - Method in class com.jme3.shadow.AbstractShadowRenderer
-
return the shadow camera to use for rendering the shadow map according
the given index
- getShadowCam(int) - Method in class com.jme3.shadow.AbstractShadowRendererVR
-
return the shadow camera to use for rendering the shadow map according
the given index
- getShadowCam(int) - Method in class com.jme3.shadow.DirectionalLightShadowRenderer
-
- getShadowCam(int) - Method in class com.jme3.shadow.DirectionalLightShadowRendererVR
-
- getShadowCam(int) - Method in class com.jme3.shadow.PointLightShadowRenderer
-
- getShadowCam(int) - Method in class com.jme3.shadow.SpotLightShadowRenderer
-
- getShadowCamera() - Method in class com.jme3.shadow.BasicShadowRenderer
-
Deprecated.
debug only
returns the shadow camera
- getShadowCompareMode() - Method in class com.jme3.shadow.AbstractShadowFilter
-
returns the shadow compare mode
- getShadowCompareMode() - Method in class com.jme3.shadow.AbstractShadowFilterVR
-
Get the shadow compare mode.
- getShadowCompareMode() - Method in class com.jme3.shadow.AbstractShadowRenderer
-
returns the shadow compare mode
- getShadowCompareMode() - Method in class com.jme3.shadow.AbstractShadowRendererVR
-
returns the shadow compare mode
- getShadowCompareMode() - Method in class com.jme3.texture.Texture
-
- getShadowIntensity() - Method in class com.jme3.shadow.AbstractShadowFilter
-
returns the shadow intensity
- getShadowIntensity() - Method in class com.jme3.shadow.AbstractShadowFilterVR
-
returns the shadow intensity
- getShadowIntensity() - Method in class com.jme3.shadow.AbstractShadowRenderer
-
Returns the shadow intensity.
- getShadowIntensity() - Method in class com.jme3.shadow.AbstractShadowRendererVR
-
Returns the shadow intensity.
- getShadowIntensity() - Method in class com.jme3.shadow.PssmShadowFilter
-
Deprecated.
returns the shadow intensity
- getShadowIntensity() - Method in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
returns the shadow intensity
- getShadowMapSize() - Method in class com.jme3.shadow.AbstractShadowFilter
-
Read the size of each shadow map rendered by this filter.
- getShadowMapSize() - Method in class com.jme3.shadow.AbstractShadowRenderer
-
Read the size of each shadow map rendered by this renderer.
- getShadowMaterial() - Method in class com.jme3.shadow.AbstractShadowFilter
-
- getShadowMaterial() - Method in class com.jme3.shadow.AbstractShadowFilterVR
-
- getShadowMaterial() - Method in class com.jme3.shadow.PssmShadowFilter
-
Deprecated.
- getShadowMode() - Method in class com.jme3.material.TechniqueDef
-
Returns the shadow mode.
- getShadowMode() - Method in class com.jme3.scene.Spatial
-
- getShadowZExtend() - Method in class com.jme3.shadow.AbstractShadowFilter
-
How far the shadows are rendered in the view
- getShadowZExtend() - Method in class com.jme3.shadow.AbstractShadowFilterVR
-
How far the shadows are rendered in the view
- getShadowZExtend() - Method in class com.jme3.shadow.AbstractShadowRenderer
-
How far the shadows are rendered in the view
- getShadowZExtend() - Method in class com.jme3.shadow.AbstractShadowRendererVR
-
How far the shadows are rendered in the view
- getShadowZExtend() - Method in class com.jme3.shadow.PssmShadowFilter
-
Deprecated.
How far the shadows are rendered in the view
- getShadowZExtend() - Method in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
How far the shadows are rendered in the view
- getShadowZFadeLength() - Method in class com.jme3.shadow.AbstractShadowFilter
-
get the length over which the shadow will fade out when using a
shadowZextend
- getShadowZFadeLength() - Method in class com.jme3.shadow.AbstractShadowFilterVR
-
get the length over which the shadow will fade out when using a
shadowZextend
- getShadowZFadeLength() - Method in class com.jme3.shadow.AbstractShadowRenderer
-
get the length over which the shadow will fade out when using a
shadowZextend
- getShadowZFadeLength() - Method in class com.jme3.shadow.AbstractShadowRendererVR
-
get the length over which the shadow will fade out when using a
shadowZextend
- getShadowZFadeLength() - Method in class com.jme3.shadow.PssmShadowFilter
-
Deprecated.
get the length over which the shadow will fade out when using a shadowZextend
- getShadowZFadeLength() - Method in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
get the length over which the shadow will fade out when using a
shadowZextend
- getShape() - Method in class com.jme3.bullet.control.BetterCharacterControl
-
Create a collision shape based on the scale parameter.
- getShape() - Method in class com.jme3.effect.ParticleEmitter
-
- getShapeType() - Method in class com.jme3.water.WaterFilter
-
returns the shape of the water area
- getShCoeffs() - Method in class com.jme3.light.LightProbe
-
- getShininess() - Method in class com.jme3.water.WaterFilter
-
return the shininess factor of the water
- getShoreHardness() - Method in class com.jme3.water.WaterFilter
-
Return the shore hardness.
- getShortBuffer(VertexBuffer.Type) - Method in class com.jme3.scene.Mesh
-
Get the
VertexBuffer
data stored on this mesh in short
format.
- getSimulateMouse() - Method in class com.jme3.input.InputManager
-
- getSinglePassLightBatchSize() - Method in class com.jme3.renderer.RenderManager
-
Returns the number of lights used for each pass when the light mode is single pass.
- getSize() - Method in class com.jme3.environment.EnvironmentCamera
-
Gets the size of environment cameras.
- getSize() - Method in class com.jme3.font.BitmapText
-
- getSize() - Method in class com.jme3.opencl.Buffer
-
- getSize() - Method in class com.jme3.opencl.Kernel.LocalMem
-
- getSize() - Method in class com.jme3.opencl.Kernel.LocalMemPerElement
-
- getSize() - Method in class com.jme3.opencl.lwjgl.LwjglBuffer
-
- getSize() - Method in class com.jme3.terrain.geomipmap.lodcalc.DistanceLodCalculator
-
- getSize() - Method in class com.jme3.terrain.geomipmap.lodcalc.SimpleLodThreshold
-
- getSize() - Method in class com.jme3.terrain.geomipmap.TerrainPatch
-
Returns the size of this terrain patch.
- getSize() - Method in class com.jme3.terrain.heightmap.AbstractHeightMap
-
getSize
returns the size of one side the height map.
- getSize() - Method in interface com.jme3.terrain.heightmap.HeightMap
-
getSize
returns the size of one side the height map.
- getSizes() - Method in class com.jme3.opencl.Kernel.WorkSize
-
- GetSkeletalActionData - Variable in class com.jme3.system.jopenvr.VR_IVRInput_FnTable
-
C type : GetSkeletalActionData_callback*
- GetSkeletalBoneData - Variable in class com.jme3.system.jopenvr.VR_IVRInput_FnTable
-
C type : GetSkeletalBoneData_callback*
- GetSkeletalBoneDataCompressed - Variable in class com.jme3.system.jopenvr.VR_IVRInput_FnTable
-
C type : GetSkeletalBoneDataCompressed_callback*
- getSkeleton() - Method in class com.jme3.animation.AnimControl
-
Deprecated.
- getSkeleton() - Method in class com.jme3.animation.SkeletonControl
-
Deprecated.
returns the skeleton of this control
- getSkeleton() - Method in class com.jme3.bullet.animation.DacLinks
-
Access the skeleton.
- getSkeletonHolder() - Method in class com.jme3.scene.plugins.fbx.anim.FbxLimbNode
-
- getSkidInfo() - Method in class com.jme3.bullet.objects.VehicleWheel
-
returns how much the wheel skids on the ground (for skid sounds/smoke etc.)
0.0 = wheels are sliding, 1.0 = wheels have traction.
- getSkinDeformer() - Method in class com.jme3.scene.plugins.fbx.mesh.FbxMesh
-
- getSlicePitch() - Method in class com.jme3.opencl.Image
-
- getSlicePitch() - Method in class com.jme3.opencl.lwjgl.LwjglImage
-
- getSlot() - Method in class com.jme3.texture.FrameBuffer.RenderBuffer
-
Do not use.
- getSocket() - Method in class com.jme3.network.kernel.udp.UdpKernel.HostThread
-
- getSoftnessDirAng() - Method in class com.jme3.bullet.joints.SliderJoint
-
- getSoftnessDirLin() - Method in class com.jme3.bullet.joints.SliderJoint
-
- getSoftnessLimAng() - Method in class com.jme3.bullet.joints.SliderJoint
-
- getSoftnessLimLin() - Method in class com.jme3.bullet.joints.SliderJoint
-
- getSoftnessOrthoAng() - Method in class com.jme3.bullet.joints.SliderJoint
-
- getSoftnessOrthoLin() - Method in class com.jme3.bullet.joints.SliderJoint
-
- getSoftTextDialogInput() - Static method in class com.jme3.system.JmeSystem
-
- getSoftTextDialogInput() - Method in class com.jme3.system.JmeSystemDelegate
-
- getSolverNumIterations() - Method in class com.jme3.bullet.PhysicsSpace
-
- GetSortedTrackedDeviceIndicesOfClass - Variable in class com.jme3.system.jopenvr.VR_IVRSystem_FnTable
-
C type : GetSortedTrackedDeviceIndicesOfClass_callback*
- getSortId() - Method in class com.jme3.material.Material
-
Returns the sorting ID or sorting index for this material.
- getSortId() - Method in class com.jme3.material.Technique
-
Compute the sort ID.
- getSortId() - Method in class com.jme3.material.TechniqueDef
-
- getSource() - Method in class com.jme3.network.kernel.EndpointEvent
-
- getSource() - Method in class com.jme3.network.kernel.Envelope
-
- getSource() - Method in class com.jme3.shader.Shader.ShaderSource
-
- getSourceDelegate(S) - Method in class com.jme3.network.util.AbstractMessageDelegator
-
Implemented by subclasses to provide the actual delegate object
against which the mapped message type methods will be called.
- getSourceDelegate(MessageConnection) - Method in class com.jme3.network.util.ObjectMessageDelegator
-
- getSourceDelegate(HostedConnection) - Method in class com.jme3.network.util.SessionDataDelegator
-
Returns the attributeName attribute of the supplied source
HostConnection.
- getSourcePlaybackTime(AudioSource) - Method in interface com.jme3.audio.AudioRenderer
-
- getSourcePlaybackTime(AudioSource) - Method in class com.jme3.audio.openal.ALAudioRenderer
-
- getSources() - Method in class com.jme3.shader.Shader
-
- getSpanMax() - Method in class com.jme3.post.filters.FXAAFilter
-
- getSpatial() - Method in class com.jme3.bullet.control.AbstractPhysicsControl
-
- getSpatial() - Method in class com.jme3.bullet.control.CharacterControl
-
- getSpatial() - Method in class com.jme3.bullet.control.GhostControl
-
- getSpatial() - Method in class com.jme3.bullet.control.RigidBodyControl
-
- getSpatial() - Method in class com.jme3.cinematic.events.MotionEvent
-
- getSpatial() - Method in class com.jme3.scene.control.AbstractControl
-
- GetSpatialAnchorDescriptor - Variable in class com.jme3.system.jopenvr.VR_IVRSpatialAnchors_FnTable
-
C type : GetSpatialAnchorDescriptor_callback*
- GetSpatialAnchorPose - Variable in class com.jme3.system.jopenvr.VR_IVRSpatialAnchors_FnTable
-
C type : GetSpatialAnchorPose_callback*
- getSpatialRotation() - Method in class com.jme3.bullet.control.AbstractPhysicsControl
-
Access whichever spatial rotation corresponds to the physics rotation.
- getSpatialTranslation() - Method in class com.jme3.bullet.control.AbstractPhysicsControl
-
Access whichever spatial translation corresponds to the physics location.
- getSpeed() - Method in class com.jme3.anim.tween.action.Action
-
- getSpeed() - Method in class com.jme3.animation.AnimChannel
-
Deprecated.
- getSpeed() - Method in class com.jme3.app.SimpleApplication
-
Returns the applications speed.
- getSpeed() - Method in class com.jme3.bullet.BulletAppState
-
Read the simulation speed.
- getSpeed() - Method in class com.jme3.cinematic.events.AbstractCinematicEvent
-
Returns the speed of the animation.
- getSpeed() - Method in interface com.jme3.cinematic.events.CinematicEvent
-
returns the speed of the animation
- getSpeed() - Method in class com.jme3.water.WaterFilter
-
returns the speed of the waves
- getSpeedAcceleration() - Method in class com.jme3.input.vr.AbstractVRMouseManager
-
- getSpeedAcceleration() - Method in interface com.jme3.input.vr.VRMouseManager
-
Get the acceleration of the mouse.
- getSpeedSensitivity() - Method in class com.jme3.input.vr.AbstractVRMouseManager
-
- getSpeedSensitivity() - Method in interface com.jme3.input.vr.VRMouseManager
-
Get the sensitivity of the mouse.
- getSphericalHarmonicsCoefficents(TextureCubeMap) - Static method in class com.jme3.environment.util.EnvMapUtils
-
- getSphericalHarmonicsCoefficents(TextureCubeMap, EnvMapUtils.FixSeamsMethod) - Static method in class com.jme3.environment.util.EnvMapUtils
-
Returns the Spherical Harmonics coefficients for this cube map.
- getSpline() - Method in class com.jme3.cinematic.MotionPath
-
- getSpotInnerAngle() - Method in class com.jme3.light.SpotLight
-
returns the spot inner angle
- getSpotOuterAngle() - Method in class com.jme3.light.SpotLight
-
returns the spot outer angle
- getSpotRange() - Method in class com.jme3.light.SpotLight
-
- getStart() - Method in class com.jme3.scene.shape.Line
-
- getStartColor() - Method in class com.jme3.effect.ParticleEmitter
-
Get the start color of the particles spawned.
- GetStartingApplication - Variable in class com.jme3.system.jopenvr.VR_IVRApplications_FnTable
-
C type : GetStartingApplication_callback*
- getStartOffset() - Method in class com.jme3.animation.AudioTrack
-
Deprecated.
- getStartOffset() - Method in class com.jme3.animation.EffectTrack
-
Deprecated.
- getStartSize() - Method in class com.jme3.effect.ParticleEmitter
-
Get the start color of the particles spawned.
- getState(Class<T>) - Method in class com.jme3.app.state.AppStateManager
-
Returns the first state that is an instance of subclass of the specified class.
- getState(Class<T>, boolean) - Method in class com.jme3.app.state.AppStateManager
-
Returns the first state that is an instance of subclass of the specified class.
- getState(String, Class<T>) - Method in class com.jme3.app.state.AppStateManager
-
Returns the state associated with the specified ID at the time it was
attached or null if not state was attached with that ID.
- getState(Class<T>) - Method in class com.jme3.app.state.BaseAppState
-
- getState(Class<T>, boolean) - Method in class com.jme3.app.state.BaseAppState
-
- getState(String, Class<T>) - Method in class com.jme3.app.state.BaseAppState
-
- getState(String, Class<T>, boolean) - Method in class com.jme3.app.state.BaseAppState
-
- getState(int) - Method in class jme3test.input.combomoves.ComboMove
-
- getStateManager() - Method in interface com.jme3.app.Application
-
- getStateManager() - Method in class com.jme3.app.LegacyApplication
-
- getStateManager() - Method in class com.jme3.app.state.BaseAppState
-
- getStateManager() - Method in class com.jme3.app.VRApplication
-
Deprecated.
- getStateManager() - Method in class com.jme3.app.VRAppState
-
- getStates() - Method in class com.jme3.app.state.AppStateManager
-
- getStatistics() - Method in class com.jme3.renderer.opengl.GLRenderer
-
- getStatistics() - Method in interface com.jme3.renderer.Renderer
-
Copies the render statistics.
- getStatistics() - Method in class com.jme3.system.NullRenderer
-
- getStats() - Method in class com.jme3.app.DetailedProfiler
-
- getStatsView() - Method in class com.jme3.app.StatsAppState
-
- getStatus() - Method in class com.jme3.audio.AudioNode
-
- getStatus() - Method in interface com.jme3.audio.AudioSource
-
- getStencilBits() - Method in class com.jme3.system.AppSettings
-
Get the number of stencil bits
- getSteps() - Method in class com.jme3.scene.shape.PQTorus
-
- getStepScale() - Method in class com.jme3.terrain.geomipmap.TerrainPatch
-
Returns the step scale that stretches the height map.
- getStorageFolder(JmeSystem.StorageFolderType) - Method in class com.jme3.system.android.JmeAndroidSystem
-
- getStorageFolder() - Static method in class com.jme3.system.JmeSystem
-
- getStorageFolder(JmeSystem.StorageFolderType) - Static method in class com.jme3.system.JmeSystem
-
- getStorageFolder(JmeSystem.StorageFolderType) - Method in class com.jme3.system.JmeSystemDelegate
-
- getStream(byte[]) - Static method in class com.jme3.scene.plugins.gltf.GltfUtils
-
- getStrength() - Method in class com.jme3.post.filters.PosterizationFilter
-
Returns current strength value, i.e.
- getStride() - Method in class com.jme3.scene.VertexBuffer
-
- getString(String) - Method in class com.jme3.system.AppSettings
-
Get a string from the settings.
- GetString - Variable in class com.jme3.system.jopenvr.VR_IVRSettings_FnTable
-
C type : GetString_callback*
- getString(Component, String, String, String) - Static method in class jme3test.network.TestChatClient
-
- GetStringTrackedDeviceProperty - Variable in class com.jme3.system.jopenvr.VR_IVRSystem_FnTable
-
C type : GetStringTrackedDeviceProperty_callback*
- getSubclassName() - Method in class com.jme3.scene.plugins.fbx.obj.FbxObject
-
- getSubPixelShift() - Method in class com.jme3.post.filters.FXAAFilter
-
- getSunScale() - Method in class com.jme3.water.WaterFilter
-
gets the scale of the sun
- getSurfaceTangentFactor() - Method in class com.jme3.effect.influencers.NewtonianParticleInfluencer
-
This method returns the surface tangent factor.
- getSurfaceTangentRotation() - Method in class com.jme3.effect.influencers.NewtonianParticleInfluencer
-
This method returns the surface tangent rotation factor.
- getSuspensionCompression() - Method in class com.jme3.bullet.objects.PhysicsVehicle
-
- getSuspensionDamping() - Method in class com.jme3.bullet.objects.PhysicsVehicle
-
- getSuspensionStiffness() - Method in class com.jme3.bullet.objects.PhysicsVehicle
-
- getSuspensionStiffness() - Method in class com.jme3.bullet.objects.VehicleWheel
-
- getSystemLibraryName() - Static method in class com.jme3.system.jopenvr.JOpenVRLibrary
-
Get the name of the underlying system library.
- getTalus() - Method in class com.jme3.terrain.noise.filter.OptimizedErode
-
- getTarget() - Method in class com.jme3.anim.MorphTrack
-
Access the target geometry.
- getTarget() - Method in class com.jme3.anim.TransformTrack
-
Gives access to the target, which might be a Joint or a Spatial.
- getTargetAngMotorVelocity() - Method in class com.jme3.bullet.joints.SliderJoint
-
- getTargetBoneIndex() - Method in class com.jme3.animation.BoneTrack
-
Deprecated.
- getTargetIndex() - Method in class com.jme3.texture.FrameBuffer
-
- getTargetLinMotorVelocity() - Method in class com.jme3.bullet.joints.SliderJoint
-
- getTargetMeshIndex() - Method in class com.jme3.animation.Pose
-
Deprecated.
- getTargets() - Method in class com.jme3.anim.SkinningControl
-
Enumerate the target meshes of this control.
- getTargets() - Method in class com.jme3.anim.tween.action.BlendableAction
-
- getTargets() - Method in class com.jme3.anim.tween.action.BlendAction
-
- getTargets() - Method in class com.jme3.anim.tween.action.ClipAction
-
- getTargets() - Method in class com.jme3.animation.SkeletonControl
-
Deprecated.
Enumerate the target meshes of this control.
- getTargetVelocity() - Method in class com.jme3.bullet.joints.motors.RotationalLimitMotor
-
- getTau() - Method in class com.jme3.bullet.joints.Point2PointJoint
-
- getTechniqueDefs(String) - Method in class com.jme3.material.MaterialDef
-
Returns technique definitions with the given name.
- getTechniqueDefsNames() - Method in class com.jme3.material.MaterialDef
-
- getTerminating() - Method in class com.jme3.app.state.AppStateManager
-
- getTerrain() - Method in class com.jme3.terrain.geomipmap.NormalRecalcControl
-
- getTerrainAt(Vector3f) - Method in class com.jme3.terrain.geomipmap.TerrainGrid
-
Get the terrain tile at the specified world location, in XZ coordinates.
- getTerrainAtCell(Vector3f) - Method in class com.jme3.terrain.geomipmap.TerrainGrid
-
Get the terrain tile at the specified XZ cell coordinate (not world coordinate).
- getTerrainIntersection(Ray, CollisionResults) - Method in class com.jme3.terrain.geomipmap.picking.BresenhamTerrainPicker
-
- getTerrainIntersection(Ray, CollisionResults) - Method in interface com.jme3.terrain.geomipmap.picking.TerrainPicker
-
Ask for the point of intersection between the given ray and the terrain.
- getTerrainQuadAt(Vector3f) - Method in class com.jme3.terrain.geomipmap.grid.AssetTileLoader
-
- getTerrainQuadAt(Vector3f) - Method in class com.jme3.terrain.geomipmap.grid.FractalTileLoader
-
- getTerrainQuadAt(Vector3f) - Method in class com.jme3.terrain.geomipmap.grid.ImageTileLoader
-
- getTerrainQuadAt(Vector3f) - Method in interface com.jme3.terrain.geomipmap.TerrainGridTileLoader
-
- getTerrainSize() - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
- getTerrainSize() - Method in interface com.jme3.terrain.Terrain
-
Used for painting to get the number of vertices along the edge of the
terrain.
- getTex(float, float, Vector2f) - Method in class com.jme3.terrain.geomipmap.TerrainPatch
-
- getTexCoord(float[], int, int) - Method in interface com.jme3.util.mikktspace.MikkTSpaceContext
-
- getTexCoord(float[], int, int) - Method in class com.jme3.util.mikktspace.MikkTSpaceImpl
-
- getTexCoords() - Method in class com.jme3.scene.shape.RectangleMesh
-
Provides access to the internal texture-coordinate array.
- getTexScale() - Method in class com.jme3.water.SimpleWaterProcessor
-
returns the scale of the normal/dudv texture, default = 1.
- getText() - Method in class com.jme3.font.BitmapText
-
- getText() - Method in class com.jme3.niftygui.RenderFontJme
-
- getTexture() - Method in class com.jme3.niftygui.RenderImageJme
-
- getTexture() - Method in class com.jme3.texture.FrameBuffer.RenderBuffer
-
- getTextureKey() - Method in class com.jme3.scene.plugins.fbx.material.FbxImage
-
The texture key that was used to load the image.
- getTextureMapping(String) - Method in class com.jme3.scene.plugins.ogre.matext.MaterialExtension
-
Retrieves a mapping from an Ogre3D base material texture alias
to a jME3 texture param
- getTextureMode() - Method in class com.jme3.scene.shape.Sphere
-
- getTextureParam(String) - Method in class com.jme3.material.Material
-
Returns the texture parameter set on this material with the given name,
returns null
if the parameter is not set.
- getTextureTypeHint() - Method in class com.jme3.asset.TextureKey
-
The type of texture expected to be returned.
- getTextureValue() - Method in class com.jme3.material.MatParamTexture
-
- getThreadingType() - Method in class com.jme3.bullet.BulletAppState
-
Read which type of threading this app state uses.
- getThrowable() - Method in class com.jme3.network.service.rpc.msg.RpcResponseMessage
-
- getTileCell(Vector3f) - Method in class com.jme3.terrain.geomipmap.TerrainGrid
-
Centered at 0,0.
- getTime() - Method in class com.jme3.anim.AnimComposer
-
Returns current time of the default layer.
- getTime(String) - Method in class com.jme3.anim.AnimComposer
-
Returns current time of the specified layer.
- getTime() - Method in class com.jme3.anim.AnimLayer
-
Returns the animation time, in scaled seconds.
- getTime() - Method in class com.jme3.animation.AnimChannel
-
Deprecated.
- getTime() - Method in class com.jme3.app.state.VideoRecorderAppState.IsoTimer
-
- getTime() - Method in class com.jme3.cinematic.events.AbstractCinematicEvent
-
Return the current timestamp of the event.
- getTime() - Method in interface com.jme3.cinematic.events.CinematicEvent
-
returns the current time of the cinematic event
- getTime() - Method in class com.jme3.input.event.InputEvent
-
The time when the event occurred.
- getTime() - Method in class com.jme3.system.lwjgl.LwjglSmoothingTimer
-
- getTime() - Method in class com.jme3.system.lwjgl.LwjglTimer
-
- getTime() - Method in class com.jme3.system.NanoTimer
-
- getTime() - Method in class com.jme3.system.Timer
-
Returns the current time in ticks.
- getTime() - Method in class jme3test.model.anim.EraseTimer
-
- getTimeElapsed() - Method in class jme3test.input.combomoves.ComboMove.ComboMoveState
-
- getTimeInSeconds() - Method in class com.jme3.system.lwjgl.LwjglTimer
-
- getTimeInSeconds() - Method in class com.jme3.system.NanoTimer
-
Returns the time in seconds.
- getTimeInSeconds() - Method in class com.jme3.system.Timer
-
Returns the time in seconds.
- getTimeInSeconds() - Method in class jme3test.model.anim.EraseTimer
-
Returns the time in seconds.
- getTimeOffset() - Method in class com.jme3.audio.AudioNode
-
- getTimeOffset() - Method in interface com.jme3.audio.AudioSource
-
- getTimePerFrame() - Method in class com.jme3.app.state.VideoRecorderAppState.IsoTimer
-
- getTimePerFrame() - Method in class com.jme3.system.lwjgl.LwjglSmoothingTimer
-
- getTimePerFrame() - Method in class com.jme3.system.lwjgl.LwjglTimer
-
- getTimePerFrame() - Method in class com.jme3.system.NanoTimer
-
- getTimePerFrame() - Method in class com.jme3.system.Timer
-
Returns the time, in seconds, between the last call and the current one.
- getTimePerFrame() - Method in class jme3test.model.anim.EraseTimer
-
- getTimer() - Method in interface com.jme3.app.Application
-
- getTimer() - Method in class com.jme3.app.LegacyApplication
-
- getTimer() - Method in class com.jme3.app.VRApplication
-
Deprecated.
- getTimer() - Method in class com.jme3.system.android.OGLESContext
-
- getTimer() - Method in class com.jme3.system.awt.AwtPanelsContext
-
- getTimer() - Method in class com.jme3.system.AWTContext
-
- getTimer() - Method in class com.jme3.system.ios.IGLESContext
-
- getTimer() - Method in interface com.jme3.system.JmeContext
-
- getTimer() - Method in class com.jme3.system.lwjgl.LwjglContext
-
- getTimer() - Method in class com.jme3.system.lwjgl.LwjglContextVR
-
- getTimer() - Method in class com.jme3.system.NullContext
-
- getTimes() - Method in class com.jme3.anim.MorphTrack
-
returns the arrays of time for this track
- getTimes() - Method in class com.jme3.anim.TransformTrack
-
Gives access to the keyframe times.
- getTimes() - Method in class com.jme3.animation.BoneTrack
-
Deprecated.
returns the arrays of time for this track
- getTimes() - Method in class com.jme3.animation.SpatialTrack
-
Deprecated.
- GetTimeSinceLastVsync - Variable in class com.jme3.system.jopenvr.VR_IVRSystem_FnTable
-
C type : GetTimeSinceLastVsync_callback*
- getTitle() - Method in class com.jme3.system.AppSettings
-
Get the application title
- getTopLod() - Method in class com.jme3.terrain.geomipmap.UpdatedTerrainPatch
-
- getTopQuad(TerrainQuad) - Method in interface com.jme3.terrain.geomipmap.NeighbourFinder
-
Get the TerrainQuad above the supplied 'center' quad.
- getTorsoLink() - Method in class com.jme3.bullet.animation.DacLinks
-
Access the TorsoLink.
- getTotalLength() - Method in class com.jme3.math.Spline
-
- getTotalMass() - Method in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
Read the ragdoll's total mass.
- getTotalObjectSize() - Method in class com.jme3.animation.CompactArray
-
- getTotalSize() - Method in class com.jme3.terrain.geomipmap.TerrainPatch
-
Returns the total size of the terrain.
- getTotalSize() - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
- getTouchInput() - Method in class com.jme3.input.android.AndroidInputHandler
-
- getTouchInput() - Method in class com.jme3.system.android.OGLESContext
-
- getTouchInput() - Method in class com.jme3.system.awt.AwtPanelsContext
-
- getTouchInput() - Method in class com.jme3.system.AWTContext
-
- getTouchInput() - Method in class com.jme3.system.ios.IGLESContext
-
- getTouchInput() - Method in interface com.jme3.system.JmeContext
-
- getTouchInput() - Method in class com.jme3.system.lwjgl.LwjglAbstractDisplay
-
- getTouchInput() - Method in class com.jme3.system.lwjgl.LwjglOffscreenBuffer
-
- getTouchInput() - Method in class com.jme3.system.lwjgl.LwjglWindow
-
- getTouchInput() - Method in class com.jme3.system.lwjgl.LwjglWindowVR
-
- getTouchInput() - Method in class com.jme3.system.NullContext
-
- getTrackedCamera() - Method in class com.jme3.input.vr.openvr.OpenVR
-
- getTrackedController(int) - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVRInput
-
- getTrackedController(int) - Method in class com.jme3.input.vr.oculus.OculusVRInput
-
- getTrackedController(int) - Method in class com.jme3.input.vr.openvr.OpenVRInput
-
- getTrackedController(int) - Method in class com.jme3.input.vr.osvr.OSVRInput
-
- getTrackedController(int) - Method in interface com.jme3.input.vr.VRInputAPI
-
Get a tracked controller (for example, a hand controller) that is attached to the VR system.
- getTrackedControllerCount() - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVRInput
-
- getTrackedControllerCount() - Method in class com.jme3.input.vr.oculus.OculusVRInput
-
- getTrackedControllerCount() - Method in class com.jme3.input.vr.openvr.OpenVRInput
-
- getTrackedControllerCount() - Method in class com.jme3.input.vr.osvr.OSVRInput
-
- getTrackedControllerCount() - Method in interface com.jme3.input.vr.VRInputAPI
-
Get the number of tracked controllers (for example, hand controllers) attached to the VR system.
- GetTrackedDeviceActivityLevel - Variable in class com.jme3.system.jopenvr.VR_IVRSystem_FnTable
-
C type : GetTrackedDeviceActivityLevel_callback*
- GetTrackedDeviceClass - Variable in class com.jme3.system.jopenvr.VR_IVRSystem_FnTable
-
C type : GetTrackedDeviceClass_callback*
- GetTrackedDeviceIndexForControllerRole - Variable in class com.jme3.system.jopenvr.VR_IVRSystem_FnTable
-
C type : GetTrackedDeviceIndexForControllerRole_callback*
- getTrackedDeviceStringProperty(VR_IVRSystem_FnTable, int, int, int) - Static method in class com.jme3.system.jopenvr.OpenVRUtil
-
Get the value of the given string
property
attached to the given device.
- getTrackedDeviceStringProperty(VR_IVRSystem_FnTable, int, int) - Static method in class com.jme3.system.jopenvr.OpenVRUtil
-
Get the value of the given string
property
attached to the given device.
- GetTrackingSpace - Variable in class com.jme3.system.jopenvr.VR_IVRCompositor_FnTable
-
C type : GetTrackingSpace_callback*
- getTracks() - Method in class com.jme3.anim.AnimClip
-
Access all the tracks in this clip.
- getTracks() - Method in class com.jme3.animation.Animation
-
Deprecated.
- getTracks() - Method in class com.jme3.animation.TrackInfo
-
Deprecated.
- getTrackSpatial() - Method in class com.jme3.animation.SpatialTrack
-
Deprecated.
- getTrailingRotationInertia() - Method in class com.jme3.input.ChaseCamera
-
returns the trailing rotation inertia
- getTrailingSensitivity() - Method in class com.jme3.input.ChaseCamera
-
returns the trailing sensitivity
- getTransferMode() - Method in class com.jme3.app.state.AWTComponentAppState
-
Get the
transfer mode
that is used by the underlying frame processor.
- getTransferMode() - Method in class com.jme3.system.AWTFrameProcessor
-
- GetTransformForOverlayCoordinates - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : GetTransformForOverlayCoordinates_callback*
- getTransformMatrix(Geometry) - Method in class com.jme3.scene.BatchNode
-
- getTransformMatrix(Geometry) - Method in class com.jme3.scene.SimpleBatchNode
-
- getTransformUserInstanceData() - Method in class com.jme3.scene.instancing.InstancedGeometry
-
Return user per-instance transform data.
- getTransitionLength() - Method in class com.jme3.anim.tween.action.BlendableAction
-
- GetTransitionState - Variable in class com.jme3.system.jopenvr.VR_IVRApplications_FnTable
-
C type : GetTransitionState_callback*
- getTransitionWeight() - Method in class com.jme3.anim.tween.action.BlendableAction
-
- getTranslation() - Method in class com.jme3.math.Transform
-
Returns the translation component.
- getTranslation(Vector3f) - Method in class com.jme3.math.Transform
-
Copies the translation component to the argument.
- getTranslationalLimitMotor() - Method in class com.jme3.bullet.joints.SixDofJoint
-
returns the TranslationalLimitMotor of this 6DofJoint which allows
manipulating the translational axis
- getTranslations() - Method in class com.jme3.anim.TransformTrack
-
Copies the translations.
- getTranslations() - Method in class com.jme3.animation.BoneTrack
-
Deprecated.
returns the array of translations of this track
- getTranslations() - Method in class com.jme3.animation.SpatialTrack
-
Deprecated.
- getTraveledDistance() - Method in class com.jme3.cinematic.events.MotionEvent
-
Return the distance traveled by the spatial on the path.
- getTriangle(int, Vector3f, Vector3f, Vector3f) - Method in class com.jme3.collision.bih.BIHTree
-
- getTriangle(Triangle) - Method in class com.jme3.collision.CollisionResult
-
- getTriangle(int, Vector3f, Vector3f, Vector3f) - Method in class com.jme3.scene.Mesh
-
Gets the triangle vertex positions at the given triangle index
and stores them into the v1, v2, v3 arguments.
- getTriangle(int, Triangle) - Method in class com.jme3.scene.Mesh
-
Gets the triangle vertex positions at the given triangle index
and stores them into the
Triangle
argument.
- getTriangle(int, int[]) - Method in class com.jme3.scene.Mesh
-
Gets the triangle vertex indices at the given triangle index
and stores them into the given int array.
- getTriangle(float, float) - Method in class com.jme3.terrain.geomipmap.TerrainPatch
-
Get the triangle of this geometry at the specified local coordinate.
- getTriangleAtPoint(float, float, Vector3f, Vector3f) - Method in class com.jme3.terrain.geomipmap.LODGeomap
-
Get a representation of the underlying triangle at the given point,
translated to world coordinates.
- getTriangleAtPoint(float, float) - Method in class com.jme3.terrain.geomipmap.LODGeomap
-
Get the triangle that the point is on.
- getTriangleCount() - Method in class com.jme3.scene.Geometry
-
Returns this geometry's mesh triangle count.
- getTriangleCount(int) - Method in class com.jme3.scene.Mesh
-
Returns the triangle count for the given LOD level.
- getTriangleCount() - Method in class com.jme3.scene.Mesh
-
Returns how many triangles or elements are on this Mesh.
- getTriangleCount() - Method in class com.jme3.scene.Node
-
getTriangleCount
returns the number of triangles contained
in all sub-branches of this node that contain geometry.
- getTriangleCount() - Method in class com.jme3.scene.Spatial
-
- getTriangleIndex() - Method in class com.jme3.collision.CollisionResult
-
- getTriangles(float, float, TerrainPatch) - Method in class com.jme3.terrain.geomipmap.picking.BresenhamTerrainPicker
-
Request the triangles (in world coord space) of a TerrainBlock that
correspond to the given grid location.
- getTrisPerPixel() - Method in class com.jme3.scene.control.LodControl
-
Returns the triangles per pixel value.
- getTrueHeightAtPoint(int, int) - Method in class com.jme3.terrain.heightmap.AbstractHeightMap
-
getTrueHeightAtPoint
returns the non-scaled value at the
point provided.
- getTrueHeightAtPoint(int, int) - Method in interface com.jme3.terrain.heightmap.HeightMap
-
getTrueHeightAtPoint
returns the non-scaled value at the
point provided.
- getTupleSize() - Method in class com.jme3.animation.CompactArray
-
serialized size of one object element
- getTupleSize() - Method in class com.jme3.animation.CompactFloatArray
-
- getTupleSize() - Method in class com.jme3.animation.CompactQuaternionArray
-
- getTupleSize() - Method in class com.jme3.animation.CompactVector3Array
-
- getTweens() - Method in interface com.jme3.anim.tween.ContainsTweens
-
- getType() - Method in class com.jme3.audio.AudioNode
-
Get the Type of the underlying AudioData to see if it's streamed or buffered.
- getType() - Method in class com.jme3.bounding.BoundingBox
-
- getType() - Method in class com.jme3.bounding.BoundingSphere
-
- getType() - Method in class com.jme3.bounding.BoundingVolume
-
getType returns the type of bounding volume this is.
- getType() - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
-
- getType() - Method in class com.jme3.input.event.TouchEvent
-
Returns the type of touch event.
- getType() - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVR
-
- getType() - Method in class com.jme3.input.vr.oculus.OculusVR
-
- getType() - Method in class com.jme3.input.vr.openvr.OpenVR
-
- getType() - Method in class com.jme3.input.vr.osvr.OSVR
-
- getType() - Method in interface com.jme3.input.vr.VRAPI
-
Get the Head Mounted Device (HMD) type.
- getType() - Method in class com.jme3.light.AmbientLight
-
- getType() - Method in class com.jme3.light.DirectionalLight
-
- getType() - Method in class com.jme3.light.Light
-
Returns the light type
- getType() - Method in class com.jme3.light.LightProbe
-
- getType() - Method in class com.jme3.light.PointLight
-
- getType() - Method in class com.jme3.light.SpotLight
-
- getType() - Method in class com.jme3.math.Spline
-
return the type of the spline
- getType() - Method in class com.jme3.network.kernel.EndpointEvent
-
- getType() - Method in class com.jme3.network.message.DisconnectMessage
-
- getType() - Method in class com.jme3.network.serializing.SerializerRegistration
-
Get the class type.
- getType() - Method in class com.jme3.network.service.rmi.ClassInfo
-
- getType() - Method in class com.jme3.scene.shape.Surface
-
This method returns the type of the surface.
- getType() - Method in class com.jme3.shader.BufferObjectField
-
Gets the field type.
- getType() - Method in class com.jme3.shader.Shader.ShaderSource
-
- getType() - Method in class com.jme3.shader.ShaderNodeDefinition
-
- getType() - Method in class com.jme3.shader.ShaderNodeVariable
-
- getType() - Method in class com.jme3.system.android.OGLESContext
-
- getType() - Method in class com.jme3.system.awt.AwtPanelsContext
-
- getType() - Method in class com.jme3.system.AWTContext
-
- getType() - Method in class com.jme3.system.ios.IGLESContext
-
- getType() - Method in interface com.jme3.system.JmeContext
-
- getType() - Method in class com.jme3.system.lwjgl.LwjglAbstractDisplay
-
- getType() - Method in class com.jme3.system.lwjgl.LwjglCanvas
-
- getType() - Method in class com.jme3.system.lwjgl.LwjglDisplay
-
- getType() - Method in class com.jme3.system.lwjgl.LwjglOffscreenBuffer
-
- getType() - Method in class com.jme3.system.lwjgl.LwjglWindow
-
- getType() - Method in class com.jme3.system.lwjgl.LwjglWindowVR
-
- getType() - Method in class com.jme3.system.NullContext
-
- getType() - Method in class com.jme3.texture.Texture
-
- getType() - Method in class com.jme3.texture.Texture2D
-
- getType() - Method in class com.jme3.texture.Texture3D
-
- getType() - Method in class com.jme3.texture.TextureArray
-
- getType() - Method in class com.jme3.texture.TextureCubeMap
-
- getUControlPointsAmount() - Method in class com.jme3.scene.shape.Surface
-
This method returns the amount of U control points.
- getUiNode() - Method in class com.jme3.app.DetailedProfilerState
-
- GetUint64TrackedDeviceProperty - Variable in class com.jme3.system.jopenvr.VR_IVRSystem_FnTable
-
C type : GetUint64TrackedDeviceProperty_callback*
- getUnderWaterFogDistance() - Method in class com.jme3.water.WaterFilter
-
returns the distance of the fog when underwater
- getUniform(String) - Method in class com.jme3.shader.Shader
-
- getUniformMap() - Method in class com.jme3.shader.Shader
-
- getUniformMatrix() - Method in class com.jme3.light.LightProbe
-
Returns the data to send to the shader.
- getUniformMatrix() - Method in class com.jme3.light.OrientedBoxProbeArea
-
- getUniformMatrix() - Method in interface com.jme3.light.ProbeArea
-
- getUniformMatrix() - Method in class com.jme3.light.SphereProbeArea
-
- getUniqueId() - Method in class com.jme3.audio.android.AndroidAudioData
-
- getUniqueId() - Method in class com.jme3.audio.AudioBuffer
-
- getUniqueId() - Method in class com.jme3.audio.AudioStream
-
- getUniqueId() - Method in class com.jme3.audio.LowPassFilter
-
- getUniqueId() - Method in class com.jme3.scene.VertexBuffer
-
- getUniqueId() - Method in class com.jme3.shader.BufferObject
-
- getUniqueId() - Method in class com.jme3.shader.Shader
-
- getUniqueId() - Method in class com.jme3.shader.Shader.ShaderSource
-
- getUniqueId() - Method in class com.jme3.texture.FrameBuffer
-
- getUniqueId() - Method in class com.jme3.texture.Image
-
- getUniqueId() - Method in class com.jme3.util.NativeObject
-
Returns a unique ID for this NativeObject.
- getUnpressedMappings() - Method in class jme3test.input.combomoves.ComboMove.ComboMoveState
-
- getUnqueuedBufferBytes() - Method in class com.jme3.audio.AudioStream
-
- getUnusedNodes() - Method in class com.jme3.material.ShaderGenerationInfo
-
- getUp() - Method in class com.jme3.audio.Listener
-
- getUp() - Method in class com.jme3.math.Ring
-
getUp
returns the ring's up vector.
- getUp() - Method in class com.jme3.renderer.Camera
-
Retrieves the up axis of the camera.
- getUp(Vector3f) - Method in class com.jme3.renderer.Camera
-
Retrieves the up axis of the camera.
- getUpAxis() - Method in class com.jme3.bullet.objects.PhysicsCharacter
-
- getUpdatedPatch() - Method in class com.jme3.terrain.geomipmap.UpdatedTerrainPatch
-
- getUpdateInterval() - Method in class com.jme3.app.BasicProfiler
-
- getUpperAngLimit() - Method in class com.jme3.bullet.joints.SliderJoint
-
- getUpperLimit() - Method in class com.jme3.bullet.joints.HingeJoint
-
- getUpperLimit() - Method in class com.jme3.bullet.joints.motors.TranslationalLimitMotor
-
- getUpperLimit() - Method in class com.jme3.post.filters.ContrastAdjustmentFilter
-
Returns the upper limit of the input range.
- getUpperLinLimit() - Method in class com.jme3.bullet.joints.SliderJoint
-
- getUpVector() - Method in class com.jme3.input.ChaseCamera
-
Returns the up vector of the camera used for the lookAt on the target
- getUsage() - Method in class com.jme3.scene.VertexBuffer
-
- getUserData(String) - Method in class com.jme3.scene.Spatial
-
- getUserDataKeys() - Method in class com.jme3.scene.Spatial
-
- getUserObject() - Method in class com.jme3.bullet.collision.PhysicsCollisionObject
-
- getUserPersistentData() - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
-
- getUserSelection() - Method in class com.jme3.app.SettingsDialog
-
- getUV(int, int, Vector2f) - Method in class com.jme3.terrain.GeoMap
-
- getUV(int, Vector2f) - Method in class com.jme3.terrain.GeoMap
-
- getUV(int, int, Vector2f, Vector2f, float, int) - Method in class com.jme3.terrain.geomipmap.LODGeomap
-
- getUvSet() - Method in class com.jme3.scene.plugins.fbx.material.FbxTexture
-
- getVal() - Method in class jme3test.network.TestSerialization.SomeObject
-
- getValue() - Method in class com.jme3.input.event.JoyAxisEvent
-
The value of the axis.
- getValue() - Method in enum com.jme3.input.vr.VRInputType
-
Get the value (code) of the input type.
- getValue() - Method in class com.jme3.material.MatParam
-
Returns the value of this material parameter.
- getValue() - Method in class com.jme3.post.filters.FadeFilter
-
Returns the current fade value.
- getValue(long) - Method in class com.jme3.scene.plugins.fbx.objects.FbxAnimCurve
-
- getValue(long, Vector3f) - Method in class com.jme3.scene.plugins.fbx.objects.FbxAnimNode
-
- getValue() - Method in class com.jme3.scene.UserData
-
- getValue() - Method in class com.jme3.shader.BufferObjectField
-
Gets the field value.
- getValue() - Method in class com.jme3.shader.Uniform
-
- getValue(int, int) - Method in class com.jme3.terrain.GeoMap
-
Returns the height value for a given point.
- getValue(int) - Method in class com.jme3.terrain.GeoMap
-
Returns the height value at the given index.
- getValue() - Method in class com.jme3.util.IntMap.Entry
-
- getValue(int) - Method in class com.jme3.util.ListMap
-
- getValueAsString() - Method in class com.jme3.material.MatParam
-
Returns the material parameter value as it would appear in a J3M
file.
- getValueAtTime(long) - Method in class com.jme3.scene.plugins.fbx.anim.FbxAnimCurve
-
Retrieve the curve value at the given time.
- getVarType() - Method in class com.jme3.material.MatParam
-
Returns the material parameter type.
- getVarType() - Method in class com.jme3.shader.Uniform
-
- getVarTypeByValue(Object) - Static method in class com.jme3.shader.BufferObject
-
- getVaryings() - Method in class com.jme3.material.ShaderGenerationInfo
-
- getVControlPointsAmount() - Method in class com.jme3.scene.shape.Surface
-
This method returns the amount of V control points.
- getVector2Array(FloatBuffer) - Static method in class com.jme3.util.BufferUtils
-
Generates a Vector2f array from the given FloatBuffer.
- getVector3Array(FloatBuffer) - Static method in class com.jme3.util.BufferUtils
-
Generates a Vector3f array from the given FloatBuffer.
- getVector3Value(long) - Method in class com.jme3.scene.plugins.fbx.anim.FbxAnimCurveNode
-
- getVectorFromCubemapFaceTexCoord(int, int, int, int, Vector3f, EnvMapUtils.FixSeamsMethod) - Static method in class com.jme3.environment.util.EnvMapUtils
-
Computes the 3 component vector coordinates for the given face and coords
- getVehicleId() - Method in class com.jme3.bullet.objects.PhysicsVehicle
-
used internally
- getVehicleList() - Method in class com.jme3.bullet.PhysicsSpace
-
- getVelocity() - Method in class com.jme3.audio.AudioNode
-
- getVelocity() - Method in interface com.jme3.audio.AudioSource
-
- getVelocity() - Method in class com.jme3.audio.Listener
-
- getVelocity() - Method in class com.jme3.bullet.control.BetterCharacterControl
-
Access the character's linear velocity in physics-space coordinates.
- getVelocity(int) - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVRInput
-
- getVelocity(int) - Method in class com.jme3.input.vr.oculus.OculusVRInput
-
- getVelocity(int) - Method in class com.jme3.input.vr.openvr.OpenVRInput
-
- getVelocity(int) - Method in class com.jme3.input.vr.osvr.OSVRInput
-
- getVelocity(int) - Method in interface com.jme3.input.vr.VRInputAPI
-
Get the controller velocity on all axes.
- getVelocityVariation() - Method in class com.jme3.effect.influencers.DefaultParticleInfluencer
-
- getVelocityVariation() - Method in class com.jme3.effect.influencers.EmptyParticleInfluencer
-
- getVelocityVariation() - Method in interface com.jme3.effect.influencers.ParticleInfluencer
-
This method returns the velocity variation.
- getVelocityVariation() - Method in class com.jme3.effect.ParticleEmitter
-
- getVendor() - Method in interface com.jme3.opencl.Device
-
- getVendor() - Method in class com.jme3.opencl.lwjgl.LwjglDevice
-
- getVendor() - Method in class com.jme3.opencl.lwjgl.LwjglPlatform
-
- getVendor() - Method in interface com.jme3.opencl.Platform
-
- getVendorId() - Method in interface com.jme3.opencl.Device
-
- getVendorId() - Method in class com.jme3.opencl.lwjgl.LwjglDevice
-
- getVersion() - Method in class com.jme3.network.base.DefaultClient
-
- getVersion() - Method in class com.jme3.network.base.DefaultServer
-
- getVersion() - Method in interface com.jme3.network.Client
-
Returns the game-specific version of the server this client should
be able to connect to.
- getVersion() - Method in class com.jme3.network.message.ClientRegistrationMessage
-
- getVersion() - Method in interface com.jme3.network.Server
-
Returns the game-specific version of this server used for detecting
mismatched clients.
- getVersion() - Method in interface com.jme3.opencl.Device
-
OpenCL version string.
- getVersion() - Method in class com.jme3.opencl.lwjgl.LwjglDevice
-
- getVersion() - Method in class com.jme3.opencl.lwjgl.LwjglPlatform
-
- getVersion() - Method in interface com.jme3.opencl.Platform
-
- getVersionMajor() - Method in interface com.jme3.opencl.Device
-
Extracts the major version from the version string
- getVersionMajor() - Method in class com.jme3.opencl.lwjgl.LwjglDevice
-
- getVersionMajor() - Method in class com.jme3.opencl.lwjgl.LwjglPlatform
-
- getVersionMajor() - Method in interface com.jme3.opencl.Platform
-
Extracts the major version from the version string
- getVersionMinor() - Method in interface com.jme3.opencl.Device
-
Extracts the minor version from the version string
- getVersionMinor() - Method in class com.jme3.opencl.lwjgl.LwjglDevice
-
- getVersionMinor() - Method in class com.jme3.opencl.lwjgl.LwjglPlatform
-
- getVersionMinor() - Method in interface com.jme3.opencl.Platform
-
Extracts the minor version from the version string
- getVertexBufferFormat(int) - Static method in class com.jme3.scene.plugins.gltf.GltfUtils
-
- getVertexBufferType(String) - Static method in class com.jme3.scene.plugins.gltf.GltfUtils
-
- getVertexCount() - Method in class com.jme3.scene.Geometry
-
Returns this geometry's mesh vertex count.
- getVertexCount() - Method in class com.jme3.scene.Mesh
-
Returns the number of vertices on this mesh.
- getVertexCount() - Method in class com.jme3.scene.Node
-
getVertexCount
returns the number of vertices contained
in all sub-branches of this node that contain geometry.
- getVertexCount() - Method in class com.jme3.scene.Spatial
-
- getVertexData(FbxLayerElement.Type, int, int, int, int) - Method in class com.jme3.scene.plugins.fbx.mesh.FbxLayer
-
- getVertexData(int, int, int, int) - Method in class com.jme3.scene.plugins.fbx.mesh.FbxLayerElement
-
- getVertexGlobal() - Method in class com.jme3.material.ShaderGenerationInfo
-
- getVertexIndices() - Method in class com.jme3.scene.plugins.fbx.anim.FbxCluster
-
- getVertexShaderLanguage() - Method in class com.jme3.material.TechniqueDef
-
Returns the language of the vertex shader used in this technique.
- getVertexShaderName() - Method in class com.jme3.material.TechniqueDef
-
Returns the name of the vertex shader used by the technique, or null
if no vertex shader is specified.
- getVertexUniforms() - Method in class com.jme3.material.ShaderGenerationInfo
-
- getVerticalAlignment() - Method in class com.jme3.font.BitmapText
-
- getVerticalRotation() - Method in class com.jme3.input.ChaseCamera
-
returns the current vertical rotation around the target in radians.
- GetVideoStreamFrameBuffer - Variable in class com.jme3.system.jopenvr.VR_IVRTrackedCamera_FnTable
-
C type : GetVideoStreamFrameBuffer_callback*
- GetVideoStreamTextureD3D11 - Variable in class com.jme3.system.jopenvr.VR_IVRTrackedCamera_FnTable
-
C type : GetVideoStreamTextureD3D11_callback*
- GetVideoStreamTextureGL - Variable in class com.jme3.system.jopenvr.VR_IVRTrackedCamera_FnTable
-
C type : GetVideoStreamTextureGL_callback*
- GetVideoStreamTextureSize - Variable in class com.jme3.system.jopenvr.VR_IVRTrackedCamera_FnTable
-
C type : GetVideoStreamTextureSize_callback*
- getView() - Method in class com.jme3.input.android.AndroidInputHandler
-
- getView() - Static method in class com.jme3.system.android.JmeAndroidSystem
-
- getViewDirection() - Method in class com.jme3.bullet.control.BetterCharacterControl
-
Access the view direction.
- getViewDirection() - Method in class com.jme3.bullet.control.CharacterControl
-
- getViewMatrix() - Method in class com.jme3.renderer.Camera
-
Provides access to the view matrix.
- getViewPort() - Method in interface com.jme3.app.Application
-
- getViewPort() - Method in class com.jme3.app.LegacyApplication
-
- getViewPort() - Method in class com.jme3.app.state.RootNodeAppState
-
Returns the used ViewPort
- getViewPort() - Method in class com.jme3.app.VRApplication
-
Deprecated.
- getViewPort() - Method in class com.jme3.system.AWTFrameProcessor
-
Gets the view port.
- getViewPortBottom() - Method in class com.jme3.renderer.Camera
-
Gets the bottom boundary of the viewport.
- getViewPortLeft() - Method in class com.jme3.renderer.Camera
-
Gets the left boundary of the viewport.
- getViewPortRight() - Method in class com.jme3.renderer.Camera
-
Gets the right boundary of the viewport.
- getViewPorts() - Method in class com.jme3.environment.EnvironmentCamera
-
Returns an array of the 6 ViewPorts used to capture the snapshot.
- getViewPortTop() - Method in class com.jme3.renderer.Camera
-
Gets the top boundary of the viewport.
- getViewProjectionMatrix() - Method in class com.jme3.renderer.Camera
-
Provides access to the view projection matrix.
- getViewToProjectionZ(float) - Method in class com.jme3.renderer.Camera
-
Computes the z value in projection space from the z value in view space
Note that the returned value goes non-linearly from 0 to 1.
- getVolume() - Method in class com.jme3.audio.AudioNode
-
- getVolume() - Method in interface com.jme3.audio.AudioSource
-
- getVolume() - Method in class com.jme3.audio.Listener
-
- getVolume() - Method in class com.jme3.audio.LowPassFilter
-
- getVolume() - Method in class com.jme3.bounding.BoundingBox
-
- getVolume() - Method in class com.jme3.bounding.BoundingSphere
-
- getVolume() - Method in class com.jme3.bounding.BoundingVolume
-
- getVolume() - Method in class com.jme3.niftygui.SoundHandleJme
-
- getVRBounds() - Method in class com.jme3.app.VREnvironment
-
Get the VR bounds.
- getVREnvironment() - Method in class com.jme3.app.VRAppState
-
- getVREnvironment() - Method in class com.jme3.input.vr.AbstractVRMouseManager
-
- getVREnvironment() - Method in class com.jme3.input.vr.AbstractVRViewManager
-
- getVREnvironment() - Method in interface com.jme3.input.vr.VRMouseManager
-
- getVREnvironment() - Method in interface com.jme3.input.vr.VRViewManager
-
- getVRGUIManager() - Method in class com.jme3.app.VRApplication
-
Deprecated.
Get the GUI manager attached to this application.
- getVRGUIManager() - Method in class com.jme3.app.VRAppState
-
Get the GUI manager attached to this app state.
- getVRGUIManager() - Method in class com.jme3.app.VREnvironment
-
Get the GUI manager attached to this environment.
- getVRHardware() - Method in class com.jme3.app.VRApplication
-
Deprecated.
Get the VR underlying hardware.
- getVRHardware() - Method in class com.jme3.app.VRAppState
-
Get the VR underlying hardware.
- getVRHardware() - Method in class com.jme3.app.VREnvironment
-
Get the VR underlying hardware.
- getVRHeightAdjustment() - Method in class com.jme3.app.VRApplication
-
Deprecated.
Get the VR headset height from the ground.
- getVRHeightAdjustment() - Method in class com.jme3.app.VREnvironment
-
Get the VR headset height from the ground.
- getVRinput() - Method in class com.jme3.app.VRApplication
-
Deprecated.
Get the VR dedicated input.
- getVRinput() - Method in class com.jme3.app.VRAppState
-
Get the VR dedicated input.
- getVRinput() - Method in class com.jme3.app.VREnvironment
-
Get the VR dedicated input.
- getVRinput() - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVR
-
- getVRinput() - Method in class com.jme3.input.vr.oculus.OculusVR
-
- getVRinput() - Method in class com.jme3.input.vr.openvr.OpenVR
-
- getVRinput() - Method in class com.jme3.input.vr.osvr.OSVR
-
- getVRinput() - Method in interface com.jme3.input.vr.VRAPI
-
Get the input provided by the underlying VR system.
- getVRMouseManager() - Method in class com.jme3.app.VRApplication
-
Deprecated.
Get the VR mouse manager attached to this application.
- getVRMouseManager() - Method in class com.jme3.app.VRAppState
-
Get the VR mouse manager attached to this app state.
- getVRMouseManager() - Method in class com.jme3.app.VREnvironment
-
Get the VR mouse manager attached to this environment.
- getVRSystem() - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVR
-
- getVRSystem() - Method in class com.jme3.input.vr.oculus.OculusVR
-
- getVRSystem() - Method in class com.jme3.input.vr.openvr.OpenVR
-
- getVRSystem() - Method in class com.jme3.input.vr.osvr.OSVR
-
- getVRSystem() - Method in interface com.jme3.input.vr.VRAPI
-
Get the object that wraps natively the VR system.
- getVRViewManager() - Method in class com.jme3.app.VRApplication
-
Deprecated.
Get the VR view manager.
- getVRViewManager() - Method in class com.jme3.app.VRAppState
-
Get the VR view manager.
- getVRViewManager() - Method in class com.jme3.app.VREnvironment
-
Get the VR view manager.
- GetVulkanDeviceExtensionsRequired - Variable in class com.jme3.system.jopenvr.VR_IVRCompositor_FnTable
-
C type : GetVulkanDeviceExtensionsRequired_callback*
- GetVulkanInstanceExtensionsRequired - Variable in class com.jme3.system.jopenvr.VR_IVRCompositor_FnTable
-
C type : GetVulkanInstanceExtensionsRequired_callback*
- getVxOffset() - Method in class com.jme3.post.filters.FXAAFilter
-
- getW() - Method in class com.jme3.math.Quaternion
-
Determine the W (real) component.
- getW() - Method in class com.jme3.math.Vector4f
-
Determine the W component of this vector.
- getWaitingTasks() - Method in class com.jme3.system.AWTTaskExecutor
-
- getWalkDirection() - Method in class com.jme3.bullet.control.BetterCharacterControl
-
Read the walk velocity.
- getWalkDirection() - Method in class com.jme3.bullet.objects.PhysicsCharacter
-
- getWaterColor() - Method in class com.jme3.water.WaterFilter
-
returns the color of the water
- getWaterDepth() - Method in class com.jme3.water.SimpleWaterProcessor
-
return the water depth
- getWaterHeight() - Method in class com.jme3.water.WaterFilter
-
gets the height of the water plane
- getWaterTransparency() - Method in class com.jme3.water.SimpleWaterProcessor
-
returns water transparency
- getWaterTransparency() - Method in class com.jme3.water.WaterFilter
-
returns the waterTransparency value
- getWaveScale() - Method in class com.jme3.water.WaterFilter
-
Returns the scale factor of the waves' height map.
- getWaveSpeed() - Method in class com.jme3.water.SimpleWaterProcessor
-
returns the speed of the wave animation.
- getWayPoint(int) - Method in class com.jme3.cinematic.MotionPath
-
returns the waypoint at the given index
- getWayPointIndexForDistance(float, Vector2f) - Method in class com.jme3.cinematic.MotionPath
-
compute the index of the waypoint and the interpolation value according to a distance
returns a vector 2 containing the index in the x field and the interpolation value in the y field
- getWeakRef() - Method in class com.jme3.util.NativeObject
-
Acquire a weak reference to this NativeObject.
- getWeight() - Method in class com.jme3.anim.tween.action.BlendableAction
-
- getWeight() - Method in interface com.jme3.anim.tween.action.BlendSpace
-
- getWeight() - Method in class com.jme3.anim.tween.action.LinearBlendSpace
-
- getWeight() - Method in class com.jme3.material.TechniqueDef
-
returns the weight of the technique def
- getWeights() - Method in class com.jme3.anim.MorphTrack
-
return the array of weights of this track
- getWeights() - Method in class com.jme3.math.Spline
-
This method returns NURBS' spline weights.
- getWeights() - Method in class com.jme3.scene.plugins.fbx.anim.FbxCluster
-
- getWeightThreshold() - Method in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
Read the ragdoll's weight threshold.
- getWheel(int) - Method in class com.jme3.bullet.objects.PhysicsVehicle
-
You can get access to the single wheels via this method.
- getWheel() - Method in class com.jme3.input.event.MouseMotionEvent
-
Current mouse wheel value
- getWheelInfo() - Method in class com.jme3.bullet.objects.VehicleWheel
-
- getWheelsDampingCompression() - Method in class com.jme3.bullet.objects.VehicleWheel
-
- getWheelsDampingRelaxation() - Method in class com.jme3.bullet.objects.VehicleWheel
-
- getWheelSpatial() - Method in class com.jme3.bullet.objects.VehicleWheel
-
- getWheelWorldLocation(Vector3f) - Method in class com.jme3.bullet.objects.VehicleWheel
-
write the content of the wheelWorldLocation into the store
- getWheelWorldRotation(Quaternion) - Method in class com.jme3.bullet.objects.VehicleWheel
-
write the content of the wheelWorldRotation into the store
- getWhitePoint() - Method in class com.jme3.post.filters.ToneMapFilter
-
Get the scene white point.
- getWidth() - Method in class com.jme3.cursors.plugins.JmeCursor
-
Queries the cursor's width.
- getWidth() - Method in class com.jme3.font.BitmapCharacter
-
- getWidth() - Method in class com.jme3.font.BitmapCharacterSet
-
- getWidth() - Method in class com.jme3.niftygui.JmeBatchRenderBackend
-
- getWidth() - Method in class com.jme3.niftygui.RenderDeviceJme
-
- getWidth(String) - Method in class com.jme3.niftygui.RenderFontJme
-
get font width of the given string.
- getWidth(String, float) - Method in class com.jme3.niftygui.RenderFontJme
-
- getWidth() - Method in class com.jme3.niftygui.RenderImageJme
-
- getWidth() - Method in class com.jme3.opencl.Image
-
- getWidth() - Method in class com.jme3.opencl.lwjgl.LwjglImage
-
- getWidth() - Method in class com.jme3.renderer.Camera
-
Returns the display width.
- getWidth() - Method in class com.jme3.scene.CenterQuad
-
Deprecated.
- getWidth() - Method in class com.jme3.scene.shape.CenterQuad
-
Returns the width (or X extent).
- getWidth() - Method in class com.jme3.scene.shape.PQTorus
-
- getWidth() - Method in class com.jme3.scene.shape.Quad
-
- getWidth() - Method in class com.jme3.system.AppSettings
-
Get the width
- getWidth() - Method in class com.jme3.system.AWTComponentRenderer
-
Get the width of the area to render.
- getWidth() - Method in class com.jme3.system.AWTContext
-
- getWidth() - Method in class com.jme3.terrain.GeoMap
-
Returns the width of this Geomap
- getWidth() - Method in class com.jme3.texture.FrameBuffer
-
- getWidth() - Method in class com.jme3.texture.image.DefaultImageRaster
-
- getWidth() - Method in class com.jme3.texture.Image
-
getWidth
returns the width of this image.
- getWidth() - Method in class com.jme3.texture.image.ImageRaster
-
Returns the pixel width of the underlying image.
- getWidth() - Method in class com.jme3.texture.image.MipMapImageRaster
-
- getWidth() - Method in class jme3tools.optimize.TextureAtlas.TextureAtlasTile
-
- getWindDirection() - Method in class com.jme3.water.WaterFilter
-
returns the wind direction
- GetWindowBounds - Variable in class com.jme3.system.jopenvr.VR_IVRExtendedDisplay_FnTable
-
C type : GetWindowBounds_callback*
- getWindowContentScale(Vector2f) - Method in class com.jme3.system.lwjgl.LwjglWindow
-
Get the window content scale, for HiDPI support.
- getWindowHandle() - Method in class com.jme3.system.lwjgl.LwjglWindow
-
- getWindowHandle() - Method in class com.jme3.system.lwjgl.LwjglWindowVR
-
Get the window handle.
- getWindowXPosition() - Method in class com.jme3.system.AppSettings
-
Gets the window's initial X position on the desktop.
- getWindowYPosition() - Method in class com.jme3.system.AppSettings
-
Gets the window's initial Y position on the desktop.
- getWires() - Method in class com.jme3.scene.debug.SkeletonDebugger
-
- getWorkGroupSize() - Method in class com.jme3.opencl.Kernel
-
- GetWorkingCollisionBoundsInfo - Variable in class com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable
-
C type : GetWorkingCollisionBoundsInfo_callback*
- GetWorkingPlayAreaRect - Variable in class com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable
-
C type : GetWorkingPlayAreaRect_callback*
- GetWorkingPlayAreaSize - Variable in class com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable
-
C type : GetWorkingPlayAreaSize_callback*
- GetWorkingSeatedZeroPoseToRawTrackingPose - Variable in class com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable
-
C type : GetWorkingSeatedZeroPoseToRawTrackingPose_callback*
- GetWorkingStandingZeroPoseToRawTrackingPose - Variable in class com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable
-
C type : GetWorkingStandingZeroPoseToRawTrackingPose_callback*
- getWorldBindings() - Method in class com.jme3.material.TechniqueDef
-
Returns a list of world parameters that are used by this
technique definition.
- getWorldBindInversePosition() - Method in class com.jme3.animation.Bone
-
- getWorldBindInverseRotation() - Method in class com.jme3.animation.Bone
-
- getWorldBindInverseScale() - Method in class com.jme3.animation.Bone
-
- getWorldBindPosition() - Method in class com.jme3.animation.Bone
-
- getWorldBindRotation() - Method in class com.jme3.animation.Bone
-
- getWorldBindScale() - Method in class com.jme3.animation.Bone
-
- getWorldBound() - Method in class com.jme3.scene.Spatial
-
getWorldBound
retrieves the world bound at this node
level.
- getWorldCoordinates(Vector2f, float) - Method in class com.jme3.renderer.Camera
-
Computes a position in World space given a screen position in screen space (0,0 to width, height)
and a z position in projection space ( 0 to 1 non-linear).
- getWorldCoordinates(Vector2f, float, Vector3f) - Method in class com.jme3.renderer.Camera
-
Converts the given position from screen space to world space.
- getWorldLightList() - Method in class com.jme3.scene.Spatial
-
Returns the world
LightList
, containing the lights
combined from all this
Spatial's
parents up to and including
this
Spatial
's lights.
- getWorldLocation() - Method in class com.jme3.bullet.objects.infos.RigidBodyMotionState
-
- getWorldMatParamOverrides() - Method in class com.jme3.scene.Spatial
-
Get the world material parameter overrides.
- getWorldMatrix() - Method in class com.jme3.scene.Geometry
-
A
matrix
that transforms the
mesh
from model space to world space.
- getWorldMax() - Method in class com.jme3.bullet.PhysicsSpace
-
- getWorldMin() - Method in class com.jme3.bullet.PhysicsSpace
-
- getWorldPlane(int) - Method in class com.jme3.renderer.Camera
-
Provides access to one of the planes used for culling.
- getWorldRotation() - Method in class com.jme3.bullet.objects.infos.RigidBodyMotionState
-
- getWorldRotation() - Method in class com.jme3.scene.Spatial
-
getWorldRotation
retrieves the absolute rotation of the
Spatial.
- getWorldRotationQuat() - Method in class com.jme3.bullet.objects.infos.RigidBodyMotionState
-
- getWorldScale() - Method in class com.jme3.scene.Spatial
-
getWorldScale
retrieves the absolute scale factor of the
spatial.
- getWorldScaleCached() - Method in class com.jme3.terrain.geomipmap.TerrainPatch
-
- getWorldTransform(Transform) - Method in class com.jme3.bullet.objects.infos.RigidBodyMotionState
-
Called from Bullet when creating the rigid body.
- getWorldTransform() - Method in class com.jme3.scene.Spatial
-
getWorldTransform
retrieves the world transformation
of the spatial.
- getWorldTranslation() - Method in class com.jme3.scene.Spatial
-
getWorldTranslation
retrieves the absolute translation of
the spatial.
- getWorldTranslationCached() - Method in class com.jme3.terrain.geomipmap.TerrainPatch
-
- getWrap(Texture.WrapAxis) - Method in class com.jme3.texture.Texture
-
getWrap
returns the wrap mode for a given coordinate axis
on this texture.
- getWrap(Texture.WrapAxis) - Method in class com.jme3.texture.Texture2D
-
getWrap
returns the wrap mode for a given coordinate axis
on this texture.
- getWrap(Texture.WrapAxis) - Method in class com.jme3.texture.Texture3D
-
getWrap
returns the wrap mode for a given coordinate axis
on this texture.
- getWrap(Texture.WrapAxis) - Method in class com.jme3.texture.TextureArray
-
- getWrap(Texture.WrapAxis) - Method in class com.jme3.texture.TextureCubeMap
-
getWrap
returns the wrap mode for a given coordinate axis
on this texture.
- getWrapMode(Integer) - Static method in class com.jme3.scene.plugins.gltf.GltfUtils
-
- getX() - Method in class com.jme3.font.BitmapCharacter
-
- getX() - Method in class com.jme3.input.event.MouseButtonEvent
-
The X coordinate of the mouse when the event was generated.
- getX() - Method in class com.jme3.input.event.MouseMotionEvent
-
Current X coordinate
- getX() - Method in class com.jme3.input.event.TouchEvent
-
- getX() - Method in class com.jme3.math.Quaternion
-
Determine the X component.
- getX() - Method in class com.jme3.math.Vector2f
-
Determine the X component of this vector.
- getX() - Method in class com.jme3.math.Vector3f
-
Returns the X component.
- getX() - Method in class com.jme3.math.Vector4f
-
Determine the X component of this vector.
- getx(int) - Method in class jme3test.batching.TestBatchNodeCluster
-
- getX() - Method in class jme3tools.optimize.TextureAtlas.TextureAtlasTile
-
- getXAdvance() - Method in class com.jme3.font.BitmapCharacter
-
- getXAxis() - Method in class com.jme3.input.android.AndroidJoystickJoyInput14.AndroidJoystick
-
- getXAxis() - Method in class com.jme3.input.android.AndroidSensorJoyInput.AndroidSensorJoystick
-
- getXAxis() - Method in interface com.jme3.input.Joystick
-
Returns the X axis for this joystick.
- getXAxis() - Method in class com.jme3.input.lwjgl.GlfwJoystickInput.GlfwJoystick
-
- getXAxis() - Method in class com.jme3.input.lwjgl.JInputJoyInput.JInputJoystick
-
- getXAxisIndex() - Method in class com.jme3.input.AbstractJoystick
-
Gets the index number for the X axis on the joystick.
- getXAxisIndex() - Method in class com.jme3.input.android.AndroidJoystickJoyInput14.AndroidJoystick
-
- getXAxisIndex() - Method in interface com.jme3.input.Joystick
-
Gets the index number for the X axis on the joystick.
- getXAxisIndex() - Method in class com.jme3.input.lwjgl.GlfwJoystickInput.GlfwJoystick
-
- getXAxisIndex() - Method in class com.jme3.input.lwjgl.JInputJoyInput.JInputJoystick
-
- getXExtent() - Method in class com.jme3.bounding.BoundingBox
-
Determine the X-axis distance between the center and the boundary.
- getXExtent() - Method in class com.jme3.scene.shape.AbstractBox
-
Get the x-axis size (extent) of this box.
- getXHotSpot() - Method in class com.jme3.cursors.plugins.JmeCursor
-
Queries the cursor's X hotspot coordinate.
- getxm(int) - Method in class jme3test.batching.TestBatchNodeCluster
-
- getXOffset() - Method in class com.jme3.font.BitmapCharacter
-
- getY() - Method in class com.jme3.font.BitmapCharacter
-
- getY() - Method in class com.jme3.input.event.MouseButtonEvent
-
The Y coordinate of the mouse when the event was generated.
- getY() - Method in class com.jme3.input.event.MouseMotionEvent
-
Current Y coordinate
- getY() - Method in class com.jme3.input.event.TouchEvent
-
- getY() - Method in class com.jme3.math.Quaternion
-
Determine the Y component.
- getY() - Method in class com.jme3.math.Vector2f
-
Determine the Y component of this vector.
- getY() - Method in class com.jme3.math.Vector3f
-
Returns the Y component.
- getY() - Method in class com.jme3.math.Vector4f
-
Determine the Y component of this vector.
- gety(int) - Method in class jme3test.batching.TestBatchNodeCluster
-
- getY() - Method in class jme3tools.optimize.TextureAtlas.TextureAtlasTile
-
- getYAxis() - Method in class com.jme3.input.android.AndroidJoystickJoyInput14.AndroidJoystick
-
- getYAxis() - Method in class com.jme3.input.android.AndroidSensorJoyInput.AndroidSensorJoystick
-
- getYAxis() - Method in interface com.jme3.input.Joystick
-
Returns the Y axis for this joystick.
- getYAxis() - Method in class com.jme3.input.lwjgl.GlfwJoystickInput.GlfwJoystick
-
- getYAxis() - Method in class com.jme3.input.lwjgl.JInputJoyInput.JInputJoystick
-
- getYAxisIndex() - Method in class com.jme3.input.AbstractJoystick
-
Gets the index number for the Y axis on the joystick.
- getYAxisIndex() - Method in class com.jme3.input.android.AndroidJoystickJoyInput14.AndroidJoystick
-
- getYAxisIndex() - Method in interface com.jme3.input.Joystick
-
Gets the index number for the Y axis on the joystick.
- getYAxisIndex() - Method in class com.jme3.input.lwjgl.GlfwJoystickInput.GlfwJoystick
-
- getYAxisIndex() - Method in class com.jme3.input.lwjgl.JInputJoyInput.JInputJoystick
-
- getYExtent() - Method in class com.jme3.bounding.BoundingBox
-
Determine the Y-axis distance between the center and the boundary.
- getYExtent() - Method in class com.jme3.scene.shape.AbstractBox
-
Get the y-axis size (extent) of this box.
- getYHotSpot() - Method in class com.jme3.cursors.plugins.JmeCursor
-
Queries the cursor's Y hotspot coordinate.
- getym(int) - Method in class jme3test.batching.TestBatchNodeCluster
-
- getYOffset() - Method in class com.jme3.font.BitmapCharacter
-
- getZ() - Method in class com.jme3.math.Quaternion
-
Determine the Z component.
- getZ() - Method in class com.jme3.math.Vector3f
-
Returns the Z component.
- getZ() - Method in class com.jme3.math.Vector4f
-
Determine the Z component of this vector.
- getz(int) - Method in class jme3test.batching.TestBatchNodeCluster
-
- getZExtent() - Method in class com.jme3.bounding.BoundingBox
-
Determine the Z-axis distance between the center and the boundary.
- getZExtent() - Method in class com.jme3.scene.shape.AbstractBox
-
Get the z-axis size (extent) of this box.
- getzm(int) - Method in class jme3test.batching.TestBatchNodeCluster
-
- getZoomSensitivity() - Method in class com.jme3.input.ChaseCamera
-
returns the zoom sensitivity
- getZoomSpeed() - Method in class com.jme3.app.ChaseCameraAppState
-
returns the zoom speed
- getZoomSpeed() - Method in class com.jme3.input.FlyByCamera
-
Read the zoom-rate multiplier.
- getZSamples() - Method in class com.jme3.scene.shape.Sphere
-
- GhostControl - Class in com.jme3.bullet.control
-
A physics control to link a PhysicsGhostObject to a spatial.
- GhostControl() - Constructor for class com.jme3.bullet.control.GhostControl
-
No-argument constructor needed by SavableClassUtil.
- GhostControl(CollisionShape) - Constructor for class com.jme3.bullet.control.GhostControl
-
Instantiate an enabled control with the specified shape.
- ghosts - Variable in class com.jme3.bullet.debug.BulletDebugAppState
-
map ghosts to visualizations
- GImpactCollisionShape - Class in com.jme3.bullet.collision.shapes
-
Basic mesh collision shape
- GImpactCollisionShape() - Constructor for class com.jme3.bullet.collision.shapes.GImpactCollisionShape
-
- GImpactCollisionShape(Mesh) - Constructor for class com.jme3.bullet.collision.shapes.GImpactCollisionShape
-
creates a collision shape from the given Mesh
- GIT_HASH - Static variable in class com.jme3.system.JmeVersion
-
- GIT_SHORT_HASH - Static variable in class com.jme3.system.JmeVersion
-
- GIT_TAG - Static variable in class com.jme3.system.JmeVersion
-
- GL - Interface in com.jme3.renderer.opengl
-
Baseline GL methods that must be available on all platforms.
- gl - Variable in class com.jme3.renderer.opengl.GLDebug
-
- GL2 - Interface in com.jme3.renderer.opengl
-
GL functions only available on vanilla desktop OpenGL 2.
- GL3 - Interface in com.jme3.renderer.opengl
-
GL functions only available on vanilla desktop OpenGL 3.0+.
- GL4 - Interface in com.jme3.renderer.opengl
-
GL functions only available on vanilla desktop OpenGL 4.0.
- GL_ALIASED_LINE_WIDTH_RANGE - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_ALPHA - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_ALPHA - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_ALPHA8 - Static variable in interface com.jme3.renderer.opengl.GL2
-
- GL_ALPHA_TEST - Static variable in interface com.jme3.renderer.opengl.GL2
-
- GL_ALREADY_SIGNALED - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_ALWAYS - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_ALWAYS - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_ARRAY_BUFFER - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_ARRAY_BUFFER - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_ATOMIC_COUNTER_BUFFER - Static variable in interface com.jme3.renderer.opengl.GL4
-
Accepted by the target
parameter of BindBufferBase and BindBufferRange.
- GL_BACK - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_BACK - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_BGR - Static variable in interface com.jme3.renderer.opengl.GL2
-
- GL_BGRA - Static variable in interface com.jme3.renderer.opengl.GL2
-
- GL_BLEND - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_BLEND - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_BLUE - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_BYTE - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_BYTE - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_CLAMP_TO_EDGE - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_CLAMP_TO_EDGE - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_COLOR_ATTACHMENT0 - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_COLOR_ATTACHMENT0_EXT - Static variable in interface com.jme3.renderer.opengl.GLFbo
-
- GL_COLOR_ATTACHMENT10_EXT - Static variable in interface com.jme3.renderer.opengl.GLFbo
-
- GL_COLOR_ATTACHMENT11_EXT - Static variable in interface com.jme3.renderer.opengl.GLFbo
-
- GL_COLOR_ATTACHMENT12_EXT - Static variable in interface com.jme3.renderer.opengl.GLFbo
-
- GL_COLOR_ATTACHMENT13_EXT - Static variable in interface com.jme3.renderer.opengl.GLFbo
-
- GL_COLOR_ATTACHMENT14_EXT - Static variable in interface com.jme3.renderer.opengl.GLFbo
-
- GL_COLOR_ATTACHMENT15_EXT - Static variable in interface com.jme3.renderer.opengl.GLFbo
-
- GL_COLOR_ATTACHMENT1_EXT - Static variable in interface com.jme3.renderer.opengl.GLFbo
-
- GL_COLOR_ATTACHMENT2_EXT - Static variable in interface com.jme3.renderer.opengl.GLFbo
-
- GL_COLOR_ATTACHMENT3_EXT - Static variable in interface com.jme3.renderer.opengl.GLFbo
-
- GL_COLOR_ATTACHMENT4_EXT - Static variable in interface com.jme3.renderer.opengl.GLFbo
-
- GL_COLOR_ATTACHMENT5_EXT - Static variable in interface com.jme3.renderer.opengl.GLFbo
-
- GL_COLOR_ATTACHMENT6_EXT - Static variable in interface com.jme3.renderer.opengl.GLFbo
-
- GL_COLOR_ATTACHMENT7_EXT - Static variable in interface com.jme3.renderer.opengl.GLFbo
-
- GL_COLOR_ATTACHMENT8_EXT - Static variable in interface com.jme3.renderer.opengl.GLFbo
-
- GL_COLOR_ATTACHMENT9_EXT - Static variable in interface com.jme3.renderer.opengl.GLFbo
-
- GL_COLOR_BUFFER_BIT - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_COLOR_BUFFER_BIT - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_COMPARE_REF_TO_TEXTURE - Static variable in interface com.jme3.renderer.opengl.GL2
-
- GL_COMPILE_STATUS - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_COMPILE_STATUS - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_COMPRESSED_RED_RGTC1 - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_COMPRESSED_RG_RGTC2 - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_COMPRESSED_RGB8_ETC2 - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_COMPRESSED_RGB_S3TC_DXT1_EXT - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_COMPRESSED_RGBA_BPTC_UNORM - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_COMPRESSED_RGBA_S3TC_DXT1_EXT - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_COMPRESSED_RGBA_S3TC_DXT3_EXT - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_COMPRESSED_RGBA_S3TC_DXT5_EXT - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_COMPRESSED_SIGNED_RED_RGTC1 - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_COMPRESSED_SIGNED_RG_RGTC2 - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT3_EXT - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_COMPRESSED_SRGB_S3TC_DXT1_EXT - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_COMPRESSED_TEXTURE_FORMATS - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_CONDITION_SATISFIED - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_CULL_FACE - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_CULL_FACE - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_DECR - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_DECR_WRAP - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_DEPTH24_STENCIL8_EXT - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_DEPTH_ATTACHMENT - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_DEPTH_ATTACHMENT_EXT - Static variable in interface com.jme3.renderer.opengl.GLFbo
-
- GL_DEPTH_BUFFER_BIT - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_DEPTH_BUFFER_BIT - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_DEPTH_COMPONENT - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_DEPTH_COMPONENT - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_DEPTH_COMPONENT16 - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_DEPTH_COMPONENT16 - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_DEPTH_COMPONENT24 - Static variable in interface com.jme3.renderer.opengl.GL2
-
- GL_DEPTH_COMPONENT32 - Static variable in interface com.jme3.renderer.opengl.GL2
-
- GL_DEPTH_COMPONENT32F - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_DEPTH_STENCIL_ATTACHMENT - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_DEPTH_STENCIL_EXT - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_DEPTH_TEST - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_DEPTH_TEST - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_DEPTH_TEXTURE_MODE - Static variable in interface com.jme3.renderer.opengl.GL2
-
- GL_DITHER - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_DOUBLE - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_DOUBLEBUFFER - Static variable in interface com.jme3.renderer.opengl.GL2
-
- GL_DRAW_BUFFER - Static variable in interface com.jme3.renderer.opengl.GL2
-
- GL_DRAW_FRAMEBUFFER_BINDING_EXT - Static variable in interface com.jme3.renderer.opengl.GLFbo
-
- GL_DRAW_FRAMEBUFFER_EXT - Static variable in interface com.jme3.renderer.opengl.GLFbo
-
- GL_DST_ALPHA - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_DST_COLOR - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_DST_COLOR - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_DYNAMIC_COPY - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_DYNAMIC_DRAW - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_DYNAMIC_DRAW - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_ELEMENT_ARRAY_BUFFER - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_ELEMENT_ARRAY_BUFFER - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_EQUAL - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_EQUAL - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_ETC1_RGB8_OES - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_EXTENSIONS - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_EXTENSIONS - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_FALSE - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_FALSE - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_FILL - Static variable in interface com.jme3.renderer.opengl.GL2
-
- GL_FLOAT - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_FLOAT - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_FRAGMENT_SHADER - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_FRAGMENT_SHADER - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_FRAMEBUFFER - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_EXT - Static variable in interface com.jme3.renderer.opengl.GLFbo
-
- GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_EXT - Static variable in interface com.jme3.renderer.opengl.GLFbo
-
- GL_FRAMEBUFFER_BINDING - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_FRAMEBUFFER_COMPLETE - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_FRAMEBUFFER_COMPLETE_EXT - Static variable in interface com.jme3.renderer.opengl.GLFbo
-
- GL_FRAMEBUFFER_EXT - Static variable in interface com.jme3.renderer.opengl.GLFbo
-
- GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_EXT - Static variable in interface com.jme3.renderer.opengl.GLFbo
-
- GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_EXT - Static variable in interface com.jme3.renderer.opengl.GLFbo
-
- GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER_EXT - Static variable in interface com.jme3.renderer.opengl.GLFbo
-
- GL_FRAMEBUFFER_INCOMPLETE_FORMATS_EXT - Static variable in interface com.jme3.renderer.opengl.GLFbo
-
- GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_EXT - Static variable in interface com.jme3.renderer.opengl.GLFbo
-
- GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT - Static variable in interface com.jme3.renderer.opengl.GLFbo
-
- GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER_EXT - Static variable in interface com.jme3.renderer.opengl.GLFbo
-
- GL_FRAMEBUFFER_SRGB_CAPABLE_EXT - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_FRAMEBUFFER_SRGB_EXT - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_FRAMEBUFFER_UNSUPPORTED - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_FRAMEBUFFER_UNSUPPORTED_EXT - Static variable in interface com.jme3.renderer.opengl.GLFbo
-
- GL_FRONT - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_FRONT - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_FRONT_AND_BACK - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_FRONT_AND_BACK - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_FUNC_ADD - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_FUNC_REVERSE_SUBTRACT - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_FUNC_SUBTRACT - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_GENERATE_MIPMAP - Static variable in interface com.jme3.renderer.opengl.GL2
-
- GL_GEOMETRY_SHADER - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_GEQUAL - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_GEQUAL - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_GREATER - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_GREATER - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_GREEN - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_HALF_FLOAT_ARB - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_HALF_FLOAT_OES - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_HIGH_FLOAT - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_INCR - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_INCR_WRAP - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_INFO_LOG_LENGTH - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_INFO_LOG_LENGTH - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_INT - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_INT - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_INTENSITY - Static variable in interface com.jme3.renderer.opengl.GL2
-
- GL_INVALID_ENUM - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_INVALID_FRAMEBUFFER_OPERATION_EXT - Static variable in interface com.jme3.renderer.opengl.GLFbo
-
- GL_INVALID_OPERATION - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_INVALID_VALUE - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_INVERT - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_KEEP - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_LEQUAL - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_LEQUAL - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_LESS - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_LESS - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_LINE - Static variable in interface com.jme3.renderer.opengl.GL2
-
- GL_LINE_LOOP - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_LINE_LOOP - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_LINE_SMOOTH - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_LINE_STRIP - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_LINE_STRIP - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_LINEAR - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_LINEAR - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_LINEAR_MIPMAP_LINEAR - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_LINEAR_MIPMAP_LINEAR - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_LINEAR_MIPMAP_NEAREST - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_LINEAR_MIPMAP_NEAREST - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_LINES - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_LINES - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_LINK_STATUS - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_LINK_STATUS - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_LUMINANCE - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_LUMINANCE - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_LUMINANCE16F_ARB - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_LUMINANCE32F_ARB - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_LUMINANCE8 - Static variable in interface com.jme3.renderer.opengl.GL2
-
- GL_LUMINANCE8_ALPHA8 - Static variable in interface com.jme3.renderer.opengl.GL2
-
- GL_LUMINANCE_ALPHA - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_LUMINANCE_ALPHA - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_LUMINANCE_ALPHA16F_ARB - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_MAX - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_MAX_COLOR_ATTACHMENTS_EXT - Static variable in interface com.jme3.renderer.opengl.GLFbo
-
- GL_MAX_COLOR_TEXTURE_SAMPLES - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_MAX_COMBINED_SHADER_STORAGE_BLOCKS - Static variable in interface com.jme3.renderer.opengl.GL4
-
- GL_MAX_COMBINED_UNIFORM_BLOCKS - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_MAX_COMPUTE_SHADER_STORAGE_BLOCKS - Static variable in interface com.jme3.renderer.opengl.GL4
-
- GL_MAX_CUBE_MAP_TEXTURE_SIZE - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_MAX_CUBE_MAP_TEXTURE_SIZE - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_MAX_DEPTH_TEXTURE_SAMPLES - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_MAX_DRAW_BUFFERS_ARB - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_MAX_ELEMENTS_INDICES - Static variable in interface com.jme3.renderer.opengl.GL2
-
- GL_MAX_ELEMENTS_VERTICES - Static variable in interface com.jme3.renderer.opengl.GL2
-
- GL_MAX_FRAGMENT_SHADER_STORAGE_BLOCKS - Static variable in interface com.jme3.renderer.opengl.GL4
-
- GL_MAX_FRAGMENT_UNIFORM_BLOCKS - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_MAX_FRAGMENT_UNIFORM_COMPONENTS - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_MAX_FRAGMENT_UNIFORM_COMPONENTS - Static variable in interface com.jme3.renderer.opengl.GL2
-
- GL_MAX_FRAGMENT_UNIFORM_VECTORS - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_MAX_FRAGMENT_UNIFORM_VECTORS - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS - Static variable in interface com.jme3.renderer.opengl.GL4
-
- GL_MAX_GEOMETRY_UNIFORM_BLOCKS - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_MAX_RENDERBUFFER_SIZE - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_MAX_RENDERBUFFER_SIZE_EXT - Static variable in interface com.jme3.renderer.opengl.GLFbo
-
- GL_MAX_SAMPLES_EXT - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_MAX_SHADER_STORAGE_BLOCK_SIZE - Static variable in interface com.jme3.renderer.opengl.GL4
-
- GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS - Static variable in interface com.jme3.renderer.opengl.GL4
-
- GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS - Static variable in interface com.jme3.renderer.opengl.GL4
-
- GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS - Static variable in interface com.jme3.renderer.opengl.GL4
-
- GL_MAX_TEXTURE_IMAGE_UNITS - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_MAX_TEXTURE_IMAGE_UNITS - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_MAX_TEXTURE_SIZE - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_MAX_TEXTURE_SIZE - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_MAX_UNIFORM_BLOCK_SIZE - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_MAX_UNIFORM_BUFFER_BINDINGS - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_MAX_VARYING_VECTORS - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_MAX_VERTEX_ATTRIBS - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_MAX_VERTEX_ATTRIBS - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_MAX_VERTEX_SHADER_STORAGE_BLOCKS - Static variable in interface com.jme3.renderer.opengl.GL4
-
Accepted by the <pname> parameter of GetIntegerv, GetBooleanv,
GetInteger64v, GetFloatv, and GetDoublev:
- GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_MAX_VERTEX_UNIFORM_BLOCKS - Static variable in interface com.jme3.renderer.opengl.GL3
-
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
- GL_MAX_VERTEX_UNIFORM_COMPONENTS - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_MAX_VERTEX_UNIFORM_COMPONENTS - Static variable in interface com.jme3.renderer.opengl.GL2
-
- GL_MAX_VERTEX_UNIFORM_VECTORS - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_MAX_VERTEX_UNIFORM_VECTORS - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_MIN - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_MIRRORED_REPEAT - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_MIRRORED_REPEAT - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_MULTISAMPLE_ARB - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_NEAREST - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_NEAREST - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_NEAREST_MIPMAP_LINEAR - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_NEAREST_MIPMAP_LINEAR - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_NEAREST_MIPMAP_NEAREST - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_NEAREST_MIPMAP_NEAREST - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_NEVER - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_NEVER - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_NO_ERROR - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_NONE - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_NONE - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_NOTEQUAL - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_NOTEQUAL - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_NUM_COMPRESSED_TEXTURE_FORMATS - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_NUM_EXTENSIONS - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_NUM_PROGRAM_BINARY_FORMATS - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_ONE - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_ONE - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_ONE_MINUS_DST_ALPHA - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_ONE_MINUS_DST_COLOR - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_ONE_MINUS_SRC_ALPHA - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_ONE_MINUS_SRC_ALPHA - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_ONE_MINUS_SRC_COLOR - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_ONE_MINUS_SRC_COLOR - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_OUT_OF_MEMORY - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_PATCHES - Static variable in interface com.jme3.renderer.opengl.GL4
-
- GL_PIXEL_PACK_BUFFER_ARB - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_PIXEL_UNPACK_BUFFER_ARB - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_POINT - Static variable in interface com.jme3.renderer.opengl.GL2
-
- GL_POINT_SPRITE - Static variable in interface com.jme3.renderer.opengl.GL2
-
- GL_POINTS - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_POINTS - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_POLYGON_OFFSET_FILL - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_POLYGON_OFFSET_FILL - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_QUERY_RESULT - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_QUERY_RESULT_AVAILABLE - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_R11F_G11F_B10F_EXT - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_R16F - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_R16I - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_R16UI - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_R32F - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_R32I - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_R32UI - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_R8 - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_R8I - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_R8UI - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_READ_BUFFER - Static variable in interface com.jme3.renderer.opengl.GL2
-
- GL_READ_FRAMEBUFFER_BINDING_EXT - Static variable in interface com.jme3.renderer.opengl.GLFbo
-
- GL_READ_FRAMEBUFFER_EXT - Static variable in interface com.jme3.renderer.opengl.GLFbo
-
- GL_RED - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_RED_INTEGER - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_RENDERBUFFER - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_RENDERBUFFER_EXT - Static variable in interface com.jme3.renderer.opengl.GLFbo
-
- GL_RENDERER - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_RENDERER - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_REPEAT - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_REPEAT - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_REPLACE - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_RG - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_RG16F - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_RG16I - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_RG16UI - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_RG32F - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_RG32I - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_RG32UI - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_RG8 - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_RG8I - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_RG8UI - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_RG_INTEGER - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_RGB - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_RGB - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_RGB10_A2 - Static variable in interface com.jme3.renderer.opengl.GLES_30
-
- GL_RGB16F_ARB - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_RGB16I - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_RGB16UI - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_RGB32F_ARB - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_RGB32I - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_RGB32UI - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_RGB565 - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_RGB565 - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_RGB5_A1 - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_RGB5_A1 - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_RGB8 - Static variable in interface com.jme3.renderer.opengl.GL2
-
- GL_RGB8I - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_RGB8UI - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_RGB9_E5_EXT - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_RGB_INTEGER - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_RGBA - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_RGBA - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_RGBA16F_ARB - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_RGBA16I - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_RGBA16UI - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_RGBA32F_ARB - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_RGBA32I - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_RGBA32UI - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_RGBA4 - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_RGBA4 - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_RGBA8 - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_RGBA8I - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_RGBA8UI - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_RGBA_INTEGER - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_SAMPLE_ALPHA_TO_COVERAGE - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_SAMPLE_ALPHA_TO_COVERAGE_ARB - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_SAMPLE_BUFFERS_ARB - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_SAMPLE_POSITION - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_SAMPLES_ARB - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_SCISSOR_TEST - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_SCISSOR_TEST - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_SHADER_STORAGE_BLOCK - Static variable in interface com.jme3.renderer.opengl.GL4
-
- GL_SHADER_STORAGE_BUFFER - Static variable in interface com.jme3.renderer.opengl.GL4
-
Accepted by the target
parameters of BindBuffer, BufferData, BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData, and GetBufferPointerv.
- GL_SHADER_STORAGE_BUFFER_OFFSET_ALIGNMENT - Static variable in interface com.jme3.renderer.opengl.GL4
-
- GL_SHADING_LANGUAGE_VERSION - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_SHADING_LANGUAGE_VERSION - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_SHORT - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_SHORT - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_SLUMINANCE8_ALPHA8_EXT - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_SLUMINANCE8_EXT - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_SRC_ALPHA - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_SRC_ALPHA - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_SRC_ALPHA_SATURATE - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_SRC_COLOR - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_SRC_COLOR - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_SRGB8_ALPHA8_EXT - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_SRGB8_EXT - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_STACK_OVERFLOW - Static variable in interface com.jme3.renderer.opengl.GL2
-
- GL_STACK_UNDERFLOW - Static variable in interface com.jme3.renderer.opengl.GL2
-
- GL_STATIC_DRAW - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_STATIC_DRAW - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_STENCIL_BUFFER_BIT - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_STENCIL_BUFFER_BIT - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_STENCIL_TEST - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_STREAM_DRAW - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_STREAM_DRAW - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_STREAM_READ - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_SUBPIXEL_BITS - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_SYNC_FLUSH_COMMANDS_BIT - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_SYNC_GPU_COMMANDS_COMPLETE - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_TESS_CONTROL_SHADER - Static variable in interface com.jme3.renderer.opengl.GL4
-
- GL_TESS_EVALUATION_SHADER - Static variable in interface com.jme3.renderer.opengl.GL4
-
- GL_TEXTURE - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_TEXTURE - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_TEXTURE0 - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_TEXTURE0 - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_TEXTURE1 - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_TEXTURE10 - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_TEXTURE11 - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_TEXTURE12 - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_TEXTURE13 - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_TEXTURE14 - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_TEXTURE15 - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_TEXTURE2 - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_TEXTURE3 - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_TEXTURE4 - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_TEXTURE5 - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_TEXTURE6 - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_TEXTURE7 - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_TEXTURE8 - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_TEXTURE9 - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_TEXTURE_2D - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_TEXTURE_2D - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_TEXTURE_2D_ARRAY_EXT - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_TEXTURE_2D_MULTISAMPLE - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_TEXTURE_2D_MULTISAMPLE_ARRAY - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_TEXTURE_3D - Static variable in interface com.jme3.renderer.opengl.GL2
-
- GL_TEXTURE_BASE_LEVEL - Static variable in interface com.jme3.renderer.opengl.GL2
-
- GL_TEXTURE_COMPARE_FUNC - Static variable in interface com.jme3.renderer.opengl.GL2
-
- GL_TEXTURE_COMPARE_MODE - Static variable in interface com.jme3.renderer.opengl.GL2
-
- GL_TEXTURE_CUBE_MAP - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_TEXTURE_CUBE_MAP - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_TEXTURE_CUBE_MAP_NEGATIVE_X - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_TEXTURE_CUBE_MAP_NEGATIVE_Y - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_TEXTURE_CUBE_MAP_NEGATIVE_Z - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_TEXTURE_CUBE_MAP_POSITIVE_X - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_TEXTURE_CUBE_MAP_POSITIVE_X - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_TEXTURE_CUBE_MAP_POSITIVE_Y - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_TEXTURE_CUBE_MAP_POSITIVE_Z - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_TEXTURE_CUBE_MAP_SEAMLESS - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_TEXTURE_MAG_FILTER - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_TEXTURE_MAG_FILTER - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_TEXTURE_MAX_ANISOTROPY_EXT - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_TEXTURE_MAX_LEVEL - Static variable in interface com.jme3.renderer.opengl.GL2
-
- GL_TEXTURE_MIN_FILTER - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_TEXTURE_MIN_FILTER - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_TEXTURE_SWIZZLE_A - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_TEXTURE_SWIZZLE_B - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_TEXTURE_SWIZZLE_G - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_TEXTURE_SWIZZLE_R - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_TEXTURE_WRAP_R - Static variable in interface com.jme3.renderer.opengl.GL2
-
- GL_TEXTURE_WRAP_S - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_TEXTURE_WRAP_S - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_TEXTURE_WRAP_T - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_TEXTURE_WRAP_T - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_TIME_ELAPSED - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_TIMEOUT_EXPIRED - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_TRANSFORM_FEEDBACK_BUFFER - Static variable in interface com.jme3.renderer.opengl.GL3
-
Accepted by the target
parameters of BindBuffer, BufferData, BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData, GetBufferPointerv,
BindBufferRange, BindBufferOffset and BindBufferBase.
- GL_TRIANGLE_FAN - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_TRIANGLE_FAN - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_TRIANGLE_STRIP - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_TRIANGLE_STRIP - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_TRIANGLES - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_TRIANGLES - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_TRUE - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_TRUE - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_UNIFORM_BLOCK_ACTIVE_UNIFORMS - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_UNIFORM_BLOCK_BINDING - Static variable in interface com.jme3.renderer.opengl.GL3
-
Accepted by the pname
parameter of GetActiveUniformBlockiv.
- GL_UNIFORM_BLOCK_DATA_SIZE - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_UNIFORM_BLOCK_NAME_LENGTH - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_UNIFORM_BLOCK_REFERENCED_BY_GEOMETRY_SHADER - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_UNIFORM_BUFFER - Static variable in interface com.jme3.renderer.opengl.GL3
-
Accepted by the target
parameters of BindBuffer, BufferData, BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData, and GetBufferPointerv.
- GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_UNIFORM_OFFSET - Static variable in interface com.jme3.renderer.opengl.GL3
-
- GL_UNPACK_ALIGNMENT - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_UNPACK_ALIGNMENT - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_UNPACK_ROW_LENGTH - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_UNSIGNED_BYTE - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_UNSIGNED_BYTE - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_UNSIGNED_INT - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_UNSIGNED_INT - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_UNSIGNED_INT_10F_11F_11F_REV_EXT - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_UNSIGNED_INT_24_8_EXT - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_UNSIGNED_INT_2_10_10_10_REV - Static variable in interface com.jme3.renderer.opengl.GLES_30
-
- GL_UNSIGNED_INT_5_9_9_9_REV_EXT - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_UNSIGNED_INT_8_8_8_8 - Static variable in interface com.jme3.renderer.opengl.GL2
-
- GL_UNSIGNED_SHORT - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_UNSIGNED_SHORT - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_UNSIGNED_SHORT_4_4_4_4 - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_UNSIGNED_SHORT_5_5_5_1 - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_UNSIGNED_SHORT_5_5_5_1 - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_UNSIGNED_SHORT_5_6_5 - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_UNSIGNED_SHORT_5_6_5 - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_VENDOR - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_VENDOR - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_VERSION - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_VERSION - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_VERTEX_PROGRAM_POINT_SIZE - Static variable in interface com.jme3.renderer.opengl.GL2
-
- GL_VERTEX_SHADER - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_VERTEX_SHADER - Static variable in interface com.jme3.renderer.opengl.GL
-
- GL_WAIT_FAILED - Static variable in interface com.jme3.renderer.opengl.GLExt
-
- GL_ZERO - Static variable in class com.jme3.renderer.ios.JmeIosGLES
-
- GL_ZERO - Static variable in interface com.jme3.renderer.opengl.GL
-
- glActiveTexture(int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glActiveTexture(int) - Method in class com.jme3.renderer.ios.IosGL
-
- glActiveTexture(int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glActiveTexture(int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glActiveTexture(int) - Method in interface com.jme3.renderer.opengl.GL
-
- glAlphaFunc(int, float) - Method in class com.jme3.renderer.android.AndroidGL
-
- glAlphaFunc(int, float) - Method in class com.jme3.renderer.ios.IosGL
-
- glAlphaFunc(int, float) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glAlphaFunc(int, float) - Method in interface com.jme3.renderer.opengl.GL2
-
Reference Page -
This function is deprecated and unavailable in the Core profile
- glAttachShader(int, int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glAttachShader(int, int) - Method in class com.jme3.renderer.ios.IosGL
-
- glAttachShader(int, int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glAttachShader(int, int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glAttachShader(int, int) - Method in interface com.jme3.renderer.opengl.GL
-
- glBeginQuery(int, int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glBeginQuery(int, int) - Method in class com.jme3.renderer.ios.IosGL
-
- glBeginQuery(int, int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glBeginQuery(int, int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glBeginQuery(int, int) - Method in interface com.jme3.renderer.opengl.GL
-
- glBindBuffer(int, int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glBindBuffer(int, int) - Method in class com.jme3.renderer.ios.IosGL
-
- glBindBuffer(int, int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glBindBuffer(int, int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glBindBuffer(int, int) - Method in interface com.jme3.renderer.opengl.GL
-
- glBindBufferBase(int, int, int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glBindBufferBase(int, int, int) - Method in interface com.jme3.renderer.opengl.GL3
-
- glBindFragDataLocation(int, int, String) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glBindFragDataLocation(int, int, String) - Method in interface com.jme3.renderer.opengl.GL3
-
- glBindFramebuffer(int, int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glBindFramebufferEXT(int, int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glBindFramebufferEXT(int, int) - Method in class com.jme3.renderer.ios.IosGL
-
- glBindFramebufferEXT(int, int) - Method in class com.jme3.renderer.lwjgl.LwjglGLFboEXT
-
- glBindFramebufferEXT(int, int) - Method in class com.jme3.renderer.lwjgl.LwjglGLFboGL3
-
- glBindFramebufferEXT(int, int) - Method in interface com.jme3.renderer.opengl.GLFbo
-
- glBindRenderbuffer(int, int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glBindRenderbufferEXT(int, int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glBindRenderbufferEXT(int, int) - Method in class com.jme3.renderer.ios.IosGL
-
- glBindRenderbufferEXT(int, int) - Method in class com.jme3.renderer.lwjgl.LwjglGLFboEXT
-
- glBindRenderbufferEXT(int, int) - Method in class com.jme3.renderer.lwjgl.LwjglGLFboGL3
-
- glBindRenderbufferEXT(int, int) - Method in interface com.jme3.renderer.opengl.GLFbo
-
- glBindTexture(int, int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glBindTexture(int, int) - Method in class com.jme3.renderer.ios.IosGL
-
- glBindTexture(int, int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glBindTexture(int, int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glBindTexture(int, int) - Method in interface com.jme3.renderer.opengl.GL
-
- glBindVertexArray(int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glBindVertexArray(int) - Method in interface com.jme3.renderer.opengl.GL3
-
- glBlendEquationSeparate(int, int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glBlendEquationSeparate(int, int) - Method in class com.jme3.renderer.ios.IosGL
-
- glBlendEquationSeparate(int, int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glBlendEquationSeparate(int, int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glBlendEquationSeparate(int, int) - Method in interface com.jme3.renderer.opengl.GL
-
- glBlendFunc(int, int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glBlendFunc(int, int) - Method in class com.jme3.renderer.ios.IosGL
-
- glBlendFunc(int, int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glBlendFunc(int, int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glBlendFunc(int, int) - Method in interface com.jme3.renderer.opengl.GL
-
- glBlendFuncSeparate(int, int, int, int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glBlendFuncSeparate(int, int, int, int) - Method in class com.jme3.renderer.ios.IosGL
-
- glBlendFuncSeparate(int, int, int, int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glBlendFuncSeparate(int, int, int, int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glBlendFuncSeparate(int, int, int, int) - Method in interface com.jme3.renderer.opengl.GL
-
- glBlitFramebuffer(int, int, int, int, int, int, int, int, int, int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glBlitFramebufferEXT(int, int, int, int, int, int, int, int, int, int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glBlitFramebufferEXT(int, int, int, int, int, int, int, int, int, int) - Method in class com.jme3.renderer.ios.IosGL
-
- glBlitFramebufferEXT(int, int, int, int, int, int, int, int, int, int) - Method in class com.jme3.renderer.lwjgl.LwjglGLFboEXT
-
- glBlitFramebufferEXT(int, int, int, int, int, int, int, int, int, int) - Method in class com.jme3.renderer.lwjgl.LwjglGLFboGL3
-
- glBlitFramebufferEXT(int, int, int, int, int, int, int, int, int, int) - Method in interface com.jme3.renderer.opengl.GLFbo
-
- GlbLoader - Class in com.jme3.scene.plugins.gltf
-
Created by Nehon on 12/09/2017.
- GlbLoader() - Constructor for class com.jme3.scene.plugins.gltf.GlbLoader
-
- glBufferData(int, FloatBuffer, int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glBufferData(int, ShortBuffer, int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glBufferData(int, ByteBuffer, int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glBufferData(int, long, int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glBufferData(int, IntBuffer, int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glBufferData(int, FloatBuffer, int) - Method in class com.jme3.renderer.ios.IosGL
-
- glBufferData(int, ShortBuffer, int) - Method in class com.jme3.renderer.ios.IosGL
-
- glBufferData(int, ByteBuffer, int) - Method in class com.jme3.renderer.ios.IosGL
-
- glBufferData(int, long, int) - Method in class com.jme3.renderer.ios.IosGL
-
- glBufferData(int, IntBuffer, int) - Method in class com.jme3.renderer.ios.IosGL
-
- glBufferData(int, int, Buffer, int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glBufferData(int, long, int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glBufferData(int, FloatBuffer, int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glBufferData(int, ShortBuffer, int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glBufferData(int, ByteBuffer, int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glBufferData(int, IntBuffer, int) - Method in class com.jme3.renderer.lwjgl.LwjglGLExt
-
- glBufferData(int, long, int) - Method in interface com.jme3.renderer.opengl.GL
-
- glBufferData(int, FloatBuffer, int) - Method in interface com.jme3.renderer.opengl.GL
-
- glBufferData(int, ShortBuffer, int) - Method in interface com.jme3.renderer.opengl.GL
-
- glBufferData(int, ByteBuffer, int) - Method in interface com.jme3.renderer.opengl.GL
-
- glBufferData(int, IntBuffer, int) - Method in interface com.jme3.renderer.opengl.GLExt
-
- glBufferData2(int, int, byte[], int, int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glBufferSubData(int, long, FloatBuffer) - Method in class com.jme3.renderer.android.AndroidGL
-
- glBufferSubData(int, long, ShortBuffer) - Method in class com.jme3.renderer.android.AndroidGL
-
- glBufferSubData(int, long, ByteBuffer) - Method in class com.jme3.renderer.android.AndroidGL
-
- glBufferSubData(int, long, IntBuffer) - Method in class com.jme3.renderer.android.AndroidGL
-
- glBufferSubData(int, long, FloatBuffer) - Method in class com.jme3.renderer.ios.IosGL
-
- glBufferSubData(int, long, ShortBuffer) - Method in class com.jme3.renderer.ios.IosGL
-
- glBufferSubData(int, long, ByteBuffer) - Method in class com.jme3.renderer.ios.IosGL
-
- glBufferSubData(int, long, IntBuffer) - Method in class com.jme3.renderer.ios.IosGL
-
- glBufferSubData(int, int, int, Buffer) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glBufferSubData(int, long, FloatBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glBufferSubData(int, long, ShortBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glBufferSubData(int, long, ByteBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glBufferSubData(int, long, IntBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGLExt
-
- glBufferSubData(int, long, FloatBuffer) - Method in interface com.jme3.renderer.opengl.GL
-
- glBufferSubData(int, long, ShortBuffer) - Method in interface com.jme3.renderer.opengl.GL
-
- glBufferSubData(int, long, ByteBuffer) - Method in interface com.jme3.renderer.opengl.GL
-
- glBufferSubData(int, long, IntBuffer) - Method in interface com.jme3.renderer.opengl.GLExt
-
- glBufferSubData2(int, int, int, byte[], int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glCheckFramebufferStatus(int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glCheckFramebufferStatusEXT(int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glCheckFramebufferStatusEXT(int) - Method in class com.jme3.renderer.ios.IosGL
-
- glCheckFramebufferStatusEXT(int) - Method in class com.jme3.renderer.lwjgl.LwjglGLFboEXT
-
- glCheckFramebufferStatusEXT(int) - Method in class com.jme3.renderer.lwjgl.LwjglGLFboGL3
-
- glCheckFramebufferStatusEXT(int) - Method in interface com.jme3.renderer.opengl.GLFbo
-
- glClear(int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glClear(int) - Method in class com.jme3.renderer.ios.IosGL
-
- glClear(int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glClear(int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glClear(int) - Method in interface com.jme3.renderer.opengl.GL
-
- glClearColor(float, float, float, float) - Method in class com.jme3.renderer.android.AndroidGL
-
- glClearColor(float, float, float, float) - Method in class com.jme3.renderer.ios.IosGL
-
- glClearColor(float, float, float, float) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glClearColor(float, float, float, float) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glClearColor(float, float, float, float) - Method in interface com.jme3.renderer.opengl.GL
-
- glClientWaitSync(Object, int, long) - Method in class com.jme3.renderer.android.AndroidGL
-
- glClientWaitSync(Object, int, long) - Method in class com.jme3.renderer.ios.IosGL
-
- glClientWaitSync(Object, int, long) - Method in class com.jme3.renderer.lwjgl.LwjglGLExt
-
- glClientWaitSync(Object, int, long) - Method in interface com.jme3.renderer.opengl.GLExt
-
Causes the client to block and wait for a sync object to become signaled.
- glColorMask(boolean, boolean, boolean, boolean) - Method in class com.jme3.renderer.android.AndroidGL
-
- glColorMask(boolean, boolean, boolean, boolean) - Method in class com.jme3.renderer.ios.IosGL
-
- glColorMask(boolean, boolean, boolean, boolean) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glColorMask(boolean, boolean, boolean, boolean) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glColorMask(boolean, boolean, boolean, boolean) - Method in interface com.jme3.renderer.opengl.GL
-
- glCompileShader(int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glCompileShader(int) - Method in class com.jme3.renderer.ios.IosGL
-
- glCompileShader(int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glCompileShader(int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glCompileShader(int) - Method in interface com.jme3.renderer.opengl.GL
-
- glCompressedTexImage2D(int, int, int, int, int, int, ByteBuffer) - Method in class com.jme3.renderer.android.AndroidGL
-
- glCompressedTexImage2D(int, int, int, int, int, int, ByteBuffer) - Method in class com.jme3.renderer.ios.IosGL
-
- glCompressedTexImage2D(int, int, int, int, int, int, int, Buffer) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glCompressedTexImage2D(int, int, int, int, int, int, ByteBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glCompressedTexImage2D(int, int, int, int, int, int, ByteBuffer) - Method in interface com.jme3.renderer.opengl.GL
-
- glCompressedTexImage3D(int, int, int, int, int, int, int, ByteBuffer) - Method in class com.jme3.renderer.android.AndroidGL
-
- glCompressedTexImage3D(int, int, int, int, int, int, int, ByteBuffer) - Method in class com.jme3.renderer.ios.IosGL
-
- glCompressedTexImage3D(int, int, int, int, int, int, int, int, ByteBuffer) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glCompressedTexImage3D(int, int, int, int, int, int, int, ByteBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glCompressedTexImage3D(int, int, int, int, int, int, int, ByteBuffer) - Method in interface com.jme3.renderer.opengl.GL2
-
- glCompressedTexSubImage2D(int, int, int, int, int, int, int, ByteBuffer) - Method in class com.jme3.renderer.android.AndroidGL
-
- glCompressedTexSubImage2D(int, int, int, int, int, int, int, ByteBuffer) - Method in class com.jme3.renderer.ios.IosGL
-
- glCompressedTexSubImage2D(int, int, int, int, int, int, int, int, Buffer) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glCompressedTexSubImage2D(int, int, int, int, int, int, int, ByteBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glCompressedTexSubImage2D(int, int, int, int, int, int, int, ByteBuffer) - Method in interface com.jme3.renderer.opengl.GL
-
- glCompressedTexSubImage3D(int, int, int, int, int, int, int, int, int, ByteBuffer) - Method in class com.jme3.renderer.android.AndroidGL
-
- glCompressedTexSubImage3D(int, int, int, int, int, int, int, int, int, ByteBuffer) - Method in class com.jme3.renderer.ios.IosGL
-
- glCompressedTexSubImage3D(int, int, int, int, int, int, int, int, int, int, ByteBuffer) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glCompressedTexSubImage3D(int, int, int, int, int, int, int, int, int, ByteBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glCompressedTexSubImage3D(int, int, int, int, int, int, int, int, int, ByteBuffer) - Method in interface com.jme3.renderer.opengl.GL2
-
- glCreateProgram() - Method in class com.jme3.renderer.android.AndroidGL
-
- glCreateProgram() - Method in class com.jme3.renderer.ios.IosGL
-
- glCreateProgram() - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glCreateProgram() - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glCreateProgram() - Method in interface com.jme3.renderer.opengl.GL
-
- glCreateShader(int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glCreateShader(int) - Method in class com.jme3.renderer.ios.IosGL
-
- glCreateShader(int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glCreateShader(int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glCreateShader(int) - Method in interface com.jme3.renderer.opengl.GL
-
- glCullFace(int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glCullFace(int) - Method in class com.jme3.renderer.ios.IosGL
-
- glCullFace(int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glCullFace(int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glCullFace(int) - Method in interface com.jme3.renderer.opengl.GL
-
- GLDebug - Class in com.jme3.renderer.opengl
-
- glDeleteBuffers(IntBuffer) - Method in class com.jme3.renderer.android.AndroidGL
-
- glDeleteBuffers(IntBuffer) - Method in class com.jme3.renderer.ios.IosGL
-
- glDeleteBuffers(int, int[], int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glDeleteBuffers(IntBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glDeleteBuffers(IntBuffer) - Method in interface com.jme3.renderer.opengl.GL
-
- glDeleteFramebuffers(int, int[], int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glDeleteFramebuffersEXT(IntBuffer) - Method in class com.jme3.renderer.android.AndroidGL
-
- glDeleteFramebuffersEXT(IntBuffer) - Method in class com.jme3.renderer.ios.IosGL
-
- glDeleteFramebuffersEXT(IntBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGLFboEXT
-
- glDeleteFramebuffersEXT(IntBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGLFboGL3
-
- glDeleteFramebuffersEXT(IntBuffer) - Method in interface com.jme3.renderer.opengl.GLFbo
-
- glDeleteProgram(int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glDeleteProgram(int) - Method in class com.jme3.renderer.ios.IosGL
-
- glDeleteProgram(int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glDeleteProgram(int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glDeleteProgram(int) - Method in interface com.jme3.renderer.opengl.GL
-
- glDeleteRenderbuffers(int, int[], int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glDeleteRenderbuffersEXT(IntBuffer) - Method in class com.jme3.renderer.android.AndroidGL
-
- glDeleteRenderbuffersEXT(IntBuffer) - Method in class com.jme3.renderer.ios.IosGL
-
- glDeleteRenderbuffersEXT(IntBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGLFboEXT
-
- glDeleteRenderbuffersEXT(IntBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGLFboGL3
-
- glDeleteRenderbuffersEXT(IntBuffer) - Method in interface com.jme3.renderer.opengl.GLFbo
-
- glDeleteShader(int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glDeleteShader(int) - Method in class com.jme3.renderer.ios.IosGL
-
- glDeleteShader(int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glDeleteShader(int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glDeleteShader(int) - Method in interface com.jme3.renderer.opengl.GL
-
- glDeleteSync(Object) - Method in class com.jme3.renderer.android.AndroidGL
-
- glDeleteSync(Object) - Method in class com.jme3.renderer.ios.IosGL
-
- glDeleteSync(Object) - Method in class com.jme3.renderer.lwjgl.LwjglGLExt
-
- glDeleteSync(Object) - Method in interface com.jme3.renderer.opengl.GLExt
-
Deletes a sync object.
- glDeleteTextures(IntBuffer) - Method in class com.jme3.renderer.android.AndroidGL
-
- glDeleteTextures(IntBuffer) - Method in class com.jme3.renderer.ios.IosGL
-
- glDeleteTextures(int, int[], int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glDeleteTextures(IntBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glDeleteTextures(IntBuffer) - Method in interface com.jme3.renderer.opengl.GL
-
- glDeleteVertexArrays(IntBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glDeleteVertexArrays(IntBuffer) - Method in interface com.jme3.renderer.opengl.GL3
-
Deletes vertex array objects.
- glDepthFunc(int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glDepthFunc(int) - Method in class com.jme3.renderer.ios.IosGL
-
- glDepthFunc(int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glDepthFunc(int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glDepthFunc(int) - Method in interface com.jme3.renderer.opengl.GL
-
- glDepthMask(boolean) - Method in class com.jme3.renderer.android.AndroidGL
-
- glDepthMask(boolean) - Method in class com.jme3.renderer.ios.IosGL
-
- glDepthMask(boolean) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glDepthMask(boolean) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glDepthMask(boolean) - Method in interface com.jme3.renderer.opengl.GL
-
- glDepthRange(double, double) - Method in class com.jme3.renderer.android.AndroidGL
-
- glDepthRange(double, double) - Method in class com.jme3.renderer.ios.IosGL
-
- glDepthRange(double, double) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glDepthRange(double, double) - Method in interface com.jme3.renderer.opengl.GL
-
- glDepthRangef(float, float) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glDetachShader(int, int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glDetachShader(int, int) - Method in class com.jme3.renderer.ios.IosGL
-
- glDetachShader(int, int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glDetachShader(int, int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glDetachShader(int, int) - Method in interface com.jme3.renderer.opengl.GL
-
- glDisable(int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glDisable(int) - Method in class com.jme3.renderer.ios.IosGL
-
- glDisable(int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glDisable(int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glDisable(int) - Method in interface com.jme3.renderer.opengl.GL
-
- glDisableVertexAttribArray(int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glDisableVertexAttribArray(int) - Method in class com.jme3.renderer.ios.IosGL
-
- glDisableVertexAttribArray(int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glDisableVertexAttribArray(int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glDisableVertexAttribArray(int) - Method in interface com.jme3.renderer.opengl.GL
-
- glDrawArrays(int, int, int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glDrawArrays(int, int, int) - Method in class com.jme3.renderer.ios.IosGL
-
- glDrawArrays(int, int, int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glDrawArrays(int, int, int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glDrawArrays(int, int, int) - Method in interface com.jme3.renderer.opengl.GL
-
- glDrawArraysInstanced(int, int, int, int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glDrawArraysInstancedARB(int, int, int, int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glDrawArraysInstancedARB(int, int, int, int) - Method in class com.jme3.renderer.ios.IosGL
-
- glDrawArraysInstancedARB(int, int, int, int) - Method in class com.jme3.renderer.lwjgl.LwjglGLExt
-
- glDrawArraysInstancedARB(int, int, int, int) - Method in interface com.jme3.renderer.opengl.GLExt
-
Draw multiple instances of a range of elements.
- glDrawBuffer(int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glDrawBuffer(int) - Method in class com.jme3.renderer.ios.IosGL
-
- glDrawBuffer(int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glDrawBuffer(int) - Method in interface com.jme3.renderer.opengl.GL2
-
- glDrawBuffers(IntBuffer) - Method in class com.jme3.renderer.android.AndroidGL
-
- glDrawBuffers(IntBuffer) - Method in class com.jme3.renderer.ios.IosGL
-
- glDrawBuffers(int, IntBuffer) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glDrawBuffers(IntBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGLExt
-
- glDrawBuffers(IntBuffer) - Method in interface com.jme3.renderer.opengl.GLExt
-
- glDrawElements(int, int, int, Buffer) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glDrawElements2(int, int, int, byte[], int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glDrawElementsIndex(int, int, int, int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glDrawElementsInstanced(int, int, int, long, int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glDrawElementsInstancedARB(int, int, int, long, int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glDrawElementsInstancedARB(int, int, int, long, int) - Method in class com.jme3.renderer.ios.IosGL
-
- glDrawElementsInstancedARB(int, int, int, long, int) - Method in class com.jme3.renderer.lwjgl.LwjglGLExt
-
- glDrawElementsInstancedARB(int, int, int, long, int) - Method in interface com.jme3.renderer.opengl.GLExt
-
Draws multiple instances of a set of elements.
- glDrawRangeElements(int, int, int, int, int, long) - Method in class com.jme3.renderer.android.AndroidGL
-
- glDrawRangeElements(int, int, int, int, int, long) - Method in class com.jme3.renderer.ios.IosGL
-
- glDrawRangeElements(int, int, int, int, int, long) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glDrawRangeElements(int, int, int, int, int, long) - Method in interface com.jme3.renderer.opengl.GL
-
- glEnable(int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glEnable(int) - Method in class com.jme3.renderer.ios.IosGL
-
- glEnable(int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glEnable(int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glEnable(int) - Method in interface com.jme3.renderer.opengl.GL
-
- glEnableVertexAttribArray(int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glEnableVertexAttribArray(int) - Method in class com.jme3.renderer.ios.IosGL
-
- glEnableVertexAttribArray(int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glEnableVertexAttribArray(int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glEnableVertexAttribArray(int) - Method in interface com.jme3.renderer.opengl.GL
-
- glEndQuery(int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glEndQuery(int) - Method in class com.jme3.renderer.ios.IosGL
-
- glEndQuery(int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glEndQuery(int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glEndQuery(int) - Method in interface com.jme3.renderer.opengl.GL
-
- GLES_30 - Interface in com.jme3.renderer.opengl
-
GL functions and constants only available on vanilla OpenGL ES 3.0.
- GLExt - Interface in com.jme3.renderer.opengl
-
GL functions provided by extensions.
- GLFbo - Interface in com.jme3.renderer.opengl
-
Framebuffer object functions.
- glFenceSync(int, int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glFenceSync(int, int) - Method in class com.jme3.renderer.ios.IosGL
-
- glFenceSync(int, int) - Method in class com.jme3.renderer.lwjgl.LwjglGLExt
-
- glFenceSync(int, int) - Method in interface com.jme3.renderer.opengl.GLExt
-
Creates a new sync object and inserts it into the GL command stream.
- glFramebufferRenderbuffer(int, int, int, int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glFramebufferRenderbufferEXT(int, int, int, int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glFramebufferRenderbufferEXT(int, int, int, int) - Method in class com.jme3.renderer.ios.IosGL
-
- glFramebufferRenderbufferEXT(int, int, int, int) - Method in class com.jme3.renderer.lwjgl.LwjglGLFboEXT
-
- glFramebufferRenderbufferEXT(int, int, int, int) - Method in class com.jme3.renderer.lwjgl.LwjglGLFboGL3
-
- glFramebufferRenderbufferEXT(int, int, int, int) - Method in interface com.jme3.renderer.opengl.GLFbo
-
- glFramebufferTexture2D(int, int, int, int, int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glFramebufferTexture2DEXT(int, int, int, int, int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glFramebufferTexture2DEXT(int, int, int, int, int) - Method in class com.jme3.renderer.ios.IosGL
-
- glFramebufferTexture2DEXT(int, int, int, int, int) - Method in class com.jme3.renderer.lwjgl.LwjglGLFboEXT
-
- glFramebufferTexture2DEXT(int, int, int, int, int) - Method in class com.jme3.renderer.lwjgl.LwjglGLFboGL3
-
- glFramebufferTexture2DEXT(int, int, int, int, int) - Method in interface com.jme3.renderer.opengl.GLFbo
-
- glFramebufferTextureLayer(int, int, int, int, int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glFramebufferTextureLayerEXT(int, int, int, int, int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glFramebufferTextureLayerEXT(int, int, int, int, int) - Method in class com.jme3.renderer.ios.IosGL
-
- glFramebufferTextureLayerEXT(int, int, int, int, int) - Method in class com.jme3.renderer.lwjgl.LwjglGLFboEXT
-
- glFramebufferTextureLayerEXT(int, int, int, int, int) - Method in class com.jme3.renderer.lwjgl.LwjglGLFboGL3
-
- glFramebufferTextureLayerEXT(int, int, int, int, int) - Method in interface com.jme3.renderer.opengl.GLFbo
-
- GlfwJoystick(InputManager, JoyInput, int, String) - Constructor for class com.jme3.input.lwjgl.GlfwJoystickInput.GlfwJoystick
-
- GlfwJoystickInput - Class in com.jme3.input.lwjgl
-
- GlfwJoystickInput() - Constructor for class com.jme3.input.lwjgl.GlfwJoystickInput
-
- GlfwJoystickInput.GlfwJoystick - Class in com.jme3.input.lwjgl
-
- GlfwKeyInput - Class in com.jme3.input.lwjgl
-
- GlfwKeyInput(LwjglWindow) - Constructor for class com.jme3.input.lwjgl.GlfwKeyInput
-
- GlfwKeyInputVR - Class in com.jme3.input.lwjgl
-
A key input that wraps GLFW underlying components.
- GlfwKeyInputVR(LwjglWindowVR) - Constructor for class com.jme3.input.lwjgl.GlfwKeyInputVR
-
Create a new input attached to the given
context
.
- GlfwKeyMap - Class in com.jme3.input.lwjgl
-
- GlfwMouseInput - Class in com.jme3.input.lwjgl
-
Captures mouse input using GLFW callbacks.
- GlfwMouseInput(LwjglWindow) - Constructor for class com.jme3.input.lwjgl.GlfwMouseInput
-
- GlfwMouseInputVR - Class in com.jme3.input.lwjgl
-
Captures mouse input using GLFW callbacks.
- GlfwMouseInputVR(LwjglWindowVR) - Constructor for class com.jme3.input.lwjgl.GlfwMouseInputVR
-
Create a new mouse input attached to the given
context
.
- glGenBuffers(IntBuffer) - Method in class com.jme3.renderer.android.AndroidGL
-
- glGenBuffers(IntBuffer) - Method in class com.jme3.renderer.ios.IosGL
-
- glGenBuffers(int, int[], int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glGenBuffers(IntBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glGenBuffers(IntBuffer) - Method in interface com.jme3.renderer.opengl.GL
-
- glGenerateMipmap(int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glGenerateMipmapEXT(int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glGenerateMipmapEXT(int) - Method in class com.jme3.renderer.ios.IosGL
-
- glGenerateMipmapEXT(int) - Method in class com.jme3.renderer.lwjgl.LwjglGLFboEXT
-
- glGenerateMipmapEXT(int) - Method in class com.jme3.renderer.lwjgl.LwjglGLFboGL3
-
- glGenerateMipmapEXT(int) - Method in interface com.jme3.renderer.opengl.GLFbo
-
- glGenFramebuffers(int, int[], int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glGenFramebuffersEXT(IntBuffer) - Method in class com.jme3.renderer.android.AndroidGL
-
- glGenFramebuffersEXT(IntBuffer) - Method in class com.jme3.renderer.ios.IosGL
-
- glGenFramebuffersEXT(IntBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGLFboEXT
-
- glGenFramebuffersEXT(IntBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGLFboGL3
-
- glGenFramebuffersEXT(IntBuffer) - Method in interface com.jme3.renderer.opengl.GLFbo
-
- glGenQueries(int, IntBuffer) - Method in class com.jme3.renderer.android.AndroidGL
-
- glGenQueries(int, IntBuffer) - Method in class com.jme3.renderer.ios.IosGL
-
- glGenQueries(int, IntBuffer) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glGenQueries(int, IntBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glGenQueries(int, IntBuffer) - Method in interface com.jme3.renderer.opengl.GL
-
- glGenRenderbuffers(int, int[], int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glGenRenderbuffersEXT(IntBuffer) - Method in class com.jme3.renderer.android.AndroidGL
-
- glGenRenderbuffersEXT(IntBuffer) - Method in class com.jme3.renderer.ios.IosGL
-
- glGenRenderbuffersEXT(IntBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGLFboEXT
-
- glGenRenderbuffersEXT(IntBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGLFboGL3
-
- glGenRenderbuffersEXT(IntBuffer) - Method in interface com.jme3.renderer.opengl.GLFbo
-
- glGenTextures(IntBuffer) - Method in class com.jme3.renderer.android.AndroidGL
-
- glGenTextures(IntBuffer) - Method in class com.jme3.renderer.ios.IosGL
-
- glGenTextures(int, int[], int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glGenTextures(IntBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glGenTextures(IntBuffer) - Method in interface com.jme3.renderer.opengl.GL
-
- glGenVertexArrays(IntBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glGenVertexArrays(IntBuffer) - Method in interface com.jme3.renderer.opengl.GL3
-
- glGetAttribLocation(int, String) - Method in class com.jme3.renderer.android.AndroidGL
-
- glGetAttribLocation(int, String) - Method in class com.jme3.renderer.ios.IosGL
-
- glGetAttribLocation(int, String) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glGetAttribLocation(int, String) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glGetAttribLocation(int, String) - Method in interface com.jme3.renderer.opengl.GL
-
- glGetBoolean(int, ByteBuffer) - Method in class com.jme3.renderer.android.AndroidGL
-
- glGetBoolean(int, ByteBuffer) - Method in class com.jme3.renderer.ios.IosGL
-
- glGetBoolean(int, ByteBuffer) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glGetBoolean(int, ByteBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glGetBoolean(int, ByteBuffer) - Method in interface com.jme3.renderer.opengl.GL
-
- glGetBufferSubData(int, long, ByteBuffer) - Method in class com.jme3.renderer.android.AndroidGL
-
- glGetBufferSubData(int, long, ByteBuffer) - Method in class com.jme3.renderer.ios.IosGL
-
- glGetBufferSubData(int, long, ByteBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glGetBufferSubData(int, long, ByteBuffer) - Method in interface com.jme3.renderer.opengl.GL
-
- glGetError() - Method in class com.jme3.renderer.android.AndroidGL
-
- glGetError() - Method in class com.jme3.renderer.ios.IosGL
-
- glGetError() - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glGetError() - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glGetError() - Method in interface com.jme3.renderer.opengl.GL
-
- glGetFloat(int, FloatBuffer) - Method in class com.jme3.renderer.android.AndroidGL
-
- glGetFloat(int, FloatBuffer) - Method in class com.jme3.renderer.ios.IosGL
-
- glGetFloat(int, FloatBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glGetFloat(int, FloatBuffer) - Method in interface com.jme3.renderer.opengl.GL
-
Determine the current single-precision floating-point value(s) of the
specified parameter.
- glGetFloatv(int, float[], int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glGetFramebufferAttachmentParameteriv(int, int, int, int[], int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glGetInteger(int, IntBuffer) - Method in class com.jme3.renderer.android.AndroidGL
-
- glGetInteger(int, IntBuffer) - Method in class com.jme3.renderer.ios.IosGL
-
- glGetInteger(int, IntBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glGetInteger(int, IntBuffer) - Method in interface com.jme3.renderer.opengl.GL
-
- glGetIntegerv(int, int[], int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glGetMultisample(int, int, FloatBuffer) - Method in class com.jme3.renderer.android.AndroidGL
-
- glGetMultisample(int, int, FloatBuffer) - Method in class com.jme3.renderer.ios.IosGL
-
- glGetMultisample(int, int, FloatBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGLExt
-
- glGetMultisample(int, int, FloatBuffer) - Method in interface com.jme3.renderer.opengl.GLExt
-
Retrieves the location of a sample.
- glGetProgram(int, int, IntBuffer) - Method in class com.jme3.renderer.android.AndroidGL
-
- glGetProgram(int, int, IntBuffer) - Method in class com.jme3.renderer.ios.IosGL
-
- glGetProgram(int, int, IntBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glGetProgram(int, int, IntBuffer) - Method in interface com.jme3.renderer.opengl.GL
-
- glGetProgramInfoLog(int, int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glGetProgramInfoLog(int, int) - Method in class com.jme3.renderer.ios.IosGL
-
- glGetProgramInfoLog(int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glGetProgramInfoLog(int, int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glGetProgramInfoLog(int, int) - Method in interface com.jme3.renderer.opengl.GL
-
- glGetProgramiv(int, int, int[], int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glGetProgramResourceIndex(int, int, String) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glGetProgramResourceIndex(int, int, String) - Method in interface com.jme3.renderer.opengl.GL4
-
Returns the unsigned integer index assigned to a resource named name in the interface type programInterface of
program object program.
- glGetQueryiv(int, int, int[]) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glGetQueryObjectiv(int, int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glGetQueryObjectiv(int, int) - Method in class com.jme3.renderer.ios.IosGL
-
- glGetQueryObjectiv(int, int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glGetQueryObjectiv(int, int) - Method in interface com.jme3.renderer.opengl.GL
-
- glGetQueryObjectui64(int, int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glGetQueryObjectui64(int, int) - Method in class com.jme3.renderer.ios.IosGL
-
- glGetQueryObjectui64(int, int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glGetQueryObjectui64(int, int) - Method in interface com.jme3.renderer.opengl.GL
-
Unsigned version.
- glGetQueryObjectuiv(int, int, int[]) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glGetShader(int, int, IntBuffer) - Method in class com.jme3.renderer.android.AndroidGL
-
- glGetShader(int, int, IntBuffer) - Method in class com.jme3.renderer.ios.IosGL
-
- glGetShader(int, int, IntBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glGetShader(int, int, IntBuffer) - Method in interface com.jme3.renderer.opengl.GL
-
- glGetShaderInfoLog(int, int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glGetShaderInfoLog(int, int) - Method in class com.jme3.renderer.ios.IosGL
-
- glGetShaderInfoLog(int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glGetShaderInfoLog(int, int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glGetShaderInfoLog(int, int) - Method in interface com.jme3.renderer.opengl.GL
-
- glGetShaderiv(int, int, int[], int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glGetString(int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glGetString(int) - Method in class com.jme3.renderer.ios.IosGL
-
- glGetString(int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glGetString(int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glGetString(int, int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glGetString(int) - Method in interface com.jme3.renderer.opengl.GL
-
- glGetString(int, int) - Method in interface com.jme3.renderer.opengl.GL3
-
- glGetUniformBlockIndex(int, String) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glGetUniformBlockIndex(int, String) - Method in interface com.jme3.renderer.opengl.GL3
-
- glGetUniformLocation(int, String) - Method in class com.jme3.renderer.android.AndroidGL
-
- glGetUniformLocation(int, String) - Method in class com.jme3.renderer.ios.IosGL
-
- glGetUniformLocation(int, String) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glGetUniformLocation(int, String) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glGetUniformLocation(int, String) - Method in interface com.jme3.renderer.opengl.GL
-
- GLImageFormat - Class in com.jme3.renderer.opengl
-
Describes an OpenGL image format.
- GLImageFormat(int, int, int) - Constructor for class com.jme3.renderer.opengl.GLImageFormat
-
Constructor for formats.
- GLImageFormat(int, int, int, boolean) - Constructor for class com.jme3.renderer.opengl.GLImageFormat
-
Constructor for formats.
- GLImageFormat(int, int, int, boolean, boolean) - Constructor for class com.jme3.renderer.opengl.GLImageFormat
-
Constructor for formats.
- GLImageFormats - Class in com.jme3.renderer.opengl
-
Generates a table of supported image formats for a given renderer caps.
- glIsEnabled(int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glIsEnabled(int) - Method in class com.jme3.renderer.ios.IosGL
-
- glIsEnabled(int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glIsEnabled(int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glIsEnabled(int) - Method in interface com.jme3.renderer.opengl.GL
-
- glIsFramebuffer(int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glIsRenderbuffer(int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glLineWidth(float) - Method in class com.jme3.renderer.android.AndroidGL
-
- glLineWidth(float) - Method in class com.jme3.renderer.ios.IosGL
-
- glLineWidth(float) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glLineWidth(float) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glLineWidth(float) - Method in interface com.jme3.renderer.opengl.GL
-
- glLinkProgram(int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glLinkProgram(int) - Method in class com.jme3.renderer.ios.IosGL
-
- glLinkProgram(int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glLinkProgram(int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glLinkProgram(int) - Method in interface com.jme3.renderer.opengl.GL
-
- globalWorkSize - Variable in class com.jme3.opencl.Kernel
-
The current global work size
- glPatchParameter(int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glPatchParameter(int) - Method in interface com.jme3.renderer.opengl.GL4
-
- glPixelStorei(int, int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glPixelStorei(int, int) - Method in class com.jme3.renderer.ios.IosGL
-
- glPixelStorei(int, int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glPixelStorei(int, int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glPixelStorei(int, int) - Method in interface com.jme3.renderer.opengl.GL
-
- glPointSize(float) - Method in class com.jme3.renderer.android.AndroidGL
-
- glPointSize(float) - Method in class com.jme3.renderer.ios.IosGL
-
- glPointSize(float) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glPointSize(float) - Method in interface com.jme3.renderer.opengl.GL2
-
- glPolygonMode(int, int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glPolygonMode(int, int) - Method in class com.jme3.renderer.ios.IosGL
-
- glPolygonMode(int, int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glPolygonMode(int, int) - Method in interface com.jme3.renderer.opengl.GL2
-
- glPolygonOffset(float, float) - Method in class com.jme3.renderer.android.AndroidGL
-
- glPolygonOffset(float, float) - Method in class com.jme3.renderer.ios.IosGL
-
- glPolygonOffset(float, float) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glPolygonOffset(float, float) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glPolygonOffset(float, float) - Method in interface com.jme3.renderer.opengl.GL
-
- glReadBuffer(int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glReadBuffer(int) - Method in class com.jme3.renderer.ios.IosGL
-
- glReadBuffer(int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glReadBuffer(int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glReadBuffer(int) - Method in interface com.jme3.renderer.opengl.GL2
-
- glReadPixels(int, int, int, int, int, int, ByteBuffer) - Method in class com.jme3.renderer.android.AndroidGL
-
- glReadPixels(int, int, int, int, int, int, long) - Method in class com.jme3.renderer.android.AndroidGL
-
- glReadPixels(int, int, int, int, int, int, ByteBuffer) - Method in class com.jme3.renderer.ios.IosGL
-
- glReadPixels(int, int, int, int, int, int, long) - Method in class com.jme3.renderer.ios.IosGL
-
- glReadPixels(int, int, int, int, int, int, Buffer) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glReadPixels(int, int, int, int, int, int, ByteBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glReadPixels(int, int, int, int, int, int, long) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glReadPixels(int, int, int, int, int, int, ByteBuffer) - Method in interface com.jme3.renderer.opengl.GL
-
- glReadPixels(int, int, int, int, int, int, long) - Method in interface com.jme3.renderer.opengl.GL
-
- glReadPixels2(int, int, int, int, int, int, byte[], int, int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glRenderbufferStorage(int, int, int, int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glRenderbufferStorageEXT(int, int, int, int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glRenderbufferStorageEXT(int, int, int, int) - Method in class com.jme3.renderer.ios.IosGL
-
- glRenderbufferStorageEXT(int, int, int, int) - Method in class com.jme3.renderer.lwjgl.LwjglGLFboEXT
-
- glRenderbufferStorageEXT(int, int, int, int) - Method in class com.jme3.renderer.lwjgl.LwjglGLFboGL3
-
- glRenderbufferStorageEXT(int, int, int, int) - Method in interface com.jme3.renderer.opengl.GLFbo
-
- glRenderbufferStorageMultisampleEXT(int, int, int, int, int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glRenderbufferStorageMultisampleEXT(int, int, int, int, int) - Method in class com.jme3.renderer.ios.IosGL
-
- glRenderbufferStorageMultisampleEXT(int, int, int, int, int) - Method in class com.jme3.renderer.lwjgl.LwjglGLFboEXT
-
- glRenderbufferStorageMultisampleEXT(int, int, int, int, int) - Method in class com.jme3.renderer.lwjgl.LwjglGLFboGL3
-
- glRenderbufferStorageMultisampleEXT(int, int, int, int, int) - Method in interface com.jme3.renderer.opengl.GLFbo
-
- GLRenderer - Class in com.jme3.renderer.opengl
-
- GLRenderer(GL, GLExt, GLFbo) - Constructor for class com.jme3.renderer.opengl.GLRenderer
-
- glScissor(int, int, int, int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glScissor(int, int, int, int) - Method in class com.jme3.renderer.ios.IosGL
-
- glScissor(int, int, int, int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glScissor(int, int, int, int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glScissor(int, int, int, int) - Method in interface com.jme3.renderer.opengl.GL
-
- glShaderSource(int, String[], IntBuffer) - Method in class com.jme3.renderer.android.AndroidGL
-
- glShaderSource(int, String[], IntBuffer) - Method in class com.jme3.renderer.ios.IosGL
-
- glShaderSource(int, String) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glShaderSource(int, String[], IntBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glShaderSource(int, String[], IntBuffer) - Method in interface com.jme3.renderer.opengl.GL
-
- glShaderStorageBlockBinding(int, int, int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glShaderStorageBlockBinding(int, int, int) - Method in interface com.jme3.renderer.opengl.GL4
-
Changes the active shader storage block with an assigned index of storageBlockIndex in program object program.
- Glsl100ShaderGenerator - Class in com.jme3.shader
-
This shader Generator can generate Vertex and Fragment shaders from
shadernodes for GLSL 1.0
- Glsl100ShaderGenerator(AssetManager) - Constructor for class com.jme3.shader.Glsl100ShaderGenerator
-
creates a Glsl100ShaderGenerator
- Glsl150ShaderGenerator - Class in com.jme3.shader
-
This shader Generator can generate Vertex and Fragment shaders from
ShaderNodes for GLSL 1.5
- Glsl150ShaderGenerator(AssetManager) - Constructor for class com.jme3.shader.Glsl150ShaderGenerator
-
Creates a Glsl150ShaderGenerator
- Glsl300ShaderGenerator - Class in com.jme3.shader
-
This shader Generator can generate Vertex and Fragment shaders from
ShaderNodes for GLESSL 3.0
Nowadays it's just a subclass of Glsl150ShaderGenerator overriding the version
string because GLSL 1.5 is mostly compatible with GLESSL 3.0
- Glsl300ShaderGenerator(AssetManager) - Constructor for class com.jme3.shader.Glsl300ShaderGenerator
-
Creates a Glsl300ShaderGenerator
- GLSLLoader - Class in com.jme3.shader.plugins
-
GLSL File parser that supports #import pre-processor statement
- GLSLLoader() - Constructor for class com.jme3.shader.plugins.GLSLLoader
-
- glStencilFuncSeparate(int, int, int, int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glStencilFuncSeparate(int, int, int, int) - Method in class com.jme3.renderer.ios.IosGL
-
- glStencilFuncSeparate(int, int, int, int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glStencilFuncSeparate(int, int, int, int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glStencilFuncSeparate(int, int, int, int) - Method in interface com.jme3.renderer.opengl.GL
-
- glStencilOpSeparate(int, int, int, int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glStencilOpSeparate(int, int, int, int) - Method in class com.jme3.renderer.ios.IosGL
-
- glStencilOpSeparate(int, int, int, int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glStencilOpSeparate(int, int, int, int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glStencilOpSeparate(int, int, int, int) - Method in interface com.jme3.renderer.opengl.GL
-
- glTexImage2D(int, int, int, int, int, int, int, int, ByteBuffer) - Method in class com.jme3.renderer.android.AndroidGL
-
- glTexImage2D(int, int, int, int, int, int, int, int, ByteBuffer) - Method in class com.jme3.renderer.ios.IosGL
-
- glTexImage2D(int, int, int, int, int, int, int, int, Buffer) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glTexImage2D(int, int, int, int, int, int, int, int, ByteBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glTexImage2D(int, int, int, int, int, int, int, int, ByteBuffer) - Method in interface com.jme3.renderer.opengl.GL
-
- glTexImage2DMultisample(int, int, int, int, int, boolean) - Method in class com.jme3.renderer.android.AndroidGL
-
- glTexImage2DMultisample(int, int, int, int, int, boolean) - Method in class com.jme3.renderer.ios.IosGL
-
- glTexImage2DMultisample(int, int, int, int, int, boolean) - Method in class com.jme3.renderer.lwjgl.LwjglGLExt
-
- glTexImage2DMultisample(int, int, int, int, int, boolean) - Method in interface com.jme3.renderer.opengl.GLExt
-
Establishes the data storage, format, dimensions, and number of samples of a 2D multisample texture's image.
- glTexImage3D(int, int, int, int, int, int, int, int, int, ByteBuffer) - Method in class com.jme3.renderer.android.AndroidGL
-
- glTexImage3D(int, int, int, int, int, int, int, int, int, ByteBuffer) - Method in class com.jme3.renderer.ios.IosGL
-
- glTexImage3D(int, int, int, int, int, int, int, int, int, ByteBuffer) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glTexImage3D(int, int, int, int, int, int, int, int, int, ByteBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glTexImage3D(int, int, int, int, int, int, int, int, int, ByteBuffer) - Method in interface com.jme3.renderer.opengl.GL2
-
- glTexParameterf(int, int, float) - Method in class com.jme3.renderer.android.AndroidGL
-
- glTexParameterf(int, int, float) - Method in class com.jme3.renderer.ios.IosGL
-
- glTexParameterf(int, int, float) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glTexParameterf(int, int, float) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glTexParameterf(int, int, float) - Method in interface com.jme3.renderer.opengl.GL
-
- glTexParameteri(int, int, int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glTexParameteri(int, int, int) - Method in class com.jme3.renderer.ios.IosGL
-
- glTexParameteri(int, int, int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glTexParameteri(int, int, int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glTexParameteri(int, int, int) - Method in interface com.jme3.renderer.opengl.GL
-
- glTexSubImage2D(int, int, int, int, int, int, int, int, ByteBuffer) - Method in class com.jme3.renderer.android.AndroidGL
-
- glTexSubImage2D(int, int, int, int, int, int, int, int, ByteBuffer) - Method in class com.jme3.renderer.ios.IosGL
-
- glTexSubImage2D(int, int, int, int, int, int, int, int, Buffer) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glTexSubImage2D(int, int, int, int, int, int, int, int, ByteBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glTexSubImage2D(int, int, int, int, int, int, int, int, ByteBuffer) - Method in interface com.jme3.renderer.opengl.GL
-
- glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, ByteBuffer) - Method in class com.jme3.renderer.android.AndroidGL
-
- glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, ByteBuffer) - Method in class com.jme3.renderer.ios.IosGL
-
- glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, ByteBuffer) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, ByteBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, ByteBuffer) - Method in interface com.jme3.renderer.opengl.GL2
-
- GltfLoader - Class in com.jme3.scene.plugins.gltf
-
GLTF 2.0 loader
Created by Nehon on 07/08/2017.
- GltfLoader() - Constructor for class com.jme3.scene.plugins.gltf.GltfLoader
-
- GltfLoader.SkinBuffers - Class in com.jme3.scene.plugins.gltf
-
- GltfLoader.WeightData - Class in com.jme3.scene.plugins.gltf
-
- GltfModelKey - Class in com.jme3.scene.plugins.gltf
-
An optional key to use when loading a glTF file
It allows you to specify custom data loader, replacing the default ones.
- GltfModelKey(String) - Constructor for class com.jme3.scene.plugins.gltf.GltfModelKey
-
- GltfModelKey() - Constructor for class com.jme3.scene.plugins.gltf.GltfModelKey
-
- GltfUtils - Class in com.jme3.scene.plugins.gltf
-
Created by Nehon on 07/08/2017.
- GLTiming - Class in com.jme3.renderer.opengl
-
- GLTiming(Object, GLTimingState) - Constructor for class com.jme3.renderer.opengl.GLTiming
-
- GLTimingState - Class in com.jme3.renderer.opengl
-
- GLTimingState() - Constructor for class com.jme3.renderer.opengl.GLTimingState
-
- GLTracer - Class in com.jme3.renderer.opengl
-
Utility class that allows tracing of OpenGL calls generated by the engine.
- GLTracer(Object, IntMap<String>) - Constructor for class com.jme3.renderer.opengl.GLTracer
-
- glUniform1(int, FloatBuffer) - Method in class com.jme3.renderer.android.AndroidGL
-
- glUniform1(int, IntBuffer) - Method in class com.jme3.renderer.android.AndroidGL
-
- glUniform1(int, FloatBuffer) - Method in class com.jme3.renderer.ios.IosGL
-
- glUniform1(int, IntBuffer) - Method in class com.jme3.renderer.ios.IosGL
-
- glUniform1(int, FloatBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glUniform1(int, IntBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glUniform1(int, FloatBuffer) - Method in interface com.jme3.renderer.opengl.GL
-
- glUniform1(int, IntBuffer) - Method in interface com.jme3.renderer.opengl.GL
-
- glUniform1f(int, float) - Method in class com.jme3.renderer.android.AndroidGL
-
- glUniform1f(int, float) - Method in class com.jme3.renderer.ios.IosGL
-
- glUniform1f(int, float) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glUniform1f(int, float) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glUniform1f(int, float) - Method in interface com.jme3.renderer.opengl.GL
-
- glUniform1fv(int, int, FloatBuffer) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glUniform1fv2(int, int, float[], int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glUniform1i(int, int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glUniform1i(int, int) - Method in class com.jme3.renderer.ios.IosGL
-
- glUniform1i(int, int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glUniform1i(int, int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glUniform1i(int, int) - Method in interface com.jme3.renderer.opengl.GL
-
- glUniform1iv(int, int, IntBuffer) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glUniform1iv2(int, int, int[], int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glUniform2(int, IntBuffer) - Method in class com.jme3.renderer.android.AndroidGL
-
- glUniform2(int, FloatBuffer) - Method in class com.jme3.renderer.android.AndroidGL
-
- glUniform2(int, IntBuffer) - Method in class com.jme3.renderer.ios.IosGL
-
- glUniform2(int, FloatBuffer) - Method in class com.jme3.renderer.ios.IosGL
-
- glUniform2(int, IntBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glUniform2(int, FloatBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glUniform2(int, IntBuffer) - Method in interface com.jme3.renderer.opengl.GL
-
- glUniform2(int, FloatBuffer) - Method in interface com.jme3.renderer.opengl.GL
-
- glUniform2f(int, float, float) - Method in class com.jme3.renderer.android.AndroidGL
-
- glUniform2f(int, float, float) - Method in class com.jme3.renderer.ios.IosGL
-
- glUniform2f(int, float, float) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glUniform2f(int, float, float) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glUniform2f(int, float, float) - Method in interface com.jme3.renderer.opengl.GL
-
- glUniform2fv(int, int, FloatBuffer) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glUniform2fv2(int, int, float[], int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glUniform3(int, IntBuffer) - Method in class com.jme3.renderer.android.AndroidGL
-
- glUniform3(int, FloatBuffer) - Method in class com.jme3.renderer.android.AndroidGL
-
- glUniform3(int, IntBuffer) - Method in class com.jme3.renderer.ios.IosGL
-
- glUniform3(int, FloatBuffer) - Method in class com.jme3.renderer.ios.IosGL
-
- glUniform3(int, IntBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glUniform3(int, FloatBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glUniform3(int, IntBuffer) - Method in interface com.jme3.renderer.opengl.GL
-
- glUniform3(int, FloatBuffer) - Method in interface com.jme3.renderer.opengl.GL
-
- glUniform3f(int, float, float, float) - Method in class com.jme3.renderer.android.AndroidGL
-
- glUniform3f(int, float, float, float) - Method in class com.jme3.renderer.ios.IosGL
-
- glUniform3f(int, float, float, float) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glUniform3f(int, float, float, float) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glUniform3f(int, float, float, float) - Method in interface com.jme3.renderer.opengl.GL
-
- glUniform3fv(int, int, FloatBuffer) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glUniform3fv2(int, int, float[], int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glUniform4(int, FloatBuffer) - Method in class com.jme3.renderer.android.AndroidGL
-
- glUniform4(int, IntBuffer) - Method in class com.jme3.renderer.android.AndroidGL
-
- glUniform4(int, FloatBuffer) - Method in class com.jme3.renderer.ios.IosGL
-
- glUniform4(int, IntBuffer) - Method in class com.jme3.renderer.ios.IosGL
-
- glUniform4(int, FloatBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glUniform4(int, IntBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glUniform4(int, FloatBuffer) - Method in interface com.jme3.renderer.opengl.GL
-
- glUniform4(int, IntBuffer) - Method in interface com.jme3.renderer.opengl.GL
-
- glUniform4f(int, float, float, float, float) - Method in class com.jme3.renderer.android.AndroidGL
-
- glUniform4f(int, float, float, float, float) - Method in class com.jme3.renderer.ios.IosGL
-
- glUniform4f(int, float, float, float, float) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glUniform4f(int, float, float, float, float) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glUniform4f(int, float, float, float, float) - Method in interface com.jme3.renderer.opengl.GL
-
- glUniform4fv(int, int, FloatBuffer) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glUniform4fv2(int, int, float[], int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glUniformBlockBinding(int, int, int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glUniformBlockBinding(int, int, int) - Method in interface com.jme3.renderer.opengl.GL3
-
Binding points for active uniform blocks are assigned using glUniformBlockBinding.
- glUniformMatrix3(int, boolean, FloatBuffer) - Method in class com.jme3.renderer.android.AndroidGL
-
- glUniformMatrix3(int, boolean, FloatBuffer) - Method in class com.jme3.renderer.ios.IosGL
-
- glUniformMatrix3(int, boolean, FloatBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glUniformMatrix3(int, boolean, FloatBuffer) - Method in interface com.jme3.renderer.opengl.GL
-
- glUniformMatrix3fv(int, int, boolean, FloatBuffer) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glUniformMatrix3fv2(int, int, boolean, float[], int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glUniformMatrix4(int, boolean, FloatBuffer) - Method in class com.jme3.renderer.android.AndroidGL
-
- glUniformMatrix4(int, boolean, FloatBuffer) - Method in class com.jme3.renderer.ios.IosGL
-
- glUniformMatrix4(int, boolean, FloatBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glUniformMatrix4(int, boolean, FloatBuffer) - Method in interface com.jme3.renderer.opengl.GL
-
- glUniformMatrix4fv(int, int, boolean, FloatBuffer) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glUniformMatrix4fv2(int, int, boolean, float[], int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glUseProgram(int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glUseProgram(int) - Method in class com.jme3.renderer.ios.IosGL
-
- glUseProgram(int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glUseProgram(int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glUseProgram(int) - Method in interface com.jme3.renderer.opengl.GL
-
- glVertexAttribDivisor(int, int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glVertexAttribDivisorARB(int, int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glVertexAttribDivisorARB(int, int) - Method in class com.jme3.renderer.ios.IosGL
-
- glVertexAttribDivisorARB(int, int) - Method in class com.jme3.renderer.lwjgl.LwjglGLExt
-
- glVertexAttribDivisorARB(int, int) - Method in interface com.jme3.renderer.opengl.GLExt
-
Modifies the rate at which generic vertex attributes advance when rendering multiple instances of primitives in a single draw call.
- glVertexAttribPointer(int, int, int, boolean, int, long) - Method in class com.jme3.renderer.android.AndroidGL
-
- glVertexAttribPointer(int, int, int, boolean, int, long) - Method in class com.jme3.renderer.ios.IosGL
-
- glVertexAttribPointer(int, int, int, boolean, int, Buffer) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glVertexAttribPointer(int, int, int, boolean, int, long) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glVertexAttribPointer(int, int, int, boolean, int, long) - Method in interface com.jme3.renderer.opengl.GL
-
- glVertexAttribPointer2(int, int, int, boolean, int, int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glViewport(int, int, int, int) - Method in class com.jme3.renderer.android.AndroidGL
-
- glViewport(int, int, int, int) - Method in class com.jme3.renderer.ios.IosGL
-
- glViewport(int, int, int, int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
-
- glViewport(int, int, int, int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- glViewport(int, int, int, int) - Method in interface com.jme3.renderer.opengl.GL
-
- GlyphParser - Interface in com.jme3.font
-
Used for selecting character shape in cursive bitmap text.
- gObject - Variable in class com.jme3.bullet.objects.PhysicsCharacter
-
- gObject - Variable in class com.jme3.bullet.objects.PhysicsGhostObject
-
- GpuAnalyzerValidator - Class in jme3tools.shadercheck
-
Shader validator implementation for AMD's GPUShaderAnalyser.
- GpuAnalyzerValidator() - Constructor for class jme3tools.shadercheck.GpuAnalyzerValidator
-
- grabGLFWContext() - Method in class com.jme3.input.vr.osvr.OSVR
-
Grab the current GLFW context.
- GraphNode(String) - Constructor for class jme3test.app.TestCloner.GraphNode
-
- gravity(Vector3f) - Method in class com.jme3.bullet.animation.DacConfiguration
-
Copy this control's gravitational acceleration for Ragdoll mode.
- Gray - Static variable in class com.jme3.math.ColorRGBA
-
The color gray (.5,.5,.5).
- GreedyMessageBuffer - Class in com.jme3.network.base.protocol
-
A MessageBuffer implementation that will aggressively create
all messages as byte data comes in.
- GreedyMessageBuffer(MessageProtocol) - Constructor for class com.jme3.network.base.protocol.GreedyMessageBuffer
-
- Green - Static variable in class com.jme3.math.ColorRGBA
-
The color green (0,1,0).
- Grid - Class in com.jme3.scene.debug
-
Simple grid shape.
- Grid() - Constructor for class com.jme3.scene.debug.Grid
-
- Grid(int, int, float) - Constructor for class com.jme3.scene.debug.Grid
-
Creates a grid debug shape.
- gridDivs - Variable in class com.jme3.system.jopenvr.Compositor_OverlaySettings
-
- gridLocation - Variable in class com.jme3.terrain.geomipmap.picking.BresenhamYUpGridTracer
-
- gridMoved(Vector3f) - Method in interface com.jme3.terrain.geomipmap.TerrainGridListener
-
Called whenever the camera has moved full grid cells.
- gridOffset - Variable in class com.jme3.terrain.geomipmap.TerrainGrid
-
- gridOrigin - Variable in class com.jme3.terrain.geomipmap.picking.BresenhamYUpGridTracer
-
- gridScale - Variable in class com.jme3.system.jopenvr.Compositor_OverlaySettings
-
- gridSpacing - Variable in class com.jme3.terrain.geomipmap.picking.BresenhamYUpGridTracer
-
- gridWidth - Variable in class com.jme3.system.jopenvr.Compositor_OverlaySettings
-
- groupNode - Variable in class com.jme3.scene.Geometry
-
- gsort(Object[], Comparator) - Static method in class com.jme3.util.SortUtil
-
- GuiComparator - Class in com.jme3.renderer.queue
-
GuiComparator
sorts geometries back-to-front based
on their Z position.
- GuiComparator() - Constructor for class com.jme3.renderer.queue.GuiComparator
-
- GuiEvent - Class in com.jme3.cinematic.events
-
A CinematicEvent associated with a Nifty screen.
- GuiEvent() - Constructor for class com.jme3.cinematic.events.GuiEvent
-
No-argument constructor needed by SavableClassUtil.
- GuiEvent(Nifty, String) - Constructor for class com.jme3.cinematic.events.GuiEvent
-
Instantiate an event with the default initial duration (10) and mode
(DontLoop).
- GuiEvent(Nifty, String, float) - Constructor for class com.jme3.cinematic.events.GuiEvent
-
Instantiate an event the default mode (DontLoop).
- GuiEvent(Nifty, String, LoopMode) - Constructor for class com.jme3.cinematic.events.GuiEvent
-
Instantiate an event with the default initial duration (10).
- GuiEvent(Nifty, String, float, LoopMode) - Constructor for class com.jme3.cinematic.events.GuiEvent
-
Instantiate an event with the specified initial duration and loop mode.
- guiFont - Variable in class com.jme3.app.SimpleApplication
-
- guiFont - Variable in class com.jme3.app.StatsAppState
-
- guiNode - Variable in class com.jme3.app.SimpleApplication
-
- guiNode - Variable in class com.jme3.app.StatsAppState
-
- guiNode - Variable in class com.jme3.app.VRApplication
-
Deprecated.
- GuiTrack - Class in com.jme3.cinematic.events
-
- GuiTrack() - Constructor for class com.jme3.cinematic.events.GuiTrack
-
Deprecated.
- GuiTrack(Nifty, String) - Constructor for class com.jme3.cinematic.events.GuiTrack
-
Deprecated.
- GuiTrack(Nifty, String, float) - Constructor for class com.jme3.cinematic.events.GuiTrack
-
Deprecated.
- GuiTrack(Nifty, String, LoopMode) - Constructor for class com.jme3.cinematic.events.GuiTrack
-
Deprecated.
- GuiTrack(Nifty, String, float, LoopMode) - Constructor for class com.jme3.cinematic.events.GuiTrack
-
Deprecated.
- guiViewPort - Variable in class com.jme3.app.LegacyApplication
-
- GZIPCompressedMessage - Class in com.jme3.network.message
-
GZIPCompressedMessage is the class that you need to use should you want to
compress a message using Gzip.
- GZIPCompressedMessage() - Constructor for class com.jme3.network.message.GZIPCompressedMessage
-
- GZIPCompressedMessage(Message) - Constructor for class com.jme3.network.message.GZIPCompressedMessage
-
- GZIPSerializer - Class in com.jme3.network.serializing.serializers
-
Serializes GZIP messages.
- GZIPSerializer() - Constructor for class com.jme3.network.serializing.serializers.GZIPSerializer
-
- i - Variable in class jme3test.app.TestCloner.RegularObject
-
- i2c(int) - Static method in class com.jme3.terrain.noise.ShaderUtils
-
- iCount - Variable in class com.jme3.scene.plugins.fbx.objects.FbxMesh
-
- id - Variable in class com.jme3.scene.plugins.fbx.file.FbxElement
-
- id - Variable in class com.jme3.scene.plugins.fbx.obj.FbxObject
-
- id - Variable in class com.jme3.scene.plugins.fbx.objects.FbxObject
-
- id - Variable in class com.jme3.util.NativeObject
-
The ID of the object, usually depends on its type.
- ID3D12CommandQueue(Pointer) - Constructor for class com.jme3.system.jopenvr.JOpenVRLibrary.ID3D12CommandQueue
-
- ID3D12CommandQueue() - Constructor for class com.jme3.system.jopenvr.JOpenVRLibrary.ID3D12CommandQueue
-
- ID3D12Resource(Pointer) - Constructor for class com.jme3.system.jopenvr.JOpenVRLibrary.ID3D12Resource
-
- ID3D12Resource() - Constructor for class com.jme3.system.jopenvr.JOpenVRLibrary.ID3D12Resource
-
- idCount - Variable in class com.jme3.export.binary.BinaryExporter
-
- IdentifyApplication - Variable in class com.jme3.system.jopenvr.VR_IVRApplications_FnTable
-
C type : IdentifyApplication_callback*
- IDENTITY - Static variable in class com.jme3.math.Matrix3f
-
an instance of the identity matrix (diagonals = 1, other elements = 0)
- IDENTITY - Static variable in class com.jme3.math.Matrix4f
-
an instance of the identity matrix (diagonals = 1, other elements = 0)
- IDENTITY - Static variable in class com.jme3.math.Quaternion
-
Represents the identity quaternion rotation (0, 0, 0, 1).
- IDENTITY - Static variable in class com.jme3.math.Transform
-
Shared instance of the identity transform.
- IdentityCloneFunction<T> - Class in com.jme3.util.clone
-
A CloneFunction implementation that simply returns
the passed object without cloning it.
- IdentityCloneFunction() - Constructor for class com.jme3.util.clone.IdentityCloneFunction
-
- IDList - Class in com.jme3.renderer
-
A specialized data-structure used to optimize state changes of "slot"
based state.
- IDList() - Constructor for class com.jme3.renderer.IDList
-
- ids - Variable in class com.jme3.audio.AudioStream
-
- igByGeom - Variable in class com.jme3.scene.instancing.InstancedNode
-
- IGLESContext - Class in com.jme3.system.ios
-
- IGLESContext() - Constructor for class com.jme3.system.ios.IGLESContext
-
- ignore - Static variable in class com.jme3.network.message.SerializerRegistrationsMessage
-
- ignoreTransform - Variable in class com.jme3.scene.Geometry
-
When true, the geometry's transform will not be applied.
- Image - Class in com.jme3.opencl
-
Wrapper for an OpenCL image.
- Image(OpenCLObject.ObjectReleaser) - Constructor for class com.jme3.opencl.Image
-
- image - Variable in class com.jme3.scene.plugins.fbx.objects.FbxImage
-
- Image - Class in com.jme3.texture
-
Image
defines a data format for a graphical image.
- Image() - Constructor for class com.jme3.texture.Image
-
Constructor instantiates a new Image
object.
- Image(int) - Constructor for class com.jme3.texture.Image
-
- Image(Image.Format, int, int, int, ArrayList<ByteBuffer>, int[], ColorSpace) - Constructor for class com.jme3.texture.Image
-
Constructor instantiates a new Image
object.
- Image(Image.Format, int, int, int, ArrayList<ByteBuffer>, int[]) - Constructor for class com.jme3.texture.Image
-
- Image(Image.Format, int, int, ByteBuffer, int[], ColorSpace) - Constructor for class com.jme3.texture.Image
-
Constructor instantiates a new Image
object.
- Image(Image.Format, int, int, ByteBuffer, int[]) - Constructor for class com.jme3.texture.Image
-
- Image(Image.Format, int, int, int, ArrayList<ByteBuffer>, ColorSpace) - Constructor for class com.jme3.texture.Image
-
Constructor instantiates a new Image
object.
- Image(Image.Format, int, int, int, ArrayList<ByteBuffer>) - Constructor for class com.jme3.texture.Image
-
- Image(Image.Format, int, int, ByteBuffer, ColorSpace) - Constructor for class com.jme3.texture.Image
-
Constructor instantiates a new Image
object.
- Image(Image.Format, int, int, ByteBuffer) - Constructor for class com.jme3.texture.Image
-
- Image.Format - Enum in com.jme3.texture
-
- Image.ImageChannelOrder - Enum in com.jme3.opencl
-
ImageChannelOrder
specifies the number of channels and the channel layout i.e.
- Image.ImageChannelType - Enum in com.jme3.opencl
-
ImageChannelType
describes the size of the channel data type.
- Image.ImageDescriptor - Class in com.jme3.opencl
-
The image descriptor structure describes the type and dimensions of the image or image array.
- Image.ImageFormat - Class in com.jme3.opencl
-
- Image.ImageMapping - Class in com.jme3.opencl
-
Describes a mapped region of the image
- Image.ImageType - Enum in com.jme3.opencl
-
The possible image types / dimensions.
- ImageBasedHeightMap - Class in com.jme3.terrain.heightmap
-
ImageBasedHeightMap
is a height map created from the grayscale
conversion of an image.
- ImageBasedHeightMap(Image) - Constructor for class com.jme3.terrain.heightmap.ImageBasedHeightMap
-
Creates a HeightMap from an Image.
- ImageBasedHeightMap(Image, float) - Constructor for class com.jme3.terrain.heightmap.ImageBasedHeightMap
-
- imageByteBuffer - Variable in class com.jme3.system.AWTComponentRenderer
-
The image byte buffer.
- ImageDescriptor() - Constructor for class com.jme3.opencl.Image.ImageDescriptor
-
- ImageDescriptor(Image.ImageType, long, long, long, long, long, long, ByteBuffer) - Constructor for class com.jme3.opencl.Image.ImageDescriptor
-
Used to specify an image with the provided ByteBuffer as source
- ImageDescriptor(Image.ImageType, long, long, long, long) - Constructor for class com.jme3.opencl.Image.ImageDescriptor
-
Specifies an image without a host buffer, a new chunk of memory
will be allocated.
- ImageFlipper - Class in com.jme3.texture.plugins
-
ImageFlipper is a utility class used to flip images across the Y axis.
- imageFormat - Variable in class com.jme3.environment.EnvironmentCamera
-
- ImageFormat() - Constructor for class com.jme3.opencl.Image.ImageFormat
-
- ImageFormat(Image.ImageChannelOrder, Image.ImageChannelType) - Constructor for class com.jme3.opencl.Image.ImageFormat
-
- imageIndex - Variable in class com.jme3.effect.Particle
-
Particle image index.
- ImageMapping(ByteBuffer, long, long, Event) - Constructor for class com.jme3.opencl.Image.ImageMapping
-
- ImageMapping(ByteBuffer, long, long) - Constructor for class com.jme3.opencl.Image.ImageMapping
-
- ImageRaster - Class in com.jme3.texture.image
-
Utility class for reading and writing from jME3
images
.
- ImageRaster() - Constructor for class com.jme3.texture.image.ImageRaster
-
- images - Variable in class com.jme3.environment.EnvironmentCamera
-
- imageState - Variable in class com.jme3.system.AWTComponentRenderer
-
The Image state.
- ImageTileLoader - Class in com.jme3.terrain.geomipmap.grid
-
- ImageTileLoader(String, String, AssetManager) - Constructor for class com.jme3.terrain.geomipmap.grid.ImageTileLoader
-
- ImageTileLoader(AssetManager, Namer) - Constructor for class com.jme3.terrain.geomipmap.grid.ImageTileLoader
-
- ImageToAwt - Class in jme3tools.converters
-
- implementation - Variable in class com.jme3.lwjgl3.utils.APIUtil.APIVersion
-
Returns the API implementation-specific versioning information.
- importanceSampleGGX(Vector4f, float, Vector3f) - Method in class com.jme3.environment.generation.PrefilteredEnvMapFaceGenerator
-
Computes GGX half vector in local space
- importanceSampleGGX(Vector4f, float, Vector3f, Vector3f, TempVars) - Static method in class com.jme3.environment.util.EnvMapUtils
-
- ImportFromBufferToWorking - Variable in class com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable
-
C type : ImportFromBufferToWorking_callback*
- ImprovedNoise - Class in com.jme3.terrain.noise.basis
-
Perlin's default implementation of Improved Perlin Noise
designed to work with Noise base
- ImprovedNoise() - Constructor for class com.jme3.terrain.noise.basis.ImprovedNoise
-
- Imu_OffScaleFlags_OffScale_AccelX - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.Imu_OffScaleFlags
-
native declaration : headers\openvr_capi.h:911
- Imu_OffScaleFlags_OffScale_AccelY - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.Imu_OffScaleFlags
-
native declaration : headers\openvr_capi.h:912
- Imu_OffScaleFlags_OffScale_AccelZ - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.Imu_OffScaleFlags
-
native declaration : headers\openvr_capi.h:913
- Imu_OffScaleFlags_OffScale_GyroX - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.Imu_OffScaleFlags
-
native declaration : headers\openvr_capi.h:914
- Imu_OffScaleFlags_OffScale_GyroY - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.Imu_OffScaleFlags
-
native declaration : headers\openvr_capi.h:915
- Imu_OffScaleFlags_OffScale_GyroZ - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.Imu_OffScaleFlags
-
native declaration : headers\openvr_capi.h:916
- ImuSample_t - Class in com.jme3.system.jopenvr
-
- ImuSample_t() - Constructor for class com.jme3.system.jopenvr.ImuSample_t
-
- ImuSample_t(double, HmdVector3d_t, HmdVector3d_t, int) - Constructor for class com.jme3.system.jopenvr.ImuSample_t
-
- ImuSample_t(Pointer) - Constructor for class com.jme3.system.jopenvr.ImuSample_t
-
- ImuSample_t.ByReference - Class in com.jme3.system.jopenvr
-
- ImuSample_t.ByValue - Class in com.jme3.system.jopenvr
-
- in - Variable in class com.jme3.audio.AudioStream
-
- in(T...) - Static method in class com.jme3.network.Filters
-
Creates a filter that returns true for any value in the specified
list of values and false for all other cases.
- in(Collection<? extends T>) - Static method in class com.jme3.network.Filters
-
Creates a filter that returns true for any value in the specified
collection and false for all other cases.
- in - Variable in class com.jme3.util.LittleEndien
-
- inBounce - Static variable in class com.jme3.math.Easing
-
a function containing a series of increasing bounces
- InceptionLevel(WorldOfInception.InceptionLevel, Vector3f) - Constructor for class jme3test.games.WorldOfInception.InceptionLevel
-
- incrementalRotation - Variable in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_IncrementalQuaternion
-
C type : OSVR_Quaternion
- incrementProgress(float) - Method in interface com.jme3.terrain.ProgressMonitor
-
Increment the progress by a unit.
- inCubic - Static variable in class com.jme3.math.Easing
-
a function that returns the cube of its input
- indent() - Method in class com.jme3.shader.Glsl100ShaderGenerator
-
increase indentation with a check so that indentation is never over 10
- indent - Variable in class com.jme3.shader.ShaderGenerator
-
indentation value for generation
- index - Variable in class com.jme3.animation.CompactArray
-
- index - Variable in class com.jme3.util.TangentBinormalGenerator.TriangleData
-
- IndexBuffer - Class in com.jme3.scene.mesh
-
IndexBuffer
is an abstraction for integer index buffers,
it is used to retrieve indices without knowing in which format they
are stored (ushort or uint).
- IndexBuffer() - Constructor for class com.jme3.scene.mesh.IndexBuffer
-
- IndexByteBuffer - Class in com.jme3.scene.mesh
-
IndexBuffer implementation for ByteBuffer
s.
- IndexByteBuffer(ByteBuffer) - Constructor for class com.jme3.scene.mesh.IndexByteBuffer
-
Instantiate an IndexBuffer using the specified ByteBuffer and a maximum
index value of 255.
- IndexByteBuffer(ByteBuffer, int) - Constructor for class com.jme3.scene.mesh.IndexByteBuffer
-
Instantiate an IndexBuffer using the specified ByteBuffer and set its
maximum index value.
- indexer - Variable in class com.jme3.terrain.geomipmap.TerrainLodControl
-
- indexes - Variable in class com.jme3.scene.plugins.fbx.objects.FbxCluster
-
- IndexIntBuffer - Class in com.jme3.scene.mesh
-
IndexBuffer implementation for IntBuffer
s.
- IndexIntBuffer(IntBuffer) - Constructor for class com.jme3.scene.mesh.IndexIntBuffer
-
- indexMap - Variable in class com.jme3.scene.plugins.fbx.objects.FbxMesh
-
- indexOf(Object) - Method in class com.jme3.util.SafeArrayList
-
- indexPool - Variable in class com.jme3.animation.CompactArray
-
- IndexShortBuffer - Class in com.jme3.scene.mesh
-
IndexBuffer implementation for ShortBuffer
s.
- IndexShortBuffer(ShortBuffer) - Constructor for class com.jme3.scene.mesh.IndexShortBuffer
-
Instantiate an IndexBuffer using the specified ShortBuffer and a maximum
index value of 65_535.
- IndexShortBuffer(ShortBuffer, int) - Constructor for class com.jme3.scene.mesh.IndexShortBuffer
-
Instantiate an IndexBuffer using the specified ShortBuffer and set its
maximum index value.
- indexVertMap - Variable in class com.jme3.scene.plugins.OBJLoader
-
- indices - Variable in class com.jme3.scene.plugins.fbx.objects.FbxMesh
-
- inElastic - Static variable in class com.jme3.math.Easing
-
In Elastic and bounce
- influenceParticle(Particle, EmitterShape) - Method in class com.jme3.effect.influencers.DefaultParticleInfluencer
-
- influenceParticle(Particle, EmitterShape) - Method in class com.jme3.effect.influencers.EmptyParticleInfluencer
-
- influenceParticle(Particle, EmitterShape) - Method in class com.jme3.effect.influencers.NewtonianParticleInfluencer
-
- influenceParticle(Particle, EmitterShape) - Method in interface com.jme3.effect.influencers.ParticleInfluencer
-
This method influences the particle.
- Info - Class in com.jme3.opencl.lwjgl.info
-
This class provides methods that can be used to query information about
OpenCL objects.
- init() - Method in class com.jme3.app.AppletHarness
-
- init(VRAPI) - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVRBounds
-
Initialize the VR bounds.
- init() - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVRInput
-
- init() - Method in class com.jme3.input.vr.oculus.OculusVRInput
-
- init(OpenVR) - Method in class com.jme3.input.vr.openvr.OpenVRBounds
-
Initialize the VR bounds.
- init() - Method in class com.jme3.input.vr.openvr.OpenVRInput
-
- init() - Method in class com.jme3.input.vr.osvr.OSVRInput
-
- init() - Method in interface com.jme3.input.vr.VRInputAPI
-
Initialize the input.
- init(AssetManager, RenderManager, ViewPort, int, int) - Method in class com.jme3.post.Filter
-
initialize this filter
use InitFilter for overriding filter initialization
- init(Renderer, int, int, Image.Format, Image.Format, int, boolean) - Method in class com.jme3.post.Filter.Pass
-
init the pass called internally
- init(Renderer, int, int, Image.Format, Image.Format) - Method in class com.jme3.post.Filter.Pass
-
init the pass called internally
- init(Renderer, int, int, Image.Format, Image.Format, int) - Method in class com.jme3.post.Filter.Pass
-
- init(Renderer, int, int, Image.Format, Image.Format, int, Material) - Method in class com.jme3.post.Filter.Pass
-
init the pass called internally
- init(AssetManager) - Method in class com.jme3.scene.plugins.gltf.MaterialAdapter
-
- init(Renderer, boolean) - Method in class com.jme3.system.AWTComponentRenderer
-
Initialize the component renderer.
- init() - Static method in class com.jme3.system.jopenvr.JOpenVRLibrary
-
Init the native binding to the underlying system library.
- init() - Method in class com.jme3.terrain.noise.basis.FilteredBasis
-
- init() - Method in class com.jme3.terrain.noise.basis.ImprovedNoise
-
- init() - Method in interface com.jme3.terrain.noise.Basis
-
- init() - Method in class com.jme3.terrain.noise.basis.NoiseAggregator
-
- init() - Method in class com.jme3.terrain.noise.fractal.FractalSum
-
- init() - Method in class jme3test.awt.AppHarness
-
- init() - Method in class jme3test.awt.TestApplet
-
- initalWorldRotation - Variable in class com.jme3.bullet.control.KinematicRagdollControl.PhysicsBoneLink
-
Deprecated.
- initBoneMap() - Method in class com.jme3.bullet.control.ragdoll.HumanoidRagdollPreset
-
Initialize the map from bone names to joint presets.
- initBoneMap() - Method in class com.jme3.bullet.control.ragdoll.RagdollPreset
-
Initialize the map from bone names to joint presets.
- initCamera(boolean) - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVR
-
Initialize the headset camera.
- initCamera(boolean) - Method in class com.jme3.input.vr.openvr.OpenVR
-
Initialize the headset camera.
- initContextFirstTime() - Method in class com.jme3.system.lwjgl.LwjglContext
-
Initializes the LWJGL renderer and input for the first time.
- initContextFirstTime() - Method in class com.jme3.system.lwjgl.LwjglContextVR
-
- initCrossHairs() - Method in class jme3test.batching.TestBatchNodeTower
-
- initCrossHairs() - Method in class jme3test.bullet.TestBrickTower
-
- initCrossHairs() - Method in class jme3test.bullet.TestBrickWall
-
- initCrossHairs() - Method in class jme3test.helloworld.HelloPhysics
-
A plus sign used as crosshairs to help the player with aiming.
- initCrossHairs() - Method in class jme3test.terrain.TerrainTestCollision
-
- initCrossHairs() - Method in class jme3test.terrain.TerrainTestModifyHeight
-
- inited - Variable in class com.jme3.input.dummy.DummyInput
-
- inited - Variable in class com.jme3.niftygui.NiftyJmeDisplay
-
- initEvent(Application, Cinematic) - Method in class com.jme3.cinematic.events.AbstractCinematicEvent
-
Initialize this event (called internally only).
- initEvent(Application, Cinematic) - Method in class com.jme3.cinematic.events.AnimationEvent
-
Deprecated.
- initEvent(Application, Cinematic) - Method in class com.jme3.cinematic.events.AnimEvent
-
Initialize this event.
- initEvent(Application, Cinematic) - Method in class com.jme3.cinematic.events.CameraEvent
-
- initEvent(Application, Cinematic) - Method in interface com.jme3.cinematic.events.CinematicEvent
-
initialize this event
- initEvent(Application, Cinematic) - Method in class com.jme3.cinematic.events.MotionEvent
-
- initEvent(Application, Cinematic) - Method in class com.jme3.cinematic.events.SoundEvent
-
- initFilter(AssetManager, RenderManager, ViewPort, int, int) - Method in class com.jme3.post.CartoonSSAO
-
- initFilter(AssetManager, RenderManager, ViewPort, int, int) - Method in class com.jme3.post.Filter
-
Initialization of filter subclasses.
- initFilter(AssetManager, RenderManager, ViewPort, int, int) - Method in class com.jme3.post.filters.BloomFilter
-
- initFilter(AssetManager, RenderManager, ViewPort, int, int) - Method in class com.jme3.post.filters.CartoonEdgeFilter
-
- initFilter(AssetManager, RenderManager, ViewPort, int, int) - Method in class com.jme3.post.filters.ColorOverlayFilter
-
- initFilter(AssetManager, RenderManager, ViewPort, int, int) - Method in class com.jme3.post.filters.ComposeFilter
-
- initFilter(AssetManager, RenderManager, ViewPort, int, int) - Method in class com.jme3.post.filters.ContrastAdjustmentFilter
-
Initializes the Filter when it is added to a FilterPostProcessor.
- initFilter(AssetManager, RenderManager, ViewPort, int, int) - Method in class com.jme3.post.filters.CrossHatchFilter
-
- initFilter(AssetManager, RenderManager, ViewPort, int, int) - Method in class com.jme3.post.filters.DepthOfFieldFilter
-
- initFilter(AssetManager, RenderManager, ViewPort, int, int) - Method in class com.jme3.post.filters.FadeFilter
-
- initFilter(AssetManager, RenderManager, ViewPort, int, int) - Method in class com.jme3.post.filters.FogFilter
-
- initFilter(AssetManager, RenderManager, ViewPort, int, int) - Method in class com.jme3.post.filters.FXAAFilter
-
- initFilter(AssetManager, RenderManager, ViewPort, int, int) - Method in class com.jme3.post.filters.GammaCorrectionFilter
-
Deprecated.
- initFilter(AssetManager, RenderManager, ViewPort, int, int) - Method in class com.jme3.post.filters.LightScatteringFilter
-
- initFilter(AssetManager, RenderManager, ViewPort, int, int) - Method in class com.jme3.post.filters.PosterizationFilter
-
- initFilter(AssetManager, RenderManager, ViewPort, int, int) - Method in class com.jme3.post.filters.RadialBlurFilter
-
- initFilter(AssetManager, RenderManager, ViewPort, int, int) - Method in class com.jme3.post.filters.ToneMapFilter
-
- initFilter(AssetManager, RenderManager, ViewPort, int, int) - Method in class com.jme3.post.filters.TranslucentBucketFilter
-
- initFilter(AssetManager, RenderManager, ViewPort, int, int) - Method in class com.jme3.post.ssao.SSAOFilter
-
- initFilter(AssetManager, RenderManager, ViewPort, int, int) - Method in class com.jme3.shadow.AbstractShadowFilter
-
- initFilter(AssetManager, RenderManager, ViewPort, int, int) - Method in class com.jme3.shadow.AbstractShadowFilterVR
-
- initFilter(AssetManager, RenderManager, ViewPort, int, int) - Method in class com.jme3.shadow.PssmShadowFilter
-
Deprecated.
- initFilter(AssetManager, RenderManager, ViewPort, int, int) - Method in class com.jme3.water.WaterFilter
-
- initFloor() - Method in class jme3test.batching.TestBatchNodeTower
-
- initFloor() - Method in class jme3test.bullet.TestBrickTower
-
- initFloor() - Method in class jme3test.bullet.TestBrickWall
-
- initFloor() - Method in class jme3test.helloworld.HelloPhysics
-
Make a solid floor and add it to the scene.
- initForcedRenderState() - Method in class com.jme3.shadow.AbstractShadowRenderer
-
- initForcedRenderState() - Method in class com.jme3.shadow.AbstractShadowRendererVR
-
- initFrustumCam() - Method in class com.jme3.shadow.AbstractShadowRenderer
-
delegates the initialization of the frustum cam to child renderers
- initFrustumCam() - Method in class com.jme3.shadow.AbstractShadowRendererVR
-
delegates the initialization of the frustum cam to child renderers
- initFrustumCam() - Method in class com.jme3.shadow.DirectionalLightShadowRenderer
-
- initFrustumCam() - Method in class com.jme3.shadow.DirectionalLightShadowRendererVR
-
- initFrustumCam() - Method in class com.jme3.shadow.PointLightShadowRenderer
-
- initFrustumCam() - Method in class com.jme3.shadow.SpotLightShadowRenderer
-
- initialDrawBuf - Variable in class com.jme3.renderer.RenderContext
-
ID of the initial draw buffer.
- initialDuration - Variable in class com.jme3.cinematic.events.AbstractCinematicEvent
-
- initialize() - Method in class com.jme3.app.AndroidHarness
-
- initialize() - Method in class com.jme3.app.AndroidHarnessFragment
-
- initialize(Application) - Method in class com.jme3.app.BasicProfilerState
-
- initialize(AppStateManager, Application) - Method in class com.jme3.app.ChaseCameraAppState
-
- initialize(AppStateManager, Application) - Method in class com.jme3.app.DebugKeysAppState
-
- initialize(Application) - Method in class com.jme3.app.DetailedProfilerState
-
- initialize(AppStateManager, Application) - Method in class com.jme3.app.FlyCamAppState
-
- initialize() - Method in class com.jme3.app.jmeSurfaceView.JmeSurfaceView
-
- initialize() - Method in class com.jme3.app.LegacyApplication
-
Do not call manually.
- initialize() - Method in class com.jme3.app.SimpleApplication
-
- initialize(AppStateManager, Application) - Method in class com.jme3.app.state.AbstractAppState
-
- initialize(AppStateManager, Application) - Method in interface com.jme3.app.state.AppState
-
- initialize(AppStateManager, Application) - Method in class com.jme3.app.state.AWTComponentAppState
-
- initialize(Application) - Method in class com.jme3.app.state.BaseAppState
-
Called during initialization once the app state is
attached and before onEnable() is called.
- initialize(AppStateManager, Application) - Method in class com.jme3.app.state.BaseAppState
-
Do not call directly: Called by the state manager to initialize this
state post-attachment.
- initialize(Application) - Method in class com.jme3.app.state.ConstantVerifierState
-
- initialize(AppStateManager, Application) - Method in class com.jme3.app.state.RootNodeAppState
-
- initialize(AppStateManager, Application) - Method in class com.jme3.app.state.ScreenshotAppState
-
- initialize(RenderManager, ViewPort) - Method in class com.jme3.app.state.ScreenshotAppState
-
- initialize(AppStateManager, Application) - Method in class com.jme3.app.state.VideoRecorderAppState
-
- initialize(AppStateManager, Application) - Method in class com.jme3.app.StatsAppState
-
- initialize() - Method in class com.jme3.app.VRApplication
-
Deprecated.
- initialize(AppStateManager, Application) - Method in class com.jme3.app.VRAppState
-
- initialize() - Method in class com.jme3.app.VREnvironment
-
Initialize this VR environment.
- initialize(Application) - Method in class com.jme3.audio.AudioListenerState
-
- initialize() - Method in interface com.jme3.audio.AudioRenderer
-
Initializes the renderer.
- initialize() - Method in class com.jme3.audio.openal.ALAudioRenderer
-
- initialize(AppStateManager, Application) - Method in class com.jme3.bullet.BulletAppState
-
Initialize this state prior to its 1st update.
- initialize(AppStateManager, Application) - Method in class com.jme3.bullet.debug.BulletDebugAppState
-
Initialize this state prior to its 1st update.
- initialize(AppStateManager, Application) - Method in class com.jme3.cinematic.Cinematic
-
used internally
- initialize(Application) - Method in class com.jme3.environment.EnvironmentCamera
-
- initialize(Application) - Method in class com.jme3.environment.util.LightsDebugState
-
- initialize() - Method in class com.jme3.input.android.AndroidJoyInput
-
- initialize() - Method in class com.jme3.input.android.AndroidTouchInput
-
- initialize() - Method in class com.jme3.input.android.TouchEventPool
-
- initialize() - Method in class com.jme3.input.awt.AwtKeyInput
-
- initialize() - Method in class com.jme3.input.awt.AwtMouseInput
-
- initialize() - Method in class com.jme3.input.AWTInput
-
- initialize() - Method in class com.jme3.input.dummy.DummyInput
-
- initialize() - Method in interface com.jme3.input.Input
-
Initializes the native side to listen into events from the device.
- initialize() - Method in class com.jme3.input.ios.IosInputHandler
-
- initialize() - Method in class com.jme3.input.ios.IosTouchHandler
-
- initialize() - Method in class com.jme3.input.ios.TouchEventPool
-
- initialize() - Method in class com.jme3.input.lwjgl.GlfwJoystickInput
-
- initialize() - Method in class com.jme3.input.lwjgl.GlfwKeyInput
-
- initialize() - Method in class com.jme3.input.lwjgl.GlfwKeyInputVR
-
- initialize() - Method in class com.jme3.input.lwjgl.GlfwMouseInput
-
- initialize() - Method in class com.jme3.input.lwjgl.GlfwMouseInputVR
-
- initialize() - Method in class com.jme3.input.lwjgl.JInputJoyInput
-
- initialize() - Method in class com.jme3.input.lwjgl.LwjglKeyInput
-
- initialize() - Method in class com.jme3.input.lwjgl.LwjglMouseInput
-
- initialize() - Method in class com.jme3.input.vr.AbstractVRMouseManager
-
- initialize() - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVR
-
- initialize() - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVRViewManager
-
- initialize() - Method in class com.jme3.input.vr.oculus.OculusViewManager
-
- initialize() - Method in class com.jme3.input.vr.oculus.OculusVR
-
- initialize() - Method in class com.jme3.input.vr.openvr.OpenVR
-
- initialize() - Method in class com.jme3.input.vr.openvr.OpenVRViewManager
-
- initialize() - Method in class com.jme3.input.vr.osvr.OSVR
-
- initialize() - Method in class com.jme3.input.vr.osvr.OSVRViewManager
-
Initialize the VR view manager.
- initialize() - Method in interface com.jme3.input.vr.VRAPI
-
Initialize this object from a VR system.
- initialize() - Method in interface com.jme3.input.vr.VRMouseManager
-
Initialize the VR mouse manager.
- initialize() - Method in interface com.jme3.input.vr.VRViewManager
-
Initialize the VR view manager.
- initialize() - Method in class com.jme3.network.base.KernelAdapter
-
- initialize() - Method in interface com.jme3.network.kernel.Kernel
-
Initializes the kernel and starts any internal processing.
- initialize() - Method in class com.jme3.network.kernel.tcp.SelectorKernel
-
- initialize() - Method in class com.jme3.network.kernel.udp.UdpKernel
-
- initialize() - Static method in class com.jme3.network.serializing.Serializer
-
- initialize(Class) - Method in class com.jme3.network.serializing.Serializer
-
Registration for when a serializer may need to cache something.
- initialize(Class) - Method in class com.jme3.network.serializing.serializers.FieldSerializer
-
- initialize(S) - Method in class com.jme3.network.service.AbstractService
-
Initializes this service by keeping a reference to
the service manager and calling onInitialize().
- initialize(ClientServiceManager) - Method in interface com.jme3.network.service.ClientService
-
Called when the service is first attached to the service
manager.
- initialize(HostedServiceManager) - Method in interface com.jme3.network.service.HostedService
-
Called when the service is first attached to the service
manager.
- initialize(S) - Method in interface com.jme3.network.service.Service
-
Called when the service is first attached to the service
manager.
- initialize(RenderManager, ViewPort) - Method in class com.jme3.niftygui.NiftyJmeDisplay
-
- initialize(RenderManager, ViewPort) - Method in class com.jme3.post.FilterPostProcessor
-
- initialize(RenderManager, ViewPort) - Method in class com.jme3.post.HDRRenderer
-
Deprecated.
- initialize(RenderManager, ViewPort) - Method in class com.jme3.post.PreDepthProcessor
-
- initialize(RenderManager, ViewPort) - Method in interface com.jme3.post.SceneProcessor
-
Called in the render thread to initialize the scene processor.
- initialize() - Method in class com.jme3.renderer.opengl.GLRenderer
-
- initialize() - Method in interface com.jme3.renderer.Renderer
-
Detects available capabilities of the GPU.
- initialize(Application) - Method in class com.jme3.scene.debug.custom.ArmatureDebugAppState
-
- initialize(AssetManager, Camera) - Method in class com.jme3.scene.debug.custom.ArmatureDebugger
-
- initialize(TechniqueDef) - Method in class com.jme3.shader.ShaderGenerator
-
- initialize(RenderManager, ViewPort) - Method in class com.jme3.shadow.AbstractShadowRenderer
-
Initialize this shadow renderer prior to its first update.
- initialize(RenderManager, ViewPort) - Method in class com.jme3.shadow.AbstractShadowRendererVR
-
Initialize this shadow renderer prior to its first update.
- initialize(RenderManager, ViewPort) - Method in class com.jme3.shadow.BasicShadowRenderer
-
Deprecated.
- initialize(RenderManager, ViewPort) - Method in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
- initialize(AppSettings) - Method in class com.jme3.system.android.JmeAndroidSystem
-
- initialize(RenderManager, ViewPort) - Method in class com.jme3.system.awt.AwtPanel
-
- initialize(RenderManager, ViewPort) - Method in class com.jme3.system.AWTFrameProcessor
-
- initialize(AppSettings) - Method in class com.jme3.system.ios.JmeIosSystem
-
- initialize(AppSettings) - Method in class com.jme3.system.JmeDesktopSystem
-
- initialize(AppSettings) - Static method in class com.jme3.system.JmeSystem
-
- initialize(AppSettings) - Method in class com.jme3.system.JmeSystemDelegate
-
- initialize() - Method in class com.jme3.system.NullRenderer
-
- initialize() - Method in interface com.jme3.system.SystemListener
-
Callback to indicate the application to initialize.
- initialize(AppStateManager, Application) - Method in class com.jme3.util.MaterialDebugAppState
-
- initialize(RenderManager, ViewPort) - Method in class com.jme3.water.ReflectionProcessor
-
- initialize(RenderManager, ViewPort) - Method in class com.jme3.water.SimpleWaterProcessor
-
- initialize(RenderManager, ViewPort) - Method in class com.jme3.water.SimpleWaterProcessor.RefractionProcessor
-
- initialize() - Method in class jme3test.app.state.TestAppStates
-
- initialize(AppStateManager, Application) - Method in class jme3test.app.TestAppStateLifeCycle.TestState
-
- initialize() - Method in class jme3test.app.TestBareBonesApp
-
- initialize(AppStateManager, Application) - Method in class jme3test.games.WorldOfInception.InceptionLevel
-
- initialize(RenderManager, ViewPort) - Method in class jme3test.post.TestMultiRenderTarget
-
- initialize(RenderManager, ViewPort) - Method in class jme3test.post.TestRenderToMemory
-
- initialize() - Method in class jme3test.terrain.TerrainTest
-
- initialize() - Method in class jme3test.terrain.TerrainTestAdvanced
-
- initialize() - Method in class jme3test.terrain.TerrainTestAndroid
-
- initialize() - Method in class jme3test.terrain.TerrainTestCollision
-
- initialize() - Method in class jme3test.terrain.TerrainTestReadWrite
-
- initializeClasses() - Static method in class jme3test.network.TestChatServer
-
- initialized - Variable in class com.jme3.app.state.AbstractAppState
-
- initialized - Variable in class com.jme3.input.AWTInput
-
Initializes is it.
- initialized - Variable in class com.jme3.system.JmeSystemDelegate
-
- initializeImpl() - Method in class com.jme3.input.AWTInput
-
- initializeLogHandler() - Method in class com.jme3.app.AndroidHarness
-
Removes the standard Android log handler due to an issue with not logging
entries lower than INFO level and adds a handler that produces
JME formatted log messages.
- initializeLogHandler() - Method in class com.jme3.app.AndroidHarnessFragment
-
Removes the standard Android log handler due to an issue with not logging
entries lower than INFO level and adds a handler that produces
JME formatted log messages.
- initializePending() - Method in class com.jme3.app.state.AppStateManager
-
- initialReadBuf - Variable in class com.jme3.renderer.RenderContext
-
ID of the initial read buffer.
- initialUpVec - Variable in class com.jme3.input.ChaseCamera
-
- initialUpVec - Variable in class com.jme3.input.FlyByCamera
-
normalized "up" direction (a unit vector)
- initialVelocity - Variable in class com.jme3.effect.influencers.DefaultParticleInfluencer
-
The initial velocity of the particles.
- initIds(int) - Method in class com.jme3.audio.AudioStream
-
- initInput() - Method in class jme3test.post.TestPostFilters
-
- initInput() - Method in class jme3test.water.TestSimpleWater
-
- initInputs() - Method in class jme3test.model.anim.TestAnimMigration
-
- initInputs() - Method in class jme3test.model.anim.TestAnimMorphSerialization
-
- initInputs() - Method in class jme3test.model.anim.TestAnimSerialization
-
- initInThread() - Method in class com.jme3.system.android.OGLESContext
-
- initInThread() - Method in class com.jme3.system.lwjgl.LwjglAbstractDisplay
-
Does LWJGL display initialization in the OpenGL thread
- initInThread() - Method in class com.jme3.system.lwjgl.LwjglOffscreenBuffer
-
- initInThread() - Method in class com.jme3.system.lwjgl.LwjglWindow
-
Does LWJGL display initialization in the OpenGL thread
- initInThread() - Method in class com.jme3.system.lwjgl.LwjglWindowVR
-
Does LWJGL display initialization in the OpenGL thread
- initInThread() - Method in class com.jme3.system.NullContext
-
- initLexicon() - Method in class com.jme3.bullet.control.ragdoll.HumanoidRagdollPreset
-
Initialize the lexicon.
- initLexicon() - Method in class com.jme3.bullet.control.ragdoll.RagdollPreset
-
Initialize the lexicon.
- initMaterial() - Method in class jme3test.batching.TestBatchNodeTower
-
- initMaterial() - Method in class jme3test.bullet.TestBrickTower
-
- initMaterial() - Method in class jme3test.bullet.TestBrickWall
-
- initMaterials() - Method in class jme3test.helloworld.HelloPhysics
-
Initialize the materials used in this scene.
- initMipMaps(int) - Method in class com.jme3.environment.util.CubeMapWrapper
-
Inits the mip maps of a cube map with the given number of mip maps
- initNodesLoader() - Method in class com.jme3.material.plugins.J3MLoader
-
- initOpenCL() - Method in class com.jme3.system.lwjgl.LwjglContext
-
- initParticleData(ParticleEmitter, int) - Method in class com.jme3.effect.ParticleMesh
-
Initialize mesh data.
- initParticleData(ParticleEmitter, int) - Method in class com.jme3.effect.ParticlePointMesh
-
- initParticleData(ParticleEmitter, int) - Method in class com.jme3.effect.ParticleTriMesh
-
- initScale - Variable in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
- initTower() - Method in class jme3test.batching.TestBatchNodeTower
-
- initTower() - Method in class jme3test.bullet.TestBrickTower
-
- initVariable(StringBuilder, ShaderNodeVariable, String) - Method in class com.jme3.shader.Glsl150ShaderGenerator
-
Append a variable initialization to the code
- initVRCompositor(boolean) - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVR
-
- initVRCompositor(boolean) - Method in class com.jme3.input.vr.oculus.OculusVR
-
- initVRCompositor(boolean) - Method in class com.jme3.input.vr.openvr.OpenVR
-
- initVRCompositor(boolean) - Method in class com.jme3.input.vr.osvr.OSVR
-
- initVRCompositor(boolean) - Method in interface com.jme3.input.vr.VRAPI
-
Initialize the VR compositor that will be used for rendering.
- initWall() - Method in class jme3test.bullet.TestBrickWall
-
- initWall() - Method in class jme3test.helloworld.HelloPhysics
-
This loop builds a wall out of individual bricks.
- injectTouchDown(int, long, float, float) - Method in class com.jme3.input.ios.IosInputHandler
-
- injectTouchMove(int, long, float, float) - Method in class com.jme3.input.ios.IosInputHandler
-
- injectTouchUp(int, long, float, float) - Method in class com.jme3.input.ios.IosInputHandler
-
- innerAngle - Variable in class com.jme3.audio.AudioNode
-
- innerMergeHigh(Comparator<T>, T[], T[], int) - Method in class com.jme3.util.ListSort
-
Attempt to unroll "goto" style original implementation.
- innerMergeLow(Comparator<T>, T[], T[]) - Method in class com.jme3.util.ListSort
-
Attempt to unroll "goto" style original implementation.
- InOut(EaseFunction, EaseFunction) - Constructor for class com.jme3.math.Easing.InOut
-
Instantiate a function that blends 2 pre-existing functions.
- inOutBounce - Static variable in class com.jme3.math.Easing
-
- inOutCubic - Static variable in class com.jme3.math.Easing
-
- inOutElastic - Static variable in class com.jme3.math.Easing
-
- inOutQuad - Static variable in class com.jme3.math.Easing
-
inOut
- inOutQuart - Static variable in class com.jme3.math.Easing
-
- inOutQuint - Static variable in class com.jme3.math.Easing
-
- inPosTmp - Variable in class com.jme3.shader.Glsl100ShaderGenerator
-
- Input - Interface in com.jme3.input
-
Abstract interface for an input device.
- input - Variable in class com.jme3.system.ios.IGLESContext
-
- INPUT_MAPPING_CAMERA_POS - Static variable in class com.jme3.app.DebugKeysAppState
-
- INPUT_MAPPING_CAMERA_POS - Static variable in class com.jme3.app.SimpleApplication
-
- INPUT_MAPPING_EXIT - Static variable in class com.jme3.app.SimpleApplication
-
- INPUT_MAPPING_HIDE_STATS - Static variable in class com.jme3.app.SimpleApplication
-
- INPUT_MAPPING_MEMORY - Static variable in class com.jme3.app.DebugKeysAppState
-
- INPUT_MAPPING_MEMORY - Static variable in class com.jme3.app.SimpleApplication
-
- INPUT_MAPPING_PROFILER_TOGGLE - Static variable in class com.jme3.app.BasicProfilerState
-
- INPUT_RESTART_CONTEXT - Static variable in class jme3test.renderer.TestContextRestart
-
- InputAnalogActionData_t - Class in com.jme3.system.jopenvr
-
- InputAnalogActionData_t() - Constructor for class com.jme3.system.jopenvr.InputAnalogActionData_t
-
- InputAnalogActionData_t(byte, long, float, float, float, float, float, float, float) - Constructor for class com.jme3.system.jopenvr.InputAnalogActionData_t
-
- InputAnalogActionData_t(Pointer) - Constructor for class com.jme3.system.jopenvr.InputAnalogActionData_t
-
- InputAnalogActionData_t.ByReference - Class in com.jme3.system.jopenvr
-
- InputAnalogActionData_t.ByValue - Class in com.jme3.system.jopenvr
-
- InputCapsule - Interface in com.jme3.export
-
- InputDigitalActionData_t - Class in com.jme3.system.jopenvr
-
- InputDigitalActionData_t() - Constructor for class com.jme3.system.jopenvr.InputDigitalActionData_t
-
- InputDigitalActionData_t(byte, long, byte, byte, float) - Constructor for class com.jme3.system.jopenvr.InputDigitalActionData_t
-
- InputDigitalActionData_t(Pointer) - Constructor for class com.jme3.system.jopenvr.InputDigitalActionData_t
-
- InputDigitalActionData_t.ByReference - Class in com.jme3.system.jopenvr
-
- InputDigitalActionData_t.ByValue - Class in com.jme3.system.jopenvr
-
- inputEnabled - Variable in class com.jme3.app.LegacyApplication
-
- InputEvent - Class in com.jme3.input.event
-
An abstract input event.
- InputEvent() - Constructor for class com.jme3.input.event.InputEvent
-
- inputHandler - Variable in class com.jme3.input.android.AndroidJoyInput
-
- InputListener - Interface in com.jme3.input.controls
-
- inputManager - Variable in class com.jme3.app.ChaseCameraAppState
-
- inputManager - Variable in class com.jme3.app.LegacyApplication
-
- inputManager - Variable in class com.jme3.input.ChaseCamera
-
- inputManager - Variable in class com.jme3.input.FlyByCamera
-
- InputManager - Class in com.jme3.input
-
The InputManager
is responsible for converting input events
received from the Key, Mouse and Joy Input implementations into an
abstract, input device independent representation that user code can use.
- InputManager(MouseInput, KeyInput, JoyInput, TouchInput) - Constructor for class com.jme3.input.InputManager
-
Initializes the InputManager.
- inputManager - Variable in class com.jme3.niftygui.NiftyJmeDisplay
-
- InputOriginInfo_t - Class in com.jme3.system.jopenvr
-
- InputOriginInfo_t() - Constructor for class com.jme3.system.jopenvr.InputOriginInfo_t
-
- InputOriginInfo_t(long, int, Pointer[]) - Constructor for class com.jme3.system.jopenvr.InputOriginInfo_t
-
- InputOriginInfo_t(Pointer) - Constructor for class com.jme3.system.jopenvr.InputOriginInfo_t
-
- InputOriginInfo_t.ByReference - Class in com.jme3.system.jopenvr
-
- InputOriginInfo_t.ByValue - Class in com.jme3.system.jopenvr
-
- InputPoseActionData_t - Class in com.jme3.system.jopenvr
-
- InputPoseActionData_t() - Constructor for class com.jme3.system.jopenvr.InputPoseActionData_t
-
- InputPoseActionData_t(byte, long, TrackedDevicePose_t) - Constructor for class com.jme3.system.jopenvr.InputPoseActionData_t
-
- InputPoseActionData_t(Pointer) - Constructor for class com.jme3.system.jopenvr.InputPoseActionData_t
-
- InputPoseActionData_t.ByReference - Class in com.jme3.system.jopenvr
-
- InputPoseActionData_t.ByValue - Class in com.jme3.system.jopenvr
-
- InputSkeletalActionData_t - Class in com.jme3.system.jopenvr
-
- InputSkeletalActionData_t() - Constructor for class com.jme3.system.jopenvr.InputSkeletalActionData_t
-
- InputSkeletalActionData_t(byte, long, int) - Constructor for class com.jme3.system.jopenvr.InputSkeletalActionData_t
-
- InputSkeletalActionData_t(Pointer) - Constructor for class com.jme3.system.jopenvr.InputSkeletalActionData_t
-
- InputSkeletalActionData_t.ByReference - Class in com.jme3.system.jopenvr
-
- InputSkeletalActionData_t.ByValue - Class in com.jme3.system.jopenvr
-
- inputSource - Variable in class com.jme3.system.awt.AwtPanelsContext
-
- inputSys - Variable in class com.jme3.niftygui.NiftyJmeDisplay
-
- InputSystemJme - Class in com.jme3.niftygui
-
- InputSystemJme(InputManager) - Constructor for class com.jme3.niftygui.InputSystemJme
-
- inQuad - Static variable in class com.jme3.math.Easing
-
a function that returns the square of its input
- inQuart - Static variable in class com.jme3.math.Easing
-
a function that returns the 4th power of its input
- inQuint - Static variable in class com.jme3.math.Easing
-
a function that returns the 5th power of its input
- INSTANCE - Static variable in class com.jme3.network.message.SerializerRegistrationsMessage
-
- instance() - Method in class com.jme3.scene.instancing.InstancedNode
-
- InstancedDirectionalShadowFilter - Class in com.jme3.shadow
-
- InstancedDirectionalShadowFilter(Application, Camera, int, int, boolean, Camera) - Constructor for class com.jme3.shadow.InstancedDirectionalShadowFilter
-
- InstancedGeometry - Class in com.jme3.scene.instancing
-
- InstancedGeometry() - Constructor for class com.jme3.scene.instancing.InstancedGeometry
-
- InstancedGeometry(String) - Constructor for class com.jme3.scene.instancing.InstancedGeometry
-
Creates instanced geometry with the specified mode and name.
- InstancedNode - Class in com.jme3.scene.instancing
-
- InstancedNode() - Constructor for class com.jme3.scene.instancing.InstancedNode
-
Serialization only.
- InstancedNode(String) - Constructor for class com.jme3.scene.instancing.InstancedNode
-
- instanceSpan - Variable in class com.jme3.scene.VertexBuffer
-
- intBuffer1 - Variable in class com.jme3.util.TempVars
-
For interfacing with OpenGL in Renderer.
- intBuffer16 - Variable in class com.jme3.util.TempVars
-
- intBytes(int) - Static method in class com.jme3.app.state.MjpegFileWriter
-
- interior - Variable in class com.jme3.environment.util.BoundingSphereDebug
-
- interior - Variable in class com.jme3.scene.shape.Sphere
-
- internalCreate() - Method in class com.jme3.system.lwjgl.LwjglContext
-
- internalCreate() - Method in class com.jme3.system.lwjgl.LwjglContextVR
-
Context internal create.
- internalDestroy() - Method in class com.jme3.system.lwjgl.LwjglContext
-
- internalDestroy() - Method in class com.jme3.system.lwjgl.LwjglContextVR
-
Context internal destroy.
- internalFormat - Variable in class com.jme3.renderer.opengl.GLImageFormat
-
- internalUpdate(float) - Method in class com.jme3.cinematic.events.AbstractCinematicEvent
-
Used internally only.
- internalUpdate(float) - Method in interface com.jme3.cinematic.events.CinematicEvent
-
called internally in the update method, place here anything you want to run in the update loop
- internalUpdate(float) - Method in class com.jme3.cinematic.events.MotionEvent
-
- interpolate(float, int, FrameInterpolator.TrackDataReader<T>, FrameInterpolator.TrackTimeReader, T) - Method in class com.jme3.anim.interpolator.AnimInterpolator
-
- interpolate(float, int, FrameInterpolator.TrackDataReader<Vector3f>, FrameInterpolator.TrackTimeReader, Vector3f) - Method in class com.jme3.anim.interpolator.AnimInterpolators.CatmullRomInterpolator
-
- interpolate(float, int, FrameInterpolator.TrackDataReader<Float>, FrameInterpolator.TrackTimeReader, Float) - Method in class com.jme3.anim.interpolator.AnimInterpolators.TimeInterpolator
-
- interpolate(float, int, CompactVector3Array, CompactQuaternionArray, CompactVector3Array, float[]) - Method in class com.jme3.anim.interpolator.FrameInterpolator
-
- interpolate(double) - Method in class com.jme3.anim.tween.AbstractTween
-
Default implementation clamps the time value, converts
it to 0 to 1.0 based on getLength(), and calls doInterpolate().
- interpolate(double) - Method in class com.jme3.anim.tween.action.BaseAction
-
- interpolate(double) - Method in class com.jme3.anim.tween.action.BlendableAction
-
- interpolate(double) - Method in interface com.jme3.anim.tween.Tween
-
Sets the implementation specific interpolation to the
specified 'tween' value as a value in the range from 0 to
getLength().
- interpolate(float, float, List<List<Vector4f>>, List<Float>[], int, int, Vector3f) - Static method in class com.jme3.math.CurveAndSurfaceMath
-
This method interpolates the data for the nurbs surface.
- interpolate(float, int, Vector3f) - Method in class com.jme3.math.Spline
-
Interpolate a position on the spline
- interpolateBezier(float, float, float, float, float) - Static method in class com.jme3.math.FastMath
-
Interpolate a spline between at least 4 control points following the Bezier equation.
- interpolateBezier(float, Vector3f, Vector3f, Vector3f, Vector3f, Vector3f) - Static method in class com.jme3.math.FastMath
-
Interpolate a spline between at least 4 control points following the Bezier equation.
- interpolateBezier(float, Vector3f, Vector3f, Vector3f, Vector3f) - Static method in class com.jme3.math.FastMath
-
Interpolate a spline between at least 4 control points following the Bezier equation.
- interpolateCatmullRom(float, float, float, float, float, float) - Static method in class com.jme3.math.FastMath
-
Interpolate a spline between at least 4 control points following the Catmull-Rom equation.
- interpolateCatmullRom(float, float, Vector3f, Vector3f, Vector3f, Vector3f, Vector3f) - Static method in class com.jme3.math.FastMath
-
Interpolate a spline between at least 4 control points following the Catmull-Rom equation.
- interpolateCatmullRom(float, float, Vector3f, Vector3f, Vector3f, Vector3f) - Static method in class com.jme3.math.FastMath
-
Interpolate a spline between at least 4 control points using the
Catmull-Rom equation.
- interpolateLinear(float, float, float) - Static method in class com.jme3.math.FastMath
-
Linear interpolation from startValue to endValue by the given percent.
- interpolateLinear(float, Vector3f, Vector3f, Vector3f) - Static method in class com.jme3.math.FastMath
-
Linear interpolation from startValue to endValue by the given percent.
- interpolateLinear(float, Vector3f, Vector3f) - Static method in class com.jme3.math.FastMath
-
Linear interpolation from startValue to endValue by the given percent.
- interpolateLocal(ColorRGBA, float) - Method in class com.jme3.math.ColorRGBA
-
Sets this ColorRGBA
to the interpolation by changeAmount from
this to the finalColor:
this=(1-changeAmount)*this + changeAmount * finalColor
- interpolateLocal(ColorRGBA, ColorRGBA, float) - Method in class com.jme3.math.ColorRGBA
-
Sets this ColorRGBA
to the interpolation by changeAmount from
beginColor to finalColor:
this=(1-changeAmount)*beginColor + changeAmount * finalColor
- interpolateLocal(Vector2f, float) - Method in class com.jme3.math.Vector2f
-
Sets this vector to the interpolation by changeAmnt from this to the
finalVec this=(1-changeAmnt)*this + changeAmnt * finalVec
- interpolateLocal(Vector2f, Vector2f, float) - Method in class com.jme3.math.Vector2f
-
Sets this vector to the interpolation by changeAmnt from beginVec to
finalVec this=(1-changeAmnt)*beginVec + changeAmnt * finalVec
- interpolateLocal(Vector3f, float) - Method in class com.jme3.math.Vector3f
-
Interpolates linearly between this vector and the specified vector,
returning the (modified) current instance.
- interpolateLocal(Vector3f, Vector3f, float) - Method in class com.jme3.math.Vector3f
-
Interpolates linearly between the specified beginning and final vectors,
returning the (modified) current instance.
- interpolateLocal(Vector4f, float) - Method in class com.jme3.math.Vector4f
-
Sets this vector to the interpolation by changeAmount from this to the finalVec
this=(1-changeAmount)*this + changeAmount * finalVec
- interpolateLocal(Vector4f, Vector4f, float) - Method in class com.jme3.math.Vector4f
-
Sets this vector to the interpolation by changeAmount from beginVec to finalVec
this=(1-changeAmount)*beginVec + changeAmount * finalVec
- interpolateNurbs(float, Spline, Vector3f) - Static method in class com.jme3.math.CurveAndSurfaceMath
-
This method interpolates the data for the nurbs curve.
- interpolatePath(float, MotionEvent, float) - Method in class com.jme3.cinematic.MotionPath
-
interpolate the path giving the time since the beginning and the motionControl
this methods sets the new localTranslation to the spatial of the MotionEvent control.
- interpolateTransforms(Transform, Transform, float) - Method in class com.jme3.math.Transform
-
- interpolateWeights(float, int, float[], int, float[]) - Method in class com.jme3.anim.interpolator.FrameInterpolator
-
- intersect(BoundingSphere, Vector3f, float) - Static method in class com.jme3.bounding.Intersection
-
- intersect(BoundingBox, Vector3f, float) - Static method in class com.jme3.bounding.Intersection
-
- intersect(Camera, Vector3f, float) - Static method in class com.jme3.bounding.Intersection
-
- intersect(BoundingBox, Vector3f, Vector3f, Vector3f) - Static method in class com.jme3.bounding.Intersection
-
- intersectBrute(Ray, Matrix4f, BIHTree, float, float, CollisionResults) - Method in class com.jme3.collision.bih.BIHNode
-
- Intersection - Class in com.jme3.bounding
-
This class includes some utility methods for computing intersection
between bounding volumes and triangles.
- IntersectionMaskCircle_t - Class in com.jme3.system.jopenvr
-
- IntersectionMaskCircle_t() - Constructor for class com.jme3.system.jopenvr.IntersectionMaskCircle_t
-
- IntersectionMaskCircle_t(float, float, float) - Constructor for class com.jme3.system.jopenvr.IntersectionMaskCircle_t
-
- IntersectionMaskCircle_t(Pointer) - Constructor for class com.jme3.system.jopenvr.IntersectionMaskCircle_t
-
- IntersectionMaskCircle_t.ByReference - Class in com.jme3.system.jopenvr
-
- IntersectionMaskCircle_t.ByValue - Class in com.jme3.system.jopenvr
-
- IntersectionMaskRectangle_t - Class in com.jme3.system.jopenvr
-
- IntersectionMaskRectangle_t() - Constructor for class com.jme3.system.jopenvr.IntersectionMaskRectangle_t
-
- IntersectionMaskRectangle_t(float, float, float, float) - Constructor for class com.jme3.system.jopenvr.IntersectionMaskRectangle_t
-
- IntersectionMaskRectangle_t(Pointer) - Constructor for class com.jme3.system.jopenvr.IntersectionMaskRectangle_t
-
- IntersectionMaskRectangle_t.ByReference - Class in com.jme3.system.jopenvr
-
- IntersectionMaskRectangle_t.ByValue - Class in com.jme3.system.jopenvr
-
- intersects(BoundingVolume) - Method in class com.jme3.bounding.BoundingBox
-
intersects determines if this Bounding Box intersects with another given
bounding volume.
- intersects(Ray) - Method in class com.jme3.bounding.BoundingBox
-
determines if this bounding box intersects with a given ray object.
- intersects(Vector3f, Vector3f, Vector3f) - Method in class com.jme3.bounding.BoundingBox
-
- intersects(Vector3f) - Method in class com.jme3.bounding.BoundingBox
-
- intersects(BoundingVolume) - Method in class com.jme3.bounding.BoundingSphere
-
- intersects(Ray) - Method in class com.jme3.bounding.BoundingSphere
-
- intersects(Vector3f) - Method in class com.jme3.bounding.BoundingSphere
-
- intersects(BoundingVolume) - Method in class com.jme3.bounding.BoundingVolume
-
determines if this bounding volume and a second given volume are
intersecting.
- intersects(Ray) - Method in class com.jme3.bounding.BoundingVolume
-
determines if a ray intersects this bounding volume.
- intersects(Vector3f) - Method in class com.jme3.bounding.BoundingVolume
-
Determines if a given point intersects (touches or is inside) this bounding volume.
- intersects(Vector3f, Vector3f, Vector3f) - Method in class com.jme3.math.Ray
-
- intersectsBoundingBox(BoundingBox) - Method in class com.jme3.bounding.BoundingBox
-
determines if this bounding box intersects a given bounding box.
- intersectsBoundingBox(BoundingBox) - Method in class com.jme3.bounding.BoundingSphere
-
- intersectsBoundingBox(BoundingBox) - Method in class com.jme3.bounding.BoundingVolume
-
determines if this bounding volume and a given bounding box are
intersecting.
- intersectsBox(BoundingBox, TempVars) - Method in class com.jme3.light.AmbientLight
-
- intersectsBox(BoundingBox, TempVars) - Method in class com.jme3.light.DirectionalLight
-
- intersectsBox(BoundingBox, TempVars) - Method in class com.jme3.light.Light
-
Determines if the light intersects with the given bounding box.
- intersectsBox(BoundingBox, TempVars) - Method in class com.jme3.light.LightProbe
-
- intersectsBox(BoundingBox, TempVars) - Method in class com.jme3.light.OrientedBoxProbeArea
-
- intersectsBox(BoundingBox, TempVars) - Method in class com.jme3.light.PointLight
-
- intersectsBox(BoundingBox, TempVars) - Method in interface com.jme3.light.ProbeArea
-
- intersectsBox(BoundingBox, TempVars) - Method in class com.jme3.light.SphereProbeArea
-
- intersectsBox(BoundingBox, TempVars) - Method in class com.jme3.light.SpotLight
-
- intersectsFrustum(Camera, TempVars) - Method in class com.jme3.light.AmbientLight
-
- intersectsFrustum(Camera, TempVars) - Method in class com.jme3.light.DirectionalLight
-
- intersectsFrustum(Camera, TempVars) - Method in class com.jme3.light.Light
-
Determines if the light intersects with the given camera frustum.
- intersectsFrustum(Camera, TempVars) - Method in class com.jme3.light.LightProbe
-
- intersectsFrustum(Camera, TempVars) - Method in class com.jme3.light.OrientedBoxProbeArea
-
- intersectsFrustum(Camera, TempVars) - Method in class com.jme3.light.PointLight
-
- intersectsFrustum(Camera, TempVars) - Method in interface com.jme3.light.ProbeArea
-
- intersectsFrustum(Camera, TempVars) - Method in class com.jme3.light.SphereProbeArea
-
- intersectsFrustum(Camera, TempVars) - Method in class com.jme3.light.SpotLight
-
- intersectsSphere(BoundingSphere) - Method in class com.jme3.bounding.BoundingBox
-
determines if this bounding box intersects a given bounding sphere.
- intersectsSphere(BoundingSphere) - Method in class com.jme3.bounding.BoundingSphere
-
- intersectsSphere(BoundingSphere) - Method in class com.jme3.bounding.BoundingVolume
-
determines if this bounding volume and a given bounding sphere are
intersecting.
- intersectsSphere(BoundingSphere, TempVars) - Method in class com.jme3.light.AmbientLight
-
- intersectsSphere(BoundingSphere, TempVars) - Method in class com.jme3.light.DirectionalLight
-
- intersectsSphere(BoundingSphere, TempVars) - Method in class com.jme3.light.Light
-
Determines if the light intersects with the given bounding sphere.
- intersectsSphere(BoundingSphere, TempVars) - Method in class com.jme3.light.LightProbe
-
- intersectsSphere(BoundingSphere, TempVars) - Method in class com.jme3.light.OrientedBoxProbeArea
-
- intersectsSphere(BoundingSphere, TempVars) - Method in class com.jme3.light.PointLight
-
- intersectsSphere(BoundingSphere, TempVars) - Method in interface com.jme3.light.ProbeArea
-
- intersectsSphere(BoundingSphere, TempVars) - Method in class com.jme3.light.SphereProbeArea
-
- intersectsSphere(BoundingSphere, TempVars) - Method in class com.jme3.light.SpotLight
-
- intersectsWherePlane(Plane, Vector3f) - Method in class com.jme3.math.Ray
-
- intersectWhere(Collidable, BoundingBox, Matrix4f, BIHTree, CollisionResults) - Method in class com.jme3.collision.bih.BIHNode
-
- intersectWhere(Ray, Matrix4f, BIHTree, float, float, CollisionResults) - Method in class com.jme3.collision.bih.BIHNode
-
- intersectWhere(Triangle, Vector3f) - Method in class com.jme3.math.Ray
-
intersectWhere
determines if the Ray intersects a triangle.
- intersectWhere(Vector3f, Vector3f, Vector3f, Vector3f) - Method in class com.jme3.math.Ray
-
intersectWhere
determines if the Ray intersects a triangle
defined by the specified points and if so it stores the point of
intersection in the given loc vector.
- intersectWherePlanar(Triangle, Vector3f) - Method in class com.jme3.math.Ray
-
intersectWherePlanar
determines if the Ray intersects a
triangle and if so it stores the point of
intersection in the given loc vector as t, u, v where t is the distance
from the origin to the point of intersection and u,v is the intersection
point in terms of the triangle plane.
- intersectWherePlanar(Vector3f, Vector3f, Vector3f, Vector3f) - Method in class com.jme3.math.Ray
-
intersectWherePlanar
determines if the Ray intersects a
triangle defined by the specified points and if so it stores the point of
intersection in the given loc vector as t, u, v where t is the distance
from the origin to the point of intersection and u,v is the intersection
point in terms of the triangle plane.
- intersectWherePlanarQuad(Vector3f, Vector3f, Vector3f, Vector3f) - Method in class com.jme3.math.Ray
-
intersectWherePlanar
determines if the Ray intersects a
quad defined by the specified points and if so it stores the point of
intersection in the given loc vector as t, u, v where t is the distance
from the origin to the point of intersection and u,v is the intersection
point in terms of the quad plane.
- IntMap<T> - Class in com.jme3.util
-
Similar to a Map
except that ints are used as keys.
- IntMap() - Constructor for class com.jme3.util.IntMap
-
- IntMap(int) - Constructor for class com.jme3.util.IntMap
-
- IntMap(int, float) - Constructor for class com.jme3.util.IntMap
-
- IntMap.Entry<T> - Class in com.jme3.util
-
- intParam() - Method in class com.jme3.lwjgl3.utils.APIBuffer
-
Ensures space for an additional int value and returns the address offset.
- intParam(int) - Method in class com.jme3.lwjgl3.utils.APIBuffer
-
Ensures space for an additional int value, sets the specified value at
the allocated offset and returns that offset.
- intParam(int, int, int) - Method in class com.jme3.lwjgl3.utils.APIBuffer
-
Sets an int value at the specified index of the int buffer that starts at
the specified offset.
- IntSerializer - Class in com.jme3.network.serializing.serializers
-
The Integer serializer serializes...integers.
- IntSerializer() - Constructor for class com.jme3.network.serializing.serializers.IntSerializer
-
- intValue(int) - Method in class com.jme3.lwjgl3.utils.APIBuffer
-
Returns the int value at the specified offset.
- INV_PI - Static variable in class com.jme3.math.FastMath
-
The value 1/PI as a float.
- INV_TWO_PI - Static variable in class com.jme3.math.FastMath
-
The value 1/(2PI) as a float.
- INVALID_ID - Static variable in class com.jme3.util.NativeObject
-
- invalidate() - Method in class com.jme3.system.awt.AwtPanel
-
- invalidateState() - Method in class com.jme3.renderer.opengl.GLRenderer
-
- invalidateState() - Method in interface com.jme3.renderer.Renderer
-
Invalidates the current rendering state.
- invalidateState() - Method in class com.jme3.system.NullRenderer
-
- invariant() - Method in class com.jme3.scene.VertexBuffer
-
- inverse() - Method in class com.jme3.math.Quaternion
-
inverse
returns the inverse of this quaternion as a new
quaternion.
- inverseLocal() - Method in class com.jme3.math.Quaternion
-
inverse
calculates the inverse of this quaternion and
returns this quaternion after it is calculated.
- inverseRotateVect(Vector3f) - Method in class com.jme3.math.Matrix4f
-
Inverse rotate the specified Vector3f using the rotation component of
this 3-D coordinate transform.
- inverseTranslateVect(float[]) - Method in class com.jme3.math.Matrix4f
-
Inverse translate the specified vector using the translation component of
this 3-D coordinate transform.
- inverseTranslateVect(Vector3f) - Method in class com.jme3.math.Matrix4f
-
Inverse translate the specified Vector3f using the translation component
of this 3-D coordinate transform.
- invert() - Method in class com.jme3.math.Matrix3f
-
Inverts this matrix as a new Matrix3f.
- invert(Matrix3f) - Method in class com.jme3.math.Matrix3f
-
Inverts this matrix and stores it in the given store.
- invert() - Method in class com.jme3.math.Matrix4f
-
Generate the inverse.
- invert(Matrix4f) - Method in class com.jme3.math.Matrix4f
-
Generate the inverse.
- invert() - Method in class com.jme3.math.Transform
-
Returns the inverse.
- invertLocal() - Method in class com.jme3.math.Matrix3f
-
Inverts this matrix locally.
- invertLocal() - Method in class com.jme3.math.Matrix4f
-
Invert in place.
- invertX(float) - Method in class com.jme3.input.android.AndroidTouchInput
-
- invertX(float) - Method in class com.jme3.input.ios.IosInputHandler
-
- invertXaxis - Variable in class com.jme3.app.ChaseCameraAppState
-
- invertXaxis - Variable in class com.jme3.input.ChaseCamera
-
- invertY(float) - Method in class com.jme3.input.android.AndroidTouchInput
-
- invertY - Variable in class com.jme3.input.FlyByCamera
-
- invertY(float) - Method in class com.jme3.input.ios.IosInputHandler
-
- invertYaxis - Variable in class com.jme3.app.ChaseCameraAppState
-
- invertYaxis - Variable in class com.jme3.input.ChaseCamera
-
- invocationId - Variable in class com.jme3.network.rmi.RemoteMethodCallMessage
-
Invocation ID is used to identify a particular call if the calling
client needs the return value of the called RMI method.
- invocationID - Variable in class com.jme3.network.rmi.RemoteMethodReturnMessage
-
- invoke() - Method in class com.jme3.app.AppTask
-
- invoke(Object, Method, Object[]) - Method in class com.jme3.network.rmi.RemoteObject
-
Callback from InvocationHandler.
- invoke(Object, Object...) - Method in class com.jme3.network.service.rmi.MethodInfo
-
- invoke(Object, Method, Object[]) - Method in class com.jme3.network.service.rmi.RemoteObjectHandler
-
- invoke(Object, Method, Object[]) - Method in class com.jme3.renderer.opengl.GLDebug
-
- invoke(Object, Method, Object[]) - Method in class com.jme3.renderer.opengl.GLTiming
-
- invoke(Object, Method, Object[]) - Method in class com.jme3.renderer.opengl.GLTracer
-
- invokeLocal(short, short, Object[]) - Method in class com.jme3.network.service.rmi.RmiRegistry
-
Handle the actual remote object method calls.
- invokeRemote(byte, short, short, CallType, Object[]) - Method in class com.jme3.network.service.rmi.RmiRegistry
-
- invRadius - Variable in class com.jme3.light.PointLight
-
- invSpotRange - Variable in class com.jme3.light.SpotLight
-
- invSqrt(float) - Static method in class com.jme3.math.FastMath
-
Returns 1/sqrt(fValue)
- IosAL - Class in com.jme3.audio.ios
-
- IosAL() - Constructor for class com.jme3.audio.ios.IosAL
-
- IosALC - Class in com.jme3.audio.ios
-
- IosALC() - Constructor for class com.jme3.audio.ios.IosALC
-
- IosEFX - Class in com.jme3.audio.ios
-
- IosEFX() - Constructor for class com.jme3.audio.ios.IosEFX
-
- IosGL - Class in com.jme3.renderer.ios
-
Implements OpenGL ES 2.0 and 3.0 for iOS.
- IosGL() - Constructor for class com.jme3.renderer.ios.IosGL
-
- IosHarness - Class in com.jme3.system.ios
-
- IosHarness(long) - Constructor for class com.jme3.system.ios.IosHarness
-
- IosImageLoader - Class in com.jme3.system.ios
-
- IosImageLoader() - Constructor for class com.jme3.system.ios.IosImageLoader
-
- iosInput - Variable in class com.jme3.input.ios.IosTouchHandler
-
- IosInputHandler - Class in com.jme3.input.ios
-
- IosInputHandler() - Constructor for class com.jme3.input.ios.IosInputHandler
-
- IosLogHandler - Class in com.jme3.system.ios
-
- IosLogHandler() - Constructor for class com.jme3.system.ios.IosLogHandler
-
- IosTouchHandler - Class in com.jme3.input.ios
-
IosTouchHandler is the base class that receives touch inputs from the
iOS system and creates the TouchEvents for jME.
- IosTouchHandler(IosInputHandler) - Constructor for class com.jme3.input.ios.IosTouchHandler
-
- ipd - Variable in class com.jme3.system.jopenvr.VREvent_Data_t
-
C type : VREvent_Ipd_t
- ipdMeters - Variable in class com.jme3.system.jopenvr.VREvent_Ipd_t
-
- IrBoneWeightIndex - Class in com.jme3.scene.plugins
-
- IrBoneWeightIndex(int, float) - Constructor for class com.jme3.scene.plugins.IrBoneWeightIndex
-
- IrMesh - Class in com.jme3.scene.plugins
-
- IrMesh() - Constructor for class com.jme3.scene.plugins.IrMesh
-
- IrPolygon - Class in com.jme3.scene.plugins
-
- IrPolygon() - Constructor for class com.jme3.scene.plugins.IrPolygon
-
- IrradianceSphericalHarmonicsGenerator - Class in com.jme3.environment.generation
-
Generates the Irradiance map for PBR.
- IrradianceSphericalHarmonicsGenerator(Application, JobProgressListener<Integer>) - Constructor for class com.jme3.environment.generation.IrradianceSphericalHarmonicsGenerator
-
Creates an Irradiance map generator.
- IrUtils - Class in com.jme3.scene.plugins
-
- IrVertex - Class in com.jme3.scene.plugins
-
- IrVertex() - Constructor for class com.jme3.scene.plugins.IrVertex
-
- is64Bit() - Method in enum com.jme3.system.Platform
-
Test for a 64-bit address space.
- isActive() - Method in class com.jme3.app.DetailedProfiler.StatLine
-
- isActive() - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
- IsActiveDashboardOverlay - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : IsActiveDashboardOverlay_callback*
- isActiveDrawing() - Method in class com.jme3.system.awt.AwtPanel
-
- isAlphaTest() - Method in class com.jme3.material.RenderState
-
- isAnalog() - Method in class com.jme3.input.DefaultJoystickAxis
-
Returns true if this is an analog axis, meaning the values
are a continuous range instead of 1, 0, and -1.
- isAnalog() - Method in interface com.jme3.input.JoystickAxis
-
Returns true if this is an analog axis, meaning the values
are a continuous range instead of 1, 0, and -1.
- isAnimated() - Method in class com.jme3.scene.Mesh
-
Determines if the mesh uses bone animation.
- isAnimatedByBone(int) - Method in class com.jme3.scene.Mesh
-
- isAnimatedByJoint(int) - Method in class com.jme3.scene.Mesh
-
Test whether the specified bone animates this mesh.
- IsApplicationInstalled - Variable in class com.jme3.system.jopenvr.VR_IVRApplications_FnTable
-
C type : IsApplicationInstalled_callback*
- isApplyBlendMode() - Method in class com.jme3.material.RenderState
-
- isApplyColorWrite() - Method in class com.jme3.material.RenderState
-
- isApplyCullMode() - Method in class com.jme3.material.RenderState
-
- isApplyDepthFunc() - Method in class com.jme3.material.RenderState
-
- isApplyDepthTest() - Method in class com.jme3.material.RenderState
-
- isApplyDepthWrite() - Method in class com.jme3.material.RenderState
-
- isApplyLineWidth() - Method in class com.jme3.material.RenderState
-
- isApplyLocal() - Method in class com.jme3.bullet.objects.VehicleWheel
-
- isApplyPhysicsLocal() - Method in class com.jme3.bullet.control.AbstractPhysicsControl
-
Test whether physics-space coordinates should match the spatial's local
coordinates.
- isApplyPhysicsLocal() - Method in class com.jme3.bullet.control.CharacterControl
-
- isApplyPhysicsLocal() - Method in class com.jme3.bullet.control.GhostControl
-
Test whether physics-space coordinates should match the spatial's local
coordinates.
- isApplyPhysicsLocal() - Method in class com.jme3.bullet.control.RigidBodyControl
-
Test whether physics-space coordinates should match the spatial's local
coordinates.
- isApplyPhysicsLocal() - Method in class com.jme3.bullet.control.VehicleControl
-
Test whether physics-space coordinates should match the spatial's local
coordinates.
- isApplyPhysicsLocal() - Method in class com.jme3.bullet.objects.infos.RigidBodyMotionState
-
- isApplyPolyOffset() - Method in class com.jme3.material.RenderState
-
- isApplyWireFrame() - Method in class com.jme3.material.RenderState
-
- isApproximateNormals() - Method in class com.jme3.post.ssao.SSAOFilter
-
- isApproximateTangents() - Method in class com.jme3.anim.MorphControl
-
Test whether this Control approximates tangents.
- isAppStateBoundToActivityLifeCycle() - Method in class com.jme3.app.jmeSurfaceView.JmeSurfaceView
-
Checks whether the current game application life cycle is bound to the activity life cycle.
- isAsync() - Method in class com.jme3.network.service.rpc.msg.RpcCallMessage
-
- isAvailable() - Method in interface com.jme3.opencl.Device
-
checks if this device is available at all, must always be tested
- isAvailable() - Method in class com.jme3.opencl.lwjgl.LwjglDevice
-
- isBatch(Spatial) - Method in class com.jme3.scene.BatchNode
-
- isBatched() - Method in class com.jme3.scene.Geometry
-
- isBusy() - Method in class com.jme3.environment.EnvironmentCamera
-
Test whether this EnvironmentCamera is busy.
- isButtonDown(int, VRInputType) - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVRInput
-
- isButtonDown(int, VRInputType) - Method in class com.jme3.input.vr.oculus.OculusVRInput
-
- isButtonDown(int, VRInputType) - Method in class com.jme3.input.vr.openvr.OpenVRInput
-
- isButtonDown(int, VRInputType) - Method in class com.jme3.input.vr.osvr.OSVRInput
-
- isButtonDown(int, VRInputType) - Method in interface com.jme3.input.vr.VRInputAPI
-
Check if the given button is down (more generally if the given input type is activated).
- isButtonDownForStatus(int, VRInputType, int, int) - Method in class com.jme3.input.vr.oculus.OculusVRInput
-
- isCancelled() - Method in class com.jme3.app.AppTask
-
- isCenter(int) - Method in class com.jme3.terrain.geomipmap.TerrainGrid
-
- isChanged() - Method in class com.jme3.input.android.AndroidSensorJoyInput.AndroidSensorJoystickAxis
-
- isClearColor() - Method in class com.jme3.renderer.ViewPort
-
Checks if color buffer clearing is enabled.
- isClearDepth() - Method in class com.jme3.renderer.ViewPort
-
Checks if depth buffer clearing is enabled.
- isClearStencil() - Method in class com.jme3.renderer.ViewPort
-
Checks if stencil buffer clearing is enabled.
- isCloned(Object) - Method in class com.jme3.util.clone.Cloner
-
Returns true if the specified object has already been cloned
by this cloner during this session.
- isClosed() - Method in class com.jme3.scene.shape.Cylinder
-
- isCollisionBetweenLinkedBodys() - Method in class com.jme3.bullet.joints.PhysicsJoint
-
- isColorWrite() - Method in class com.jme3.material.RenderState
-
Check if color writing is enabled.
- isCompleted() - Method in class com.jme3.opencl.Event
-
Tests if the action is completed.
- isCompleted() - Method in class com.jme3.opencl.lwjgl.LwjglEvent
-
- isCompressed() - Method in enum com.jme3.texture.Image.Format
-
- isConnected() - Method in class com.jme3.network.base.DefaultClient
-
- isConnected() - Method in interface com.jme3.network.Client
-
Returns true if this client is fully connected to the
host.
- isConnected() - Method in interface com.jme3.network.kernel.Connector
-
Returns true if this connector is currently connected.
- isConnected() - Method in interface com.jme3.network.kernel.Endpoint
-
Returns true if this endpoint is currently connected.
- isConnected() - Method in class com.jme3.network.kernel.tcp.NioEndpoint
-
- isConnected() - Method in class com.jme3.network.kernel.tcp.SocketConnector
-
- isConnected() - Method in class com.jme3.network.kernel.udp.UdpConnector
-
- isConnected() - Method in class com.jme3.network.kernel.udp.UdpEndpoint
-
- isConsumed() - Method in class com.jme3.input.event.InputEvent
-
Returns true if the input event has been consumed, meaning it is no longer valid
and should not be forwarded to input listeners.
- isContactResponse() - Method in class com.jme3.bullet.objects.PhysicsCharacter
-
Test whether this body responds to contacts.
- isContactResponse() - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
Test whether this body responds to contacts.
- isCreated() - Method in class com.jme3.audio.android.AndroidALC
-
- isCreated() - Method in class com.jme3.audio.ios.IosALC
-
- isCreated() - Method in class com.jme3.audio.lwjgl.LwjglALC
-
- isCreated() - Method in interface com.jme3.audio.openal.ALC
-
Checks of creating an AL context.
- isCreated() - Method in class com.jme3.system.android.OGLESContext
-
- isCreated() - Method in class com.jme3.system.awt.AwtPanelsContext
-
- isCreated() - Method in class com.jme3.system.AWTContext
-
- isCreated() - Method in class com.jme3.system.ios.IGLESContext
-
- isCreated() - Method in interface com.jme3.system.JmeContext
-
- isCreated() - Method in class com.jme3.system.lwjgl.LwjglContext
-
- isCreated() - Method in class com.jme3.system.lwjgl.LwjglContextVR
-
- isCreated() - Method in class com.jme3.system.NullContext
-
- isCursorVisible() - Method in class com.jme3.input.InputManager
-
Returns whether the mouse cursor is visible or not.
- isCurverSurface() - Method in class com.jme3.util.VRGuiManager
-
Get if the GUI has to use curved surface.
- isCycle() - Method in class com.jme3.cinematic.MotionPath
-
returns true if the path is a cycle
- isCycle() - Method in class com.jme3.math.Spline
-
- isDarkenBehind() - Method in class com.jme3.app.StatsAppState
-
- IsDashboardVisible - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : IsDashboardVisible_callback*
- isDebug() - Method in class com.jme3.water.SimpleWaterProcessor
-
returns true if the water processor is in debug mode
- isDebugEnabled() - Method in class com.jme3.bullet.BulletAppState
-
Test whether debug visualization is enabled.
- isDecayHfLimit() - Method in class com.jme3.audio.Environment
-
- isDepthFormat() - Method in enum com.jme3.texture.Image.Format
-
- isDepthTest() - Method in class com.jme3.material.RenderState
-
Check if depth test is enabled.
- isDepthWrite() - Method in class com.jme3.material.RenderState
-
Check if depth write is enabled.
- isDirectional() - Method in class com.jme3.audio.AudioNode
-
- isDirectional() - Method in interface com.jme3.audio.AudioSource
-
- isDirtyMorph() - Method in class com.jme3.scene.Geometry
-
returns true if the morph state has changed on the last frame.
- IsDisplayOnDesktop - Variable in class com.jme3.system.jopenvr.VR_IVRSystem_FnTable
-
C type : IsDisplayOnDesktop_callback*
- isDone() - Method in class com.jme3.app.AppTask
-
- isDown() - Method in class jme3test.input.TestJoystick.ButtonView
-
- isDragToRotate() - Method in class com.jme3.app.ChaseCameraAppState
-
- isDragToRotate() - Method in class com.jme3.input.ChaseCamera
-
- isDragToRotate() - Method in class com.jme3.input.FlyByCamera
-
Test whether drag-to-rotate mode is enabled.
- isDucked() - Method in class com.jme3.bullet.control.BetterCharacterControl
-
Check if the character is ducking, either due to user input or due to
unducking being impossible at the moment (obstacle above).
- isEmbeddedProfile() - Method in class com.jme3.opencl.lwjgl.LwjglPlatform
-
- isEmbeddedProfile() - Method in interface com.jme3.opencl.Platform
-
- isEmpty() - Method in class com.jme3.cinematic.KeyFrame
-
- isEmpty() - Method in class com.jme3.scene.instancing.InstancedGeometry
-
- isEmpty() - Method in class com.jme3.util.ListMap
-
- isEmpty() - Method in class com.jme3.util.RingBuffer
-
- isEmpty() - Method in class com.jme3.util.SafeArrayList
-
- isEmulateKeyBoard() - Method in class com.jme3.app.jmeSurfaceView.JmeSurfaceView
-
Checks if the keyboard interfacing is enabled.
- isEmulateKeyboard() - Method in class com.jme3.system.AppSettings
-
Returns true if keyboard emulation is enabled, false otherwise.
- isEmulateMouse() - Method in class com.jme3.app.jmeSurfaceView.JmeSurfaceView
-
Checks whether the mouse interfacing is enabled or not.
- isEmulateMouse() - Method in class com.jme3.system.AppSettings
-
Returns true if mouse emulation is enabled, false otherwise.
- isEmulateMouseFlipX() - Method in class com.jme3.system.AppSettings
-
- isEmulateMouseFlipY() - Method in class com.jme3.system.AppSettings
-
- isEnabled() - Method in class com.jme3.app.state.AbstractAppState
-
- isEnabled() - Method in interface com.jme3.app.state.AppState
-
- isEnabled() - Method in class com.jme3.app.state.BaseAppState
-
- isEnabled() - Method in class com.jme3.app.StatsView
-
- isEnabled() - Method in class com.jme3.bullet.control.AbstractPhysicsControl
-
Test whether this control is enabled.
- isEnabled() - Method in class com.jme3.bullet.control.CharacterControl
-
- isEnabled() - Method in class com.jme3.bullet.control.GhostControl
-
Test whether this control is enabled.
- isEnabled() - Method in interface com.jme3.bullet.control.PhysicsControl
-
Test whether this control is enabled.
- isEnabled() - Method in class com.jme3.bullet.control.RigidBodyControl
-
Test whether this control is enabled.
- isEnabled() - Method in class com.jme3.bullet.control.VehicleControl
-
Test whether this control is enabled.
- isEnabled() - Method in class com.jme3.cinematic.Cinematic
-
return true if the cinematic appstate is enabled (the cinematic is
playing)
- isEnabled() - Method in class com.jme3.cinematic.events.MotionEvent
-
- isEnabled() - Method in class com.jme3.effect.ParticleEmitter
-
Check if a particle emitter is enabled for update.
- isEnabled() - Method in class com.jme3.effect.ParticleEmitter.ParticleEmitterControl
-
- isEnabled() - Method in class com.jme3.input.ChaseCamera
-
Return the enabled/disabled state of the camera
- isEnabled() - Method in class com.jme3.input.FlyByCamera
-
Test whether this controller is enabled.
- isEnabled() - Method in class com.jme3.light.Light
-
Returns true if this light is enabled.
- isEnabled() - Method in class com.jme3.material.MatParamOverride
-
Determine if the MatParamOverride
is enabled or disabled.
- isEnabled() - Method in class com.jme3.post.Filter
-
returns true if the filter is enabled
- isEnabled() - Method in class com.jme3.post.HDRRenderer
-
Deprecated.
- isEnabled() - Method in class com.jme3.renderer.Statistics
-
Tests whether updates are enabled.
- isEnabled() - Method in class com.jme3.renderer.ViewPort
-
Returns true if the viewport is enabled, false otherwise.
- isEnabled() - Method in class com.jme3.scene.CameraNode
-
- isEnabled() - Method in class com.jme3.scene.control.AbstractControl
-
- isEnabled() - Method in class com.jme3.scene.LightNode
-
Deprecated.
- isEnabled() - Method in class com.jme3.system.AWTFrameProcessor
-
- isEnabled() - Method in class com.jme3.terrain.noise.filter.AbstractFilter
-
- isEnabled() - Method in interface com.jme3.terrain.noise.Filter
-
- isEnabled() - Method in class jme3test.bullet.PhysicsHoverControl
-
- isEnabledStabilization() - Method in class com.jme3.shadow.DirectionalLightShadowFilter
-
returns true if stabilization is enabled
- isEnabledStabilization() - Method in class com.jme3.shadow.DirectionalLightShadowFilterVR
-
Check if stabilization is enabled.
- isEnabledStabilization() - Method in class com.jme3.shadow.DirectionalLightShadowRenderer
-
- isEnabledStabilization() - Method in class com.jme3.shadow.DirectionalLightShadowRendererVR
-
Check if the stabilization is enabled.
- isEnableMotor() - Method in class com.jme3.bullet.joints.motors.RotationalLimitMotor
-
- isEOF() - Method in class com.jme3.audio.AudioStream
-
- isExitOnEscPressed() - Method in class com.jme3.app.jmeSurfaceView.JmeSurfaceView
-
Checks whether the exit on esc press is activated.
- isFacingVelocity() - Method in class com.jme3.effect.ParticleEmitter
-
Check if particles spawned should face their velocity.
- isFirstUpdatePassed() - Static method in class com.jme3.app.jmeSurfaceView.JmeSurfaceView.GameState
-
Tests the first update flag.
- isFixEdges() - Method in class com.jme3.terrain.geomipmap.UpdatedTerrainPatch
-
- isFlipY() - Method in class com.jme3.asset.TextureKey
-
- isFloatingPont() - Method in enum com.jme3.texture.Image.Format
-
- isFlushQueues() - Method in class com.jme3.shadow.AbstractShadowFilter
-
Deprecated.
- isFlushQueues() - Method in class com.jme3.shadow.AbstractShadowFilterVR
-
- isFlushQueues() - Method in class com.jme3.shadow.AbstractShadowRenderer
-
Deprecated.
- isFlushQueues() - Method in class com.jme3.shadow.AbstractShadowRendererVR
-
- isFlushQueues() - Method in class com.jme3.shadow.PssmShadowFilter
-
Deprecated.
returns true if the PssmRenderer flushed the shadow queues
- isFlushQueues() - Method in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
returns true if the PssmRenderer flushed the shadow queues
- isForward() - Method in class com.jme3.anim.tween.action.Action
-
- isFrontWheel() - Method in class com.jme3.bullet.objects.VehicleWheel
-
- isFrustumCheckNeeded() - Method in class com.jme3.light.Light
-
- isFullProfile() - Method in class com.jme3.opencl.lwjgl.LwjglPlatform
-
- isFullProfile() - Method in interface com.jme3.opencl.Platform
-
- isFullscreen() - Method in class com.jme3.system.AppSettings
-
Get the fullscreen state
- IsFullscreen - Variable in class com.jme3.system.jopenvr.VR_IVRCompositor_FnTable
-
C type : IsFullscreen_callback*
- isGammaCorrection() - Method in class com.jme3.system.AppSettings
-
Test whether gamma correction should be enabled.
- isGeneratedMipmapsRequired() - Method in class com.jme3.texture.Image
-
- isGenerateMips() - Method in class com.jme3.asset.TextureKey
-
- isGLThreadPaused - Variable in class com.jme3.app.AndroidHarness
-
- isGLThreadPaused() - Method in class com.jme3.app.jmeSurfaceView.JmeSurfaceView
-
Checks whether the GLThread is paused or not.
- isGraphicsDebug() - Method in class com.jme3.system.AppSettings
-
Determine if the renderer will be run in Graphics Debug mode, which means every openGL call is checked and
if it returns an error code, throw a
RendererException
.
Without this, many openGL calls might fail without notice, so turning it on is recommended for development.
- isGraphicsTiming() - Method in class com.jme3.system.AppSettings
-
Determine if the renderer will be run in Graphics Timing mode, which means every openGL call is checked and
if it runs for longer than a millisecond, log it.
It also keeps track of the time spent in GL Calls in general and displays them when
GL.resetStats()
is called.
- isGraphicsTrace() - Method in class com.jme3.system.AppSettings
-
Determine if the renderer will be run in Graphics Trace mode, which means every openGL call is logged so one
can trace what openGL commands where executed in which order by the engine.
- isGrouped() - Method in class com.jme3.scene.Geometry
-
- isGuiOverdraw() - Method in class com.jme3.util.VRGuiManager
-
Get if the GUI has to be displayed even if it is behind objects.
- isHandleTranslucentBucket() - Method in class com.jme3.renderer.RenderManager
-
True if the translucent bucket should automatically be rendered
by the RenderManager.
- isHardwareSkinningPreferred() - Method in class com.jme3.anim.SkinningControl
-
- isHardwareSkinningPreferred() - Method in class com.jme3.animation.SkeletonControl
-
Deprecated.
- isHardwareSkinningUsed() - Method in class com.jme3.anim.SkinningControl
-
- isHardwareSkinningUsed() - Method in class com.jme3.animation.SkeletonControl
-
Deprecated.
- isHideCursorOnRotate() - Method in class com.jme3.input.ChaseCamera
-
- isHorizontal() - Method in class com.jme3.effect.influencers.RadialParticleInfluencer
-
nullify y component of particle velocity to make the effect expand only on x and z axis
- IsHoverTargetOverlay - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : IsHoverTargetOverlay_callback*
- isIdentity() - Method in class com.jme3.math.Matrix3f
-
- isIdentity() - Method in class com.jme3.math.Matrix4f
-
Test for exact identity.
- isIdentity() - Method in class com.jme3.math.Quaternion
-
- isIdentity() - Method in class com.jme3.math.Transform
-
Tests for exact identity.
- isIgnoreTransform() - Method in class com.jme3.scene.Geometry
-
- isImplementingSavable(Class) - Static method in class com.jme3.export.SavableClassUtil
-
- isInitialized() - Method in class com.jme3.app.state.AbstractAppState
-
- isInitialized() - Method in interface com.jme3.app.state.AppState
-
- isInitialized() - Method in class com.jme3.app.state.BaseAppState
-
- isInitialized() - Method in class com.jme3.app.state.ScreenshotAppState
-
- isInitialized() - Method in class com.jme3.app.VREnvironment
-
Check if the VR environment is initialized.
- isInitialized() - Method in class com.jme3.cinematic.Cinematic
-
used internally
- isInitialized() - Method in class com.jme3.input.android.AndroidJoyInput
-
- isInitialized() - Method in class com.jme3.input.android.AndroidTouchInput
-
- isInitialized() - Method in class com.jme3.input.awt.AwtKeyInput
-
- isInitialized() - Method in class com.jme3.input.awt.AwtMouseInput
-
- isInitialized() - Method in class com.jme3.input.AWTInput
-
- isInitialized() - Method in class com.jme3.input.dummy.DummyInput
-
- isInitialized() - Method in interface com.jme3.input.Input
-
- isInitialized() - Method in class com.jme3.input.ios.IosInputHandler
-
- isInitialized() - Method in class com.jme3.input.lwjgl.GlfwJoystickInput
-
- isInitialized() - Method in class com.jme3.input.lwjgl.GlfwKeyInput
-
- isInitialized() - Method in class com.jme3.input.lwjgl.GlfwKeyInputVR
-
- isInitialized() - Method in class com.jme3.input.lwjgl.GlfwMouseInput
-
- isInitialized() - Method in class com.jme3.input.lwjgl.GlfwMouseInputVR
-
Check if the input is initialized.
- isInitialized() - Method in class com.jme3.input.lwjgl.JInputJoyInput
-
- isInitialized() - Method in class com.jme3.input.lwjgl.LwjglKeyInput
-
- isInitialized() - Method in class com.jme3.input.lwjgl.LwjglMouseInput
-
- isInitialized() - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVR
-
- isInitialized() - Method in class com.jme3.input.vr.oculus.OculusVR
-
- isInitialized() - Method in class com.jme3.input.vr.openvr.OpenVR
-
- isInitialized() - Method in class com.jme3.input.vr.osvr.OSVR
-
- isInitialized() - Method in interface com.jme3.input.vr.VRAPI
-
Check if the VR API is initialized.
- isInitialized() - Method in class com.jme3.niftygui.NiftyJmeDisplay
-
- isInitialized() - Method in class com.jme3.post.FilterPostProcessor
-
- isInitialized() - Method in class com.jme3.post.HDRRenderer
-
Deprecated.
- isInitialized() - Method in class com.jme3.post.PreDepthProcessor
-
- isInitialized() - Method in interface com.jme3.post.SceneProcessor
-
- isInitialized() - Method in class com.jme3.shadow.AbstractShadowRenderer
-
Test whether this shadow renderer has been initialized.
- isInitialized() - Method in class com.jme3.shadow.AbstractShadowRendererVR
-
Test whether this shadow renderer has been initialized.
- isInitialized() - Method in class com.jme3.shadow.BasicShadowRenderer
-
Deprecated.
- isInitialized() - Method in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
- isInitialized() - Method in class com.jme3.system.awt.AwtPanel
-
- isInitialized() - Method in class com.jme3.system.AWTFrameProcessor
-
- isInitialized() - Method in class com.jme3.water.ReflectionProcessor
-
- isInitialized() - Method in class com.jme3.water.SimpleWaterProcessor
-
- isInitialized() - Method in class com.jme3.water.SimpleWaterProcessor.RefractionProcessor
-
- isInitialized() - Method in class jme3test.post.TestMultiRenderTarget
-
- isInitialized() - Method in class jme3test.post.TestRenderToMemory
-
- isInjectDependencies() - Method in class com.jme3.shader.plugins.ShaderAssetKey
-
- IsInputAvailable - Variable in class com.jme3.system.jopenvr.VR_IVRSystem_FnTable
-
C type : IsInputAvailable_callback*
- isInputDeviceTracking(int) - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVRInput
-
- isInputDeviceTracking(int) - Method in class com.jme3.input.vr.oculus.OculusVRInput
-
- isInputDeviceTracking(int) - Method in class com.jme3.input.vr.openvr.OpenVRInput
-
- isInputDeviceTracking(int) - Method in class com.jme3.input.vr.osvr.OSVRInput
-
- isInputDeviceTracking(int) - Method in interface com.jme3.input.vr.VRInputAPI
-
Check if the input device is actually tracked (i-e if we can obtain a pose from the input).
- isInputFocused() - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVRInput
-
- isInputFocused() - Method in class com.jme3.input.vr.oculus.OculusVRInput
-
- isInputFocused() - Method in class com.jme3.input.vr.openvr.OpenVRInput
-
- isInputFocused() - Method in class com.jme3.input.vr.osvr.OSVRInput
-
- isInputFocused() - Method in interface com.jme3.input.vr.VRInputAPI
-
Check if the VR system has the focus and if it's not used by other process.
- isInsideView() - Method in class com.jme3.scene.shape.Dome
-
Are the triangles connected in such a way as to present a view out from the dome or not.
- isInstalled() - Method in class jme3tools.shadercheck.CgcValidator
-
- isInstalled() - Method in class jme3tools.shadercheck.GpuAnalyzerValidator
-
- isInstalled() - Method in interface jme3tools.shadercheck.Validator
-
Returns true if the tool is installed on the system, false otherwise.
- isInstanced() - Method in class com.jme3.scene.VertexBuffer
-
- isInstanceRendering() - Method in class com.jme3.app.VRAppState
-
- isInstanceRendering() - Method in class com.jme3.app.VREnvironment
-
- isInstanceRendering() - Method in class com.jme3.shadow.InstancedDirectionalShadowFilter
-
Get if this filter is using instance rendering.
- isInstanceVRRendering() - Method in class com.jme3.app.VRApplication
-
Deprecated.
- isIntersectsFrustum() - Method in class com.jme3.light.Light
-
- isInverted() - Method in class com.jme3.scene.shape.Cylinder
-
- isInVR() - Method in class com.jme3.app.VRApplication
-
Deprecated.
Check if the VR mode is enabled.
- isInVR() - Method in class com.jme3.app.VREnvironment
-
Check if the VR mode is enabled.
- isInWorldSpace() - Method in class com.jme3.effect.ParticleEmitter
-
Returns true if particles should spawn in world space.
- isJmeObjectCreated() - Method in class com.jme3.scene.plugins.fbx.obj.FbxObject
-
- isKeepSkeletonPose() - Method in class com.jme3.scene.plugins.gltf.GltfModelKey
-
- isKeepSkeletonPose(AssetInfo) - Static method in class com.jme3.scene.plugins.gltf.GltfUtils
-
- isKinematic() - Method in class com.jme3.bullet.animation.PhysicsLink
-
Test whether the link is in kinematic mode.
- isKinematic() - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
- isKinematicSpatial() - Method in class com.jme3.bullet.control.RigidBodyControl
-
Test whether this control is in kinematic mode.
- isLateralFrictionInitialized() - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
-
- isLimb() - Method in class com.jme3.scene.plugins.fbx.objects.FbxNode
-
- isLinearizeSrgbImages() - Method in class com.jme3.renderer.opengl.GLRenderer
-
Test whether images with the sRGB flag will be linearized when read by a
shader.
- isLinearizeSrgbImages() - Method in interface com.jme3.renderer.Renderer
-
Tests whether images with the sRGB flag will be linearized when read by a
shader.
- isLinearizeSrgbImages() - Method in class com.jme3.system.NullRenderer
-
Test whether images with the sRGB flag will be linearized when read by a
shader.
- isListMode() - Method in enum com.jme3.scene.Mesh.Mode
-
Returns true if the specified mode is a list mode (meaning
,it specifies the indices as a linear list and not some special
format).
- isLittleEndian() - Method in interface com.jme3.opencl.Device
-
- isLittleEndian() - Method in class com.jme3.opencl.lwjgl.LwjglDevice
-
- isLoadDocumentation() - Method in class com.jme3.asset.ShaderNodeDefinitionKey
-
- isLoaded() - Method in class com.jme3.terrain.GeoMap
-
Returns true if the Geomap data is loaded in memory
If false, then the data is unavailable- must be loaded with load()
before the methods getHeight/getNormal can be used
- isLoadingThread() - Static method in class com.jme3.asset.ThreadingManager
-
- isLodOff() - Method in class com.jme3.terrain.geomipmap.lodcalc.DistanceLodCalculator
-
- isLodOff() - Method in interface com.jme3.terrain.geomipmap.lodcalc.LodCalculator
-
- isLodOff() - Method in class com.jme3.terrain.geomipmap.lodcalc.PerspectiveLodCalculator
-
- isLooping() - Method in class com.jme3.audio.AudioNode
-
- isLooping() - Method in interface com.jme3.audio.AudioSource
-
- isLowPermissions() - Static method in class com.jme3.system.JmeSystem
-
- isLowPermissions() - Method in class com.jme3.system.JmeSystemDelegate
-
- isMain() - Method in class com.jme3.system.AWTFrameProcessor
-
- isMainFrameBufferSrgb() - Method in class com.jme3.renderer.opengl.GLRenderer
-
Test whether colors rendered to the main framebuffer undergo
linear-to-sRGB conversion.
- isMainFrameBufferSrgb() - Method in interface com.jme3.renderer.Renderer
-
Tests whether colors rendered to the main framebuffer undergo
linear-to-sRGB conversion.
- isMainFrameBufferSrgb() - Method in class com.jme3.system.NullRenderer
-
Test whether colors rendered to the main framebuffer undergo
linear-to-sRGB conversion.
- isMipmapsGenerated() - Method in class com.jme3.texture.Image
-
Internal use only.
- IsMirrorWindowVisible - Variable in class com.jme3.system.jopenvr.VR_IVRCompositor_FnTable
-
C type : IsMirrorWindowVisible_callback*
- isMouseEventsInvertX() - Method in class com.jme3.input.android.AndroidTouchInput
-
- isMouseEventsInvertX() - Method in class com.jme3.input.ios.IosInputHandler
-
- isMouseEventsInvertY() - Method in class com.jme3.input.android.AndroidTouchInput
-
- isMouseEventsInvertY() - Method in class com.jme3.input.ios.IosInputHandler
-
- isMultiTarget() - Method in class com.jme3.texture.FrameBuffer
-
- isNeedSaveReflectionScene() - Method in class com.jme3.water.WaterFilter
-
- isNegative() - Method in class com.jme3.input.controls.JoyAxisTrigger
-
- isNegative() - Method in class com.jme3.input.controls.MouseAxisTrigger
-
- isNoOutput() - Method in class com.jme3.shader.ShaderNodeDefinition
-
- isNoRender() - Method in class com.jme3.material.TechniqueDef
-
Returns true if this technique should not be used to render.
- isNormalInWorldSpace() - Method in class com.jme3.bullet.collision.PhysicsRayTestResult
-
- isNormalInWorldSpace() - Method in class com.jme3.bullet.collision.PhysicsSweepTestResult
-
- isNormalized() - Method in class com.jme3.scene.VertexBuffer
-
- isNPOT() - Method in class com.jme3.texture.Image
-
Determine if the image is NPOT.
- isNull() - Method in class com.jme3.scene.plugins.fbx.file.FbxId
-
- isOnGround() - Method in class com.jme3.bullet.control.BetterCharacterControl
-
Test whether the character is supported.
- isOnPlane(Vector3f) - Method in class com.jme3.math.Plane
-
- isOpen() - Method in class com.jme3.audio.plugins.CachedOggStream
-
- isOpen() - Method in class com.jme3.audio.plugins.UncachedOggStream
-
- isOpenCLSupport() - Method in class com.jme3.system.AppSettings
-
- isOSVRSupported() - Method in class com.jme3.app.VRApplication
-
Deprecated.
Get if the system currently support VR.
- IsoTimer(float) - Constructor for class com.jme3.app.state.VideoRecorderAppState.IsoTimer
-
- isOutlineEnabled() - Method in class com.jme3.post.CartoonSSAO
-
Is outline rendering is enabled.
- IsOverlayVisible - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : IsOverlayVisible_callback*
- isParallelProjection() - Method in class com.jme3.renderer.Camera
-
Determines whether the projection is parallel or perspective.
- isPauseOnLostFocus() - Method in interface com.jme3.app.Application
-
Returns true if pause on lost focus is enabled, false otherwise.
- isPauseOnLostFocus() - Method in class com.jme3.app.LegacyApplication
-
Returns true if pause on lost focus is enabled, false otherwise.
- isPauseOnLostFocus() - Method in class com.jme3.app.VRApplication
-
Deprecated.
Get if the application has to pause then it lost the focus.
- isPlaying() - Method in class com.jme3.niftygui.SoundHandleJme
-
- isPointInsideBounds(Vector3f) - Method in class com.jme3.math.LineSegment
-
Evaluates whether a given point is contained within the axis aligned bounding box
that contains this LineSegment.
- isPointInsideBounds(Vector3f, float) - Method in class com.jme3.math.LineSegment
-
Evaluates whether a given point is contained within the axis aligned bounding box
that contains this LineSegment.
- isPointOnTerrain(int, int) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
- isPointSprite() - Method in class com.jme3.material.RenderState
-
- isPolyOffset() - Method in class com.jme3.material.RenderState
-
Check if polygon offset is enabled.
- isPositional() - Method in class com.jme3.audio.AudioNode
-
- isPositional() - Method in interface com.jme3.audio.AudioSource
-
- isPoweredAngMotor() - Method in class com.jme3.bullet.joints.SliderJoint
-
- isPoweredLinMotor() - Method in class com.jme3.bullet.joints.SliderJoint
-
- isPowerOfTwo(int) - Static method in class com.jme3.math.FastMath
-
Returns true if the number is a power of 2 (2,4,8,16...)
A good implementation found on the Java boards.
- isPreserveRatio() - Method in class com.jme3.system.AWTFrameProcessor
-
Is preserve ratio.
- isPressed() - Method in class com.jme3.input.event.JoyButtonEvent
-
Returns true if the event was a button press,
returns false if the event was a button release.
- isPressed() - Method in class com.jme3.input.event.KeyInputEvent
-
Returns true if this event is key press, false is it was a key release.
- isPressed() - Method in class com.jme3.input.event.MouseButtonEvent
-
Returns true if the mouse button was pressed, false if it was released.
- isQueueEmpty(RenderQueue.Bucket) - Method in class com.jme3.renderer.queue.RenderQueue
-
- IsQuitUserPromptRequested - Variable in class com.jme3.system.jopenvr.VR_IVRApplications_FnTable
-
C type : IsQuitUserPromptRequested_callback*
- isRandomAngle() - Method in class com.jme3.effect.ParticleEmitter
-
Returns true if every particle spawned
should have a random facing angle.
- isRayPerpendicularToGrid() - Method in class com.jme3.terrain.geomipmap.picking.BresenhamYUpGridTracer
-
- isReadOnly() - Static method in class com.jme3.network.serializing.Serializer
-
- isReady() - Method in class com.jme3.bullet.animation.DacLinks
-
Test whether this control is ready for dynamic mode.
- isReady() - Method in class com.jme3.light.LightProbe
-
return true if the LightProbe is ready, meaning the Environment maps have
been loaded or rendered and are ready to be used by a material
- isReceivesShadows() - Method in class com.jme3.material.Material
-
Check if the material should receive shadows or not.
- isReIndexNeeded() - Method in class com.jme3.terrain.geomipmap.UpdatedTerrainPatch
-
- isRelative() - Method in class com.jme3.input.DefaultJoystickAxis
-
Returns true if this axis presents relative values.
- isRelative() - Method in interface com.jme3.input.JoystickAxis
-
Returns true if this axis presents relative values.
- isReleased() - Method in class com.jme3.input.event.KeyInputEvent
-
Returns true if this event is a key release, false if it was a key press.
- isReleased() - Method in class com.jme3.input.event.MouseButtonEvent
-
Returns true if the mouse button was released, false if it was pressed.
- isReliable() - Method in class com.jme3.network.AbstractMessage
-
Indicates which way an outgoing message should be sent
or which way an incoming message was sent.
- isReliable() - Method in class com.jme3.network.kernel.Envelope
-
- isReliable() - Method in interface com.jme3.network.Message
-
Indicates which way an outgoing message should be sent
or which way an incoming message was sent.
- isRenderable() - Method in class com.jme3.system.android.OGLESContext
-
- isRenderable() - Method in class com.jme3.system.awt.AwtPanelsContext
-
- isRenderable() - Method in class com.jme3.system.AWTContext
-
- isRenderable() - Method in class com.jme3.system.ios.IGLESContext
-
- isRenderable() - Method in interface com.jme3.system.JmeContext
-
- isRenderable() - Method in class com.jme3.system.lwjgl.LwjglContext
-
- isRenderable() - Method in class com.jme3.system.lwjgl.LwjglContextVR
-
- isRenderable() - Method in class com.jme3.system.NullContext
-
- isRenderBackFacesShadows() - Method in class com.jme3.shadow.AbstractShadowFilter
-
if this filter renders back faces shadows
- isRenderBackFacesShadows() - Method in class com.jme3.shadow.AbstractShadowFilterVR
-
Is this filter renders back faces shadows.
- isRenderBackFacesShadows() - Method in class com.jme3.shadow.AbstractShadowRenderer
-
if this processor renders back faces shadows
- isRenderBackFacesShadows() - Method in class com.jme3.shadow.AbstractShadowRendererVR
-
if this processor renders back faces shadows
- isRepeating() - Method in class com.jme3.input.event.KeyInputEvent
-
Returns true if this event is a repeat event.
- isRequiresBilinear() - Method in class com.jme3.post.Filter
-
Override this method and return true if you want the scene (input) texture
to use bilinear filtering or false to use nearest filtering.
- isRequiresBilinear() - Method in class com.jme3.post.filters.FXAAFilter
-
- isRequiresDepthTexture() - Method in class com.jme3.post.CartoonSSAO
-
- isRequiresDepthTexture() - Method in class com.jme3.post.Filter
-
Override this method and return true if your Filter needs the depth texture
- isRequiresDepthTexture() - Method in class com.jme3.post.filters.CartoonEdgeFilter
-
- isRequiresDepthTexture() - Method in class com.jme3.post.filters.CrossHatchFilter
-
- isRequiresDepthTexture() - Method in class com.jme3.post.filters.DepthOfFieldFilter
-
- isRequiresDepthTexture() - Method in class com.jme3.post.filters.FogFilter
-
- isRequiresDepthTexture() - Method in class com.jme3.post.filters.LightScatteringFilter
-
- isRequiresDepthTexture() - Method in class com.jme3.post.filters.ToneMapFilter
-
- isRequiresDepthTexture() - Method in class com.jme3.post.filters.TranslucentBucketFilter
-
- isRequiresDepthTexture() - Method in class com.jme3.post.ssao.SSAOFilter
-
- isRequiresDepthTexture() - Method in class com.jme3.shadow.AbstractShadowFilter
-
- isRequiresDepthTexture() - Method in class com.jme3.shadow.AbstractShadowFilterVR
-
- isRequiresDepthTexture() - Method in class com.jme3.shadow.PssmShadowFilter
-
Deprecated.
- isRequiresDepthTexture() - Method in class com.jme3.water.WaterFilter
-
- isRequiresSceneTexture() - Method in class com.jme3.post.Filter
-
Override this method and return false if your Filter does not need the scene texture
- isRequiresSceneTexture() - Method in class com.jme3.post.filters.TranslucentBucketFilter
-
Override this method and return true if your Filter needs the scene texture
- isResizable() - Method in class com.jme3.system.AppSettings
-
Determine if the display window can be resized by dragging its edges.
- isRetinaDisplay() - Method in class com.jme3.system.lwjgl.LwjglContextVR
-
Check if the display is a retina display.
- isReverbEnabled() - Method in class com.jme3.audio.AudioNode
-
- isReverbEnabled() - Method in interface com.jme3.audio.AudioSource
-
- isRightToLeft() - Method in class com.jme3.font.BitmapFont
-
- isRootQuad() - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
- isRunning - Variable in class com.jme3.bullet.BulletAppState
-
true if-and-only-if the physics simulation is running (started but not
yet stopped)
- isRunning() - Method in class com.jme3.network.base.DefaultServer
-
- isRunning() - Method in interface com.jme3.network.Server
-
Returns true if the server has been started.
- isRunning() - Method in class jme3test.network.TestChatServer
-
- isScaleSpanInProgress() - Method in class com.jme3.input.event.TouchEvent
-
- isSeatedExperience() - Method in class com.jme3.app.VRApplication
-
Deprecated.
Check if the application is configured as a seated experience.
- isSeatedExperience() - Method in class com.jme3.app.VREnvironment
-
Check if the application is configured as a seated experience.
- isSeekable() - Method in class com.jme3.audio.AudioStream
-
- isSeekable() - Method in class com.jme3.audio.plugins.CachedOggStream
-
- isSeekable() - Method in class com.jme3.audio.plugins.UncachedOggStream
-
- isSelectRandomImage() - Method in class com.jme3.effect.ParticleEmitter
-
Returns true if every particle spawned should get a random
image.
- isSerializable(Throwable) - Static method in class com.jme3.network.service.rpc.msg.RpcResponseMessage
-
- isSet(int) - Method in class com.jme3.shader.DefineList
-
- isSetByCurrentMaterial() - Method in class com.jme3.shader.Uniform
-
- isShaderOutput() - Method in class com.jme3.shader.ShaderNodeVariable
-
- isShowErrorDialog() - Method in class com.jme3.app.jmeSurfaceView.JmeSurfaceView
-
Checks whether the error dialog is enabled upon encountering exceptions/errors.
- isShowEscExitPrompt() - Method in class com.jme3.app.jmeSurfaceView.JmeSurfaceView
-
Checks whether the system would show an exit prompt dialog when the esc keyboard input is invoked.
- isShowSettings() - Method in class com.jme3.app.SimpleApplication
-
- isSimilar(Quaternion, float) - Method in class com.jme3.math.Quaternion
-
Returns true if this quaternion is similar to the specified quaternion
within some value of epsilon.
- isSimilar(Vector2f, float) - Method in class com.jme3.math.Vector2f
-
Returns true if this vector is similar to the specified vector within
some value of epsilon.
- isSimilar(Vector3f, float) - Method in class com.jme3.math.Vector3f
-
Tests for approximate equality with the specified vector, using the
specified tolerance.
- isSimilar(Vector4f, float) - Method in class com.jme3.math.Vector4f
-
Returns true if this vector is similar to the specified vector within
some value of epsilon.
- isSimulateKeyboard() - Method in class com.jme3.input.android.AndroidTouchInput
-
- isSimulateKeyboard() - Method in class com.jme3.input.InputManager
-
Returns state of simulation of key events.
- isSimulateKeyboard() - Method in class com.jme3.input.ios.IosInputHandler
-
- isSimulateKeyboard() - Method in interface com.jme3.input.TouchInput
-
- isSimulateMouse() - Method in class com.jme3.input.android.AndroidTouchInput
-
- isSimulateMouse() - Method in class com.jme3.input.InputManager
-
Returns state of simulation of mouse events.
- isSimulateMouse() - Method in class com.jme3.input.ios.IosInputHandler
-
- isSimulateMouse() - Method in interface com.jme3.input.TouchInput
-
- isSmoothMotion() - Method in class com.jme3.input.ChaseCamera
-
- isSrgb() - Method in class com.jme3.texture.FrameBuffer
-
Determines if this framebuffer contains SRGB data.
- isStarted() - Method in class com.jme3.network.base.DefaultClient
-
- isStarted() - Method in interface com.jme3.network.Client
-
Returns true if this client has been started and is still
running.
- isStarted() - Method in class com.jme3.network.service.ServiceManager
-
Returns true if this service manager has been started.
- IsSteamVRDrawingControllers - Variable in class com.jme3.system.jopenvr.VR_IVRSystem_FnTable
-
C type : IsSteamVRDrawingControllers_callback*
- isStencilTest() - Method in class com.jme3.material.RenderState
-
Check if stencil test is enabled.
- isStream() - Method in class com.jme3.audio.AudioKey
-
- isSupportingMultipleCollisions() - Method in class com.jme3.terrain.geomipmap.picking.BresenhamTerrainPicker
-
- isSwapBuffers() - Method in class com.jme3.app.VREnvironment
-
- isSwapBuffers() - Method in class com.jme3.system.AppSettings
-
Determine if the display context will swap buffers every frame.
- isSwizzlable(String) - Static method in class com.jme3.shader.ShaderUtils
-
returns true if a variable of the given type can have a swizzle
- isTaskResultAvailable(int) - Method in class com.jme3.renderer.opengl.GLRenderer
-
- isTaskResultAvailable(int) - Method in interface com.jme3.renderer.Renderer
-
Checks if the profiling results are available.
- isTaskResultAvailable(int) - Method in class com.jme3.system.NullRenderer
-
- isTextureType() - Method in enum com.jme3.shader.VarType
-
- isThumbstickMode() - Method in class com.jme3.input.vr.AbstractVRMouseManager
-
- isThumbstickMode() - Method in interface com.jme3.input.vr.VRMouseManager
-
Get if the VR device controller is used within thumb stick mode.
- IsTrackedDeviceConnected - Variable in class com.jme3.system.jopenvr.VR_IVRSystem_FnTable
-
C type : IsTrackedDeviceConnected_callback*
- isTrailingEnabled() - Method in class com.jme3.input.ChaseCamera
-
returns true if the trailing is enabled
- isTransparent() - Method in class com.jme3.material.Material
-
Check if the transparent value marker is set on this material.
- isUnderWater() - Method in class com.jme3.water.WaterFilter
-
Whether or not the camera is under the water level
- isUnitVector() - Method in class com.jme3.math.Vector3f
-
Tests for a unit vector, with 1% tolerance.
- isUnitVector() - Method in class com.jme3.math.Vector4f
-
Returns true if this vector is a unit vector (length() ~= 1),
returns false otherwise.
- isUpdateNeeded() - Method in class com.jme3.shader.ShaderBufferBlock
-
Return true if need to update this storage block.
- isUpdateNeeded() - Method in class com.jme3.shader.Uniform
-
- isUpdateNeeded() - Method in class com.jme3.util.NativeObject
-
Internal use only.
- isUseAo() - Method in class com.jme3.post.ssao.SSAOFilter
-
debugging only , will be removed
- isUseCaustics() - Method in class com.jme3.water.WaterFilter
-
Whether or not caustics are rendered
- isUseFoam() - Method in class com.jme3.water.WaterFilter
-
Whether or not the water uses foam
- isUseHQShoreline() - Method in class com.jme3.water.WaterFilter
-
Whether or not the shader is set to use high-quality shoreline.
- isUseJoyStickEvents() - Method in class com.jme3.app.jmeSurfaceView.JmeSurfaceView
-
Checks whether joystick interfacing is enabled or not.
- isUseOnlyAo() - Method in class com.jme3.post.ssao.SSAOFilter
-
debugging only , will be removed
- isUseRefraction() - Method in class com.jme3.water.WaterFilter
-
Whether or not the water uses the refraction
- isUseRenderCamera() - Method in class com.jme3.terrain.geomipmap.TerrainLodControl
-
- isUseRetinaFrameBuffer() - Method in class com.jme3.system.AppSettings
-
Determine whether to use full resolution framebuffers on Retina displays.
- isUseRipples() - Method in class com.jme3.water.WaterFilter
-
Whether or not the water uses ripples
- isUseSpecular() - Method in class com.jme3.water.WaterFilter
-
Whether or not the water is using specular
- isUseViewDirection() - Method in class com.jme3.bullet.control.CharacterControl
-
- isUsingNativeBullet() - Static method in class com.jme3.system.NativeLibraryLoader
-
Determines whether native Bullet is on the classpath.
- isUsingShaderNodes() - Method in class com.jme3.material.TechniqueDef
-
Returns true if this technique uses Shader Nodes, false otherwise.
- isValidMethod(Method, Class) - Method in class com.jme3.network.util.AbstractMessageDelegator
-
Returns true if the specified method is valid for the specified
message type.
- isValidVector(Vector2f) - Static method in class com.jme3.math.Vector2f
-
Check a vector...
- isValidVector(Vector3f) - Static method in class com.jme3.math.Vector3f
-
Tests whether the argument is a valid vector, returning false if it's
null or if any component is NaN or infinite.
- isValidVector(Vector4f) - Static method in class com.jme3.math.Vector4f
-
Check a vector...
- isVarying(ShaderGenerationInfo, ShaderNodeVariable) - Method in class com.jme3.shader.Glsl100ShaderGenerator
-
Finds if a variable is a varying
- isVelocityFromTranslation() - Method in class com.jme3.audio.AudioNode
-
- isViewportChanged() - Method in class com.jme3.renderer.Camera
-
Tests whether the viewport (width, height, left, right, bottom, up)
has been changed.
- isVRSupported() - Method in class com.jme3.app.VREnvironment
-
Get if the system currently support VR.
- isVSync() - Method in class com.jme3.system.AppSettings
-
Test whether vertical synchronization should be enabled.
- isWantsReposition() - Method in class com.jme3.util.VRGuiManager
-
- isWireframe() - Method in class com.jme3.material.RenderState
-
Check if wireframe mode is enabled.
- isWorldOrMaterialParam(ShaderNodeVariable) - Method in class com.jme3.shader.Glsl100ShaderGenerator
-
Finds if a variable is a world or a material parameter
- IterativeFilter - Class in com.jme3.terrain.noise.filter
-
- IterativeFilter() - Constructor for class com.jme3.terrain.noise.filter.IterativeFilter
-
- iterator() - Method in class com.jme3.cinematic.MotionPath
-
returns an iterator on the waypoints collection
- iterator() - Method in class com.jme3.collision.CollisionResults
-
Iterator for iterating over the collision results.
- iterator() - Method in class com.jme3.light.LightList
-
Returns an iterator that can be used to iterate over this LightList.
- iterator() - Method in class com.jme3.renderer.queue.GeometryList
-
- iterator() - Method in class com.jme3.util.IntMap
-
- iterator() - Method in class com.jme3.util.RingBuffer
-
- iterator() - Method in class com.jme3.util.SafeArrayList
-
- IVRApplications_Version - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
-
- IVRChaperone_Version - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
-
- IVRChaperoneSetup_Version - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
-
- IVRCompositor_Version - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
-
- IVRDriverManager_Version - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
-
- IVRExtendedDisplay_Version - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
-
- IVRInput_Version - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
-
- IVRIOBuffer_Version - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
-
- IVRNotifications_Version - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
-
- IVROverlay_Version - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
-
- IVRRenderModels_Version - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
-
- IVRResources_Version - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
-
- IVRScreenshots_Version - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
-
- IVRSettings_Version - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
-
- IVRSpatialAnchors_Version - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
-
- IVRSystem_Version - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
-
- IVRTrackedCamera_Version - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
-
- r - Variable in class com.jme3.math.ColorRGBA
-
The red component of the color.
- r - Variable in class com.jme3.system.jopenvr.HmdColor_t
-
- r - Variable in class com.jme3.system.osvr.osvrrendermanager.OSVR_RGB
-
- r - Variable in class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_RGB
-
- 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
- RadialParticleInfluencer - Class in com.jme3.effect.influencers
-
an influencer to make blasts expanding on the ground.
- RadialParticleInfluencer() - Constructor for class com.jme3.effect.influencers.RadialParticleInfluencer
-
- radialSamples - Variable in class com.jme3.environment.util.BoundingSphereDebug
-
- 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.control.BetterCharacterControl
-
- radius - Variable in class com.jme3.bullet.objects.VehicleWheel
-
- radius - Variable in class com.jme3.environment.util.BoundingSphereDebug
-
the distance from the center point each point falls on
- 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.animation
-
Interface to receive notifications whenever a linked rigid body in a
DynamicAnimControl collides with another physics object.
- RagdollCollisionListener - Interface in com.jme3.bullet.collision
-
Interface to receive notifications whenever a KinematicRagdollControl
collides with another physics object.
- 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
-
Range of motion for a joint.
- RagdollPreset.LexiconEntry - Class in com.jme3.bullet.control.ragdoll
-
One entry in a bone lexicon.
- ragDollUpdate(float) - Method in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
Update this control in Ragdoll mode, based on Bullet physics.
- RagdollUtils - Class in com.jme3.bullet.control.ragdoll
-
Utility methods used by KinematicRagdollControl.
- RagUtils - Class in com.jme3.bullet.animation
-
Utility methods used by DynamicAnimControl and associated classes.
- 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
opaque color.
- randomColor() - Method in class jme3test.batching.TestBatchNodeCluster
-
- randomGenerator() - Method in class jme3test.batching.TestBatchNodeCluster
-
- randomize() - Method in class jme3test.batching.TestBatchNodeCluster
-
- RangeOfMotion - Class in com.jme3.bullet.animation
-
Range of motion for a ragdoll joint.
- RangeOfMotion() - Constructor for class com.jme3.bullet.animation.RangeOfMotion
-
Instantiate a preset with no motion allowed.
- RangeOfMotion(float, float, float, float, float, float) - Constructor for class com.jme3.bullet.animation.RangeOfMotion
-
Instantiate a preset with the specified range of motion.
- RangeOfMotion(float, float, float) - Constructor for class com.jme3.bullet.animation.RangeOfMotion
-
Instantiate a preset with the specified symmetric range of motion.
- RangeOfMotion(float) - Constructor for class com.jme3.bullet.animation.RangeOfMotion
-
Instantiate a preset with the specified symmetric range of motion.
- RangeOfMotion(int) - Constructor for class com.jme3.bullet.animation.RangeOfMotion
-
Instantiate a preset for rotation on a single axis.
- rationListener - Variable in class com.jme3.system.AWTFrameProcessor
-
The ration listener.
- 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.
- rAxis - Variable in class com.jme3.system.jopenvr.VRControllerState_t
-
struct vr::VRControllerAxis_t[5]
C type : VRControllerAxis_t[5]
- 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
-
- rayCaster - 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
-
- raySegmentShortestDistance(Ray, Vector3f, Vector3f, Camera) - Static method in class com.jme3.math.MathUtils
-
Returns the shortest distance between a Ray and a segment.
- 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
- RayTrace - Class in jme3test.collision
-
- RayTrace(Spatial, Camera, int, int) - Constructor for class jme3test.collision.RayTrace
-
- rBody - Variable in class com.jme3.bullet.objects.PhysicsRigidBody
-
- rchRenderModelComponentName - Variable in class com.jme3.system.jopenvr.InputOriginInfo_t
-
char[128]
C type : char*[128]
- read(JmeImporter) - Method in class com.jme3.anim.AnimClip
-
De-serialize this clip from the specified importer, for example when
loading from a J3O file.
- read(JmeImporter) - Method in class com.jme3.anim.AnimComposer
-
De-serialize this composer from the specified importer, for example when
loading from a J3O file.
- read(JmeImporter) - Method in class com.jme3.anim.Armature
-
De-serialize this Armature from the specified importer, for example when
loading from a J3O file.
- read(JmeImporter) - Method in class com.jme3.anim.Joint
-
De-serialize this Joint from the specified importer, for example when
loading from a J3O file.
- read(JmeImporter) - Method in class com.jme3.anim.MorphControl
-
De-serialize this Control from the specified importer, for example when
loading from a J3O file.
- read(JmeImporter) - Method in class com.jme3.anim.MorphTrack
-
De-serialize this track from the specified importer, for example when
loading from a J3O file.
- read(JmeImporter) - Method in class com.jme3.anim.SkinningControl
-
De-serialize this Control from the specified importer, for example when
loading from a J3O file.
- read(JmeImporter) - Method in class com.jme3.anim.TransformTrack
-
De-serializes this track from the specified importer, for example when
loading from a J3O file.
- read(JmeImporter) - Method in class com.jme3.animation.Animation
-
Deprecated.
- read(JmeImporter) - Method in class com.jme3.animation.AnimControl
-
Deprecated.
- read(JmeImporter) - Method in class com.jme3.animation.AudioTrack
-
Deprecated.
Internal use only serialization
- read(JmeImporter) - Method in class com.jme3.animation.Bone
-
Deprecated.
- read(JmeImporter) - Method in class com.jme3.animation.BoneTrack
-
Deprecated.
- read(JmeImporter) - Method in class com.jme3.animation.CompactFloatArray
-
- 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.EffectTrack
-
Deprecated.
Internal use only serialization
- read(JmeImporter) - Method in class com.jme3.animation.Pose
-
Deprecated.
- 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
-
Deprecated.
- read(JmeImporter) - Method in class com.jme3.animation.SkeletonControl
-
Deprecated.
- read(JmeImporter) - Method in class com.jme3.animation.SpatialTrack
-
Deprecated.
- read(JmeImporter) - Method in class com.jme3.animation.TrackInfo
-
Deprecated.
- read(JmeImporter) - Method in class com.jme3.asset.AssetKey
-
- 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(byte[], int, int) - Method in class com.jme3.audio.plugins.NativeVorbisFile
-
- 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.animation.BoneLink
-
De-serialize this link, for example when loading from a J3O file.
- read(JmeImporter) - Method in class com.jme3.bullet.animation.DacConfiguration
-
De-serialize this control, for example when loading from a J3O file.
- read(JmeImporter) - Method in class com.jme3.bullet.animation.DacLinks
-
De-serialize this control, for example when loading from a J3O file.
- read(JmeImporter) - Method in class com.jme3.bullet.animation.DynamicAnimControl
-
De-serialize this control, for example when loading from a J3O file.
- read(JmeImporter) - Method in class com.jme3.bullet.animation.PhysicsLink
-
De-serialize this link, for example when loading from a J3O file.
- read(JmeImporter) - Method in class com.jme3.bullet.animation.RangeOfMotion
-
De-serialize this preset, for example when loading from a J3O file.
- read(JmeImporter) - Method in class com.jme3.bullet.animation.TorsoLink
-
De-serialize this link, for example when loading from a J3O file.
- 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
-
De-serialize this shape, for example when loading from a J3O file.
- 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.AbstractPhysicsControl
-
De-serialize this control from the specified importer, for example when
loading from a J3O file.
- read(JmeImporter) - Method in class com.jme3.bullet.control.BetterCharacterControl
-
De-serialize this control, for example when loading from a J3O file.
- read(JmeImporter) - Method in class com.jme3.bullet.control.CharacterControl
-
- read(JmeImporter) - Method in class com.jme3.bullet.control.GhostControl
-
De-serialize this control, for example when loading from a J3O file.
- read(JmeImporter) - Method in class com.jme3.bullet.control.KinematicRagdollControl.PhysicsBoneLink
-
Deprecated.
De-serialize this bone link, for example when loading from a J3O
file.
- read(JmeImporter) - Method in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
De-serialize this control, for example when loading from a J3O file.
- read(JmeImporter) - Method in class com.jme3.bullet.control.RigidBodyControl
-
De-serialize this control, for example when loading from a J3O file.
- read(JmeImporter) - Method in class com.jme3.bullet.control.VehicleControl
-
De-serialize this control, for example when loading from a J3O file.
- 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
-
De-serialize this body, for example when loading from a J3O file.
- 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
-
used internally for serialization
- read(JmeImporter) - Method in class com.jme3.cinematic.events.AbstractCinematicEvent
-
Used for serialization only.
- read(JmeImporter) - Method in class com.jme3.cinematic.events.AnimationEvent
-
Deprecated.
- read(JmeImporter) - Method in class com.jme3.cinematic.events.AnimEvent
-
De-serialize this event from the specified importer, for example when
loading from a J3O file.
- read(JmeImporter) - Method in class com.jme3.cinematic.events.CameraEvent
-
used internally for serialization
- read(JmeImporter) - Method in class com.jme3.cinematic.events.GuiEvent
-
De-serialize this event, for example when loading from a J3O file.
- read(JmeImporter) - Method in class com.jme3.cinematic.events.GuiTrack
-
Deprecated.
- read(JmeImporter) - Method in class com.jme3.cinematic.events.MotionEvent
-
- read(JmeImporter) - Method in class com.jme3.cinematic.events.SoundEvent
-
- 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.influencers.RadialParticleInfluencer
-
- 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.LightProbe
-
- read(JmeImporter) - Method in class com.jme3.light.OrientedBoxProbeArea
-
- read(JmeImporter) - Method in class com.jme3.light.PointLight
-
- read(JmeImporter) - Method in class com.jme3.light.SphereProbeArea
-
- 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.MatParamOverride
-
- 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.ShaderGenerationInfo
-
- read(JmeImporter) - Method in class com.jme3.material.TechniqueDef
-
- read(JmeImporter) - Method in class com.jme3.math.ColorRGBA
-
De-serialize this color from the specified importer, for example when
loading from a J3O file.
- read(JmeImporter) - Method in class com.jme3.math.Line
-
De-serialize this line from the specified importer, for example when
loading from a J3O file.
- read(JmeImporter) - Method in class com.jme3.math.LineSegment
-
De-serialize this segment from the specified importer, for example
when loading from a J3O file.
- read(JmeImporter) - Method in class com.jme3.math.Matrix3f
-
De-serialize this matrix from the specified importer, for example
when loading from a J3O file.
- read(JmeImporter) - Method in class com.jme3.math.Matrix4f
-
De-serialize from the specified importer, for example when loading from a
J3O file.
- read(JmeImporter) - Method in class com.jme3.math.Plane
-
De-serialize this plane from the specified importer, for example when
loading from a J3O file.
- read(JmeImporter) - Method in class com.jme3.math.Quaternion
-
De-serialize this quaternion from the specified importer, for example
when loading from a J3O file.
- read(JmeImporter) - Method in class com.jme3.math.Ray
-
De-serialize this ray from the specified importer, for example
when loading from a J3O file.
- read(JmeImporter) - Method in class com.jme3.math.Rectangle
-
De-serialize this rectangle from the specified importer, for example
when loading from a J3O file.
- read(JmeImporter) - Method in class com.jme3.math.Ring
-
De-serialize this ring from the specified importer, for example
when loading from a J3O file.
- read(JmeImporter) - Method in class com.jme3.math.Spline
-
De-serialize this spline from the specified importer, for example
when loading from a J3O file.
- read(JmeImporter) - Method in class com.jme3.math.Transform
-
De-serializes from the argument, for example when loading from a J3O
file.
- read(JmeImporter) - Method in class com.jme3.math.Triangle
-
De-serialize this triangle from the specified importer, for example when
loading from a J3O file.
- read(JmeImporter) - Method in class com.jme3.math.Vector2f
-
De-serialize this vector from the specified importer, for example
when loading from a J3O file.
- read(JmeImporter) - Method in class com.jme3.math.Vector3f
-
De-serializes from the argument, for example when loading from a J3O
file.
- read(JmeImporter) - Method in class com.jme3.math.Vector4f
-
De-serialize this vector from the specified importer, for example
when loading from a J3O file.
- 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(CommandQueue, ByteBuffer, long, long) - Method in class com.jme3.opencl.Buffer
-
Performs a blocking read of the buffer.
- read(CommandQueue, ByteBuffer, long) - Method in class com.jme3.opencl.Buffer
-
- read(CommandQueue, ByteBuffer) - Method in class com.jme3.opencl.Buffer
-
- read(CommandQueue, ByteBuffer, long, long) - Method in class com.jme3.opencl.lwjgl.LwjglBuffer
-
- 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.CartoonEdgeFilter
-
- read(JmeImporter) - Method in class com.jme3.post.filters.ColorOverlayFilter
-
- read(JmeImporter) - Method in class com.jme3.post.filters.ComposeFilter
-
- read(JmeImporter) - Method in class com.jme3.post.filters.ContrastAdjustmentFilter
-
De-serializes this filter, for example when loading from a J3O file.
- read(JmeImporter) - Method in class com.jme3.post.filters.DepthOfFieldFilter
-
- 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.filters.ToneMapFilter
-
- 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.CameraNode
-
- 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.instancing.InstancedGeometry
-
- read(JmeImporter) - Method in class com.jme3.scene.LightNode
-
Deprecated.
- read(JmeImporter) - Method in class com.jme3.scene.mesh.MorphTarget
-
- read(JmeImporter) - Method in class com.jme3.scene.Mesh
-
- read(JmeImporter) - Method in class com.jme3.scene.Node
-
- read(JmeImporter) - Method in class com.jme3.scene.plugins.fbx.ContentTextureKey
-
- read(JmeImporter) - Method in class com.jme3.scene.shape.AbstractBox
-
- read(JmeImporter) - Method in class com.jme3.scene.shape.CenterQuad
-
De-serializes from the specified importer, for example when loading from
a J3O file.
- 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.Quad
-
- read(JmeImporter) - Method in class com.jme3.scene.shape.RectangleMesh
-
- 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.ShaderNode
-
jme serialization
- read(JmeImporter) - Method in class com.jme3.shader.ShaderNodeDefinition
-
jme serialization (not used)
- read(JmeImporter) - Method in class com.jme3.shader.ShaderNodeVariable
-
jme serialization (not used)
- read(JmeImporter) - Method in class com.jme3.shader.VariableMapping
-
jme serialization (not used)
- read(JmeImporter) - Method in class com.jme3.shadow.AbstractShadowFilter
-
- read(JmeImporter) - Method in class com.jme3.shadow.AbstractShadowFilterVR
-
- read(JmeImporter) - Method in class com.jme3.shadow.AbstractShadowRenderer
-
De-serialize this instance, for example when loading from a J3O file.
- read(JmeImporter) - Method in class com.jme3.shadow.AbstractShadowRendererVR
-
De-serialize this instance, for example when loading from a J3O file.
- read(JmeImporter) - Method in class com.jme3.shadow.DirectionalLightShadowFilter
-
- read(JmeImporter) - Method in class com.jme3.shadow.DirectionalLightShadowFilterVR
-
- read(JmeImporter) - Method in class com.jme3.shadow.DirectionalLightShadowRenderer
-
- read(JmeImporter) - Method in class com.jme3.shadow.DirectionalLightShadowRendererVR
-
- read(JmeImporter) - Method in class com.jme3.shadow.PointLightShadowFilter
-
- read(JmeImporter) - Method in class com.jme3.shadow.PointLightShadowRenderer
-
- read(JmeImporter) - Method in class com.jme3.shadow.PssmShadowFilter
-
Deprecated.
- read(JmeImporter) - Method in class com.jme3.shadow.SpotLightShadowFilter
-
- read(JmeImporter) - Method in class com.jme3.shadow.SpotLightShadowRenderer
-
- Read - Variable in class com.jme3.system.jopenvr.VR_IVRIOBuffer_FnTable
-
C type : Read_callback*
- 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.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
-
- read(JmeImporter) - Method in class jme3test.bullet.BombControl
-
- read(JmeImporter) - Method in class jme3test.bullet.PhysicsHoverControl
-
- readAnimation(int) - Method in class com.jme3.scene.plugins.gltf.GltfLoader
-
- readAsFloat(LittleEndien, VertexBuffer.Format) - Static method in class com.jme3.scene.plugins.gltf.GltfUtils
-
- readAsync(CommandQueue, ByteBuffer, long, long) - Method in class com.jme3.opencl.Buffer
-
Performs an async/non-blocking read of the buffer.
- readAsync(CommandQueue, ByteBuffer, long) - Method in class com.jme3.opencl.Buffer
-
- readAsync(CommandQueue, ByteBuffer) - Method in class com.jme3.opencl.Buffer
-
- readAsync(CommandQueue, ByteBuffer, long, long) - Method in class com.jme3.opencl.lwjgl.LwjglBuffer
-
- 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
-
- readBuffer(Integer, int, int, Object, int, VertexBuffer.Format) - Method in class com.jme3.scene.plugins.gltf.GltfLoader
-
- 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.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
-
- readCameras() - Method in class com.jme3.scene.plugins.gltf.GltfLoader
-
- 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
-
- readComponents(ByteBuffer, int, int, int, int, int[], byte[]) - Method in class com.jme3.texture.image.ByteOffsetImageCodec
-
- 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(int) - Method in class com.jme3.scene.plugins.gltf.GltfLoader
-
- 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.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
-
- readExtensionAndExtras(String, JsonElement, T) - Method in class com.jme3.scene.plugins.gltf.CustomContentManager
-
- 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
-
- readFBX(InputStream) - Static method in class com.jme3.scene.plugins.fbx.file.FbxReader
-
- 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.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
-
Load from the specified FloatBuffer, in row-major order.
- readFloatBuffer(FloatBuffer, boolean) - Method in class com.jme3.math.Matrix4f
-
Load from the specified FloatBuffer.
- readFloatBufferArrayList(String, ArrayList<FloatBuffer>) - Method in interface com.jme3.export.InputCapsule
-
- readFloatBufferArrayList(String, ArrayList<FloatBuffer>) - Method in class com.jme3.export.xml.DOMInputCapsule
-
- readFragmentShaderNodes(List<Statement>) - Method in class com.jme3.material.plugins.ShaderNodeLoaderDelegate
-
reads the FragmentShaderNodes{} block
- readFrameBuffer(FrameBuffer, ByteBuffer) - Method in class com.jme3.renderer.opengl.GLRenderer
-
- 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
-
- readFrameBufferWithFormat(FrameBuffer, ByteBuffer, Image.Format) - Method in class com.jme3.renderer.opengl.GLRenderer
-
- readFrameBufferWithFormat(FrameBuffer, ByteBuffer, Image.Format) - Method in interface com.jme3.renderer.Renderer
-
Reads the pixels currently stored in the specified framebuffer
into the given ByteBuffer object.
- readFrameBufferWithFormat(FrameBuffer, ByteBuffer, Image.Format) - Method in class com.jme3.system.NullRenderer
-
- readFully(ByteBuffer) - Method in class com.jme3.audio.plugins.NativeVorbisFile
-
- 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
- readImage(CommandQueue, ByteBuffer, long[], long[], long, long) - Method in class com.jme3.opencl.Image
-
Performs a blocking read of the image into the specified byte buffer.
- readImage(CommandQueue, ByteBuffer, long[], long[], long, long) - Method in class com.jme3.opencl.lwjgl.LwjglImage
-
- readImage(int, boolean) - Method in class com.jme3.scene.plugins.gltf.GltfLoader
-
- readImageAsync(CommandQueue, ByteBuffer, long[], long[], long, long) - Method in class com.jme3.opencl.Image
-
Performs an async/non-blocking read of the image into the specified byte buffer.
- readImageAsync(CommandQueue, ByteBuffer, long[], long[], long, long) - Method in class com.jme3.opencl.lwjgl.LwjglImage
-
- readIndex(Buffer, int) - Static method in class com.jme3.bullet.control.ragdoll.RagdollUtils
-
Read an index from a buffer.
- readInputMapping(Statement) - Method in class com.jme3.material.plugins.ShaderNodeLoaderDelegate
-
Reads an input mapping.
- 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.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.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
-
- readMaterial(int) - Method in class com.jme3.scene.plugins.gltf.GltfLoader
-
- readMeshPrimitives(int) - Method in class com.jme3.scene.plugins.gltf.GltfLoader
-
- readNode(int) - Method in class com.jme3.scene.plugins.gltf.GltfLoader
-
- readNodeAsBone(int, int, int, Matrix4f) - Method in class com.jme3.scene.plugins.gltf.GltfLoader
-
- readNodes(List<Statement>) - Method in class com.jme3.material.plugins.ShaderNodeLoaderDelegate
-
Reads a list of ShaderNodes
- readNodesDefinitions(List<Statement>, ShaderNodeDefinitionKey) - Method in class com.jme3.material.plugins.ShaderNodeLoaderDelegate
-
Read the ShaderNodesDefinitions block and returns a list of
ShaderNodesDefinition This method is used by the j3sn loader
note that the order of the definitions in the list is not guaranteed.
- readNodesDefinitions(List<Statement>) - Method in class com.jme3.material.plugins.ShaderNodeLoaderDelegate
-
Read the ShaderNodesDefinitions block and internally stores a map of
ShaderNodesDefinition This method is used by the j3m loader.
- 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
-
- readOutputMapping(Statement) - Method in class com.jme3.material.plugins.ShaderNodeLoaderDelegate
-
Reads an output mapping.
- readPixels(int, int, byte[], ByteBuffer, DataInput) - Method in interface com.jme3.texture.plugins.ktx.PixelReader
-
- readPixels(int, int, byte[], ByteBuffer, DataInput) - Method in class com.jme3.texture.plugins.ktx.SrTdRiPixelReader
-
- readPixels(int, int, byte[], ByteBuffer, DataInput) - Method in class com.jme3.texture.plugins.ktx.SrTuRoPixelReader
-
- 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.
- readSampler(int, Texture2D) - Method in class com.jme3.scene.plugins.gltf.GltfLoader
-
- 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
-
- readScenes(JsonPrimitive, Node) - Method in class com.jme3.scene.plugins.gltf.GltfLoader
-
- readShaderNode(List<Statement>) - Method in class com.jme3.material.plugins.ShaderNodeLoaderDelegate
-
reads a list of ShaderNode{} blocks
- readShaderNodeDefinition(List<Statement>, ShaderNodeDefinitionKey) - Method in class com.jme3.material.plugins.ShaderNodeLoaderDelegate
-
effectively reads the ShaderNodesDefinitions block
- readShaderStatement(Statement) - Method in class com.jme3.material.plugins.ShaderNodeLoaderDelegate
-
Reads a Shader statement of the form TYPE LANG : SOURCE
- 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.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
-
- readSkins() - Method in class com.jme3.scene.plugins.gltf.GltfLoader
-
- 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
-
- 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
-
- readTexture(JsonObject) - Method in class com.jme3.scene.plugins.gltf.GltfLoader
-
- readTexture(JsonObject, boolean) - Method in class com.jme3.scene.plugins.gltf.GltfLoader
-
- readTransforms(JsonObject) - Method in class com.jme3.scene.plugins.gltf.GltfLoader
-
- 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
-
- readVariable(Statement) - Method in class com.jme3.material.plugins.ShaderNodeLoaderDelegate
-
reads a variable declaration statement <glslType> <varName>
- readVector2() - Method in class com.jme3.scene.plugins.OBJLoader
-
- readVector3() - Method in class com.jme3.scene.plugins.OBJLoader
-
- readVectorFromProp(Vector3f, FbxElement) - Static method in class com.jme3.scene.plugins.fbx.objects.FbxObject
-
- readVertexShaderNodes(List<Statement>) - Method in class com.jme3.material.plugins.ShaderNodeLoaderDelegate
-
reads the VertexShaderNodes{} block
- reason - Variable in class com.jme3.network.ClientStateListener.DisconnectInfo
-
- rebuild() - Method in class com.jme3.bullet.animation.DacLinks
-
Rebuild the ragdoll.
- reBuild() - Method in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
Rebuild the ragdoll.
- rebuild() - Method in class com.jme3.environment.EnvironmentCamera
-
Rebuild all environment cameras.
- rebuildRigidBody() - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
Builds/rebuilds the physics 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.
- RectangleMesh - Class in com.jme3.scene.shape
-
A static, indexed, Triangle-mode mesh that renders a rectangle or
parallelogram, with customizable normals and texture coordinates.
- RectangleMesh() - Constructor for class com.jme3.scene.shape.RectangleMesh
-
Instantiates a unit-square mesh in the X-Y plane, centered at (0.5, 0.5),
with normals in the +Z direction.
- RectangleMesh(Rectangle) - Constructor for class com.jme3.scene.shape.RectangleMesh
-
Instantiates a rectangle or parallelogram mesh based on the specified
Rectangle
.
- RectangleMesh(Vector3f, Vector3f, Vector3f) - Constructor for class com.jme3.scene.shape.RectangleMesh
-
Instantiates a rectangle or parallelogram mesh based on 3 specified
vertex positions.
- recursiveMethod(int) - Static method in class jme3test.app.TestTempVars
-
- 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).
- Redispatch() - Constructor for class com.jme3.network.base.DefaultClient.Redispatch
-
- Redispatch() - Constructor for class com.jme3.network.base.DefaultServer.Redispatch
-
- 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).
- refactor(int, PhysicsCollisionObject, PhysicsCollisionObject, ManifoldPoint) - Method in class com.jme3.bullet.collision.PhysicsCollisionEvent
-
used by event factory, called when event reused
- refDistance - Variable in class com.jme3.audio.AudioNode
-
- RefEnv - Class in jme3test.light.pbr
-
test
- RefEnv() - Constructor for class jme3test.light.pbr.RefEnv
-
- reflect(Vector3f, Vector3f) - Method in class com.jme3.math.Plane
-
Reflect the specified point in this plane.
- ReflectionAllocator - Class in com.jme3.util
-
This class contains the reflection based way to remove DirectByteBuffers in
java, allocation is done via ByteBuffer.allocateDirect
- ReflectionAllocator() - Constructor for class com.jme3.util.ReflectionAllocator
-
- 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
-
- RefractionProcessor() - Constructor for class com.jme3.water.SimpleWaterProcessor.RefractionProcessor
-
- refractionTexture - Variable in class com.jme3.water.SimpleWaterProcessor
-
- refractionView - Variable in class com.jme3.water.SimpleWaterProcessor
-
- refreshBackground() - Method in class com.jme3.app.BasicProfilerState
-
- refreshFlags - Variable in class com.jme3.scene.Spatial
-
Refresh flags.
- register() - Method in class com.jme3.network.message.SerializerRegistrationsMessage.Registration
-
- register() - Method in class com.jme3.opencl.AbstractOpenCLObject
-
- register() - Method in class com.jme3.opencl.Buffer
-
- register() - Method in class com.jme3.opencl.CommandQueue
-
- register() - Method in class com.jme3.opencl.Context
-
- register() - Method in class com.jme3.opencl.Event
-
- register() - Method in class com.jme3.opencl.Image
-
- register() - Method in class com.jme3.opencl.Kernel
-
- register() - Method in interface com.jme3.opencl.OpenCLObject
-
Registers this object for automatic releasing on garbage collection.
- register() - Method in class com.jme3.opencl.Program
-
- registerAll() - Method in class com.jme3.network.message.SerializerRegistrationsMessage
-
- registerAndCloneSmartAsset(AssetKey<T>, T, AssetProcessor, AssetCache) - Method in class com.jme3.asset.DesktopAssetManager
-
Clones the asset using the given processor and registers the clone
with the cache.
- registerAssetClone(AssetKey<T>, T) - Method in interface com.jme3.asset.cache.AssetCache
-
- 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
-
- registerBinding(Trigger, Spatial) - Method in class com.jme3.util.MaterialDebugAppState
-
Will reload the spatial's materials whenever the trigger is fired
- registerBinding(Trigger, Filter) - Method in class com.jme3.util.MaterialDebugAppState
-
Will reload the filter's materials whenever the trigger is fired.
- registerBinding(String, Filter) - Method in class com.jme3.util.MaterialDebugAppState
-
Will reload the filter's materials whenever the shader file is changed
on the hard drive
- registerBinding(String, Spatial) - Method in class com.jme3.util.MaterialDebugAppState
-
Will reload the spatial's materials whenever the shader file is changed
on the hard drive
- 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
-
Directly registers a class for a specific ID.
- registerClient(KernelAdapter, Endpoint, ClientRegistrationMessage) - Method in class com.jme3.network.base.DefaultServer
-
- registerExtensionLoader(String, ExtensionLoader) - Method in class com.jme3.scene.plugins.gltf.GltfModelKey
-
Registers an extension loader for the given extension name.
- registerHandler(short, RpcHandler) - Method in class com.jme3.network.service.rpc.RpcClientService
-
Register a handler that will be called when the server
performs a remove procedure call against this client.
- registerHandler(short, RpcHandler) - Method in class com.jme3.network.service.rpc.RpcConnection
-
Register a handler that can be called by the other end
of the connection using the specified object ID.
- registerInput() - Method in class jme3test.input.TestCameraNode
-
- registerInput() - Method in class jme3test.input.TestChaseCamera
-
- registerInput() - Method in class jme3test.input.TestChaseCameraAppState
-
- registerLoader(Class<? extends AssetLoader>, String...) - Method in interface com.jme3.asset.AssetManager
-
- registerLoader(Class<? extends AssetLoader>, String...) - Method in class com.jme3.asset.DesktopAssetManager
-
- registerLoader(String, String...) - Method in class com.jme3.asset.DesktopAssetManager
-
- 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
-
- registerMaterialAdapter(String, MaterialAdapter) - Method in class com.jme3.scene.plugins.gltf.GltfModelKey
-
Registers a MaterialAdapter for the given materialName.
- registerNativeLibrary(String, Platform, String, String) - Static method in class com.jme3.system.NativeLibraryLoader
-
Register a new known library.
- registerNativeLibrary(String, Platform, String) - Static method in class com.jme3.system.NativeLibraryLoader
-
Register a new known JNI library.
- registerObject(OpenCLObject) - Method in class com.jme3.opencl.OpenCLObjectManager
-
- registerObject(NativeObject) - Method in class com.jme3.util.NativeObjectManager
-
(Internal use only) Register a NativeObject
with the manager.
- registerPackage(String) - Static method in class com.jme3.network.serializing.Serializer
-
- registerProbe(LightProbe) - Method in class com.jme3.light.BasicProbeBlendingStrategy
-
- registerProbe(LightProbe) - Method in interface com.jme3.light.LightProbeBlendingStrategy
-
Registers a probe with this strategy
- registerProbe(LightProbe) - Method in class com.jme3.light.WeightedProbeBlendingStrategy
-
- registerWithInput() - Method in class com.jme3.app.ChaseCameraAppState
-
Registers inputs with the input manager
- registerWithInput(InputManager) - Method in class com.jme3.input.ChaseCamera
-
Registers inputs with the input manager
- registerWithInput(InputManager) - Method in class com.jme3.input.FlyByCamera
-
Register this controller to receive input events from the specified input
manager.
- Registration() - Constructor for class com.jme3.network.message.SerializerRegistrationsMessage.Registration
-
- Registration(SerializerRegistration) - Constructor for class com.jme3.network.message.SerializerRegistrationsMessage.Registration
-
- RegularObject(int) - Constructor for class jme3test.app.TestCloner.RegularObject
-
- RegularSubclass(int, String) - Constructor for class jme3test.app.TestCloner.RegularSubclass
-
- 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
-
- reinitContext() - Method in class com.jme3.system.lwjgl.LwjglContext
-
Reinitializes the relevant details of the context.
- reInitFilter() - Method in class com.jme3.post.filters.BloomFilter
-
- relativeFilePath - Variable in class com.jme3.scene.plugins.fbx.material.FbxImage
-
- relaxationFactor - Variable in class com.jme3.bullet.joints.HingeJoint
-
- release() - Method in class com.jme3.opencl.AbstractOpenCLObject
-
- release() - Method in interface com.jme3.opencl.OpenCLObject.ObjectReleaser
-
Releases the native resources of the associated
OpenCLObject
.
- release() - Method in interface com.jme3.opencl.OpenCLObject
-
Releases this native object.
- release() - Method in class com.jme3.util.TempVars
-
Releases this instance of TempVars.
- releaseBufferForSharingAsync(CommandQueue) - Method in class com.jme3.opencl.Buffer
-
Releases a shared buffer object.
- releaseBufferForSharingAsync(CommandQueue) - Method in class com.jme3.opencl.lwjgl.LwjglBuffer
-
- releaseBufferForSharingNoEvent(CommandQueue) - Method in class com.jme3.opencl.Buffer
-
Releases a shared buffer object.
- releaseBufferForSharingNoEvent(CommandQueue) - Method in class com.jme3.opencl.lwjgl.LwjglBuffer
-
- releaseImageForSharingAsync(CommandQueue) - Method in class com.jme3.opencl.Image
-
Releases a shared image object.
- releaseImageForSharingAsync(CommandQueue) - Method in class com.jme3.opencl.lwjgl.LwjglImage
-
- releaseImageForSharingNoEvent(CommandQueue) - Method in class com.jme3.opencl.Image
-
Releases a shared image object.
- releaseImageForSharingNoEvent(CommandQueue) - Method in class com.jme3.opencl.lwjgl.LwjglImage
-
- ReleaseMirrorTextureD3D11 - Variable in class com.jme3.system.jopenvr.VR_IVRCompositor_FnTable
-
C type : ReleaseMirrorTextureD3D11_callback*
- ReleaseNativeOverlayHandle - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : ReleaseNativeOverlayHandle_callback*
- releaser - Variable in class com.jme3.opencl.AbstractOpenCLObject
-
- ReleaseSharedGLTexture - Variable in class com.jme3.system.jopenvr.VR_IVRCompositor_FnTable
-
C type : ReleaseSharedGLTexture_callback*
- ReleaseVideoStreamingService - Variable in class com.jme3.system.jopenvr.VR_IVRTrackedCamera_FnTable
-
C type : ReleaseVideoStreamingService_callback*
- ReleaseVideoStreamTextureGL - Variable in class com.jme3.system.jopenvr.VR_IVRTrackedCamera_FnTable
-
C type : ReleaseVideoStreamTextureGL_callback*
- ReloadFromDisk - Variable in class com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable
-
C type : ReloadFromDisk_callback*
- ReloadInfo - Variable in class com.jme3.system.jopenvr.VR_IVRChaperone_FnTable
-
C type : ReloadInfo_callback*
- reloadJoysticks() - Method in class com.jme3.input.lwjgl.GlfwJoystickInput
-
- reloadLogicalOggStream() - Method in class com.jme3.audio.plugins.CachedOggStream
-
- reloadMaterial(Material) - Method in class com.jme3.util.MaterialDebugAppState
-
- reloadScene(Geometry, Geometry, Node) - Method in class jme3test.light.TestManyLightsSingle
-
- remaining() - Method in class com.jme3.scene.mesh.IndexBuffer
-
- remaining() - Method in class com.jme3.scene.mesh.VirtualIndexBuffer
-
- remapAxis(String, String) - Static method in class com.jme3.input.JoystickCompatibilityMappings
-
Takes the original name of an axis, specifically, and returns the new name it will function under.
- remapAxisRange(JoystickAxis, float) - Static method in class com.jme3.input.JoystickCompatibilityMappings
-
This method will take a "raw" axis value from the system and rescale it based on what the remapper has specified.
- remapButton(String, String) - Static method in class com.jme3.input.JoystickCompatibilityMappings
-
Takes the original name of a button, specifically, and returns the new name it will function under.
- remapComponent(String, String) - Static method in class com.jme3.input.JoystickCompatibilityMappings
-
Returns the remapped version of the axis/button name if there
is a mapping for it otherwise it returns the original name.
- 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
-
- RemoteObjectHandler - Class in com.jme3.network.service.rmi
-
Used internally to remotely invoke methods on RMI shared objects.
- RemoteObjectHandler(RmiRegistry, byte, short, ClassInfo) - Constructor for class com.jme3.network.service.rmi.RemoteObjectHandler
-
- remove(ArmatureMask) - Method in class com.jme3.anim.ArmatureMask
-
Remove all joints affected by the specified ArmatureMask.
- 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(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
-
- removeAction(String) - Method in class com.jme3.anim.AnimComposer
-
Remove specified action.
- 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
- removeAllIKTargets() - Method in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
Remove all inverse-kinematics targets.
- removeAncestors(Joint) - Method in class com.jme3.anim.ArmatureMask
-
Remove the specified Joint and all its ancestors.
- removeAnim(Animation) - Method in class com.jme3.animation.AnimControl
-
Deprecated.
Remove an animation so that it is no longer available for playing.
- removeAnimClip(AnimClip) - Method in class com.jme3.anim.AnimComposer
-
Remove an animation so that it is no longer available for playing.
- RemoveApplicationManifest - Variable in class com.jme3.system.jopenvr.VR_IVRApplications_FnTable
-
C type : RemoveApplicationManifest_callback*
- removeAssetEventListener(AssetEventListener) - Method in interface com.jme3.asset.AssetManager
-
- removeAssetEventListener(AssetEventListener) - Method in class com.jme3.asset.DesktopAssetManager
-
- removeBufferBlock(String) - Method in class com.jme3.shader.Shader
-
Removes a buffer block by the name.
- removeChildShape(CollisionShape) - Method in class com.jme3.bullet.collision.shapes.CompoundCollisionShape
-
removes a child shape
- removeCinematicEvent(CinematicEvent) - Method in class com.jme3.cinematic.Cinematic
-
removes the first occurrence found of the given cinematicEvent.
- removeCinematicEvent(float, CinematicEvent) - Method in class com.jme3.cinematic.Cinematic
-
removes the first occurrence found of the given cinematicEvent for the
given time stamp.
- removeCinematicEvent(KeyFrame, CinematicEvent) - Method in class com.jme3.cinematic.Cinematic
-
removes the first occurrence found of the given cinematicEvent for the
given keyFrame
- 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
-
- removeConnecting(Endpoint) - Method in class com.jme3.network.base.DefaultServer
-
- removeConnection(HostedConnection) - Method in class com.jme3.network.service.HostedServiceManager
-
Called internally when a connection has been removed so that the
services can be notified.
- 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
- removeCurrentAction() - Method in class com.jme3.anim.AnimComposer
-
Remove current action on default layer.
- removeCurrentAction(String) - Method in class com.jme3.anim.AnimComposer
-
Remove current action on specified layer.
- 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, Object) - Method in class com.jme3.cinematic.Cinematic
-
Used internally remove an eventData
- removeFilter(Filter) - Method in class com.jme3.post.FilterPostProcessor
-
removes this filters from the filters list
- removeForcedMatParam(MatParamOverride) - Method in class com.jme3.renderer.RenderManager
-
Removes a forced material parameter previously added.
- removeFromParent() - Method in class com.jme3.scene.Geometry
-
- removeFromParent() - Method in class com.jme3.scene.Spatial
-
removeFromParent
removes this Spatial from its parent.
- removeHandler(short, RpcHandler) - Method in class com.jme3.network.service.rpc.RpcClientService
-
Removes a previously registered handler for the specified
object ID.
- removeHandler(short, RpcHandler) - Method in class com.jme3.network.service.rpc.RpcConnection
-
Removes a previously registered handler for the specified
object ID.
- removeIKTarget(Bone) - Method in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
Remove the inverse-kinematics target for the specified bone.
- removeImageFromAtlas(BatchRenderBackend.Image, int, int, int, int, int) - Method in class com.jme3.niftygui.JmeBatchRenderBackend
-
- removeJoint(PhysicsJoint) - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
- removeJoints(Armature, String...) - Method in class com.jme3.anim.ArmatureMask
-
Remove the named joints.
- removeJoystickConnectionListener(JoystickConnectionListener) - Method in class com.jme3.input.InputManager
-
Remove an existing listener.
- removeKeyFrame(int) - Method in class com.jme3.cinematic.TimeLine
-
- removeKeyFrame(float) - Method in class com.jme3.cinematic.TimeLine
-
- RemoveKeyInSection - Variable in class com.jme3.system.jopenvr.VR_IVRSettings_FnTable
-
C type : RemoveKeyInSection_callback*
- removeLayer(String) - Method in class com.jme3.anim.AnimComposer
-
Remove specified layer.
- 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
-
Deprecated.
Removes the given listener from listening to events.
- removeListener(CinematicEventListener) - Method in class com.jme3.cinematic.events.AbstractCinematicEvent
-
Removes 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
-
- removeListeners(GLSurfaceView) - Method in class com.jme3.input.android.AndroidInputHandler
-
- removeListeners(GLSurfaceView) - Method in class com.jme3.input.android.AndroidInputHandler14
-
- 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.
- removeMatParamOverride(MatParamOverride) - Method in class com.jme3.scene.Spatial
-
Remove a local material parameter override if it exists.
- 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.
- removeMorphTarget(MorphTarget) - Method in class com.jme3.scene.Mesh
-
Remove the given MorphTarget from the Mesh
- removeMorphTarget(int) - Method in class com.jme3.scene.Mesh
-
Remove the MorphTarget from the Mesh at the given index
- RemoveNotification - Variable in class com.jme3.system.jopenvr.VR_IVRNotifications_FnTable
-
C type : RemoveNotification_callback*
- 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.
- removePhysics(PhysicsSpace) - Method in class com.jme3.bullet.animation.DacLinks
-
Remove all managed physics objects from the PhysicsSpace.
- removePhysics(PhysicsSpace) - Method in class com.jme3.bullet.animation.DynamicAnimControl
-
Remove all managed physics objects from the PhysicsSpace.
- removePhysics(PhysicsSpace) - Method in class com.jme3.bullet.control.AbstractPhysicsControl
-
Remove all managed physics objects from the specified space.
- removePhysics(PhysicsSpace) - Method in class com.jme3.bullet.control.BetterCharacterControl
-
Remove all managed physics objects from the specified space.
- removePhysics(PhysicsSpace) - Method in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
- 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(String) - Method in class com.jme3.renderer.RenderManager
-
Removes the pre ViewPort with the specified name.
- removePreView(ViewPort) - Method in class com.jme3.renderer.RenderManager
-
Removes the specified pre ViewPort.
- removeProcessor(SceneProcessor) - Method in class com.jme3.renderer.ViewPort
-
- removeQuad(TerrainQuad) - Method in class com.jme3.terrain.geomipmap.TerrainGrid
-
- removeRawInputListener(RawInputListener) - Method in class com.jme3.input.InputManager
-
- removeRemoteObject(short) - Method in class com.jme3.network.service.rmi.RmiRegistry
-
- RemoveSection - Variable in class com.jme3.system.jopenvr.VR_IVRSettings_FnTable
-
C type : RemoveSection_callback*
- removeService(ClientService) - Method in class com.jme3.network.service.ClientServiceManager
-
Removes the specified ClientService from this service manager, stopping
and terminating it as required.
- removeService(HostedService) - Method in class com.jme3.network.service.HostedServiceManager
-
Removes the specified HostedService from this service manager, stopping
and terminating it as required.
- removeService(S) - Method in class com.jme3.network.service.ServiceManager
-
Removes the specified service from this service manager, stopping
and terminating it as required.
- removeSpatialData(Spatial) - Method in class com.jme3.bullet.animation.DacLinks
-
Remove spatial-dependent data.
- removeSpatialData(Spatial) - Method in class com.jme3.bullet.control.AbstractPhysicsControl
-
Destroy spatial-dependent data.
- removeSpatialData(Spatial) - Method in class com.jme3.bullet.control.BetterCharacterControl
-
Destroy spatial-dependent data.
- removeSpatialData(Spatial) - Method in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
Destroy spatial-dependent data.
- removeSplashScreen() - Method in class com.jme3.app.AndroidHarness
-
- removeSplashScreen() - Method in class com.jme3.app.AndroidHarnessFragment
-
- 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
-
- removeTrack(Track) - Method in class com.jme3.animation.Animation
-
Deprecated.
removes a track from this animation
- 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) - Method in class com.jme3.app.state.BaseAppState
-
- render(RenderManager, ViewPort) - Method in class com.jme3.app.StatsView
-
- render(RenderManager) - Method in class com.jme3.app.VRAppState
-
- render(RenderManager) - Method in class com.jme3.audio.AudioListenerState
-
- render(RenderManager, ViewPort) - Method in class com.jme3.bullet.animation.DacConfiguration
-
Render this control.
- render(RenderManager) - Method in class com.jme3.bullet.BulletAppState
-
Render this state.
- render(RenderManager, ViewPort) - Method in class com.jme3.bullet.control.AbstractPhysicsControl
-
- render(RenderManager, ViewPort) - Method in class com.jme3.bullet.control.BetterCharacterControl
-
Render this control.
- render(RenderManager, ViewPort) - Method in class com.jme3.bullet.control.CharacterControl
-
- render(RenderManager, ViewPort) - Method in class com.jme3.bullet.control.GhostControl
-
Render this control.
- render(RenderManager, ViewPort) - Method in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
Render this control.
- render(RenderManager, ViewPort) - Method in class com.jme3.bullet.control.RigidBodyControl
-
Render this control.
- render(RenderManager, ViewPort) - Method in class com.jme3.bullet.control.VehicleControl
-
Render this control.
- render(RenderManager) - Method in class com.jme3.bullet.debug.BulletDebugAppState
-
Render this state.
- render(RenderManager) - Method in class com.jme3.cinematic.Cinematic
-
called internally
- render(RenderManager, ViewPort) - Method in class com.jme3.cinematic.events.MotionEvent
-
- render(RenderManager, ViewPort) - Method in class com.jme3.effect.ParticleEmitter.ParticleEmitterControl
-
- render(RenderManager) - Method in class com.jme3.environment.EnvironmentCamera
-
- render(RenderManager) - Method in class com.jme3.environment.util.LightsDebugState
-
- render(RenderManager, ColorRGBA) - 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() - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVRViewManager
-
updatePose can be called here because appstates are always called before the main renderer.
- render() - Method in class com.jme3.input.vr.oculus.OculusViewManager
-
- render() - Method in class com.jme3.input.vr.openvr.OpenVRViewManager
-
- render() - Method in class com.jme3.input.vr.osvr.OSVRViewManager
-
- render() - Method in interface com.jme3.input.vr.VRViewManager
-
This method contains action to be done during the rendering phase.
- render(RenderManager, Shader, Geometry, LightList, int) - Method in class com.jme3.material.logic.DefaultTechniqueDefLogic
-
- render(RenderManager, Shader, Geometry, LightList, int) - Method in class com.jme3.material.logic.MultiPassLightingLogic
-
- render(RenderManager, Shader, Geometry, LightList, int) - Method in class com.jme3.material.logic.SinglePassAndImageBasedLightingLogic
-
- render(RenderManager, Shader, Geometry, LightList, int) - Method in class com.jme3.material.logic.SinglePassLightingLogic
-
- render(RenderManager, Shader, Geometry, LightList, int) - Method in class com.jme3.material.logic.StaticPassLightingLogic
-
- render(RenderManager, Shader, Geometry, LightList, int) - Method in interface com.jme3.material.logic.TechniqueDefLogic
-
Requests that the TechniqueDefLogic
renders the given geometry.
- render(Geometry, LightList, RenderManager) - Method in class com.jme3.material.Material
-
Called by
RenderManager
to render the geometry by
using this material.
- render(Geometry, RenderManager) - Method in class com.jme3.material.Material
-
Called by
RenderManager
to render the geometry by
using this material.
- render() - Method in class com.jme3.niftygui.JmeBatchRenderBackend
-
- 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.
- render(RenderManager) - Method in class jme3test.app.TestAppStateLifeCycle.TestState
-
- render(RenderManager, ViewPort) - Method in class jme3test.bullet.PhysicsHoverControl
-
- renderable - Variable in class com.jme3.system.android.OGLESContext
-
- renderable - Variable in class com.jme3.system.ios.IGLESContext
-
- renderable - Variable in class com.jme3.system.lwjgl.LwjglContext
-
- renderable - Variable in class com.jme3.system.lwjgl.LwjglContextVR
-
- renderBackFacesShadows - Variable in class com.jme3.shadow.AbstractShadowRenderer
-
- renderBackFacesShadows - Variable in class com.jme3.shadow.AbstractShadowRendererVR
-
- RenderBuffer() - Constructor for class com.jme3.texture.FrameBuffer.RenderBuffer
-
- RenderContext - Class in com.jme3.renderer
-
Represents the current state of the graphics library.
- RenderContext() - Constructor for class com.jme3.renderer.RenderContext
-
Instantiates a context with appropriate default values.
- 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.LegacyApplication
-
- renderer - Variable in class com.jme3.niftygui.NiftyJmeDisplay
-
- Renderer - Interface in com.jme3.renderer
-
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.ios.IGLESContext
-
- renderer - Variable in class com.jme3.system.lwjgl.LwjglContext
-
- renderer - Variable in class com.jme3.system.lwjgl.LwjglContextVR
-
- renderer - Variable in class com.jme3.system.NullContext
-
- RendererException - Exception in com.jme3.renderer
-
Raised when a renderer encounters
a fatal rendering error.
- RendererException(String) - Constructor for exception com.jme3.renderer.RendererException
-
Creates a new instance of RendererException
.
- RendererUtil - Class in com.jme3.renderer.android
-
Utility class used by the OGLESShaderRenderer and sister
classes.
- 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.LegacyApplication
-
- renderManager - Variable in class com.jme3.niftygui.NiftyJmeDisplay
-
- RenderManager - Class in com.jme3.renderer
-
A high-level rendering interface that is
above the Renderer implementation.
- RenderManager(Renderer) - Constructor for class com.jme3.renderer.RenderManager
-
Creates a high-level rendering interface over the
low-level rendering interface.
- renderManager - Variable in class com.jme3.shadow.AbstractShadowRenderer
-
- renderManager - Variable in class com.jme3.shadow.AbstractShadowRendererVR
-
- renderManager - Variable in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
- renderMesh(Mesh, int, int, VertexBuffer[]) - Method in class com.jme3.renderer.opengl.GLRenderer
-
- renderMesh(Mesh, int, int, VertexBuffer[]) - Method in interface com.jme3.renderer.Renderer
-
Renders count
meshes, with the geometry data supplied and
per-instance data supplied.
- renderMesh(Mesh, int, int, VertexBuffer[]) - Method in class com.jme3.system.NullRenderer
-
- renderMeshFromGeometry(Renderer, Geometry) - Static method in class com.jme3.material.logic.DefaultTechniqueDefLogic
-
- RenderModel_ComponentState_t - Class in com.jme3.system.jopenvr
-
- RenderModel_ComponentState_t() - Constructor for class com.jme3.system.jopenvr.RenderModel_ComponentState_t
-
- RenderModel_ComponentState_t(HmdMatrix34_t, HmdMatrix34_t, int) - Constructor for class com.jme3.system.jopenvr.RenderModel_ComponentState_t
-
- RenderModel_ComponentState_t(Pointer) - Constructor for class com.jme3.system.jopenvr.RenderModel_ComponentState_t
-
- RenderModel_ComponentState_t.ByReference - Class in com.jme3.system.jopenvr
-
- RenderModel_ComponentState_t.ByValue - Class in com.jme3.system.jopenvr
-
- RenderModel_ControllerMode_State_t - Class in com.jme3.system.jopenvr
-
- RenderModel_ControllerMode_State_t() - Constructor for class com.jme3.system.jopenvr.RenderModel_ControllerMode_State_t
-
- RenderModel_ControllerMode_State_t(byte) - Constructor for class com.jme3.system.jopenvr.RenderModel_ControllerMode_State_t
-
- RenderModel_ControllerMode_State_t(Pointer) - Constructor for class com.jme3.system.jopenvr.RenderModel_ControllerMode_State_t
-
- RenderModel_ControllerMode_State_t.ByReference - Class in com.jme3.system.jopenvr
-
- RenderModel_ControllerMode_State_t.ByValue - Class in com.jme3.system.jopenvr
-
- RenderModel_t - Class in com.jme3.system.jopenvr
-
- RenderModel_t() - Constructor for class com.jme3.system.jopenvr.RenderModel_t
-
- RenderModel_t(RenderModel_Vertex_t.ByReference, int, ShortByReference, int, int) - Constructor for class com.jme3.system.jopenvr.RenderModel_t
-
- RenderModel_t(Pointer) - Constructor for class com.jme3.system.jopenvr.RenderModel_t
-
- RenderModel_t.ByReference - Class in com.jme3.system.jopenvr
-
- RenderModel_t.ByValue - Class in com.jme3.system.jopenvr
-
- RenderModel_TextureMap_t - Class in com.jme3.system.jopenvr
-
- RenderModel_TextureMap_t() - Constructor for class com.jme3.system.jopenvr.RenderModel_TextureMap_t
-
- RenderModel_TextureMap_t(short, short, Pointer) - Constructor for class com.jme3.system.jopenvr.RenderModel_TextureMap_t
-
- RenderModel_TextureMap_t(Pointer) - Constructor for class com.jme3.system.jopenvr.RenderModel_TextureMap_t
-
- RenderModel_TextureMap_t.ByReference - Class in com.jme3.system.jopenvr
-
- RenderModel_TextureMap_t.ByValue - Class in com.jme3.system.jopenvr
-
- RenderModel_Vertex_t - Class in com.jme3.system.jopenvr
-
- RenderModel_Vertex_t() - Constructor for class com.jme3.system.jopenvr.RenderModel_Vertex_t
-
- RenderModel_Vertex_t(HmdVector3_t, HmdVector3_t, float[]) - Constructor for class com.jme3.system.jopenvr.RenderModel_Vertex_t
-
- RenderModel_Vertex_t(Pointer) - Constructor for class com.jme3.system.jopenvr.RenderModel_Vertex_t
-
- RenderModel_Vertex_t.ByReference - Class in com.jme3.system.jopenvr
-
- RenderModel_Vertex_t.ByValue - Class in com.jme3.system.jopenvr
-
- RenderModelHasComponent - Variable in class com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable
-
C type : RenderModelHasComponent_callback*
- 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
-
- 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.
- renderShadowMap(int) - Method in class com.jme3.shadow.AbstractShadowRenderer
-
- renderShadowMap(int) - Method in class com.jme3.shadow.AbstractShadowRendererVR
-
- renderShadowQueue(GeometryList, 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.BlendEquation - Enum in com.jme3.material
-
BlendEquation
specifies the blending equation to combine
pixels.
- RenderState.BlendEquationAlpha - Enum in com.jme3.material
-
BlendEquationAlpha
specifies the blending equation to
combine pixels for the alpha component.
- RenderState.BlendFunc - Enum in com.jme3.material
-
BlendFunc
defines the blending functions for use with
BlendMode.Custom
.
- 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
-
- RenderState.TestFunction - Enum in com.jme3.material
-
TestFunction
specifies the testing function for stencil test
function.
- renderTranslucentQueue(ViewPort) - Method in class com.jme3.renderer.RenderManager
-
- renderViewPort(ViewPort, float) - Method in class com.jme3.renderer.RenderManager
-
- renderViewPortQueues(ViewPort, boolean) - Method in class com.jme3.renderer.RenderManager
-
Renders 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
-
- repeatCount - Variable in class com.jme3.system.jopenvr.VREvent_Scroll_t
-
- replace(String, ShaderNodeVariable, String) - Method in class com.jme3.shader.Glsl100ShaderGenerator
-
replaced a variable name in a source code with the given name
- replaceVariableName(String, ShaderNodeVariable) - Method in class com.jme3.shader.Glsl100ShaderGenerator
-
replaces a variable name in a shaderNode source code by prefixing it
with its nameSpace and "_" if needed.
- reportError(Endpoint, Object, Exception) - Method in class com.jme3.network.base.KernelAdapter
-
- reportError(Exception) - Method in class com.jme3.network.kernel.AbstractKernel
-
- reportError(int, String) - Static method in class com.jme3.opencl.lwjgl.Utils
-
- requestClose(boolean) - Method in class com.jme3.app.AndroidHarness
-
- requestClose(boolean) - Method in class com.jme3.app.AndroidHarnessFragment
-
- requestClose(boolean) - Method in class com.jme3.app.jmeSurfaceView.JmeSurfaceView
-
- requestClose(boolean) - Method in class com.jme3.app.LegacyApplication
-
Internal use only.
- requestClose(boolean) - Method in class com.jme3.app.VRApplication
-
Deprecated.
Request the application to close.
- requestClose(boolean) - Method in interface com.jme3.system.SystemListener
-
Called when the user requests to close the application.
- requestClose(boolean) - Method in class jme3test.games.CubeField
-
- 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
-
- RequestScreenshot - Variable in class com.jme3.system.jopenvr.VR_IVRScreenshots_FnTable
-
C type : RequestScreenshot_callback*
- requiresDepthAsTexture() - Method in class com.jme3.post.Filter.Pass
-
- requiresSceneAsTexture() - Method in class com.jme3.post.Filter.Pass
-
- reserved - Variable in class com.jme3.system.jopenvr.VREvent_Data_t
-
C type : VREvent_Reserved_t
- reserved0 - Variable in class com.jme3.system.jopenvr.VREvent_Reserved_t
-
- reserved1 - Variable in class com.jme3.system.jopenvr.VREvent_Reserved_t
-
- reserved2 - Variable in class com.jme3.system.jopenvr.VREvent_Reserved_t
-
- reserved3 - Variable in class com.jme3.system.jopenvr.VREvent_Reserved_t
-
- reset() - Method in class com.jme3.anim.AnimComposer
-
Reset all layers to t=0 with no current action.
- reset() - Method in class com.jme3.anim.tween.action.ClipAction
-
- reset(boolean) - Method in class com.jme3.animation.AnimChannel
-
Deprecated.
- reset() - Method in class com.jme3.animation.Skeleton
-
Deprecated.
Reset the skeleton to bind pose.
- reset() - Method in class com.jme3.app.state.VideoRecorderAppState.IsoTimer
-
- reset() - Method in class com.jme3.environment.generation.RunnableWithProgress
-
resets the progression of the process.
- reset() - Method in class com.jme3.input.InputManager
-
Do not use.
- reset() - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVR
-
- reset() - Method in class com.jme3.input.vr.oculus.OculusVR
-
- reset() - Method in class com.jme3.input.vr.openvr.OpenVR
-
- reset() - Method in class com.jme3.input.vr.osvr.OSVR
-
- reset() - Method in interface com.jme3.input.vr.VRAPI
-
Reset the VR system.
- reset() - Method in class com.jme3.lwjgl3.utils.APIBuffer
-
Resets the parameter offset to 0.
- reset() - Method in class com.jme3.niftygui.InputSystemJme
-
Reset internal state of the input system.
- reset() - Method in class com.jme3.renderer.IDList
-
Resets all states to zero.
- reset() - Method in class com.jme3.renderer.RenderContext
-
Resets the RenderContext to default GL state.
- reset() - Method in class com.jme3.scene.plugins.MTLLoader
-
- reset() - Method in class com.jme3.scene.plugins.OBJLoader
-
- reset() - Method in class com.jme3.scene.plugins.ogre.SceneMeshLoader
-
- reset() - Method in class com.jme3.shader.ShaderBufferBlock
-
Reset this storage block.
- reset() - Method in class com.jme3.shader.Uniform
-
- 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.
- reset() - Method in class com.jme3.texture.image.LastTextureState
-
- reset() - Method in class jme3test.model.anim.EraseTimer
-
- RESET_VIEW - Static variable in class jme3test.gui.TestBitmapFontLayout
-
- RESET_ZOOM - Static variable in class jme3test.gui.TestBitmapFontLayout
-
- resetAndUpdate() - Method in class com.jme3.animation.Skeleton
-
Deprecated.
Reset the skeleton to bind pose and updates the bones
- resetCache(boolean) - Static method in class com.jme3.post.PreNormalCaching
-
Reset the cache
- resetCachedNeighbours() - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
Reset the cached references of neighbours.
- resetContext() - Method in class com.jme3.input.lwjgl.GlfwKeyInput
-
Re-initializes the key input context window specific callbacks
- resetContext() - Method in class com.jme3.input.lwjgl.GlfwMouseInput
-
Re-initializes the mouse input context window specific callbacks
- resetForward(Vector3f) - Method in class com.jme3.bullet.control.BetterCharacterControl
-
Realign the local forward vector to given direction vector, if null is
supplied Vector3f.UNIT_Z is used.
- resetGLObjects() - Method in class com.jme3.renderer.opengl.GLRenderer
-
- resetGLObjects() - Method in interface com.jme3.renderer.Renderer
-
- resetGLObjects() - Method in class com.jme3.system.NullRenderer
-
- resetInputSinceLastCall() - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVRInput
-
- resetInputSinceLastCall() - Method in class com.jme3.input.vr.oculus.OculusVRInput
-
- resetInputSinceLastCall() - Method in class com.jme3.input.vr.openvr.OpenVRInput
-
- resetInputSinceLastCall() - Method in class com.jme3.input.vr.osvr.OSVRInput
-
- resetInputSinceLastCall() - Method in interface com.jme3.input.vr.VRInputAPI
-
Reset the current activation of the inputs.
- 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.BufferObject
-
- 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
-
- resetSeatedPose() - Method in class com.jme3.app.VRApplication
-
Deprecated.
Reset headset pose if seating experience.
- resetSeatedPose() - Method in class com.jme3.app.VREnvironment
-
Reset headset pose if seating experience.
- ResetSeatedZeroPose - Variable in class com.jme3.system.jopenvr.VR_IVRSystem_FnTable
-
C type : ResetSeatedZeroPose_callback*
- resetStats() - Method in class com.jme3.renderer.android.AndroidGL
-
- resetStats() - Method in class com.jme3.renderer.ios.IosGL
-
- resetStats() - Method in class com.jme3.renderer.lwjgl.LwjglGL
-
- resetStats() - Method in interface com.jme3.renderer.opengl.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.opengl.GLRenderer
-
- resetUniformsNotSetByCurrent() - Method in class com.jme3.shader.Shader
-
Resets all uniforms that do not have the "set-by-current-material" flag
to their default value (usually all zeroes or false).
- resetView() - Method in class jme3test.gui.TestBitmapFontLayout
-
- resetZoom() - Method in class jme3test.gui.TestBitmapFontLayout
-
- reshape(int, int) - Method in class com.jme3.app.AndroidHarness
-
- reshape(int, int) - Method in class com.jme3.app.AndroidHarnessFragment
-
- reshape(int, int) - Method in class com.jme3.app.jmeSurfaceView.JmeSurfaceView
-
- reshape(int, int) - Method in class com.jme3.app.LegacyApplication
-
Internal use only.
- reshape(ViewPort, int, int) - Method in class com.jme3.app.state.ScreenshotAppState
-
- reshape(int, int) - Method in class com.jme3.app.VRApplication
-
Deprecated.
Reshape the display window.
- 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
-
Deprecated.
- 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.AbstractShadowRenderer
-
- reshape(ViewPort, int, int) - Method in class com.jme3.shadow.AbstractShadowRendererVR
-
- reshape(ViewPort, int, int) - Method in class com.jme3.shadow.BasicShadowRenderer
-
Deprecated.
- reshape(ViewPort, int, int) - Method in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
- reshape(ViewPort, int, int) - Method in class com.jme3.system.awt.AwtPanel
-
- reshape(ViewPort, int, int) - Method in class com.jme3.system.AWTFrameProcessor
-
- reshape() - Method in class com.jme3.system.AWTFrameProcessor
-
- 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
-
- reshape(int, int) - Method in class jme3test.app.TestResizableApp
-
- reshape(ViewPort, int, int) - Method in class jme3test.post.TestMultiRenderTarget
-
- reshape(ViewPort, int, int) - Method in class jme3test.post.TestRenderToMemory
-
- reshapeCurrentViewPort(int, int) - Method in class com.jme3.system.AWTFrameProcessor
-
Reshape the current view port.
- reshapeInThread(int, int, boolean) - Method in class com.jme3.system.AWTFrameProcessor
-
Reshape the current frame transfer for the new size.
- resize(int, int, boolean) - Method in class com.jme3.renderer.Camera
-
Resizes this camera's view for the specified display size.
- resizeToPowerOf2(Image) - Static method in class com.jme3.util.MipMapGenerator
-
- resizeToPowerOf2(Image) - Static method in class jme3tools.converters.MipMapGenerator
-
- resourceLocation - Variable in class com.jme3.niftygui.NiftyJmeDisplay
-
- ResourceLocationJme() - Constructor for class com.jme3.niftygui.NiftyJmeDisplay.ResourceLocationJme
-
- restart() - Method in interface com.jme3.app.Application
-
Restarts the context, applying any changed settings.
- restart() - Method in class com.jme3.app.LegacyApplication
-
Restarts the context, applying any changed settings.
- restart() - Method in class com.jme3.app.VRApplication
-
Deprecated.
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 class com.jme3.system.AWTContext
-
- restart() - Method in class com.jme3.system.ios.IGLESContext
-
- 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 it's 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.lwjgl.LwjglWindow
-
Restart if it's a windowed or full-screen display.
- restart() - Method in class com.jme3.system.lwjgl.LwjglWindowVR
-
Restart if it's a windowed or full-screen display.
- restart() - Method in class com.jme3.system.NullContext
-
- restartContext() - Method in class jme3test.niftygui.TestIssue1013
-
- restLength - Variable in class com.jme3.bullet.objects.VehicleWheel
-
- resumeAll() - Method in interface com.jme3.audio.AudioRenderer
-
- resumeAll() - Method in class com.jme3.audio.openal.ALAudioRenderer
-
- resumeJoysticks() - Method in class com.jme3.input.android.AndroidJoyInput
-
Resumes the joystick device listeners.
- resumeJoysticks() - Method in class com.jme3.input.android.AndroidJoyInput14
-
Resumes the joystick device listeners.
- resumeJoysticks() - Method in class com.jme3.input.android.AndroidJoystickJoyInput14
-
- resumeSensors() - Method in class com.jme3.input.android.AndroidSensorJoyInput
-
Resumes the sensors.
- 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
-
- reverseVertexMap - Variable in class com.jme3.scene.plugins.fbx.objects.FbxMesh
-
- RevertWorkingCopy - Variable in class com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable
-
C type : RevertWorkingCopy_callback*
- revision - Variable in class com.jme3.lwjgl3.utils.APIUtil.APIVersion
-
Returns the API revision.
- rewind() - Method in class com.jme3.scene.mesh.IndexBuffer
-
- rewind() - Method in class com.jme3.scene.mesh.VirtualIndexBuffer
-
- RF_BOUND - Static variable in class com.jme3.scene.Spatial
-
Refresh flag types
- RF_CHILD_LIGHTLIST - 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_MATPARAM_OVERRIDE - Static variable in class com.jme3.scene.Spatial
-
Refresh flag types
- RF_TRANSFORM - Static variable in class com.jme3.scene.Spatial
-
Refresh flag types
- rfBlue - Variable in class com.jme3.system.jopenvr.DistortionCoordinates_t
-
float[2]
C type : float[2]
- rfGreen - Variable in class com.jme3.system.jopenvr.DistortionCoordinates_t
-
float[2]
C type : float[2]
- rfRed - Variable in class com.jme3.system.jopenvr.DistortionCoordinates_t
-
float[2]
C type : float[2]
- rfTextureCoord - Variable in class com.jme3.system.jopenvr.RenderModel_Vertex_t
-
float[2]
C type : float[2]
- RGB565 - Class in jme3tools.converters
-
- RGB565_to_ARGB8(short) - Static method in class jme3tools.converters.RGB565
-
- right - Variable in class com.jme3.system.osvr.osvrrendermanager.OSVR_ProjectionMatrix
-
- right - Variable in class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_ProjectionMatrix
-
- RIGHT_TRIGGER - Static variable in interface com.jme3.input.JoystickAxis
-
- RIGHT_VIEW_NAME - Static variable in interface com.jme3.input.vr.VRViewManager
-
The name of the right view.
- rightAlignBytes(byte[], int) - Static method in class com.jme3.export.binary.ByteUtils
-
- rightCamera - Variable in class com.jme3.input.vr.AbstractVRViewManager
-
- rightClickRotate - Variable in class com.jme3.input.ChaseCamera
-
- rightEyeDepth - Variable in class com.jme3.input.vr.AbstractVRViewManager
-
- rightEyeTexture - Variable in class com.jme3.input.vr.AbstractVRViewManager
-
- rightHand - Static variable in class com.jme3.input.vr.osvr.OSVRInput
-
The right-hand system String.
- rightNeighbour - Variable in class com.jme3.terrain.geomipmap.TerrainPatch
-
- rightPostProcessor - Variable in class com.jme3.input.vr.AbstractVRViewManager
-
- rightViewPort - Variable in class com.jme3.input.vr.AbstractVRViewManager
-
- rigidBody - Variable in class com.jme3.bullet.control.BetterCharacterControl
-
- rigidBody - Variable in class com.jme3.bullet.control.KinematicRagdollControl.PhysicsBoneLink
-
Deprecated.
- RigidBodyControl - Class in com.jme3.bullet.control
-
A physics control to link a PhysicsRigidBody to a spatial.
- RigidBodyControl() - Constructor for class com.jme3.bullet.control.RigidBodyControl
-
No-argument constructor needed by SavableClassUtil.
- 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
-
Instantiate an enabled control with mass=1 and the specified collision
shape.
- RigidBodyControl(CollisionShape, float) - Constructor for class com.jme3.bullet.control.RigidBodyControl
-
Instantiate an enabled control with the specified collision shape and
mass.
- 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 physics space
- RigidBodyMotionState() - Constructor for class com.jme3.bullet.objects.infos.RigidBodyMotionState
-
- rIndexData - Variable in class com.jme3.system.jopenvr.RenderModel_t
-
const uint16_t *
C type : uint16_t*
- Ring - Class in com.jme3.math
-
Ring
defines a flat ring or disc in 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 - 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
-
Translate the camera upward by the specified amount.
- rm - Variable in class com.jme3.bullet.debug.BulletDebugAppState
-
- rm - Variable in class com.jme3.water.SimpleWaterProcessor
-
- RmiClientService - Class in com.jme3.network.service.rmi
-
A service that can be added to the client to support a simple
shared objects protocol.
- RmiClientService() - Constructor for class com.jme3.network.service.rmi.RmiClientService
-
- RmiClientService(short, byte) - Constructor for class com.jme3.network.service.rmi.RmiClientService
-
- RmiContext - Class in com.jme3.network.service.rmi
-
Keeps track of the current connection performing a particular
RMI call.
- RmiHostedService - Class in com.jme3.network.service.rmi
-
A service that can be added to the host to support a simple
shared objects protocol.
- RmiHostedService() - Constructor for class com.jme3.network.service.rmi.RmiHostedService
-
- RmiHostedService(byte) - Constructor for class com.jme3.network.service.rmi.RmiHostedService
-
- RmiHostedService(short, byte, boolean) - Constructor for class com.jme3.network.service.rmi.RmiHostedService
-
- RmiRegistry - Class in com.jme3.network.service.rmi
-
- RmiRegistry(RpcConnection, short, byte) - Constructor for class com.jme3.network.service.rmi.RmiRegistry
-
- RmiRegistry(HostedConnection, RpcConnection, short, byte) - Constructor for class com.jme3.network.service.rmi.RmiRegistry
-
- 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
-
- rmiUpdate(short, Object[]) - Method in class com.jme3.network.service.rmi.RmiRegistry
-
Handle remote object registry updates from the other end.
- rollInfluence - Variable in class com.jme3.bullet.objects.VehicleWheel
-
- RollingTheMonkey - Class in jme3test.games
-
Physics based marble game.
- RollingTheMonkey() - Constructor for class jme3test.games.RollingTheMonkey
-
- roomFromHeadReplace - Variable in class com.jme3.system.osvr.osvrrendermanager.OSVR_RenderParams
-
Overrides head space
C type : OSVR_PoseState*
- roomFromHeadReplace - Variable in class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_RenderParams
-
Overrides head space
C type : OSVR_PoseState*
- ROOT - Static variable in class com.jme3.scene.plugins.fbx.file.FbxId
-
- rootElements - Variable in class com.jme3.scene.plugins.fbx.file.FbxFile
-
- rootMass - Variable in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
- rootNode - Variable in class com.jme3.app.SimpleApplication
-
- rootNode - Variable in class com.jme3.app.state.RootNodeAppState
-
- rootNode - Variable in class com.jme3.app.VRApplication
-
Deprecated.
- RootNodeAppState - Class in com.jme3.app.state
-
AppState that manages and updates a RootNode attached to a ViewPort, the
default Application ViewPort is used by default, a RootNode is created by
default.
- RootNodeAppState() - Constructor for class com.jme3.app.state.RootNodeAppState
-
Creates the AppState with a new, empty root Node, attaches it to the
default Application ViewPort and updates it when attached to the
AppStateManager.
- RootNodeAppState(ViewPort) - Constructor for class com.jme3.app.state.RootNodeAppState
-
Creates the AppState with the given ViewPort and creates a RootNode
that is attached to the given ViewPort and updates it when attached to the
AppStateManager.
- RootNodeAppState(Node) - Constructor for class com.jme3.app.state.RootNodeAppState
-
Creates the AppState with the given root Node, uses the default
Application ViewPort and updates the root Node when attached to the
AppStateManager.
- RootNodeAppState(ViewPort, Node) - Constructor for class com.jme3.app.state.RootNodeAppState
-
Creates the AppState with the given ViewPort and root Node, attaches
the root Node to the ViewPort and updates it.
- RootNodeAppState(String, ViewPort, Node) - Constructor for class com.jme3.app.state.RootNodeAppState
-
Creates the AppState with the given unique ID, ViewPort, and root Node, attaches
the root Node to the ViewPort and updates it.
- RootNodeState - Class in jme3test.app.state
-
- RootNodeState() - Constructor for class jme3test.app.state.RootNodeState
-
- rootScene - Variable in class com.jme3.water.WaterFilter
-
- rotA - Variable in class com.jme3.bullet.joints.ConeJoint
-
- rotA - Variable in class com.jme3.bullet.joints.SliderJoint
-
- rotate(Vector3f) - Method in enum com.jme3.scene.plugins.fbx.RotationOrder
-
- rotate(float, float, float) - Method in enum com.jme3.scene.plugins.fbx.RotationOrder
-
- 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() - Method in class com.jme3.app.ChaseCameraAppState
-
rotate the camera around the target
- rotateCamera(float) - Method in class com.jme3.input.ChaseCamera
-
- rotateCamera(float, Vector3f) - Method in class com.jme3.input.FlyByCamera
-
Rotate the camera by the specified amount around the specified axis.
- rotatedViewDirection - Variable in class com.jme3.bullet.control.BetterCharacterControl
-
- 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
-
Rotate the specified Vector3f using the rotation component of this 3-D
coordinate transform.
- rotating - Variable in class com.jme3.input.ChaseCamera
-
- Rotation() - Constructor for class com.jme3.animation.AnimationFactory.Rotation
-
Deprecated.
- rotation - Variable in class com.jme3.bullet.collision.shapes.infos.ChildCollisionShape
-
rotation relative to parent shape (not null)
- rotation - Variable in class com.jme3.bullet.control.BetterCharacterControl
-
spatial rotation, a Z-forward rotation based on the view direction and
local X-Z plane.
- rotation - Variable in class com.jme3.bullet.debug.BulletCharacterDebugControl
-
- rotation - Variable in class com.jme3.bullet.debug.BulletGhostObjectDebugControl
-
temporary storage for physics rotation
- rotation - Variable in class com.jme3.bullet.debug.BulletRigidBodyDebugControl
-
temporary storage for physics rotation
- rotation - Variable in class com.jme3.bullet.debug.BulletVehicleDebugControl
-
- rotation - Variable in class com.jme3.cinematic.events.MotionEvent
-
- rotation - Variable in class com.jme3.input.ChaseCamera
-
- rotation - Variable in class com.jme3.renderer.Camera
-
The orientation of the camera.
- rotation - Variable in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_OrientationReport
-
C type : OSVR_OrientationState
- rotation - Variable in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_Pose3
-
C type : OSVR_Quaternion
- rotation - Variable in class com.jme3.system.osvr.osvrmatrixconventions.OSVR_Pose3
-
C type : OSVR_Quaternion
- rotationActive - Variable in class com.jme3.scene.plugins.fbx.objects.FbxNode
-
- RotationalLimitMotor - Class in com.jme3.bullet.joints.motors
-
- RotationalLimitMotor(RotationalLimitMotor) - Constructor for class com.jme3.bullet.joints.motors.RotationalLimitMotor
-
- rotationLerpFactor - Variable in class com.jme3.input.ChaseCamera
-
- rotationOrder - Variable in class com.jme3.scene.plugins.fbx.objects.FbxNode
-
- RotationOrder - Enum in com.jme3.scene.plugins.fbx
-
- rotations - Variable in class com.jme3.animation.AnimationFactory
-
Deprecated.
rotation array for this animation
- rotationSensitivity - Variable in class com.jme3.input.ChaseCamera
-
- rotationSpeed - Variable in class com.jme3.app.ChaseCameraAppState
-
- rotationSpeed - Variable in class com.jme3.input.ChaseCamera
-
- rotationSpeed - Variable in class com.jme3.input.FlyByCamera
-
rotation-rate multiplier (1=default)
- rotB - Variable in class com.jme3.bullet.joints.ConeJoint
-
- rotB - Variable in class com.jme3.bullet.joints.SliderJoint
-
- rowPitch - Variable in class com.jme3.opencl.Image.ImageDescriptor
-
- rowPitch - Variable in class com.jme3.opencl.Image.ImageMapping
-
The row pitch in bytes.
- RpcCallMessage - Class in com.jme3.network.service.rpc.msg
-
Used internally to send RPC call information to
the other end of a connection for execution.
- RpcCallMessage() - Constructor for class com.jme3.network.service.rpc.msg.RpcCallMessage
-
- RpcCallMessage(long, byte, short, short, Object...) - Constructor for class com.jme3.network.service.rpc.msg.RpcCallMessage
-
- RpcClientService - Class in com.jme3.network.service.rpc
-
RPC service that can be added to a network Client to
add RPC send/receive capabilities.
- RpcClientService() - Constructor for class com.jme3.network.service.rpc.RpcClientService
-
Creates a new RpcClientService that can be registered
with the network Client object.
- RpcConnection - Class in com.jme3.network.service.rpc
-
Wraps a message connection to provide RPC call support.
- RpcConnection(MessageConnection) - Constructor for class com.jme3.network.service.rpc.RpcConnection
-
Creates a new RpcConnection for the specified network connection.
- RpcHandler - Interface in com.jme3.network.service.rpc
-
Implementations of this interface can be registered with
the RpcClientService or RpcHostService to handle the
remote procedure calls for a given object or objects.
- RpcHostedService - Class in com.jme3.network.service.rpc
-
RPC service that can be added to a network Server to
add RPC send/receive capabilities.
- RpcHostedService() - Constructor for class com.jme3.network.service.rpc.RpcHostedService
-
Creates a new RPC host service that can be registered
with the Network server and will automatically 'host'
RPC services and each new network connection.
- RpcHostedService(boolean) - Constructor for class com.jme3.network.service.rpc.RpcHostedService
-
Creates a new RPC host service that can be registered
with the Network server and will optionally 'host'
RPC services and each new network connection depending
on the specified 'autoHost' flag.
- RpcResponseMessage - Class in com.jme3.network.service.rpc.msg
-
Used internally to send an RPC call's response back to
the caller.
- RpcResponseMessage() - Constructor for class com.jme3.network.service.rpc.msg.RpcResponseMessage
-
- RpcResponseMessage(long, Object) - Constructor for class com.jme3.network.service.rpc.msg.RpcResponseMessage
-
- RpcResponseMessage(long, Throwable) - Constructor for class com.jme3.network.service.rpc.msg.RpcResponseMessage
-
- rubTextureMapData - Variable in class com.jme3.system.jopenvr.RenderModel_TextureMap_t
-
const uint8_t *
C type : uint8_t*
- rumble(float) - Method in class com.jme3.input.AbstractJoystick
-
Rumbles the joystick for the given amount/magnitude.
- rumble(float) - Method in interface com.jme3.input.Joystick
-
Rumbles the joystick for the given amount/magnitude.
- run() - Method in class com.jme3.audio.openal.ALAudioRenderer
-
- run() - Method in class com.jme3.environment.generation.IrradianceSphericalHarmonicsGenerator
-
- run() - Method in class com.jme3.environment.generation.PrefilteredEnvMapFaceGenerator
-
- 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(CommandQueue) - Method in class com.jme3.opencl.Kernel
-
Launches the kernel with the current global work size, work group size
and arguments.
- Run(CommandQueue) - Method in class com.jme3.opencl.lwjgl.LwjglKernel
-
- 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.lwjgl.LwjglWindow
-
- run() - Method in class com.jme3.system.lwjgl.LwjglWindowVR
-
- 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.
- Run1(CommandQueue, Kernel.WorkSize, Object...) - Method in class com.jme3.opencl.Kernel
-
Sets the work sizes and arguments in one call and launches the kernel.
- Run1NoEvent(CommandQueue, Kernel.WorkSize, Object...) - Method in class com.jme3.opencl.Kernel
-
Sets the work sizes and arguments in one call and launches the kernel.
- Run2(CommandQueue, Kernel.WorkSize, Kernel.WorkSize, Object...) - Method in class com.jme3.opencl.Kernel
-
Sets the work sizes and arguments in one call and launches the kernel.
- Run2NoEvent(CommandQueue, Kernel.WorkSize, Kernel.WorkSize, Object...) - Method in class com.jme3.opencl.Kernel
-
Sets the work sizes and arguments in one call and launches the kernel.
- runCommand(HostedConnection, String, String) - Method in class jme3test.network.TestChatServer
-
- 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
-
- runLoop() - Method in class com.jme3.system.lwjgl.LwjglWindow
-
execute one iteration of the render loop in the OpenGL thread
- runLoop() - Method in class com.jme3.system.lwjgl.LwjglWindowVR
-
execute one iteration of the render loop in the OpenGL thread
- RunnableWithProgress - Class in com.jme3.environment.generation
-
Abstract runnable that can report its progress
- RunnableWithProgress() - Constructor for class com.jme3.environment.generation.RunnableWithProgress
-
- RunnableWithProgress(JobProgressListener) - Constructor for class com.jme3.environment.generation.RunnableWithProgress
-
- RUNNING_STATE - Static variable in class com.jme3.system.AWTComponentRenderer
-
The constant RUNNING_STATE.
- RunNoEvent(CommandQueue) - Method in class com.jme3.opencl.Kernel
-
Launches the kernel with the current global work size, work group size
and arguments without returning an event object.
- RunNoEvent(CommandQueue) - Method in class com.jme3.opencl.lwjgl.LwjglKernel
-
- runOnce - Variable in class com.jme3.terrain.geomipmap.TerrainGrid
-
- runQueuedTasks() - Method in class com.jme3.app.LegacyApplication
-
- runQueuedTasks() - Method in class com.jme3.app.VRApplication
-
Deprecated.
- rVertexData - Variable in class com.jme3.system.jopenvr.RenderModel_t
-
const struct vr::RenderModel_Vertex_t *
C type : RenderModel_Vertex_t*
- rWrap - Variable in class com.jme3.texture.image.LastTextureState
-
- SafeArrayList<E> - Class in com.jme3.util
-
Provides a list with similar modification semantics to java.util.concurrent's
CopyOnWriteArrayList except that it is not concurrent and also provides
direct access to the current array.
- SafeArrayList(Class<E>) - Constructor for class com.jme3.util.SafeArrayList
-
- SafeArrayList(Class<E>, int) - Constructor for class com.jme3.util.SafeArrayList
-
- SafeArrayList(Class<E>, Collection<? extends E>) - Constructor for class com.jme3.util.SafeArrayList
-
- SafeArrayList.ArrayIterator<E> - Class in com.jme3.util
-
- sampleRate - Variable in class com.jme3.audio.AudioData
-
- sampleRate - Variable in class com.jme3.audio.plugins.NativeVorbisFile
-
- saturate(float) - Static method in class com.jme3.math.FastMath
-
Clamps the given float to be between 0 and 1.
- Savable - Interface in com.jme3.export
-
Savable
is an interface for objects that can be serialized
using jME's serialization system.
- SAVABLE_VERSION - Static variable in class com.jme3.animation.Bone
-
Deprecated.
- SAVABLE_VERSION - Static variable in class com.jme3.audio.AudioNode
-
- SAVABLE_VERSION - Static variable in class com.jme3.cinematic.events.AnimationEvent
-
Deprecated.
- SAVABLE_VERSION - Static variable in class com.jme3.effect.influencers.DefaultParticleInfluencer
-
- SAVABLE_VERSION - Static variable in class com.jme3.material.Material
-
- SAVABLE_VERSION - Static variable in class com.jme3.material.TechniqueDef
-
Version #1: Separate shader language for each shader source.
- SAVABLE_VERSION - Static variable in class com.jme3.scene.Geometry
-
- SavableClassUtil - Class in com.jme3.export
-
SavableClassUtil
contains various utilities to handle
Savable classes.
- SavableSerializer - Class in com.jme3.network.serializing.serializers
-
- SavableSerializer() - Constructor for class com.jme3.network.serializing.serializers.SavableSerializer
-
- save(Savable, OutputStream) - Method in class com.jme3.export.binary.BinaryExporter
-
- save(Savable, File) - Method in class com.jme3.export.binary.BinaryExporter
-
- save(Savable, OutputStream) - Method in interface com.jme3.export.JmeExporter
-
Export the
Savable
to an OutputStream.
- save(Savable, File) - Method in interface com.jme3.export.JmeExporter
-
- save(Savable, OutputStream) - Method in class com.jme3.export.xml.XMLExporter
-
- save(Savable, File) - Method in class com.jme3.export.xml.XMLExporter
-
- save(Savable, OutputStream) - Method in class com.jme3.material.plugin.export.material.J3MExporter
-
- save(Savable, File) - Method in class com.jme3.material.plugin.export.material.J3MExporter
-
- save(MaterialDef, OutputStream) - Method in class com.jme3.material.plugin.export.materialdef.J3mdExporter
-
- save(MaterialDef, File) - Method in class com.jme3.material.plugin.export.materialdef.J3mdExporter
-
- save(OutputStream) - Method in class com.jme3.system.AppSettings
-
Saves all settings to the given properties output stream.
- save(String) - Method in class com.jme3.system.AppSettings
-
Saves settings into the Java preferences.
- save(String) - Method in class com.jme3.terrain.heightmap.AbstractHeightMap
-
save
will save the heightmap data into a new RAW file
denoted by the supplied filename.
- saveAndLoad(AssetManager, T) - Static method in class com.jme3.export.binary.BinaryExporter
-
Saves the object into memory then loads it from memory.
- saveBindPose() - Method in class com.jme3.anim.Armature
-
Saves the current Armature state as its bind pose.
- saveBindPose() - Method in class com.jme3.anim.Joint
-
Sets the current localTransform as the Bind transform.
- SaveGame - Class in jme3tools.savegame
-
Tool for saving Savables as SaveGame entries in a system-dependent way.
- saveGame(String, String, Savable) - Static method in class jme3tools.savegame.SaveGame
-
Saves a savable in a system-dependent way.
- saveGame(String, String, Savable, JmeSystem.StorageFolderType) - Static method in class jme3tools.savegame.SaveGame
-
Saves a savable in a system-dependent way.
- saveInitialPose() - Method in class com.jme3.anim.Armature
-
Saves the current local transform as the initial transform.
- saveInitialPose() - Method in class com.jme3.anim.Joint
-
Sets the current local transforms as the initial transform.
- saveToCache(String, Program) - Method in class com.jme3.opencl.ProgramCache
-
Saves the specified program in the cache.
- SAXUtil - Class in com.jme3.util.xml
-
Utility methods for parsing XML data using SAX.
- Scalar(Pointer) - Constructor for class com.jme3.system.osvr.osvrmatrixconventions.OsvrMatrixConventionsLibrary.Scalar
-
- Scalar() - Constructor for class com.jme3.system.osvr.osvrmatrixconventions.OsvrMatrixConventionsLibrary.Scalar
-
- scale - Variable in class com.jme3.bullet.collision.shapes.CollisionShape
-
- scale - Variable in class com.jme3.bullet.control.BetterCharacterControl
-
- scale(Vector3f) - Method in class com.jme3.math.Matrix3f
-
scale
scales the operation performed by this matrix on a
per-component basis.
- scale(Vector3f) - Method in class com.jme3.math.Matrix4f
-
Scale by the specified Vector3f.
- scale(float) - Method in class com.jme3.scene.Spatial
-
Scales the spatial by the given value
- scale(float, float, float) - Method in class com.jme3.scene.Spatial
-
Scales the spatial by the given scale vector.
- scale - Variable in class com.jme3.system.jopenvr.Compositor_OverlaySettings
-
- scale - Variable in class com.jme3.terrain.noise.basis.Noise
-
- scaleAdd(float, Vector3f) - Method in class com.jme3.math.Vector3f
-
Multiplies by the specified scalar, adds the specified vector, and
returns the (modified) current instance.
- scaleAdd(float, Vector3f, Vector3f) - Method in class com.jme3.math.Vector3f
-
Multiplies a specified vector by a specified scalar, then adds another
specified vector to it, before storing the result in the current
instance.
- scaleAdd(float, Vector4f) - Method in class com.jme3.math.Vector4f
-
scaleAdd
multiplies this vector by a scalar then adds the
given Vector4f.
- scaleAdd(float, Vector4f, Vector4f) - Method in class com.jme3.math.Vector4f
-
scaleAdd
multiplies the given vector by a scalar then adds
the given vector.
- scaleImage(Image, int, int) - Static method in class com.jme3.util.MipMapGenerator
-
- scales - Variable in class com.jme3.animation.AnimationFactory
-
Deprecated.
scales array for this animation
- scaleTextureCoordinates(Vector2f) - Method in class com.jme3.scene.Mesh
-
Scales the texture coordinate buffer on this mesh by the given scale
factor.
- scan - Variable in class com.jme3.scene.plugins.MTLLoader
-
- scan - Variable in class com.jme3.scene.plugins.OBJLoader
-
- scanSpatial(Spatial) - Method in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
Generate physics shapes and bone links for the skeleton.
- scene - Variable in class com.jme3.scene.plugins.fbx.objects.FbxObject
-
- sceneFilename - Variable in class com.jme3.scene.plugins.fbx.SceneLoader
-
- sceneFolderName - Variable in class com.jme3.scene.plugins.fbx.obj.FbxObject
-
- sceneFolderName - Variable in class com.jme3.scene.plugins.fbx.SceneLoader
-
- SceneGraphVisitor - Interface in com.jme3.scene
-
SceneGraphVisitorAdapter
is used to traverse the scene
graph tree.
- SceneGraphVisitorAdapter - Class in com.jme3.scene
-
SceneGraphVisitorAdapter
is used to traverse the scene
graph tree.
- SceneGraphVisitorAdapter() - Constructor for class com.jme3.scene.SceneGraphVisitorAdapter
-
- SceneKey - Class in com.jme3.scene.plugins.fbx
-
- SceneKey(String) - Constructor for class com.jme3.scene.plugins.fbx.SceneKey
-
- SceneKey(String, AnimationList) - Constructor for class com.jme3.scene.plugins.fbx.SceneKey
-
- sceneList - Variable in class com.jme3.renderer.ViewPort
-
Scene-graph hierarchies for rendering.
- SceneLoader - Class in com.jme3.scene.plugins.fbx
-
FBX file format loader
- SceneLoader() - Constructor for class com.jme3.scene.plugins.fbx.SceneLoader
-
- SceneLoader - Class in com.jme3.scene.plugins.ogre
-
- SceneLoader() - Constructor for class com.jme3.scene.plugins.ogre.SceneLoader
-
- SceneMeshLoader - Class in com.jme3.scene.plugins.ogre
-
- SceneMeshLoader() - Constructor for class com.jme3.scene.plugins.ogre.SceneMeshLoader
-
- sceneNode - Variable in class com.jme3.scene.plugins.fbx.SceneLoader
-
- SceneProcessor - Interface in com.jme3.post
-
Scene processors are used to compute/render things before and after the classic render of the scene.
- SceneWithAnimationLoader - Class in com.jme3.scene.plugins.fbx
-
- SceneWithAnimationLoader() - Constructor for class com.jme3.scene.plugins.fbx.SceneWithAnimationLoader
-
- screen - Variable in class com.jme3.cinematic.events.GuiEvent
-
name of the associated Nifty screen(not null)
- screen - Variable in class com.jme3.cinematic.events.GuiTrack
-
Deprecated.
- screenFullScreen - Variable in class com.jme3.app.AndroidHarness
-
Set the screen window mode.
- ScreenshotAppState - Class in com.jme3.app.state
-
- ScreenshotAppState() - Constructor for class com.jme3.app.state.ScreenshotAppState
-
Using this constructor, the screenshot files will be written sequentially to the system
default storage folder.
- ScreenshotAppState(String) - Constructor for class com.jme3.app.state.ScreenshotAppState
-
This constructor allows you to specify the output file path of the screenshot.
- ScreenshotAppState(String, String) - Constructor for class com.jme3.app.state.ScreenshotAppState
-
This constructor allows you to specify the output file path of the screenshot.
- ScreenshotAppState(String, long) - Constructor for class com.jme3.app.state.ScreenshotAppState
-
This constructor allows you to specify the output file path of the screenshot and
a base index for the shot index.
- ScreenshotAppState(String, String, long) - Constructor for class com.jme3.app.state.ScreenshotAppState
-
This constructor allows you to specify the output file path of the screenshot and
a base index for the shot index.
- Screenshots - Class in com.jme3.util
-
- screenShowTitle - Variable in class com.jme3.app.AndroidHarness
-
if screenShowTitle is true while screenFullScreen is false, then the
title bar is also displayed under the notification bar
- scroll - Variable in class com.jme3.system.jopenvr.VREvent_Data_t
-
C type : VREvent_Scroll_t
- SCROLL_DOWN - Static variable in class jme3test.gui.TestBitmapFontLayout
-
- SCROLL_LEFT - Static variable in class jme3test.gui.TestBitmapFontLayout
-
- SCROLL_RIGHT - Static variable in class jme3test.gui.TestBitmapFontLayout
-
- SCROLL_SPEED - Static variable in class jme3test.gui.TestBitmapFontLayout
-
- SCROLL_UP - Static variable in class jme3test.gui.TestBitmapFontLayout
-
- searchedForNeighboursAlready - Variable in class com.jme3.terrain.geomipmap.TerrainPatch
-
- seatedZeroPoseReset - Variable in class com.jme3.system.jopenvr.VREvent_Data_t
-
C type : VREvent_SeatedZeroPoseReset_t
- secondCounter - Variable in class com.jme3.app.StatsAppState
-
- seconds - Variable in class com.jme3.system.osvr.osvrtimevalue.OSVR_TimeValue
-
C type : OSVR_TimeValue_Seconds
- SECONDS_PER_UNIT - Static variable in class com.jme3.scene.plugins.fbx.anim.FbxAnimUtil
-
Conversion factor from FBX animation time unit to seconds.
- seekable - Variable in class com.jme3.audio.plugins.NativeVorbisFile
-
- SeekableStream - Interface in com.jme3.audio
-
- seekTime(double) - Method in class com.jme3.audio.plugins.NativeVorbisFile
-
- select() - Method in class com.jme3.network.kernel.tcp.SelectorKernel.SelectorThread
-
- select(Geometry) - Method in class com.jme3.scene.debug.custom.ArmatureDebugger
-
- select(Geometry) - Method in class com.jme3.scene.debug.custom.ArmatureNode
-
- SelectorKernel - Class in com.jme3.network.kernel.tcp
-
A Kernel implementation based on NIO selectors.
- SelectorKernel(InetAddress, int) - Constructor for class com.jme3.network.kernel.tcp.SelectorKernel
-
- SelectorKernel(int) - Constructor for class com.jme3.network.kernel.tcp.SelectorKernel
-
- SelectorKernel(InetSocketAddress) - Constructor for class com.jme3.network.kernel.tcp.SelectorKernel
-
- SelectorKernel.SelectorThread - Class in com.jme3.network.kernel.tcp
-
This class is purposely tucked neatly away because
messing with the selector from other threads for any
reason is very bad.
- SelectorThread() - Constructor for class com.jme3.network.kernel.tcp.SelectorKernel.SelectorThread
-
- selectTechnique(String, RenderManager) - Method in class com.jme3.material.Material
-
Select the technique to use for rendering this material.
- send(Message) - Method in class com.jme3.network.base.DefaultClient
-
- send(int, Message) - Method in class com.jme3.network.base.DefaultClient
-
- send(int, Message, boolean) - Method in class com.jme3.network.base.DefaultClient
-
- send(Message) - Method in class com.jme3.network.base.DefaultServer.Connection
-
- send(int, Message) - Method in class com.jme3.network.base.DefaultServer.Connection
-
- send(Message) - Method in interface com.jme3.network.Client
-
Sends a message to the server.
- send(int, Message) - Method in interface com.jme3.network.Client
-
Sends a message to the other end of the connection using
the specified alternate channel.
- send(ByteBuffer) - Method in interface com.jme3.network.kernel.Endpoint
-
Sends data to the other end of the connection represented
by this endpoint.
- send(ByteBuffer, boolean, boolean) - Method in class com.jme3.network.kernel.tcp.NioEndpoint
-
The wakeup option is used internally when the kernel is
broadcasting out to a bunch of endpoints and doesn't want to
necessarily wakeup right away.
- send(ByteBuffer) - Method in class com.jme3.network.kernel.tcp.NioEndpoint
-
- send(ByteBuffer) - Method in class com.jme3.network.kernel.udp.UdpEndpoint
-
- send(Message) - Method in interface com.jme3.network.MessageConnection
-
Sends a message to the other end of the connection.
- send(int, Message) - Method in interface com.jme3.network.MessageConnection
-
Sends a message to the other end of the connection using
the specified alternate channel.
- send(byte, RpcResponseMessage) - Method in class com.jme3.network.service.rpc.RpcConnection
-
- sensor - Variable in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_AccelerationReport
-
- sensor - Variable in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_AnalogReport
-
- sensor - Variable in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_AngularAccelerationReport
-
- sensor - Variable in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_AngularVelocityReport
-
- sensor - Variable in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_ButtonReport
-
- sensor - Variable in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_DirectionReport
-
C type : OSVR_ChannelCount
- sensor - Variable in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_EyeTracker2DReport
-
C type : OSVR_ChannelCount
- sensor - Variable in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_EyeTracker3DReport
-
C type : OSVR_ChannelCount
- sensor - Variable in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_EyeTrackerBlinkReport
-
C type : OSVR_ChannelCount
- sensor - Variable in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_LinearAccelerationReport
-
- sensor - Variable in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_LinearVelocityReport
-
- sensor - Variable in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_Location2DReport
-
C type : OSVR_ChannelCount
- sensor - Variable in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_NaviPositionReport
-
C type : OSVR_ChannelCount
- sensor - Variable in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_NaviVelocityReport
-
C type : OSVR_ChannelCount
- sensor - Variable in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_OrientationReport
-
- sensor - Variable in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_PoseReport
-
- sensor - Variable in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_PositionReport
-
- sensor - Variable in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_VelocityReport
-
- SensorJoystickAxis - Interface in com.jme3.input
-
Represents a joystick axis based on an external sensor
(i.e.
- SeparateJointModelTransform - Class in com.jme3.anim
-
This JointModelTransform implementation accumulates model transform in a Transform class
This does NOT support proper nonuniform scale in the armature hierarchy.
- SeparateJointModelTransform() - Constructor for class com.jme3.anim.SeparateJointModelTransform
-
- sequence(Tween...) - Static method in class com.jme3.anim.tween.Tweens
-
Creates a tween that will interpolate over an entire sequence
of tweens in order.
- Serializable - Annotation Type in com.jme3.network.serializing
-
Use this annotation when a class is going to be transferred
over the network.
- SerializableSerializer - Class in com.jme3.network.serializing.serializers
-
Serializes uses Java built-in method.
- SerializableSerializer() - Constructor for class com.jme3.network.serializing.serializers.SerializableSerializer
-
- serialize() - Method in class com.jme3.animation.CompactArray
-
serialize this compact array
- serialize(int, T) - Method in class com.jme3.animation.CompactArray
-
serialize object
- serialize(int, Float) - Method in class com.jme3.animation.CompactFloatArray
-
- serialize(int, Quaternion) - Method in class com.jme3.animation.CompactQuaternionArray
-
- serialize(int, Vector3f) - Method in class com.jme3.animation.CompactVector3Array
-
- serialize(Document, File) - Method in class com.jme3.export.xml.DOMSerializer
-
Serialize doc
to out
- serialize(Document, OutputStream) - Method in class com.jme3.export.xml.DOMSerializer
-
Serialize doc
to out
- Serializer - Class in com.jme3.network.serializing
-
The main serializer class, which will serialize objects such that
they can be sent across the network.
- Serializer() - Constructor for class com.jme3.network.serializing.Serializer
-
- SERIALIZER_ID - Static variable in class com.jme3.network.message.ClientRegistrationMessage
-
- SERIALIZER_ID - Static variable in class com.jme3.network.message.DisconnectMessage
-
- SerializerException - Exception in com.jme3.network.serializing
-
A general exception from the serialization routines.
- SerializerException(String, Throwable) - Constructor for exception com.jme3.network.serializing.SerializerException
-
- SerializerException(String) - Constructor for exception com.jme3.network.serializing.SerializerException
-
- SerializerMessageProtocol - Class in com.jme3.network.base.protocol
-
Implements a MessageProtocol providing message serializer/deserialization
based on the built-in Serializer code.
- SerializerMessageProtocol() - Constructor for class com.jme3.network.base.protocol.SerializerMessageProtocol
-
- SerializerRegistration - Class in com.jme3.network.serializing
-
A SerializerRegistration represents a connection between a class, and
its serializer.
- SerializerRegistration(Serializer, Class, short) - Constructor for class com.jme3.network.serializing.SerializerRegistration
-
- SerializerRegistrationsMessage - Class in com.jme3.network.message
-
Holds a compiled set of message registration information that
can be sent over the wire.
- SerializerRegistrationsMessage() - Constructor for class com.jme3.network.message.SerializerRegistrationsMessage
-
- SerializerRegistrationsMessage(SerializerRegistrationsMessage.Registration...) - Constructor for class com.jme3.network.message.SerializerRegistrationsMessage
-
- SerializerRegistrationsMessage.Registration - Class in com.jme3.network.message
-
- Server - Interface in com.jme3.network
-
Represents a host that can send and receive messages to
a set of remote client connections.
- ServerAccessImpl() - Constructor for class jme3test.network.TestRemoteCall.ServerAccessImpl
-
- ServerEventHandler() - Constructor for class com.jme3.network.rmi.ObjectStore.ServerEventHandler
-
- ServerSerializerRegistrationsService - Class in com.jme3.network.service.serializer
-
- ServerSerializerRegistrationsService() - Constructor for class com.jme3.network.service.serializer.ServerSerializerRegistrationsService
-
- Service<S> - Interface in com.jme3.network.service
-
The base interface for managed services.
- ServiceManager<T> - Class in com.jme3.network.service
-
The base service manager class from which the HostedServiceManager
and ClientServiceManager classes are derived.
- ServiceManager() - Constructor for class com.jme3.network.service.ServiceManager
-
- SessionDataDelegator - Class in com.jme3.network.util
-
A MessageListener implementation that will forward messages to methods
of a delegate specified as a HostedConnection session attribute.
- SessionDataDelegator(Class, String, boolean) - Constructor for class com.jme3.network.util.SessionDataDelegator
-
Creates a MessageListener that will forward mapped message types
to methods of an object specified as a HostedConnection attribute.
- set(int, T) - Method in class com.jme3.animation.CompactArray
-
- set(TouchEvent.Type) - Method in class com.jme3.input.event.TouchEvent
-
- set(TouchEvent.Type, float, float, float, float) - Method in class com.jme3.input.event.TouchEvent
-
- set(RenderState) - Method in class com.jme3.material.RenderState
-
- set(Vector3f, Vector3f, Vector3f) - Method in class com.jme3.math.AbstractTriangle
-
Alter all 3 vertex locations.
- set(float, float, float, float) - Method in class com.jme3.math.ColorRGBA
-
set
sets the RGBA values of this ColorRGBA
.
- set(ColorRGBA) - Method in class com.jme3.math.ColorRGBA
-
set
sets the values of this ColorRGBA
to those
set by a parameter color.
- set(LineSegment) - Method in class com.jme3.math.LineSegment
-
Copy the specified segment to this one.
- set(Matrix3f) - Method in class com.jme3.math.Matrix3f
-
copy
transfers the contents of a given matrix to this
matrix.
- set(int, int, float) - Method in class com.jme3.math.Matrix3f
-
set
places a given value into the matrix at the given
position.
- set(float[][]) - Method in class com.jme3.math.Matrix3f
-
set
sets the values of the matrix to those supplied by the
3x3 two-dimensional array.
- set(float[]) - Method in class com.jme3.math.Matrix3f
-
set
sets the values of this matrix from an array of
values assuming that the data is rowMajor order;
- set(float[], boolean) - Method in class com.jme3.math.Matrix3f
-
set
sets the values of this matrix from an array of
values;
- set(Quaternion) - Method in class com.jme3.math.Matrix3f
-
set
defines the values of the matrix based on a supplied
Quaternion
.
- set(int, int, float) - Method in class com.jme3.math.Matrix4f
-
Store the specified value at the specified position.
- set(float[][]) - Method in class com.jme3.math.Matrix4f
-
Load all elements from the specified 4x4 array.
- set(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Method in class com.jme3.math.Matrix4f
-
Load the specified element values.
- set(Matrix4f) - Method in class com.jme3.math.Matrix4f
-
Copy all elements of the specified matrix to this matrix.
- set(float[]) - Method in class com.jme3.math.Matrix4f
-
Load all elements from the specified array.
- set(float[], boolean) - Method in class com.jme3.math.Matrix4f
-
Load all elements from the specified array.
- set(float, float, float, float) - Method in class com.jme3.math.Quaternion
-
sets the data in a Quaternion
object from the given list of
parameters.
- set(Quaternion) - Method in class com.jme3.math.Quaternion
-
Sets the data in this Quaternion
object to be equal to the
passed Quaternion
object.
- set(Ray) - Method in class com.jme3.math.Ray
-
Copies information from a source ray into this ray.
- set(Transform) - Method in class com.jme3.math.Transform
-
Copies all 3 components from the argument.
- set(int, Vector3f) - Method in class com.jme3.math.Triangle
-
Alter the location of the indexed vertex and delete the stored centroid
and normal.
- set(int, float, float, float) - Method in class com.jme3.math.Triangle
-
Alter the location of the indexed vertex and delete the stored centroid
and normal.
- set(Vector3f, Vector3f, Vector3f) - Method in class com.jme3.math.Triangle
-
Alter the locations of all 3 vertices and delete the stored centroid and
normal.
- set(float, float) - Method in class com.jme3.math.Vector2f
-
set the x and y values of the vector
- set(Vector2f) - Method in class com.jme3.math.Vector2f
-
set the x and y values of the vector from another vector
- set(float, float, float) - Method in class com.jme3.math.Vector3f
-
Sets all 3 components to specified values.
- set(Vector3f) - Method in class com.jme3.math.Vector3f
-
Copies all 3 components from the argument.
- set(int, float) - Method in class com.jme3.math.Vector3f
-
Sets the indexed component.
- set(float, float, float, float) - Method in class com.jme3.math.Vector4f
-
set
sets the x,y,z,w values of the vector based on passed
parameters.
- set(Vector4f) - Method in class com.jme3.math.Vector4f
-
set
sets the x,y,z values of the vector by copying the
supplied vector.
- set(int, float) - Method in class com.jme3.math.Vector4f
-
- set(int, long...) - Method in class com.jme3.opencl.Kernel.WorkSize
-
- set(Kernel.WorkSize) - Method in class com.jme3.opencl.Kernel.WorkSize
-
- set(int, Geometry) - Method in class com.jme3.renderer.queue.GeometryList
-
Sets the element at the given index.
- set(int, int) - Method in class com.jme3.shader.DefineList
-
- set(int, float) - Method in class com.jme3.shader.DefineList
-
- set(int, boolean) - Method in class com.jme3.shader.DefineList
-
- set(int, VarType, Object) - Method in class com.jme3.shader.DefineList
-
- set(E) - Method in class com.jme3.util.SafeArrayList.ArrayIterator
-
- set(int, E) - Method in class com.jme3.util.SafeArrayList
-
- set1(Vector3f) - Method in class com.jme3.math.Triangle
-
Alter the location of the first vertex and delete the stored centroid and
normal.
- set2(Vector3f) - Method in class com.jme3.math.Triangle
-
Alter the location of the 2nd vertex and delete the stored centroid and
normal.
- set3(Vector3f) - Method in class com.jme3.math.Triangle
-
Alter the location of the 3rd vertex and delete the stored centroid and
normal.
- setA(Vector3f) - Method in class com.jme3.math.Rectangle
-
setA
sets the first point of the rectangle.
- setAccumulatedImpulse(Vector3f) - Method in class com.jme3.bullet.joints.motors.TranslationalLimitMotor
-
- setAccuracy(float) - Method in class com.jme3.bullet.PhysicsSpace
-
sets the accuracy of the physics computation, default=1/60s
- SetActionManifestPath - Variable in class com.jme3.system.jopenvr.VR_IVRInput_FnTable
-
C type : SetActionManifestPath_callback*
- setActiveCamera(String) - Method in class com.jme3.cinematic.Cinematic
-
Sets the active camera instantly (use activateCamera if you want to
schedule that event)
- setAirAbsorbGainHf(float) - Method in class com.jme3.audio.Environment
-
- setAlignment(BitmapFont.Align) - Method in class com.jme3.font.BitmapText
-
Set horizontal alignment.
- setAlignment(BillboardControl.Alignment) - Method in class com.jme3.scene.control.BillboardControl
-
Sets the type of rotation this Billboard will have.
- setAll(DefineList) - Method in class com.jme3.shader.DefineList
-
- setAlpha(float) - Method in class com.jme3.font.BitmapText
-
Sets an overall alpha that will be applied to all
letters.
- setAlpha(float) - Method in class com.jme3.math.ColorRGBA
-
Sets the alpha color to the specified value.
- setAlphaBits(int) - Method in class com.jme3.system.AppSettings
-
Android Only
Sets the number of alpha bits to use.
- setAlphaToCoverage(boolean) - Method in class com.jme3.renderer.opengl.GLRenderer
-
- setAlphaToCoverage(boolean) - Method in interface com.jme3.renderer.Renderer
-
Sets the alpha to coverage state.
- setAlphaToCoverage(boolean) - Method in class com.jme3.renderer.RenderManager
-
Enables or disables alpha-to-coverage.
- setAlphaToCoverage(boolean) - Method in class com.jme3.system.NullRenderer
-
- setAmount(int) - Method in class com.jme3.font.Kerning
-
- setAmplitude(float) - Method in interface com.jme3.terrain.noise.fractal.Fractal
-
- setAmplitude(float) - Method in class com.jme3.terrain.noise.fractal.FractalSum
-
- setAngularDamping(float) - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
- setAngularFactor(float) - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
- setAngularLowerLimit(Vector3f) - Method in class com.jme3.bullet.joints.SixDofJoint
-
- setAngularOnly(boolean) - Method in class com.jme3.bullet.joints.ConeJoint
-
- setAngularOnly(boolean) - Method in class com.jme3.bullet.joints.HingeJoint
-
- setAngularSleepingThreshold(float) - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
- setAngularUpperLimit(Vector3f) - Method in class com.jme3.bullet.joints.SixDofJoint
-
- setAngularVelocity(Vector3f) - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
Sets the angular velocity of this PhysicsRigidBody
- setAnim(String, float) - Method in class com.jme3.animation.AnimChannel
-
Deprecated.
Set the current animation that is played by this AnimChannel.
- setAnim(String) - Method in class com.jme3.animation.AnimChannel
-
Deprecated.
Set the current animation that is played by this AnimChannel.
- setAnimations(HashMap<String, Animation>) - Method in class com.jme3.animation.AnimControl
-
Deprecated.
- setAnisotropicFilter(int) - Method in class com.jme3.texture.Texture
-
- setAnisotropy(int) - Method in class com.jme3.asset.TextureKey
-
- setApplication(Application) - Method in class com.jme3.system.AWTFrameProcessor
-
Sets the application.
- SetApplicationAutoLaunch - Variable in class com.jme3.system.jopenvr.VR_IVRApplications_FnTable
-
C type : SetApplicationAutoLaunch_callback*
- setApplyLocal(boolean) - Method in class com.jme3.bullet.objects.VehicleWheel
-
- setApplyPhysicsLocal(boolean) - Method in class com.jme3.bullet.animation.DacConfiguration
-
Alter whether physics-space coordinates should match the spatial's local
coordinates.
- setApplyPhysicsLocal(boolean) - Method in class com.jme3.bullet.control.AbstractPhysicsControl
-
Alter whether physics-space coordinates should match the spatial's local
coordinates.
- setApplyPhysicsLocal(boolean) - Method in class com.jme3.bullet.control.CharacterControl
-
When set to true, the physics coordinates will be applied to the local
translation of the Spatial
- setApplyPhysicsLocal(boolean) - Method in class com.jme3.bullet.control.GhostControl
-
Alter whether physics-space coordinates should match the spatial's local
coordinates.
- setApplyPhysicsLocal(boolean) - Method in class com.jme3.bullet.control.RigidBodyControl
-
Alter whether physics-space coordinates should match the spatial's local
coordinates.
- setApplyPhysicsLocal(boolean) - Method in class com.jme3.bullet.control.VehicleControl
-
Alter whether physics-space coordinates should match the spatial's local
coordinates.
- setApplyPhysicsLocal(boolean) - Method in class com.jme3.bullet.objects.infos.RigidBodyMotionState
-
- setAppProfiler(AppProfiler) - Method in interface com.jme3.app.Application
-
Sets an AppProfiler hook that will be called back for
specific steps within a single update frame.
- setAppProfiler(AppProfiler) - Method in class com.jme3.app.LegacyApplication
-
Sets an AppProfiler hook that will be called back for
specific steps within a single update frame.
- setAppProfiler(AppProfiler) - Method in class com.jme3.app.VRApplication
-
Deprecated.
Sets an AppProfiler hook that will be called back for
specific steps within a single update frame.
- setAppProfiler(AppProfiler) - Method in class com.jme3.renderer.RenderManager
-
Sets an AppProfiler hook that will be called back for
specific steps within a single update frame.
- setApproximateNormals(boolean) - Method in class com.jme3.post.ssao.SSAOFilter
-
- setApproximateTangents(boolean) - Method in class com.jme3.anim.MorphControl
-
Alter whether this Control approximates tangents.
- setAppSettings(AppSettings) - Method in class com.jme3.app.jmeSurfaceView.JmeSurfaceView
-
Sets the appSettings instance.
- setAreaType(LightProbe.AreaType) - Method in class com.jme3.light.LightProbe
-
- setArg(int, Kernel.LocalMemPerElement) - Method in class com.jme3.opencl.Kernel
-
- setArg(int, Kernel.LocalMem) - Method in class com.jme3.opencl.Kernel
-
- setArg(int, Buffer) - Method in class com.jme3.opencl.Kernel
-
- setArg(int, Image) - Method in class com.jme3.opencl.Kernel
-
- setArg(int, byte) - Method in class com.jme3.opencl.Kernel
-
- setArg(int, short) - Method in class com.jme3.opencl.Kernel
-
- setArg(int, int) - Method in class com.jme3.opencl.Kernel
-
- setArg(int, long) - Method in class com.jme3.opencl.Kernel
-
- setArg(int, float) - Method in class com.jme3.opencl.Kernel
-
- setArg(int, double) - Method in class com.jme3.opencl.Kernel
-
- setArg(int, Vector2f) - Method in class com.jme3.opencl.Kernel
-
- setArg(int, Vector4f) - Method in class com.jme3.opencl.Kernel
-
- setArg(int, Quaternion) - Method in class com.jme3.opencl.Kernel
-
- setArg(int, Matrix4f) - Method in class com.jme3.opencl.Kernel
-
- setArg(int, Matrix3f) - Method in class com.jme3.opencl.Kernel
-
- setArg(int, ByteBuffer, long) - Method in class com.jme3.opencl.Kernel
-
Raw version to set an argument.
- setArg(int, Object) - Method in class com.jme3.opencl.Kernel
-
Sets the kernel argument at the specified index.
The argument must be a known type:
LocalMemPerElement, LocalMem, Image, Buffer, byte, short, int,
long, float, double, Vector2f, Vector4f, Quaternion, Matrix3f, Matrix4f
.
- setArg(int, Kernel.LocalMemPerElement) - Method in class com.jme3.opencl.lwjgl.LwjglKernel
-
- setArg(int, Kernel.LocalMem) - Method in class com.jme3.opencl.lwjgl.LwjglKernel
-
- setArg(int, Buffer) - Method in class com.jme3.opencl.lwjgl.LwjglKernel
-
- setArg(int, Image) - Method in class com.jme3.opencl.lwjgl.LwjglKernel
-
- setArg(int, byte) - Method in class com.jme3.opencl.lwjgl.LwjglKernel
-
- setArg(int, short) - Method in class com.jme3.opencl.lwjgl.LwjglKernel
-
- setArg(int, int) - Method in class com.jme3.opencl.lwjgl.LwjglKernel
-
- setArg(int, long) - Method in class com.jme3.opencl.lwjgl.LwjglKernel
-
- setArg(int, float) - Method in class com.jme3.opencl.lwjgl.LwjglKernel
-
- setArg(int, double) - Method in class com.jme3.opencl.lwjgl.LwjglKernel
-
- setArg(int, Vector2f) - Method in class com.jme3.opencl.lwjgl.LwjglKernel
-
- setArg(int, Vector4f) - Method in class com.jme3.opencl.lwjgl.LwjglKernel
-
- setArg(int, Quaternion) - Method in class com.jme3.opencl.lwjgl.LwjglKernel
-
- setArg(int, Matrix4f) - Method in class com.jme3.opencl.lwjgl.LwjglKernel
-
- setArg(int, ByteBuffer, long) - Method in class com.jme3.opencl.lwjgl.LwjglKernel
-
- setArrowExtent(Vector3f) - Method in class com.jme3.scene.debug.Arrow
-
Sets the arrow's extent.
- setAssetEventListener(AssetEventListener) - Method in class com.jme3.asset.DesktopAssetManager
-
- setAssetKey(AssetKey<?>) - Method in class com.jme3.audio.android.AndroidAudioData
-
- setAssetManager(AssetManager) - Method in class com.jme3.app.LegacyApplication
-
Deprecated.
- setAssetManager(AssetManager) - Method in class com.jme3.export.binary.BinaryImporter
-
- setAssetManager(AssetManager) - Method in class com.jme3.export.xml.XMLImporter
-
- setAssetManager(AssetManager) - Method in class com.jme3.material.plugins.ShaderNodeLoaderDelegate
-
sets the assetManager
- setAssetManager(AssetManager) - Method in class com.jme3.post.FilterPostProcessor
-
Sets the asset manager for this processor
- setAssetName(String) - Method in class com.jme3.material.MaterialDef
-
Set the asset key name.
- setAsSrgb(float, float, float, float) - Method in class com.jme3.math.ColorRGBA
-
Sets the rgba channels of this color in sRGB color space.
- setAttribute(String, Object) - Method in class com.jme3.network.base.DefaultServer.Connection
-
- setAttribute(String, Object) - Method in interface com.jme3.network.HostedConnection
-
Sets a session attribute specific to this connection.
- setAudio(AudioNode) - Method in class com.jme3.animation.AudioTrack
-
Deprecated.
sets the audio node to be used for this track
- setAudioData(AudioData, AudioKey) - Method in class com.jme3.audio.AudioNode
-
Set the audio data to use for the audio.
- setAudioRenderer(AudioRenderer) - Static method in class com.jme3.audio.AudioContext
-
- setAudioRenderer(String) - Method in class com.jme3.system.AppSettings
-
Set the audio renderer to use.
- setAudioRendererType(String) - Method in class com.jme3.app.jmeSurfaceView.JmeSurfaceView
-
Sets the audioRenderer type.
- setAutoFlushFrames(boolean) - Method in class com.jme3.system.android.OGLESContext
-
- setAutoFlushFrames(boolean) - Method in class com.jme3.system.awt.AwtPanelsContext
-
- setAutoFlushFrames(boolean) - Method in class com.jme3.system.AWTContext
-
- setAutoFlushFrames(boolean) - Method in class com.jme3.system.ios.IGLESContext
-
- setAutoFlushFrames(boolean) - Method in interface com.jme3.system.JmeContext
-
- setAutoFlushFrames(boolean) - Method in class com.jme3.system.lwjgl.LwjglAbstractDisplay
-
- setAutoFlushFrames(boolean) - Method in class com.jme3.system.lwjgl.LwjglOffscreenBuffer
-
- setAutoFlushFrames(boolean) - Method in class com.jme3.system.lwjgl.LwjglWindow
-
- setAutoFlushFrames(boolean) - Method in class com.jme3.system.lwjgl.LwjglWindowVR
-
- setAutoFlushFrames(boolean) - Method in class com.jme3.system.NullContext
-
- setAutoHost(boolean) - Method in class com.jme3.network.service.AbstractHostedConnectionService
-
When set to true, all new connections will automatically have
hosting services attached to them by calling startHostingOnConnection().
- setAutoHost(boolean) - Method in class com.jme3.network.service.rmi.RmiHostedService
-
Set to true if all new connections should automatically have RMI hosting started.
- setAxes(Vector3f, Vector3f, Vector3f) - Method in class com.jme3.renderer.Camera
-
Sets the axes (left, up and direction) for this
camera.
- setAxes(Quaternion) - Method in class com.jme3.renderer.Camera
-
Uses a rotational matrix to set the axes of the
camera.
- setAxisDeadZone(float) - Method in class com.jme3.input.InputManager
-
Set the deadzone for joystick axes.
- setAxisMultiplier(float) - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVRInput
-
- setAxisMultiplier(float) - Method in class com.jme3.input.vr.oculus.OculusVRInput
-
- setAxisMultiplier(float) - Method in class com.jme3.input.vr.openvr.OpenVRInput
-
- setAxisMultiplier(float) - Method in class com.jme3.input.vr.osvr.OSVRInput
-
- setAxisMultiplier(float) - Method in interface com.jme3.input.vr.VRInputAPI
-
Set the controller axis multiplier.
- setAxisValue(JoystickAxis, float) - Method in class jme3test.input.TestJoystick.GamepadView
-
- setB(Vector3f) - Method in class com.jme3.math.Rectangle
-
setB
sets the second point of the rectangle.
- setBackGroundColor(ColorRGBA) - Method in class com.jme3.environment.EnvironmentCamera
-
Alter the background color of an initialized EnvironmentCamera.
- setBackgroundColor(ColorRGBA) - Method in class com.jme3.renderer.opengl.GLRenderer
-
- setBackgroundColor(ColorRGBA) - Method in interface com.jme3.renderer.Renderer
-
Sets the background (aka clear) color.
- setBackgroundColor(ColorRGBA) - Method in class com.jme3.renderer.ViewPort
-
Sets the background color.
- setBackgroundColor(ColorRGBA) - Method in class com.jme3.system.NullRenderer
-
- setBackgroundColors(ColorRGBA) - Method in class com.jme3.app.VRApplication
-
Deprecated.
Set the background color for both left and right view ports.
- setBackgroundColors(ColorRGBA) - Method in class com.jme3.app.VRAppState
-
Set the background color for both left and right view ports.
- setBase(int) - Method in class com.jme3.font.BitmapCharacterSet
-
- setBasis(Basis) - Method in class com.jme3.terrain.noise.basis.FilteredBasis
-
- setBatchHint(Spatial.BatchHint) - Method in class com.jme3.scene.Spatial
-
setBatchHint
alters how batching will treat this spatial.
- setBias(float) - Method in class com.jme3.post.ssao.SSAOFilter
-
Sets the width of the occlusion cone considered by the occludee default is 0.1f
- setBinding(UniformBinding) - Method in class com.jme3.shader.Uniform
-
- setBindingPose() - Method in class com.jme3.animation.Skeleton
-
Deprecated.
Saves the current skeleton state as its binding pose.
- setBindTransforms(Vector3f, Quaternion, Vector3f) - Method in class com.jme3.animation.Bone
-
Deprecated.
Sets the local bind transform of the bone.
- setBitsPerPixel(int) - Method in class com.jme3.system.AppSettings
-
Set the bits per pixel for the display.
- setBlendAction(BlendAction) - Method in interface com.jme3.anim.tween.action.BlendSpace
-
- setBlendAction(BlendAction) - Method in class com.jme3.anim.tween.action.LinearBlendSpace
-
- setBlendEquation(RenderState.BlendEquation) - Method in class com.jme3.material.RenderState
-
Set the blending equation for the color component (RGB).
- setBlendEquationAlpha(RenderState.BlendEquationAlpha) - Method in class com.jme3.material.RenderState
-
Set the blending equation for the alpha component.
- setBlendMode(RenderState.BlendMode) - Method in class com.jme3.material.RenderState
-
Set the blending mode.
- setBlendMode(BlendMode) - Method in class com.jme3.niftygui.RenderDeviceJme
-
- setBloomIntensity(float) - Method in class com.jme3.post.filters.BloomFilter
-
intensity of the bloom effect default is 2.0
- setBlue(float) - Method in class com.jme3.math.ColorRGBA
-
Sets the blue color to the specified value.
- setBlueArrow(Vector3f, Vector3f) - Method in class com.jme3.bullet.debug.DebugTools
-
Alter the location and extent of the blue arrow.
- setBlueExponent(float) - Method in class com.jme3.post.filters.ContrastAdjustmentFilter
-
Sets the power-law exponent for the blue channel.
- setBlueScale(float) - Method in class com.jme3.post.filters.ContrastAdjustmentFilter
-
Sets the output scale factor for the blue channel.
- setBlurScale(float) - Method in class com.jme3.post.filters.BloomFilter
-
sets The spread of the bloom default is 1.5f
- setBlurScale(float) - Method in class com.jme3.post.filters.DepthOfFieldFilter
-
Sets the blur amount by scaling the convolution filter up or
down.
- setBlurStart(float) - Method in class com.jme3.post.filters.LightScatteringFilter
-
sets the blur start
at which distance from the light source the effect starts default is 0.02
- setBlurThreshold(float) - Method in class com.jme3.post.filters.DepthOfFieldFilter
-
Sets the minimum blur factor before the convolution filter is
calculated.
- setBlurWidth(float) - Method in class com.jme3.post.filters.LightScatteringFilter
-
sets the blur width default is 0.9
- SetBool - Variable in class com.jme3.system.jopenvr.VR_IVRSettings_FnTable
-
C type : SetBool_callback*
- setBoolean(String, boolean) - Method in class com.jme3.material.Material
-
Pass a boolean to the material shader.
- setBottomLod(int) - Method in class com.jme3.terrain.geomipmap.UpdatedTerrainPatch
-
- setBounce(float) - Method in class com.jme3.bullet.joints.motors.RotationalLimitMotor
-
- setBound(BoundingVolume) - Method in class com.jme3.scene.Mesh
-
- setBoundRefresh() - Method in class com.jme3.scene.Spatial
-
Indicate that the bounding of this spatial has changed and that
a refresh is required.
- setBox(Rectangle) - Method in class com.jme3.font.BitmapText
-
Define area where bitmaptext will be rendered
- setBroadphaseType(PhysicsSpace.BroadphaseType) - Method in class com.jme3.bullet.BulletAppState
-
Alter the broadphase type the physics space will use.
- setBroadphaseType(PhysicsSpace.BroadphaseType) - Method in class com.jme3.bullet.PhysicsSpace
-
- setBuffer(VertexBuffer.Type, FloatBuffer) - Method in class com.jme3.scene.mesh.MorphTarget
-
- setBuffer(VertexBuffer) - Method in class com.jme3.scene.Mesh
-
- setBuffer(VertexBuffer.Type, int, VertexBuffer.Format, Buffer) - Method in class com.jme3.scene.Mesh
-
Creates a
VertexBuffer
for the mesh or modifies
the existing one per the parameters given.
- setBuffer(VertexBuffer.Type, int, FloatBuffer) - Method in class com.jme3.scene.Mesh
-
- setBuffer(VertexBuffer.Type, int, float[]) - Method in class com.jme3.scene.Mesh
-
- setBuffer(VertexBuffer.Type, int, IntBuffer) - Method in class com.jme3.scene.Mesh
-
- setBuffer(VertexBuffer.Type, int, int[]) - Method in class com.jme3.scene.Mesh
-
- setBuffer(VertexBuffer.Type, int, ShortBuffer) - Method in class com.jme3.scene.Mesh
-
- setBuffer(VertexBuffer.Type, int, byte[]) - Method in class com.jme3.scene.Mesh
-
- setBuffer(VertexBuffer.Type, int, ByteBuffer) - Method in class com.jme3.scene.Mesh
-
- setBuffer(VertexBuffer.Type, int, short[]) - Method in class com.jme3.scene.Mesh
-
- setBufferObject(BufferObject) - Method in class com.jme3.shader.ShaderBufferBlock
-
Set the new buffer object.
- setBufferType(BufferObject.BufferType) - Method in class com.jme3.shader.BufferObject
-
Sets the buffer's type.
- setButtonValue(JoystickButton, boolean) - Method in class jme3test.input.TestJoystick.GamepadView
-
- setButtonValue(String, boolean) - Method in class jme3test.input.TestJoystick.GamepadView
-
- setByCurrentMaterial - Variable in class com.jme3.shader.Uniform
-
Used to track which uniforms to clear to avoid
values leaking from other materials that use that shader.
- setC(Vector3f) - Method in class com.jme3.math.Rectangle
-
setC
sets the third point of the rectangle.
- setC(float) - Method in class com.jme3.terrain.noise.filter.ThermalErodeFilter
-
- setCaldera(float) - Method in class com.jme3.terrain.heightmap.ParticleDepositionHeightMap
-
setCaldera
sets the level at which a peak will be
inverted.
- setCam(Camera) - Method in class com.jme3.terrain.geomipmap.lodcalc.PerspectiveLodCalculator
-
- setCamera(Camera) - Method in class com.jme3.light.DefaultLightFilter
-
- setCamera(Camera) - Method in interface com.jme3.light.LightFilter
-
- setCamera(Camera) - Method in interface com.jme3.renderer.queue.GeometryComparator
-
Set the camera to use for sorting.
- setCamera(Camera) - Method in class com.jme3.renderer.queue.GeometryList
-
- setCamera(Camera) - Method in class com.jme3.renderer.queue.GuiComparator
-
- setCamera(Camera) - Method in class com.jme3.renderer.queue.NullComparator
-
- setCamera(Camera) - Method in class com.jme3.renderer.queue.OpaqueComparator
-
- setCamera(Camera) - Method in class com.jme3.renderer.queue.TransparentComparator
-
- setCamera(Camera, boolean) - Method in class com.jme3.renderer.RenderManager
-
Sets the camera to use for rendering.
- setCamera(Camera) - Method in class com.jme3.scene.CameraNode
-
- setCamera(Camera) - Method in class com.jme3.scene.control.CameraControl
-
- setCamera(Camera) - Method in class com.jme3.scene.debug.custom.ArmatureNode
-
- setCamera(Camera, Matrix4f, Matrix4f, Matrix4f) - Method in class com.jme3.shader.UniformBindingManager
-
- setCamera(Camera) - Method in class com.jme3.terrain.geomipmap.TerrainLodControl
-
- setCameraName(String) - Method in class com.jme3.cinematic.events.CameraEvent
-
- setCameras(List<Camera>) - Method in class com.jme3.terrain.geomipmap.TerrainLodControl
-
- setCastTime(float) - Method in class jme3test.input.combomoves.ComboMove
-
- setCausticsIntensity(float) - Method in class com.jme3.water.WaterFilter
-
Sets the intensity of caustics underwater.
- setCausticsTexture(Texture2D) - Method in class com.jme3.water.WaterFilter
-
Sets the texture to use to render caustics on the ground underwater.
- setCcdMotionThreshold(float) - Method in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
Alter the CcdMotionThreshold of all rigid bodies in the ragdoll.
- setCcdMotionThreshold(float) - Method in class com.jme3.bullet.objects.PhysicsCharacter
-
- setCcdMotionThreshold(float) - Method in class com.jme3.bullet.objects.PhysicsGhostObject
-
- setCcdMotionThreshold(float) - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
Sets the amount of motion that has to happen in one physics tick to trigger the continuous motion detection
This avoids the problem of fast objects moving through other objects, set to zero to disable (default)
- setCcdSweptSphereRadius(float) - Method in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
Alter the CcdSweptSphereRadius of all rigid bodies in the ragdoll.
- setCcdSweptSphereRadius(float) - Method in class com.jme3.bullet.objects.PhysicsCharacter
-
- setCcdSweptSphereRadius(float) - Method in class com.jme3.bullet.objects.PhysicsGhostObject
-
- setCcdSweptSphereRadius(float) - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
- setCenter(Vector3f) - Method in class com.jme3.bounding.BoundingVolume
-
- setCenter(float, float, float) - Method in class com.jme3.bounding.BoundingVolume
-
- setCenter(Vector3f) - Method in class com.jme3.effect.shapes.EmitterSphereShape
-
- setCenter(Vector3f) - Method in class com.jme3.light.OrientedBoxProbeArea
-
- setCenter(Vector3f) - Method in interface com.jme3.light.ProbeArea
-
- setCenter(Vector3f) - Method in class com.jme3.light.SphereProbeArea
-
- setCenter(Vector3f) - Method in class com.jme3.math.Ring
-
setCenter
sets the center of the ring.
- setCenter(Vector3f) - Method in class com.jme3.math.Triangle
-
Alter the stored centroid without affecting the stored normal or any
vertex locations.
- setCenter(Vector3f) - Method in class com.jme3.water.WaterFilter
-
Set the center of the effect.
- setCenterWindow(boolean) - Method in class com.jme3.system.AppSettings
-
Enables or disables the Center Window flag.
- setChannel(int) - Method in class com.jme3.audio.AudioNode
-
Do not use.
- setChannel(int) - Method in interface com.jme3.audio.AudioSource
-
Do not use.
- setChar(char) - Method in class com.jme3.font.BitmapCharacter
-
- setCharacters(String) - Method in class com.jme3.input.event.TouchEvent
-
- setCharSet(BitmapCharacterSet) - Method in class com.jme3.font.BitmapFont
-
- setChasingSensitivity(float) - Method in class com.jme3.input.ChaseCamera
-
Sets the chasing sensitivity, the lower the value the slower the camera will follow the target when it moves
default is 5
Only has an effect if smoothMotion is set to true and trailing is enabled
- setCheckPlane(int) - Method in class com.jme3.bounding.BoundingVolume
-
Sets the index of the plane that should be first checked during rendering.
- setCinematic(Cinematic) - Method in class com.jme3.cinematic.events.CameraEvent
-
- setCinematicEvents(List<CinematicEvent>) - Method in class com.jme3.cinematic.KeyFrame
-
- setClearColor(boolean) - Method in class com.jme3.renderer.ViewPort
-
Enables or disables clearing of the color buffer for this ViewPort.
- setClearDepth(boolean) - Method in class com.jme3.renderer.ViewPort
-
Enables or disables clearing of the depth buffer for this ViewPort.
- setClearFlags(boolean, boolean, boolean) - Method in class com.jme3.renderer.ViewPort
-
Sets the clear flags (color, depth, stencil) in one call.
- setClearStencil(boolean) - Method in class com.jme3.renderer.ViewPort
-
Enables or disables clearing of the stencil buffer for this ViewPort.
- setClipPlane(Plane, Plane.Side) - Method in class com.jme3.renderer.Camera
-
Sets a clipPlane for this camera.
- setClipPlane(Plane) - Method in class com.jme3.renderer.Camera
-
Sets a clipPlane for this camera.
- setClipRect(int, int, int, int) - Method in class com.jme3.renderer.opengl.GLRenderer
-
- setClipRect(int, int, int, int) - Method in interface com.jme3.renderer.Renderer
-
Specifies a clipping rectangle.
- setClipRect(int, int, int, int) - Method in class com.jme3.system.NullRenderer
-
- setClonedValue(T, T) - Method in class com.jme3.util.clone.Cloner
-
Forces an object to be added to the indexing cache such that attempts
to clone the 'original' will always result in the 'clone' being returned.
- setCloneFunction(Class<T>, CloneFunction<T>) - Method in class com.jme3.util.clone.Cloner
-
Sets a custom CloneFunction for implementations of the specified Java type.
- setCollectTransformDelegate(BlendableAction) - Method in class com.jme3.anim.tween.action.BlendableAction
-
- setCollideWithGroups(int) - Method in class com.jme3.bullet.collision.PhysicsCollisionObject
-
Directly set the bitmask for collision groups that this object collides with.
- setCollisionBetweenLinkedBodys(boolean) - Method in class com.jme3.bullet.joints.PhysicsJoint
-
toggles collisions between linked bodies
joint has to be removed from and added to PhysicsSpace to apply this.
- setCollisionGroup(int) - Method in class com.jme3.bullet.collision.PhysicsCollisionObject
-
Sets the collision group number for this physics object.
- setCollisionShape(CollisionShape) - Method in class com.jme3.bullet.collision.PhysicsCollisionObject
-
Sets a CollisionShape to this physics object, note that the object should
not be in the physics space when adding a new collision shape as it is rebuilt
on the physics side.
- setCollisionShape(CollisionShape) - Method in class com.jme3.bullet.objects.PhysicsCharacter
-
- setCollisionShape(CollisionShape) - Method in class com.jme3.bullet.objects.PhysicsGhostObject
-
- setCollisionShape(CollisionShape) - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
- setColor(BitmapText, double, double, boolean, boolean) - Method in class com.jme3.app.DetailedProfilerState
-
- setColor(ColorRGBA) - Method in class com.jme3.font.BitmapText
-
changes text color.
- setColor(int, int, ColorRGBA) - Method in class com.jme3.font.BitmapText
-
Set the color of substring.
- setColor(String, ColorRGBA) - Method in class com.jme3.font.BitmapText
-
Set the color of substring.
- setColor(ColorRGBA) - Method in class com.jme3.light.Light
-
Sets the light color.
- setColor(String, ColorRGBA) - Method in class com.jme3.material.Material
-
Pass a Color to the material shader.
- setColor(ColorRGBA) - Method in class com.jme3.post.filters.ColorOverlayFilter
-
sets the color
- setColorBuffer(Image.Format) - Method in class com.jme3.texture.FrameBuffer
-
- setColorExtinction(Vector3f) - Method in class com.jme3.water.WaterFilter
-
Return at what depth the refraction color extinct
the first value is for red
the second is for green
the third is for blue
Play with those parameters to "trouble" the water
default is (5.0, 20.0, 30.0f);
- setColorInfluenceLine(float) - Method in class com.jme3.post.filters.CrossHatchFilter
-
Sets color influence of original image on lines drawn
- setColorInfluencePaper(float) - Method in class com.jme3.post.filters.CrossHatchFilter
-
Sets color influence of original image on non-line areas
- setColorSpace(ColorSpace) - Method in class com.jme3.material.MatParamTexture
-
Set to
ColorSpace.Linear
if the texture color space has to be forced to linear
instead of sRGB
- setColorSpace(ColorSpace) - Method in class com.jme3.texture.Image
-
image loader is responsible for setting this attribute based on the color
space in which the image has been encoded with.
- setColorTexture(Texture2D) - Method in class com.jme3.texture.FrameBuffer
-
- setColorTexture(TextureArray, int) - Method in class com.jme3.texture.FrameBuffer
-
- setColorTexture(TextureCubeMap, TextureCubeMap.Face) - Method in class com.jme3.texture.FrameBuffer
-
- setColorWrite(boolean) - Method in class com.jme3.material.RenderState
-
Enable writing color.
- setColumn(int, Vector3f) - Method in class com.jme3.math.Matrix3f
-
setColumn
sets a particular column of this matrix to that
represented by the provided vector.
- setColumn(int, float[]) - Method in class com.jme3.math.Matrix4f
-
Load the specified column from the specified array.
- setComparator(GeometryComparator) - Method in class com.jme3.renderer.queue.GeometryList
-
- setCompareMode(PssmShadowRenderer.CompareMode) - Method in class com.jme3.shadow.PssmShadowFilter
-
Deprecated.
sets the shadow compare mode see
CompareMode
for more info
- setCompareMode(PssmShadowRenderer.CompareMode) - Method in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
sets the shadow compare mode see
CompareMode
for more info
- setComponent(Component) - Method in class com.jme3.app.state.AWTComponentAppState
-
Set the AWT component that is used as rendering output.
- setCompositeTexture(Texture2D) - Method in class com.jme3.post.filters.ComposeFilter
-
sets the compositeTexture
- setCondition(String) - Method in class com.jme3.shader.ShaderNode
-
Sets the condition.
- setCondition(String) - Method in class com.jme3.shader.ShaderNodeVariable
-
sets the condition
- setCondition(String) - Method in class com.jme3.shader.VariableMapping
-
Sets the condition.
- setConstant(float) - Method in class com.jme3.math.Plane
-
setConstant
sets the constant value that helps define the
plane.
- setConstructor(Callable<ExecutorService>) - Static method in class com.jme3.terrain.executor.TerrainExecutorService
-
Set a new constructor of executor service to provide other implementation.
- setConsumed() - Method in class com.jme3.input.event.InputEvent
-
Call to mark this input event as consumed, meaning it is no longer valid
and should not be forwarded to input listeners.
- setContactNormal(Vector3f) - Method in class com.jme3.collision.CollisionResult
-
- setContactPoint(Vector3f) - Method in class com.jme3.collision.CollisionResult
-
- setContactResponse(boolean) - Method in class com.jme3.bullet.objects.PhysicsCharacter
-
Enable/disable this body's contact response.
- setContactResponse(boolean) - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
Enable/disable this body's contact response.
- setContactResponseSubtree(PhysicsLink, boolean) - Method in class com.jme3.bullet.animation.DynamicAnimControl
-
Alter the contact-response setting of the specified link and all its
descendants.
- setControlDir(CameraControl.ControlDirection) - Method in class com.jme3.scene.CameraNode
-
- setControlDir(CameraControl.ControlDirection) - Method in class com.jme3.scene.control.CameraControl
-
- setControlDir(LightControl.ControlDirection) - Method in class com.jme3.scene.control.LightControl
-
- setControlDir(LightControl.ControlDirection) - Method in class com.jme3.scene.LightNode
-
Deprecated.
- setCShape(CollisionShape) - Method in class com.jme3.bullet.collision.shapes.CollisionShape
-
used internally
- setCullHint(Spatial.CullHint) - Method in class com.jme3.scene.Spatial
-
setCullHint
alters how view frustum culling will treat this
spatial.
- setCurRawValue(float) - Method in class com.jme3.input.android.AndroidSensorJoyInput.AndroidSensorJoystickAxis
-
- setCurrentAction(String) - Method in class com.jme3.anim.AnimComposer
-
Run an action on the default layer.
- setCurrentAction(String, String) - Method in class com.jme3.anim.AnimComposer
-
Run an action on specified layer.
- setCurrentAction(Action) - Method in class com.jme3.anim.AnimLayer
-
Runs the specified Action, starting from time = 0.
- setCurrentValue(float) - Method in class com.jme3.cinematic.events.MotionEvent
-
This method is meant to be called by the motion path only.
- setCurrentVolume(float) - Method in class com.jme3.audio.android.AndroidAudioData
-
- setCurrentWayPoint(int) - Method in class com.jme3.cinematic.events.MotionEvent
-
This method is meant to be called by the motion path only.
- setCursorPosition(int, int) - Method in class com.jme3.input.lwjgl.GlfwMouseInputVR
-
Set the position of the cursor on the display.
- setCursorVisible(boolean) - Method in class com.jme3.input.awt.AwtMouseInput
-
- setCursorVisible(boolean) - Method in class com.jme3.input.AWTMouseInput
-
- setCursorVisible(boolean) - Method in class com.jme3.input.dummy.DummyMouseInput
-
- setCursorVisible(boolean) - Method in class com.jme3.input.InputManager
-
Set whether the mouse cursor should be visible or not.
- setCursorVisible(boolean) - Method in class com.jme3.input.lwjgl.GlfwMouseInput
-
- setCursorVisible(boolean) - Method in class com.jme3.input.lwjgl.GlfwMouseInputVR
-
- setCursorVisible(boolean) - Method in class com.jme3.input.lwjgl.LwjglMouseInput
-
- setCursorVisible(boolean) - Method in interface com.jme3.input.MouseInput
-
Set whether the mouse cursor should be visible or not.
- setCurvedSurface(boolean) - Method in class com.jme3.util.VRGuiManager
-
Set if the GUI has to use curved surface.
- setCurveTension(float) - Method in class com.jme3.cinematic.MotionPath
-
sets the tension of the curve (only for catmull rom) 0.0 will give a linear curve, 1.0 a round curve
- setCurveTension(float) - Method in class com.jme3.math.Spline
-
sets the curve tension
- setCustomBlendFactors(RenderState.BlendFunc, RenderState.BlendFunc, RenderState.BlendFunc, RenderState.BlendFunc) - Method in class com.jme3.material.RenderState
-
Sets the blend factors used for the source and destination color.
- setCustomExtractionFolder(String) - Static method in class com.jme3.system.NativeLibraryLoader
-
Specify a custom location where native libraries should
be extracted to.
- setCustomRenderer(Class<? extends JmeContext>) - Method in class com.jme3.system.AppSettings
-
Set a custom graphics renderer to use.
- setCycle(boolean) - Method in class com.jme3.cinematic.MotionPath
-
Sets the path to be a cycle
- setCycle(boolean) - Method in class com.jme3.math.Spline
-
set to true to make the spline cycle
- setDamping(float) - Method in class com.jme3.bullet.animation.DacConfiguration
-
Alter the viscous damping ratio for new rigid bodies.
- setDamping(float) - Method in class com.jme3.bullet.animation.DacLinks
-
Alter the viscous damping ratio for all rigid bodies, including new ones.
- setDamping(float) - Method in class com.jme3.bullet.joints.motors.RotationalLimitMotor
-
- setDamping(float) - Method in class com.jme3.bullet.joints.motors.TranslationalLimitMotor
-
- setDamping(float) - Method in class com.jme3.bullet.joints.Point2PointJoint
-
- setDamping(float, float) - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
- setDampingDirAng(float) - Method in class com.jme3.bullet.joints.SliderJoint
-
- setDampingDirLin(float) - Method in class com.jme3.bullet.joints.SliderJoint
-
- setDampingLimAng(float) - Method in class com.jme3.bullet.joints.SliderJoint
-
- setDampingLimLin(float) - Method in class com.jme3.bullet.joints.SliderJoint
-
- setDampingOrthoAng(float) - Method in class com.jme3.bullet.joints.SliderJoint
-
- setDampingOrthoLin(float) - Method in class com.jme3.bullet.joints.SliderJoint
-
- setDarkenBehind(boolean) - Method in class com.jme3.app.StatsAppState
-
- SetDashboardOverlaySceneProcess - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : SetDashboardOverlaySceneProcess_callback*
- setData(CompactArray<T>) - Method in class com.jme3.anim.interpolator.FrameInterpolator.TrackDataReader
-
- setData(float[]) - Method in class com.jme3.anim.interpolator.FrameInterpolator.TrackTimeReader
-
- setData(ArrayList<ByteBuffer>) - Method in class com.jme3.texture.Image
-
setData
sets the data that makes up the image.
- setData(ByteBuffer) - Method in class com.jme3.texture.Image
-
setData
sets the data that makes up the image.
- setData(int, ByteBuffer) - Method in class com.jme3.texture.Image
-
- setDeadZone(float) - Method in class com.jme3.input.DefaultJoystickAxis
-
Sets/overrides the dead zone for this axis.
- setDebug(boolean) - Method in class com.jme3.water.SimpleWaterProcessor
-
set to true to display reflection and refraction textures in the GUI for debug purpose
- setDebugEnabled(boolean) - Method in class com.jme3.bullet.BulletAppState
-
Alter whether debug visualization is enabled.
- setDebugNode(Node) - Method in class com.jme3.scene.debug.custom.ArmatureDebugAppState
-
- setDebugUnfocus(boolean) - Method in class com.jme3.post.filters.DepthOfFieldFilter
-
Turns on/off debugging of the 'unfocus' value that is used to
mix the convolution filter.
- setDecayHfLimit(boolean) - Method in class com.jme3.audio.Environment
-
- setDecayHFRatio(float) - Method in class com.jme3.audio.Environment
-
- setDecayTime(float) - Method in class com.jme3.audio.Environment
-
- setDeepWaterColor(ColorRGBA) - Method in class com.jme3.water.WaterFilter
-
sets the deep water color
see setWaterColor for general color
default is (0.0039f, 0.00196f, 0.145f,1.0f) (very dark blue)
- setDefaultAnisotropicFilter(int) - Method in class com.jme3.renderer.opengl.GLRenderer
-
- setDefaultAnisotropicFilter(int) - Method in interface com.jme3.renderer.Renderer
-
Sets the default anisotropic filter level for textures.
- setDefaultAnisotropicFilter(int) - Method in class com.jme3.system.NullRenderer
-
- SetDefaultApplicationForMimeType - Variable in class com.jme3.system.jopenvr.VR_IVRApplications_FnTable
-
C type : SetDefaultApplicationForMimeType_callback*
- setDefaultAspect(float) - Method in class com.jme3.app.VREnvironment
-
Set the default aspect ratio.
- setDefaultDistance(float) - Method in class com.jme3.app.ChaseCameraAppState
-
Sets the default distance at start of application
- setDefaultDistance(float) - Method in class com.jme3.input.ChaseCamera
-
Sets the default distance at start of application
- setDefaultFOV(float) - Method in class com.jme3.app.VREnvironment
-
Set the default Field Of View (FOV) value.
- setDefaultHorizontalRotation(float) - Method in class com.jme3.app.ChaseCameraAppState
-
sets the default horizontal rotation in radian of the camera at start of
the application
- setDefaultHorizontalRotation(float) - Method in class com.jme3.input.ChaseCamera
-
sets the default horizontal rotation in radian of the camera at start of the application
- setDefaultMargin(float) - Static method in class com.jme3.bullet.collision.shapes.CollisionShape
-
Alter the default margin for new shapes.
- setDefaultValue(String) - Method in class com.jme3.shader.ShaderNodeVariable
-
Sets the default value of this variable.
- setDefaultVerticalRotation(float) - Method in class com.jme3.app.ChaseCameraAppState
-
sets the default vertical rotation in radian of the camera at start of
the application
- setDefaultVerticalRotation(float) - Method in class com.jme3.input.ChaseCamera
-
sets the default vertical rotation in radian of the camera at start of the application
- setDefines(String) - Method in class com.jme3.shader.Shader.ShaderSource
-
- setDefinition(ShaderNodeDefinition) - Method in class com.jme3.shader.ShaderNode
-
Sets the shader node definition.
- setDeltaScaleSpan(float) - Method in class com.jme3.input.event.TouchEvent
-
- setDensity(float) - Method in class com.jme3.audio.Environment
-
- setDepth(int) - Method in class com.jme3.texture.Image
-
setDepth
sets the depth value of the image.
- setDepthBits(int) - Method in class com.jme3.system.AppSettings
-
Sets the number of depth bits to use.
- setDepthBuffer(Image.Format) - Method in class com.jme3.texture.FrameBuffer
-
- setDepthFunc(RenderState.TestFunction) - Method in class com.jme3.material.RenderState
-
Set the depth comparison function to the given TestFunction
default is LessOrEqual (GL_LEQUAL)
- setDepthRange(float, float) - Method in class com.jme3.renderer.opengl.GLRenderer
-
\
|* Render State *|
\
- setDepthRange(float, float) - Method in interface com.jme3.renderer.Renderer
-
Sets the range of the depth values for objects.
- setDepthRange(float, float) - Method in class com.jme3.system.NullRenderer
-
- setDepthSensitivity(float) - Method in class com.jme3.post.filters.CartoonEdgeFilter
-
sets the depth sensitivity
defines how much depth will influence edges, default is 10
- setDepthTarget(FrameBuffer.FrameBufferBufferTarget) - Method in class com.jme3.texture.FrameBuffer
-
- setDepthTarget(FrameBuffer.FrameBufferTextureTarget) - Method in class com.jme3.texture.FrameBuffer
-
- setDepthTest(boolean) - Method in class com.jme3.material.RenderState
-
Enable depth testing.
- setDepthTexture(Texture) - Method in class com.jme3.post.Filter
-
Override if you want to do something special with the depth texture;
- setDepthTexture(Texture) - Method in class com.jme3.post.filters.TranslucentBucketFilter
-
- setDepthTexture(Texture2D) - Method in class com.jme3.texture.FrameBuffer
-
- setDepthTexture(TextureArray, int) - Method in class com.jme3.texture.FrameBuffer
-
- setDepthThreshold(float) - Method in class com.jme3.post.filters.CartoonEdgeFilter
-
sets the depth threshold
Defines at what threshold of difference of depth an edge is outlined default is 0.1f
- setDepthWrite(boolean) - Method in class com.jme3.material.RenderState
-
Enable depth writing.
- setDestination(Component) - Method in class com.jme3.system.AWTFrameProcessor
-
Sets the destination.
- setDestructionPolicy(JmeSurfaceView.DestructionPolicy) - Method in class com.jme3.app.jmeSurfaceView.JmeSurfaceView
-
- setDiffusion(float) - Method in class com.jme3.audio.Environment
-
- setDirection(Vector3f) - Method in class com.jme3.audio.AudioNode
-
Set the direction of this audio node.
- setDirection(Vector3f) - Method in class com.jme3.cinematic.events.MotionEvent
-
Sets the direction of the spatial, using the Y axis as the up vector.
- setDirection(Vector3f, Vector3f) - Method in class com.jme3.cinematic.events.MotionEvent
-
Sets the direction of the spatial with the given up vector.
- setDirection(Vector3f) - Method in class com.jme3.light.DirectionalLight
-
Sets the direction of the light.
- setDirection(Vector3f) - Method in class com.jme3.light.SpotLight
-
- setDirection(Vector3f) - Method in class com.jme3.math.Line
-
setDirection
sets the direction of the line.
- setDirection(Vector3f) - Method in class com.jme3.math.LineSegment
-
Alter the direction of this segment.
- setDirection(Vector3f) - Method in class com.jme3.math.Ray
-
setDirection
sets the direction vector of the ray.
- setDirection(Vector3f) - Method in class com.jme3.shadow.BasicShadowRenderer
-
Deprecated.
sets the light direction to use to compute shadows
- setDirection(Vector3f) - Method in class com.jme3.shadow.PssmShadowFilter
-
Deprecated.
Sets the light direction to use to compute shadows
- setDirection(Vector3f) - Method in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
Sets the light direction to use to compute shadows
- setDirectional(boolean) - Method in class com.jme3.audio.AudioNode
-
Set the audio node to be directional.
- setDirectionType(MotionEvent.Direction) - Method in class com.jme3.cinematic.events.MotionEvent
-
Sets the direction type of the target.
- setDirtyMorph(boolean) - Method in class com.jme3.scene.Geometry
-
Setting this to true will stop this geometry morph buffer to be updated,
unless the morph state changes
- setDisplayFps(boolean) - Method in class com.jme3.app.SimpleApplication
-
- setDisplayFps(boolean) - Method in class com.jme3.app.StatsAppState
-
- setDisplayStatView(boolean) - Method in class com.jme3.app.SimpleApplication
-
- setDisplayStatView(boolean) - Method in class com.jme3.app.StatsAppState
-
- SetDisplayVisibility - Variable in class com.jme3.system.jopenvr.VR_IVRSystem_FnTable
-
C type : SetDisplayVisibility_callback*
- setDistance(float) - Method in class com.jme3.collision.CollisionResult
-
- setDistance(float) - Method in class com.jme3.post.CartoonSSAO
-
Set the distance of the material.
- setDistortionMix(float) - Method in class com.jme3.water.SimpleWaterProcessor
-
Sets how the normal and dudv map are mixed to create the wave effect, default = 0.5
- setDistortionScale(float) - Method in class com.jme3.water.SimpleWaterProcessor
-
Sets the scale of distortion by the normal map, default = 0.2
- setDistTolerance(float) - Method in class com.jme3.scene.control.LodControl
-
Specifies the distance tolerance for changing the LOD level on the
geometry.
- setDocumentation(String) - Method in class com.jme3.shader.ShaderNodeDefinition
-
sets the documentation
- setDownRotateOnCloseViewOnly(boolean) - Method in class com.jme3.input.ChaseCamera
-
- setDownsampling(float) - Method in class com.jme3.post.CartoonSSAO
-
Set the down sampling value.
- setDownSamplingFactor(float) - Method in class com.jme3.post.filters.BloomFilter
-
Sets the downSampling factor : the size of the computed texture will be divided by this factor.
- setDragToRotate(boolean) - Method in class com.jme3.app.ChaseCameraAppState
-
- setDragToRotate(boolean) - Method in class com.jme3.input.ChaseCamera
-
- setDragToRotate(boolean) - Method in class com.jme3.input.FlyByCamera
-
Enable or disable drag-to-rotate mode.
- setDryFilter(Filter) - Method in class com.jme3.audio.AudioNode
-
Set the dry filter to use for this audio node.
- setDucked(boolean) - Method in class com.jme3.bullet.control.BetterCharacterControl
-
Toggle character ducking.
- setDuckedFactor(float) - Method in class com.jme3.bullet.control.BetterCharacterControl
-
Alter the height multiplier for ducking.
- setDuration(float) - Method in class com.jme3.post.filters.FadeFilter
-
Sets the duration of the filter default is 1 second
- setDynamic(Vector3f) - Method in class com.jme3.bullet.animation.BoneLink
-
Immediately put this link into dynamic mode and update the range of
motion of its joint.
- setDynamic(Vector3f) - Method in class com.jme3.bullet.animation.PhysicsLink
-
Immediately put this link into dynamic mode.
- setDynamic() - Method in class com.jme3.scene.Mesh
-
Indicates to the GPU that this mesh will be modified occasionally (a hint).
- setDynamicChain(PhysicsLink, int, Vector3f) - Method in class com.jme3.bullet.animation.DynamicAnimControl
-
Immediately put the specified link and all its ancestors (excluding the
torso) into dynamic mode.
- setDynamicSubtree(PhysicsLink, Vector3f) - Method in class com.jme3.bullet.animation.DynamicAnimControl
-
Immediately put the specified link and all its descendants into dynamic
mode.
- setEdgeColor(ColorRGBA) - Method in class com.jme3.post.filters.CartoonEdgeFilter
-
Sets the edge color, default is black
- setEdgeFilteringMode(EdgeFilteringMode) - Method in class com.jme3.shadow.AbstractShadowFilter
-
- setEdgeFilteringMode(EdgeFilteringMode) - Method in class com.jme3.shadow.AbstractShadowFilterVR
-
- setEdgeFilteringMode(EdgeFilteringMode) - Method in class com.jme3.shadow.AbstractShadowRenderer
-
Sets the filtering mode for shadow edges.
- setEdgeFilteringMode(EdgeFilteringMode) - Method in class com.jme3.shadow.AbstractShadowRendererVR
-
Sets the filtering mode for shadow edges.
- setEdgeIntensity(float) - Method in class com.jme3.post.filters.CartoonEdgeFilter
-
sets the edge intensity
Defines how visible the outlined edges will be
- setEdgesThickness(int) - Method in class com.jme3.shadow.AbstractShadowFilter
-
Sets the shadow edges thickness.
- setEdgesThickness(int) - Method in class com.jme3.shadow.AbstractShadowFilterVR
-
Sets the shadow edge thickness.
- setEdgesThickness(int) - Method in class com.jme3.shadow.AbstractShadowRenderer
-
Sets the shadow edges thickness.
- setEdgesThickness(int) - Method in class com.jme3.shadow.AbstractShadowRendererVR
-
Sets the shadow edge thickness.
- setEdgesThickness(int) - Method in class com.jme3.shadow.PssmShadowFilter
-
Deprecated.
Sets the shadow edges thickness.
- setEdgesThickness(int) - Method in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
Sets the shadow edges thickness.
- setEdgeWidth(float) - Method in class com.jme3.post.filters.CartoonEdgeFilter
-
sets the width of the edge in pixels default is 1
- setEffect(float) - Method in class com.jme3.terrain.noise.filter.SmoothFilter
-
- setEglAlphaBits(int) - Method in class com.jme3.app.jmeSurfaceView.JmeSurfaceView
-
Sets the memory representing the alpha of embedded gl in bits.
- setEglBitsPerPixel(int) - Method in class com.jme3.app.jmeSurfaceView.JmeSurfaceView
-
Sets the memory representing each pixel in bits.
- setEglDepthBits(int) - Method in class com.jme3.app.jmeSurfaceView.JmeSurfaceView
-
Sets the EGL depth in bits.
- setEglSamples(int) - Method in class com.jme3.app.jmeSurfaceView.JmeSurfaceView
-
Sets the number of samples to use for multi-sampling.
- setEglStencilBits(int) - Method in class com.jme3.app.jmeSurfaceView.JmeSurfaceView
-
Sets the number of stencil buffer bits.
- setElementComponent(int, int, Object) - Method in class com.jme3.scene.VertexBuffer
-
Modify a component inside an element.
- setElementLengths(int[]) - Method in class com.jme3.scene.Mesh
-
- setEllipsisChar(char) - Method in class com.jme3.font.BitmapText
-
for setLineWrapType(LineWrapType.NoWrap),
set the last character when the text exceeds the bound.
- setEmitter(ParticleEmitter) - Method in class com.jme3.animation.EffectTrack
-
Deprecated.
Sets the Emitter to use in this track
- setEmulateKeyBoard(boolean) - Method in class com.jme3.app.jmeSurfaceView.JmeSurfaceView
-
Enables keyboard interfacing.
- setEmulateKeyboard(boolean) - Method in class com.jme3.system.AppSettings
-
Enable or disable keyboard emulation on touchscreen based devices.
- setEmulateMouse(boolean) - Method in class com.jme3.app.jmeSurfaceView.JmeSurfaceView
-
enables mouse interfacing.
- setEmulateMouse(boolean) - Method in class com.jme3.system.AppSettings
-
Enable or disable mouse emulation on touchscreen based devices.
- setEmulateMouseFlipAxis(boolean, boolean) - Method in class com.jme3.system.AppSettings
-
Specify if the X or Y (or both) axes should be flipped for emulated mouse.
- setEnabled(boolean) - Method in class com.jme3.app.FlyCamAppState
-
- setEnabled(boolean) - Method in class com.jme3.app.state.AbstractAppState
-
- setEnabled(boolean) - Method in interface com.jme3.app.state.AppState
-
Enable or disable the functionality of the AppState
.
- setEnabled(boolean) - Method in class com.jme3.app.state.AWTComponentAppState
-
- setEnabled(boolean) - Method in class com.jme3.app.state.BaseAppState
-
- setEnabled(boolean) - Method in class com.jme3.app.StatsAppState
-
- setEnabled(boolean) - Method in class com.jme3.app.StatsView
-
- setEnabled(boolean) - Method in class com.jme3.bullet.control.AbstractPhysicsControl
-
Enable or disable this control.
- setEnabled(boolean) - Method in class com.jme3.bullet.control.CharacterControl
-
- setEnabled(boolean) - Method in class com.jme3.bullet.control.GhostControl
-
Enable or disable this control.
- setEnabled(boolean) - Method in interface com.jme3.bullet.control.PhysicsControl
-
Enable or disable this control.
- setEnabled(boolean) - Method in class com.jme3.bullet.control.RigidBodyControl
-
Enable or disable this control.
- setEnabled(boolean) - Method in class com.jme3.bullet.control.VehicleControl
-
Enable or disable this control.
- setEnabled(boolean) - Method in class com.jme3.cinematic.Cinematic
-
passing true has the same effect as play() you should use play(),
pause(), stop() to handle the cinematic playing state.
- setEnabled(boolean) - Method in class com.jme3.cinematic.events.MotionEvent
-
- setEnabled(boolean) - Method in class com.jme3.effect.ParticleEmitter.ParticleEmitterControl
-
- setEnabled(boolean) - Method in class com.jme3.effect.ParticleEmitter
-
Set to enable or disable the particle emitter
- setEnabled(boolean) - Method in class com.jme3.input.ChaseCamera
-
Enable or disable the camera
- setEnabled(boolean) - Method in class com.jme3.input.FlyByCamera
-
Enable or disable this controller.
- setEnabled(boolean) - Method in class com.jme3.light.Light
-
Set to false in order to disable a light and have it filtered out from being included in rendering.
- setEnabled(boolean) - Method in class com.jme3.material.MatParamOverride
-
Enable or disable this MatParamOverride
.
- setEnabled(boolean) - Method in class com.jme3.post.Filter
-
Enable or disable this filter
- setEnabled(boolean) - Method in class com.jme3.post.filters.TranslucentBucketFilter
-
- setEnabled(boolean) - Method in class com.jme3.renderer.Statistics
-
Enables or disables updates.
- setEnabled(boolean) - Method in class com.jme3.renderer.ViewPort
-
Enables or disables this ViewPort.
- setEnabled(boolean) - Method in class com.jme3.scene.CameraNode
-
- setEnabled(boolean) - Method in class com.jme3.scene.control.AbstractControl
-
- setEnabled(boolean) - Method in class com.jme3.scene.LightNode
-
Deprecated.
Enable or disable the LightNode
functionality.
- setEnabled(boolean) - Method in class com.jme3.system.AWTFrameProcessor
-
- setEnabled(boolean) - Method in class com.jme3.terrain.geomipmap.TerrainLodControl
-
- setEnabled(boolean) - Method in class com.jme3.terrain.noise.filter.AbstractFilter
-
- setEnabled(boolean) - Method in class jme3test.bullet.PhysicsHoverControl
-
- setEnabledStabilization(boolean) - Method in class com.jme3.shadow.DirectionalLightShadowFilter
-
Enables the stabilization of the shadow's edges.
- setEnabledStabilization(boolean) - Method in class com.jme3.shadow.DirectionalLightShadowFilterVR
-
Enables the stabilization of the shadow's edges.
- setEnabledStabilization(boolean) - Method in class com.jme3.shadow.DirectionalLightShadowRenderer
-
Enables the stabilization of the shadow's edges.
- setEnabledStabilization(boolean) - Method in class com.jme3.shadow.DirectionalLightShadowRendererVR
-
Enables the stabilization of the shadow's edges.
- setEnableMotor(boolean) - Method in class com.jme3.bullet.joints.motors.RotationalLimitMotor
-
- setEncoding(String) - Method in class com.jme3.export.xml.DOMSerializer
-
Set the encoding used by this serializer.
- setEnd(int) - Method in class com.jme3.environment.generation.RunnableWithProgress
-
set the end step value of the process.
- setEndColor(ColorRGBA) - Method in class com.jme3.effect.ParticleEmitter
-
Set the end color of the particles spawned.
- setEndSize(float) - Method in class com.jme3.effect.ParticleEmitter
-
Set the end size of the particles spawned.
- setEnvironment(Environment) - Method in interface com.jme3.audio.AudioRenderer
-
Sets the environment, used for reverb effects.
- setEnvironment(Environment) - Method in class com.jme3.audio.openal.ALAudioRenderer
-
- setERP(float) - Method in class com.jme3.bullet.joints.motors.RotationalLimitMotor
-
- setErrorType(ConstantVerifierState.ErrorType) - Method in class com.jme3.app.state.ConstantVerifierState
-
- setEventDispatchImpulseThreshold(float) - Method in class com.jme3.bullet.animation.DacConfiguration
-
Alter the event-dispatch impulse threshold of this control.
- setEventDispatchImpulseThreshold(float) - Method in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
Alter the ragdoll's event-dispatch impulse threshold.
- setExitOnEscPressed(boolean) - Method in class com.jme3.app.jmeSurfaceView.JmeSurfaceView
-
Determines whether the system would exit on pressing the keyboard esc button.
- SetExplicitTimingMode - Variable in class com.jme3.system.jopenvr.VR_IVRCompositor_FnTable
-
C type : SetExplicitTimingMode_callback*
- setExplosionRadius(float) - Method in class jme3test.bullet.BombControl
-
- setExponents(float, float, float) - Method in class com.jme3.post.filters.ContrastAdjustmentFilter
-
Sets the power-law exponent for each color channel.
- setExposure(float) - Method in class com.jme3.post.HDRRenderer
-
Deprecated.
- setExposureCutOff(float) - Method in class com.jme3.post.filters.BloomFilter
-
Define the color threshold on which the bloom will be applied (0.0 to 1.0)
- setExposurePower(float) - Method in class com.jme3.post.filters.BloomFilter
-
defines how many times the bloom extracted color will be multiplied by itself.
- setExtent(Vector3f) - Method in class com.jme3.light.OrientedBoxProbeArea
-
- setExtent(float) - Method in class com.jme3.math.LineSegment
-
Alter the extent of this segment.
- setExtrasLoader(ExtrasLoader) - Method in class com.jme3.scene.plugins.gltf.GltfModelKey
-
Sets the ExtrasLoader for reading any extra information from the gltf file.
- setFaceCullMode(RenderState.FaceCullMode) - Method in class com.jme3.material.RenderState
-
Set the face culling mode.
- setFaceNormal(Vector3f) - Method in class com.jme3.effect.ParticleEmitter
-
Sets the normal which particles are facing.
- setFacingVelocity(boolean) - Method in class com.jme3.effect.ParticleEmitter
-
Set to true if particles spawned should face
their velocity (or direction to which they are moving towards).
- setFactors(float, float) - Method in class com.jme3.terrain.heightmap.CombinerHeightMap
-
setFactors
sets the distribution of heightmaps.
- setFallbackMorphTarget(MorphTarget) - Method in class com.jme3.scene.Geometry
-
- setFallSpeed(float) - Method in class com.jme3.bullet.objects.PhysicsCharacter
-
- setFaultShape(int) - Method in class com.jme3.terrain.heightmap.FaultHeightMap
-
- setFaultType(int) - Method in class com.jme3.terrain.heightmap.FaultHeightMap
-
- setFieldValue(String, Object) - Method in class com.jme3.shader.BufferObject
-
Sets the value to the filed by the field's name.
- setFile(File) - Method in class com.jme3.app.state.VideoRecorderAppState
-
- setFileName(String) - Method in class com.jme3.app.state.ScreenshotAppState
-
Set the file name of the screenshot.
- setFilename(String) - Method in class com.jme3.terrain.heightmap.RawHeightMap
-
setFilename
sets the file to use for the RAW data.
- setFilePath(String) - Method in class com.jme3.app.state.ScreenshotAppState
-
Set the file path to store the screenshot.
- setFillValue(float) - Method in class com.jme3.post.filters.CrossHatchFilter
-
Sets line/paper color ratio for areas with values less than luminance5,
really dark areas get no lines but a filled blob instead
- setFilter(BulletDebugAppState.DebugAppStateFilter) - Method in class com.jme3.bullet.debug.BulletDebugAppState
-
Alter which objects are visualized.
- setFilter(Filter) - Method in class com.jme3.terrain.noise.filter.IterativeFilter
-
- setFilterMode(PssmShadowRenderer.FilterMode) - Method in class com.jme3.shadow.PssmShadowFilter
-
Deprecated.
- setFilterMode(PssmShadowRenderer.FilterMode) - Method in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
- setFilterState(Filter, boolean) - Method in class com.jme3.post.FilterPostProcessor
-
sets the filter to enabled or disabled
- setFirstActiveIndex(int) - Method in class com.jme3.anim.tween.action.BlendAction
-
- setFirstUpdatePassed(boolean) - Static method in class com.jme3.app.jmeSurfaceView.JmeSurfaceView.GameState
-
Adjusts the first update flag.
- setFixEdges(boolean) - Method in class com.jme3.terrain.geomipmap.UpdatedTerrainPatch
-
- setFlipEyes(boolean) - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVR
-
- setFlipEyes(boolean) - Method in class com.jme3.input.vr.oculus.OculusVR
-
- setFlipEyes(boolean) - Method in class com.jme3.input.vr.openvr.OpenVR
-
- setFlipEyes(boolean) - Method in class com.jme3.input.vr.osvr.OSVR
-
- setFlipEyes(boolean) - Method in interface com.jme3.input.vr.VRAPI
-
Flip the left and right eye.
- setFlipY(boolean) - Method in class com.jme3.asset.TextureKey
-
- setFloat(String, float) - Method in class com.jme3.material.Material
-
Pass a float to the material shader.
- setFloat(String, Float) - Method in class com.jme3.material.Material
-
Pass a float to the material shader.
- SetFloat - Variable in class com.jme3.system.jopenvr.VR_IVRSettings_FnTable
-
C type : SetFloat_callback*
- setFlushQueues(boolean) - Method in class com.jme3.shadow.PssmShadowFilter
-
Deprecated.
Set this to false if you want to use several PssmRenderers to have multiple shadows cast by multiple light sources.
- setFlushQueues(boolean) - Method in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
Set this to false if you want to use several PssmRenderers to have
multiple shadows cast by multiple light sources.
- setFoamExistence(Vector3f) - Method in class com.jme3.water.WaterFilter
-
Describes at what depth foam starts to fade out and
at what it is completely invisible.
- setFoamHardness(float) - Method in class com.jme3.water.WaterFilter
-
Sets the foam hardness : How much the foam will blend with the shore to avoid hard edged water plane.
- setFoamIntensity(float) - Method in class com.jme3.water.WaterFilter
-
sets the foam intensity default is 0.5f
- setFoamTexture(Texture2D) - Method in class com.jme3.water.WaterFilter
-
Sets the foam texture.
- setFocusDistance(float) - Method in class com.jme3.post.filters.DepthOfFieldFilter
-
Sets the distance at which objects are purely in focus.
- setFocusRange(float) - Method in class com.jme3.post.filters.DepthOfFieldFilter
-
Sets the range to either side of focusDistance where the
objects go gradually out of focus.
- setFogColor(ColorRGBA) - Method in class com.jme3.post.filters.FogFilter
-
Sets the color of the fog
- setFogDensity(float) - Method in class com.jme3.post.filters.FogFilter
-
Sets the density of the fog, a high value gives a thick fog
- setFogDistance(float) - Method in class com.jme3.post.filters.FogFilter
-
the distance of the fog.
- setFont(BitmapFont) - Method in class com.jme3.app.StatsAppState
-
Called by SimpleApplication to provide an early font
so that the fpsText can be created before init.
- setForcedMaterial(Material) - Method in class com.jme3.renderer.RenderManager
-
Sets the material to use to render all future objects.
- setForcedRenderState(RenderState) - Method in class com.jme3.material.TechniqueDef
-
- setForcedRenderState(RenderState) - Method in class com.jme3.renderer.RenderManager
-
Sets the render state to use for all future objects.
- setForcedTechnique(String) - Method in class com.jme3.renderer.RenderManager
-
Sets the forced technique to use when rendering geometries.
- setForceFactor(float) - Method in class jme3test.bullet.BombControl
-
- setFormat(Image.Format) - Method in class com.jme3.texture.Image
-
setFormat
sets the image format for this image.
- setForward(boolean) - Method in class com.jme3.anim.tween.action.Action
-
- setFov(float) - Method in class com.jme3.renderer.Camera
-
Sets the field of view when the camera is in perspective mode.
- setFrame(Vector3f, Vector3f, Vector3f, Vector3f) - Method in class com.jme3.renderer.Camera
-
Sets the orientation and location of the camera.
- setFrame(Vector3f, Quaternion) - Method in class com.jme3.renderer.Camera
-
Sets the orientation and location of the camera.
- setFrameBuffer(FrameBuffer) - Method in class com.jme3.renderer.opengl.GLRenderer
-
- setFrameBuffer(FrameBuffer) - Method in interface com.jme3.renderer.Renderer
-
Sets the framebuffer that will be drawn to.
- setFrameBuffer(FrameBuffer) - Method in class com.jme3.system.NullRenderer
-
- setFrameBufferFormat(Image.Format) - Method in class com.jme3.post.FilterPostProcessor
-
- setFrameCount(int) - Method in class com.jme3.app.BasicProfiler
-
Sets the number of frames to display and track.
- setFrameCount(int) - Method in class com.jme3.app.BasicProfilerState
-
Sets the number frames displayed and tracked.
- setFrameInterpolator(FrameInterpolator) - Method in class com.jme3.anim.MorphTrack
-
Replace the FrameInterpolator.
- setFrameInterpolator(FrameInterpolator) - Method in class com.jme3.anim.TransformTrack
-
Replaces the frame interpolator.
- setFrameRate(int) - Method in class com.jme3.app.jmeSurfaceView.JmeSurfaceView
-
Limits the frame rate (fps) in the second.
- setFrameRate(int) - Method in class com.jme3.system.AppSettings
-
- setFrameTransfer(AWTComponentRenderer) - Method in class com.jme3.system.AWTFrameProcessor
-
Sets the frame transfer.
- setFrequency(int) - Method in class com.jme3.system.AppSettings
-
Set the frequency, also known as refresh rate, for the
rendering display.
- setFrequency(float) - Method in interface com.jme3.terrain.noise.fractal.Fractal
-
- setFrequency(float) - Method in class com.jme3.terrain.noise.fractal.FractalSum
-
- setFriction(float) - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
Sets the friction of this physics object
- setFrictionSlip(float) - Method in class com.jme3.bullet.objects.PhysicsVehicle
-
Use before adding wheels, this is the default used when adding wheels.
- setFrictionSlip(int, float) - Method in class com.jme3.bullet.objects.PhysicsVehicle
-
The coefficient of friction between the tyre and the ground.
- setFrictionSlip(float) - Method in class com.jme3.bullet.objects.VehicleWheel
-
the coefficient of friction between the tyre and the ground.
- setFrontWheel(boolean) - Method in class com.jme3.bullet.objects.VehicleWheel
-
- setFrustrumNearFar(float, float) - Method in class com.jme3.app.VRApplication
-
Deprecated.
Set the frustum values for the application.
- setFrustrumNearFar(float, float) - Method in class com.jme3.app.VRAppState
-
Set the frustum values for the application.
- setFrustum(float, float, float, float, float, float) - Method in class com.jme3.renderer.Camera
-
Sets the frustum of this camera object.
- setFrustumBottom(float) - Method in class com.jme3.renderer.Camera
-
Sets the value of the bottom frustum
plane.
- setFrustumCheckNeeded(boolean) - Method in class com.jme3.light.Light
-
- setFrustumFar(float) - Method in class com.jme3.renderer.Camera
-
Sets the value of the far frustum plane.
- setFrustumLeft(float) - Method in class com.jme3.renderer.Camera
-
Sets the value of the left frustum plane.
- setFrustumNear(float) - Method in class com.jme3.renderer.Camera
-
Sets the value of the near frustum plane.
- setFrustumPerspective(float, float, float, float) - Method in class com.jme3.renderer.Camera
-
Defines the frustum for the camera.
- setFrustumRight(float) - Method in class com.jme3.renderer.Camera
-
Sets the value of the right frustum plane.
- setFrustumTop(float) - Method in class com.jme3.renderer.Camera
-
Sets the value of the top frustum plane.
- setFullscreen(boolean) - Method in class com.jme3.system.AppSettings
-
- setGain(float) - Method in class com.jme3.audio.Environment
-
- setGainHf(float) - Method in class com.jme3.audio.Environment
-
- setGameName(String) - Method in class com.jme3.network.message.ClientRegistrationMessage
-
- SetGamepadFocusOverlay - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : SetGamepadFocusOverlay_callback*
- setGamma(float) - Method in class com.jme3.post.filters.GammaCorrectionFilter
-
Deprecated.
set to 0.0 to disable gamma correction
- setGamma(float) - Method in class com.jme3.post.filters.PosterizationFilter
-
Sets gamma level used to enhance visual quality
- setGammaCorrection(boolean) - Method in class com.jme3.system.AppSettings
-
Enable or disable gamma correction.
- setGenerateMips(boolean) - Method in class com.jme3.asset.TextureKey
-
- setGenerationParam(TextureCubeMap, LightProbe) - Method in class com.jme3.environment.generation.IrradianceSphericalHarmonicsGenerator
-
Fills all the generation parameters
- setGenerationParam(TextureCubeMap, int, EnvMapUtils.FixSeamsMethod, EnvMapUtils.GenerationType, TextureCubeMap) - Method in class com.jme3.environment.generation.PrefilteredEnvMapFaceGenerator
-
Fills all the generation parameters
- setGeometry(Geometry) - Method in class com.jme3.collision.CollisionResult
-
- setGeometryComparator(RenderQueue.Bucket, GeometryComparator) - Method in class com.jme3.renderer.queue.RenderQueue
-
Sets a different geometry comparator for the specified bucket, one
of Gui, Opaque, Sky, Transparent, or Translucent.
- setGeometryStartIndex(Geometry, int) - Static method in class com.jme3.scene.GeometryGroupNode
-
- setGestureDetector(GestureDetector) - Method in class com.jme3.input.android.AndroidTouchInput
-
- setGlobalSpeed(float) - Method in class com.jme3.anim.AnimComposer
-
Alter the global speed applied to all layers.
- setGlobalUserInstanceData(VertexBuffer[]) - Method in class com.jme3.scene.instancing.InstancedGeometry
-
Specify global user per-instance data.
- setGlobalWorkSize(Kernel.WorkSize) - Method in class com.jme3.opencl.Kernel
-
Sets the global work size.
- setGlobalWorkSize(int) - Method in class com.jme3.opencl.Kernel
-
Sets the global work size to a 1D grid
- setGlobalWorkSize(int, int) - Method in class com.jme3.opencl.Kernel
-
Sets the global work size to be a 2D grid
- setGlobalWorkSize(int, int, int) - Method in class com.jme3.opencl.Kernel
-
Sets the global work size to be a 3D grid
- setGLThreadPaused(boolean) - Method in class com.jme3.app.jmeSurfaceView.JmeSurfaceView
-
Sets GL Thread paused.
- setGlyphParser(GlyphParser) - Method in class com.jme3.font.BitmapFont
-
For cursive fonts a GlyphParser needs to be specified which is used
to determine glyph shape by the adjacent glyphs.
- setGraphicsDebug(boolean) - Method in class com.jme3.system.AppSettings
-
Set whether the renderer will be run in Graphics Debug mode, which means every openGL call is checked and
if it returns an error code, throw a
RendererException
.
Without this, many openGL calls might fail without notice, so turning it on is recommended for development.
- setGraphicsTiming(boolean) - Method in class com.jme3.system.AppSettings
-
Set whether the renderer will be run in Graphics Timing mode, which means every openGL call is checked and
if it runs for longer than a millisecond, log it.
It also keeps track of the time spent in GL Calls in general and displays them when
GL.resetStats()
is called.
- setGraphicsTrace(boolean) - Method in class com.jme3.system.AppSettings
-
Set whether the renderer will be run in Graphics Trace mode, which means every openGL call is logged so one
can trace what openGL commands where executed in which order by the engine.
- setGraphScale(float) - Method in class com.jme3.app.BasicProfilerState
-
Sets the vertical scale of the visualization where
each unit is a millisecond.
- setGravity(Vector3f) - Method in class com.jme3.bullet.animation.DacConfiguration
-
Alter this control's gravitational acceleration for Ragdoll mode.
- setGravity(Vector3f) - Method in class com.jme3.bullet.animation.DacLinks
-
Alter this control's gravitational acceleration for Ragdoll mode.
- setGravity(Vector3f) - Method in class com.jme3.bullet.control.BetterCharacterControl
-
Alter the gravity acting on this character.
- setGravity(float) - Method in class com.jme3.bullet.objects.PhysicsCharacter
-
- setGravity(Vector3f) - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
Set the local gravity of this PhysicsRigidBody
Set this after adding the node to the PhysicsSpace,
the PhysicsSpace assigns its current gravity to the physics node when it's added.
- setGravity(Vector3f) - Method in class com.jme3.bullet.PhysicsSpace
-
Sets the gravity of the PhysicsSpace, set before adding physics objects!
- setGravity(Vector3f) - Method in class com.jme3.effect.ParticleEmitter
-
This method sets the gravity vector.
- setGravity(float, float, float) - Method in class com.jme3.effect.ParticleEmitter
-
Sets the gravity vector.
- setGreen(float) - Method in class com.jme3.math.ColorRGBA
-
Sets the green color to the specified value.
- setGreenArrow(Vector3f, Vector3f) - Method in class com.jme3.bullet.debug.DebugTools
-
Alter the location and extent of the green arrow.
- setGreenExponent(float) - Method in class com.jme3.post.filters.ContrastAdjustmentFilter
-
Sets the power-law exponent for the green channel.
- setGreenScale(float) - Method in class com.jme3.post.filters.ContrastAdjustmentFilter
-
Sets the output scale factor for the green channel.
- setGridLocation(Vector2f) - Method in class com.jme3.terrain.geomipmap.picking.BresenhamYUpGridTracer
-
- setGridOrigin(Vector3f) - Method in class com.jme3.terrain.geomipmap.picking.BresenhamYUpGridTracer
-
- setGridSpacing(Vector3f) - Method in class com.jme3.terrain.geomipmap.picking.BresenhamYUpGridTracer
-
- setGuiDistance(float) - Method in class com.jme3.util.VRGuiManager
-
Set the GUI distance from the observer.
- setGuiNode(Node) - Method in class com.jme3.app.VRApplication
-
Deprecated.
Set the GUI node that is displayed within the GUI viewport.
- setGuiOverdraw(boolean) - Method in class com.jme3.util.VRGuiManager
-
Set if the GUI has to be displayed even if it is behind objects.
- setGuiScale(float) - Method in class com.jme3.util.VRGuiManager
-
Set the GUI scale.
- setHandleTranslucentBucket(boolean) - Method in class com.jme3.renderer.RenderManager
-
- setHardwareSkinningPreferred(boolean) - Method in class com.jme3.anim.SkinningControl
-
Specifies if hardware skinning is preferred.
- setHardwareSkinningPreferred(boolean) - Method in class com.jme3.animation.SkeletonControl
-
Deprecated.
Specifies if hardware skinning is preferred.
- setHeight(int) - Method in class com.jme3.cursors.plugins.JmeCursor
-
Sets the cursor's height.
- setHeight(int) - Method in class com.jme3.font.BitmapCharacter
-
- setHeight(int) - Method in class com.jme3.font.BitmapCharacterSet
-
- setHeight(int) - Method in class com.jme3.niftygui.InputSystemJme
-
- setHeight(int) - Method in class com.jme3.system.AppSettings
-
- setHeight(int) - Method in class com.jme3.system.AWTContext
-
- setHeight(List<TerrainQuad.LocationHeight>, boolean) - Method in class com.jme3.terrain.geomipmap.TerrainPatch
-
- setHeight(Vector2f, float) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
- setHeight(List<Vector2f>, List<Float>) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
- setHeight(List<Vector2f>, List<Float>, boolean) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
- setHeight(List<TerrainQuad.LocationHeight>, boolean) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
- setHeight(Vector2f, float) - Method in interface com.jme3.terrain.Terrain
-
Set the height at the specified X-Z coordinate.
- setHeight(List<Vector2f>, List<Float>) - Method in interface com.jme3.terrain.Terrain
-
Set the height at many points.
- setHeight(int) - Method in class com.jme3.texture.Image
-
setHeight
sets the height value of the image.
- setHeight(float) - Method in class com.jme3.ui.Picture
-
Set the height in pixels of the picture, if the height
does not match the texture's height, then the texture will
be scaled to fit the picture.
- setHeightAdjustment(float) - Method in class com.jme3.input.vr.AbstractVRViewManager
-
- setHeightAdjustment(float) - Method in interface com.jme3.input.vr.VRViewManager
-
Set the height adjustment to apply to the cameras before rendering.
- setHeightAtPoint(float, int, int) - Method in class com.jme3.terrain.heightmap.AbstractHeightMap
-
setHeightAtPoint
sets the height value for a given
coordinate.
- setHeightAtPoint(float, int, int) - Method in interface com.jme3.terrain.heightmap.HeightMap
-
setHeightAtPoint
sets the height value for a given
coordinate.
- setHeightMaps(AbstractHeightMap, AbstractHeightMap) - Method in class com.jme3.terrain.heightmap.CombinerHeightMap
-
setHeightMaps
sets the height maps to combine.
- setHeightPercent(float) - Method in class com.jme3.bullet.control.BetterCharacterControl
-
Alter the height of collision shape.
- setHeightScale(float) - Method in class com.jme3.terrain.geomipmap.grid.ImageTileLoader
-
Affects the vertical scale of the terrain when loaded.
- setHeightScale(float) - Method in class com.jme3.terrain.heightmap.AbstractHeightMap
-
setHeightScale
sets the scale of the height values.
- setHeightScale(float) - Method in interface com.jme3.terrain.heightmap.HeightMap
-
setHeightScale
sets the scale of the height values.
- setHeightStream(InputStream) - Method in class com.jme3.terrain.heightmap.RawHeightMap
-
setHeightStream
sets the stream to use for the RAW data.
- setHeightTexture(Texture2D) - Method in class com.jme3.water.WaterFilter
-
Sets the height texture
- setHideCursorOnRotate(boolean) - Method in class com.jme3.input.ChaseCamera
-
- setHighFreqVolume(float) - Method in class com.jme3.audio.LowPassFilter
-
- setHighLife(float) - Method in class com.jme3.effect.ParticleEmitter
-
Set the high value of life.
- SetHighQualityOverlay - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : SetHighQualityOverlay_callback*
- setHiLimit(float) - Method in class com.jme3.bullet.joints.motors.RotationalLimitMotor
-
- setHorizontal(boolean) - Method in class com.jme3.effect.influencers.RadialParticleInfluencer
-
nullify y component of particle velocity to make the effect expand only on x and z axis
- setIcons(Object[]) - Method in class com.jme3.system.AppSettings
-
Sets the application icons to be used, with the most preferred first.
- setId(int) - Method in class com.jme3.anim.Joint
-
Alter this joint's index in the Armature that contains it.
- setId(String) - Method in class com.jme3.app.state.AbstractAppState
-
Sets the unique ID of this app state.
- setId(String) - Method in class com.jme3.app.state.BaseAppState
-
Sets the unique ID of this app state.
- setId(int) - Method in class com.jme3.audio.AudioStream
-
- setId(int, int) - Method in class com.jme3.audio.AudioStream
-
- setId(String) - Method in class com.jme3.cinematic.Cinematic
-
Sets the unique ID of this app state.
- setId(long) - Method in class com.jme3.network.message.ClientRegistrationMessage
-
- setId(int) - Method in class com.jme3.scene.Mesh
-
Sets the mesh's VAO ID.
- setId(int) - Method in class com.jme3.texture.FrameBuffer.RenderBuffer
-
Do not use.
- setId(int) - Method in class com.jme3.util.NativeObject
-
Sets the ID of the NativeObject.
- setIds(int[]) - Method in class com.jme3.audio.AudioStream
-
- setIgnoreTransform(boolean) - Method in class com.jme3.scene.Geometry
-
- setIKMode() - Method in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
Sets the control into Inverse Kinematics mode.
- setIkRotSpeed(float) - Method in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
Alter the rotation speed for inverse kinematics.
- setIKTarget(Bone, Vector3f, int) - Method in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
Add a target for inverse kinematics.
- setIKThreshold(float) - Method in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
Alter the distance threshold for inverse kinematics.
- setImage(String) - Method in class com.jme3.app.SettingsDialog
-
setImage
sets the background image of the dialog.
- setImage(URL) - Method in class com.jme3.app.SettingsDialog
-
setImage
sets the background image of this dialog.
- setImage(String) - Method in class com.jme3.input.vr.AbstractVRMouseManager
-
- setImage(String) - Method in interface com.jme3.input.vr.VRMouseManager
-
Set the image to use as mouse cursor.
- setImage(Image) - Method in class com.jme3.terrain.heightmap.ImageBasedHeightMap
-
- setImage(Image) - Method in class com.jme3.texture.Texture
-
setImage
sets the image object that defines the texture.
- setImage(AssetManager, String, boolean) - Method in class com.jme3.ui.Picture
-
Set the image to put on the picture.
- setImagesData(IntBuffer) - Method in class com.jme3.cursors.plugins.JmeCursor
-
Sets the cursor's image(s) data.
- setImagesDelay(IntBuffer) - Method in class com.jme3.cursors.plugins.JmeCursor
-
Sets the cursor image delay for each frame of an animated cursor.
- setImagesX(int) - Method in class com.jme3.effect.ParticleEmitter
-
Set the number of images along the X axis (width).
- setImagesXY(int, int) - Method in class com.jme3.effect.ParticleMesh
-
Set the images on the X and Y coordinates
- setImagesXY(int, int) - Method in class com.jme3.effect.ParticlePointMesh
-
- setImagesXY(int, int) - Method in class com.jme3.effect.ParticleTriMesh
-
- setImagesY(int) - Method in class com.jme3.effect.ParticleEmitter
-
Set the number of images along the Y axis (height).
- setImpulseClamp(float) - Method in class com.jme3.bullet.joints.Point2PointJoint
-
- setInBuffer(ColorRGBA, FloatBuffer, int) - Static method in class com.jme3.util.BufferUtils
-
Sets the data contained in the given color into the FloatBuffer at the
specified index.
- setInBuffer(Quaternion, FloatBuffer, int) - Static method in class com.jme3.util.BufferUtils
-
Sets the data contained in the given quaternion into the FloatBuffer at
the specified index.
- setInBuffer(Vector4f, FloatBuffer, int) - Static method in class com.jme3.util.BufferUtils
-
Sets the data contained in the given vector4 into the FloatBuffer at the
specified index.
- setInBuffer(Vector3f, FloatBuffer, int) - Static method in class com.jme3.util.BufferUtils
-
Sets the data contained in the given Vector3F into the FloatBuffer at the
specified index.
- setInBuffer(Vector2f, FloatBuffer, int) - Static method in class com.jme3.util.BufferUtils
-
Sets the data contained in the given Vector2F into the FloatBuffer at the
specified index.
- setIndent(int) - Method in class com.jme3.export.xml.DOMSerializer
-
Set the number of spaces to use for indentation.
- setIndex(int) - Method in class com.jme3.cinematic.KeyFrame
-
- setIndex(int) - Method in class com.jme3.math.Triangle
-
Alter the index of this triangle, used to identify it in an OBBTree.
- setIndex(int[]) - Method in class com.jme3.util.TangentBinormalGenerator.TriangleData
-
- setInitialDuration(float) - Method in class com.jme3.cinematic.events.AbstractCinematicEvent
-
Sets the duration of the animation at speed = 1 in seconds.
- setInitialDuration(float) - Method in interface com.jme3.cinematic.events.CinematicEvent
-
Sets the duration of the animation at speed = 1, in seconds.
- setInitialVelocity(Vector3f) - Method in class com.jme3.effect.influencers.DefaultParticleInfluencer
-
- setInitialVelocity(Vector3f) - Method in class com.jme3.effect.influencers.EmptyParticleInfluencer
-
- setInitialVelocity(Vector3f) - Method in interface com.jme3.effect.influencers.ParticleInfluencer
-
- setInitialVelocity(Vector3f) - Method in class com.jme3.effect.ParticleEmitter
-
- setInjectDependencies(boolean) - Method in class com.jme3.shader.plugins.ShaderAssetKey
-
- setInnerAngle(float) - Method in class com.jme3.audio.AudioNode
-
Set the directional audio node cone inner angle.
- setInnerRadius(float) - Method in class com.jme3.math.Ring
-
setInnerRadius
sets the ring's inner radius.
- setInputListener(RawInputListener) - Method in class com.jme3.input.android.AndroidJoyInput
-
- setInputListener(RawInputListener) - Method in class com.jme3.input.android.AndroidTouchInput
-
- setInputListener(RawInputListener) - Method in class com.jme3.input.awt.AwtKeyInput
-
- setInputListener(RawInputListener) - Method in class com.jme3.input.awt.AwtMouseInput
-
- setInputListener(RawInputListener) - Method in class com.jme3.input.AWTInput
-
- setInputListener(RawInputListener) - Method in class com.jme3.input.dummy.DummyInput
-
- setInputListener(RawInputListener) - Method in interface com.jme3.input.Input
-
Sets the input listener to receive events from this device.
- setInputListener(RawInputListener) - Method in class com.jme3.input.ios.IosInputHandler
-
- setInputListener(RawInputListener) - Method in class com.jme3.input.lwjgl.GlfwJoystickInput
-
- setInputListener(RawInputListener) - Method in class com.jme3.input.lwjgl.GlfwKeyInput
-
- setInputListener(RawInputListener) - Method in class com.jme3.input.lwjgl.GlfwKeyInputVR
-
- setInputListener(RawInputListener) - Method in class com.jme3.input.lwjgl.GlfwMouseInput
-
- setInputListener(RawInputListener) - Method in class com.jme3.input.lwjgl.GlfwMouseInputVR
-
- setInputListener(RawInputListener) - Method in class com.jme3.input.lwjgl.JInputJoyInput
-
- setInputListener(RawInputListener) - Method in class com.jme3.input.lwjgl.LwjglKeyInput
-
- setInputListener(RawInputListener) - Method in class com.jme3.input.lwjgl.LwjglMouseInput
-
- setInputMapping(List<VariableMapping>) - Method in class com.jme3.shader.ShaderNode
-
Sets the input mappings.
- setInputRange(float, float) - Method in class com.jme3.post.filters.ContrastAdjustmentFilter
-
Sets the input range for each color channel.
- setInputs(List<ShaderNodeVariable>) - Method in class com.jme3.shader.ShaderNodeDefinition
-
sets the input variables of this definition
- setInputSource(Component) - Method in class com.jme3.input.awt.AwtKeyInput
-
- setInputSource(Component) - Method in class com.jme3.input.awt.AwtMouseInput
-
- setInputSource(AwtPanel) - Method in class com.jme3.system.awt.AwtPanelsContext
-
- setInstanced(boolean) - Method in class com.jme3.scene.VertexBuffer
-
Sets the instanceSpan to 1 or 0 depending on
the value of instanced and the existing value of
instanceSpan.
- setInstanceRendering(boolean) - Method in class com.jme3.shadow.InstancedDirectionalShadowFilter
-
Set if this filter has to use instance rendering.
- setInstanceSpan(int) - Method in class com.jme3.scene.VertexBuffer
-
Sets how this vertex buffer matches with rendered instances
where 0 means no instancing at all, ie: all elements are
per vertex.
- setInt(String, int) - Method in class com.jme3.material.Material
-
Pass an int to the material shader.
- SetInt32 - Variable in class com.jme3.system.jopenvr.VR_IVRSettings_FnTable
-
C type : SetInt32_callback*
- setIntensity(float) - Method in class com.jme3.post.ssao.SSAOFilter
-
Sets the Ambient occlusion intensity default is 1.5
- setInterleaved() - Method in class com.jme3.scene.Mesh
-
Deprecated.
- setIntersectsFrustum(boolean) - Method in class com.jme3.light.Light
-
- setInvalid(boolean) - Method in class com.jme3.animation.CompactArray
-
- setInverseModelBindMatrix(Matrix4f) - Method in class com.jme3.anim.Joint
-
Replace the inverse model bind matrix.
- setInverseRotationDegrees(float[]) - Method in class com.jme3.math.Matrix4f
-
Load an inverted rotation from Euler angles in degrees.
- setInverseRotationRadians(float[]) - Method in class com.jme3.math.Matrix4f
-
Load an inverted rotation from Euler angles in radians.
- setInverseTranslation(float[]) - Method in class com.jme3.math.Matrix4f
-
Alter the inverse-translation component of this 3-D coordinate transform.
- setInvertHorizontalAxis(boolean) - Method in class com.jme3.app.ChaseCameraAppState
-
invert the Horizontal axis movement of the mouse
- setInvertHorizontalAxis(boolean) - Method in class com.jme3.input.ChaseCamera
-
invert the Horizontal axis movement of the mouse
- setInvertVerticalAxis(boolean) - Method in class com.jme3.app.ChaseCameraAppState
-
invert the vertical axis movement of the mouse
- setInvertVerticalAxis(boolean) - Method in class com.jme3.input.ChaseCamera
-
invert the vertical axis movement of the mouse
- setInWorldSpace(boolean) - Method in class com.jme3.effect.ParticleEmitter
-
Set to true if particles should spawn in world space.
- setIsNumbered(boolean) - Method in class com.jme3.app.state.ScreenshotAppState
-
Sets if the filename should be appended with a number representing the
current sequence.
- setIterations(int) - Method in class com.jme3.terrain.heightmap.FaultHeightMap
-
- setIterations(int) - Method in class com.jme3.terrain.heightmap.FluidSimHeightMap
-
Sets the number of times the fluid simulation should be iterated over
the heightmap.
- setIterations(int) - Method in class com.jme3.terrain.heightmap.HillHeightMap
-
Sets the number of hills to grow.
- setIterations(int) - Method in class com.jme3.terrain.noise.filter.IterativeFilter
-
- setJoint(PhysicsJoint) - Method in class com.jme3.bullet.animation.PhysicsLink
-
Assign a physics joint to this link, or cancel the assigned joint.
- setJointLimit(String, float, float, float, float, float, float) - Method in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
Alter the limits of the joint connecting the specified bone to its
parent.
- setJointLimit(SixDofJoint, float, float, float, float, float, float) - Static method in class com.jme3.bullet.control.ragdoll.RagdollUtils
-
Alter the limits of the specified 6-DOF joint.
- setJointLimits(String, RangeOfMotion) - Method in class com.jme3.bullet.animation.DacConfiguration
-
Alter the range of motion of the joint connecting the named BoneLink to
its parent in the link hierarchy.
- setJointLimits(String, RangeOfMotion) - Method in class com.jme3.bullet.animation.DacLinks
-
Alter the range of motion of the joint connecting the named BoneLink to
its parent in the link hierarchy.
- setJointModelTransform(JointModelTransform) - Method in class com.jme3.anim.Joint
-
Replace the accumulated model transform.
- setJoyRumble(int, float) - Method in class com.jme3.input.android.AndroidJoyInput
-
- setJoyRumble(int, float) - Method in interface com.jme3.input.JoyInput
-
Causes the joystick at joyId
index to rumble with
the given amount.
- setJoyRumble(int, float) - Method in class com.jme3.input.lwjgl.GlfwJoystickInput
-
- setJoyRumble(int, float) - Method in class com.jme3.input.lwjgl.JInputJoyInput
-
- setJoysticks(Joystick[]) - Method in class com.jme3.input.InputManager
-
Re-sets the joystick list when a joystick is added or removed.
- setJumpForce(Vector3f) - Method in class com.jme3.bullet.control.BetterCharacterControl
-
Alter the jump force.
- setJumps(int) - Method in class com.jme3.terrain.heightmap.ParticleDepositionHeightMap
-
setJumps
sets the number of jumps or peaks that will
be created during the next call to load
.
- setJumpSpeed(float) - Method in class com.jme3.bullet.objects.PhysicsCharacter
-
- setKc(float) - Method in class com.jme3.terrain.noise.filter.HydraulicErodeFilter
-
- setKe(float) - Method in class com.jme3.terrain.noise.filter.HydraulicErodeFilter
-
- setKeepSkeletonPose(boolean) - Method in class com.jme3.scene.plugins.gltf.GltfModelKey
-
- setKey(AssetKey) - Method in interface com.jme3.asset.CloneableSmartAsset
-
- setKey(AssetKey) - Method in class com.jme3.material.Material
-
- setKey(AssetKey) - Method in class com.jme3.scene.Spatial
-
- setKey(AssetKey) - Method in class com.jme3.texture.Texture
-
- SetKeyboardPositionForOverlay - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : SetKeyboardPositionForOverlay_callback*
- SetKeyboardTransformAbsolute - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : SetKeyboardTransformAbsolute_callback*
- setKeyCode(int) - Method in class com.jme3.input.event.TouchEvent
-
- setKeyframes(float[], float[]) - Method in class com.jme3.anim.MorphTrack
-
Sets the times and weights for this morph track.
- setKeyframes(float[], Vector3f[], Quaternion[], Vector3f[]) - Method in class com.jme3.anim.TransformTrack
-
Sets the translations, rotations, and/or scales.
- setKeyframes(float[], Vector3f[], Quaternion[]) - Method in class com.jme3.animation.BoneTrack
-
Deprecated.
Set the translations and rotations for this bone track
- setKeyframes(float[], Vector3f[], Quaternion[], Vector3f[]) - Method in class com.jme3.animation.BoneTrack
-
Deprecated.
Set the translations, rotations and scales for this bone track
- setKeyframes(float[], Vector3f[], Quaternion[], Vector3f[]) - Method in class com.jme3.animation.SpatialTrack
-
Deprecated.
Set the translations, rotations and scales for this track.
- setKeyframesRotation(Quaternion[]) - Method in class com.jme3.anim.TransformTrack
-
Sets the rotations.
- setKeyframesScale(Vector3f[]) - Method in class com.jme3.anim.TransformTrack
-
Sets the scales.
- setKeyframesTranslation(Vector3f[]) - Method in class com.jme3.anim.TransformTrack
-
Sets the translations.
- setKeyframesWeight(float[]) - Method in class com.jme3.anim.MorphTrack
-
Set the weights for this morph track.
- setKinematic(boolean) - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
Sets the node to kinematic mode.
- setKinematicMode() - Method in class com.jme3.bullet.animation.DynamicAnimControl
-
Immediately put all links into purely kinematic mode.
- setKinematicMode() - Method in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
Put the control into Kinematic mode.
- setKinematicSpatial(boolean) - Method in class com.jme3.bullet.control.RigidBodyControl
-
Enable or disable kinematic mode.
- setKr(float) - Method in class com.jme3.terrain.noise.filter.HydraulicErodeFilter
-
- setKs(float) - Method in class com.jme3.terrain.noise.filter.HydraulicErodeFilter
-
- setLacunarity(float) - Method in interface com.jme3.terrain.noise.fractal.Fractal
-
- setLacunarity(float) - Method in class com.jme3.terrain.noise.fractal.FractalSum
-
- setLambda(float) - Method in class com.jme3.shadow.DirectionalLightShadowFilter
-
Adjusts the partition of the shadow extend into shadow maps.
- setLambda(float) - Method in class com.jme3.shadow.DirectionalLightShadowFilterVR
-
Adjusts the partition of the shadow extend into shadow maps.
- setLambda(float) - Method in class com.jme3.shadow.DirectionalLightShadowRenderer
-
Adjusts the partition of the shadow extend into shadow maps.
- setLambda(float) - Method in class com.jme3.shadow.DirectionalLightShadowRendererVR
-
Adjusts the partition of the shadow extend into shadow maps.
- setLambda(float) - Method in class com.jme3.shadow.PssmShadowFilter
-
Deprecated.
Adjusts the partition of the shadow extend into shadow maps.
- setLambda(float) - Method in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
Adjusts the partition of the shadow extend into shadow maps.
- setLanguage(String) - Method in class com.jme3.shader.Shader.ShaderSource
-
- setLastFrustumIntersection(Camera.FrustumIntersect) - Method in class com.jme3.scene.Spatial
-
Overrides the last intersection result.
- setLateReverbDelay(float) - Method in class com.jme3.audio.Environment
-
- setLateReverbGain(float) - Method in class com.jme3.audio.Environment
-
- setLayerElements(Collection<FbxLayerElement>) - Method in class com.jme3.scene.plugins.fbx.mesh.FbxLayer
-
- setLayerManager(String, Object) - Method in class com.jme3.anim.AnimComposer
-
Assign a manager to the named layer.
- setLeftChild(BIHNode) - Method in class com.jme3.collision.bih.BIHNode
-
- setLeftLod(int) - Method in class com.jme3.terrain.geomipmap.UpdatedTerrainPatch
-
- setLeftPlane(float) - Method in class com.jme3.collision.bih.BIHNode
-
- setLeftSwizzling(String) - Method in class com.jme3.shader.VariableMapping
-
Sets the left swizzle.
- setLeftVariable(ShaderNodeVariable) - Method in class com.jme3.shader.VariableMapping
-
Sets the left variable.
- setLegacyApplication(LegacyApplication) - Static method in class com.jme3.app.jmeSurfaceView.JmeSurfaceView.GameState
-
Replaces the current application state.
- setLegacyApplication(LegacyApplication) - Method in class com.jme3.app.jmeSurfaceView.JmeSurfaceView
-
Sets the jme game instance that will be engaged into the
SystemListener
.
- setLen(Vector3f) - Method in class com.jme3.effect.shapes.EmitterBoxShape
-
- setLength(double) - Method in class com.jme3.anim.tween.AbstractTween
-
- setLength(double) - Method in class com.jme3.anim.tween.action.Action
-
Alter the length (duration) of this Action.
- setLength(float) - Method in class com.jme3.animation.Animation
-
Deprecated.
Set the length of the animation
- setLevel(int) - Static method in class com.jme3.network.message.ZIPCompressedMessage
-
Set the compression level, where 1 is the best compression but slower and 9 is the weakest
compression but the quickest.
- setLight(Light) - Method in class com.jme3.scene.control.LightControl
-
- setLight(Light) - Method in class com.jme3.scene.LightNode
-
Deprecated.
- setLight(DirectionalLight) - Method in class com.jme3.shadow.DirectionalLightShadowFilter
-
Sets the light to use to cast shadows
- setLight(DirectionalLight) - Method in class com.jme3.shadow.DirectionalLightShadowFilterVR
-
Sets the light to use to cast shadows
- setLight(DirectionalLight) - Method in class com.jme3.shadow.DirectionalLightShadowRenderer
-
Sets the light to use to cast shadows
- setLight(DirectionalLight) - Method in class com.jme3.shadow.DirectionalLightShadowRendererVR
-
Sets the light to use to cast shadows
- setLight(PointLight) - Method in class com.jme3.shadow.PointLightShadowFilter
-
sets the light to use for casting shadows with this processor
- setLight(PointLight) - Method in class com.jme3.shadow.PointLightShadowRenderer
-
sets the light to use for casting shadows with this processor
- setLight(SpotLight) - Method in class com.jme3.shadow.SpotLightShadowFilter
-
Sets the light to use to cast shadows
- setLight(SpotLight) - Method in class com.jme3.shadow.SpotLightShadowRenderer
-
Sets the light to use to cast shadows
- setLightColor(ColorRGBA) - Method in class com.jme3.water.WaterFilter
-
Sets the light color to use
default is white
- setLightDensity(float) - Method in class com.jme3.post.filters.LightScatteringFilter
-
sets how much the effect is visible over the rendered scene default is 1.4
- setLightDirection(Vector3f) - Method in class com.jme3.water.WaterFilter
-
Sets the light direction
- setLightFilter(LightFilter) - Method in class com.jme3.renderer.RenderManager
-
Sets the light filter to use when rendering lit Geometries.
- setLighting(LightList) - Method in class com.jme3.system.NullRenderer
-
- setLightListRefresh() - Method in class com.jme3.scene.Node
-
- setLightListRefresh() - Method in class com.jme3.scene.Spatial
-
- setLightMode(TechniqueDef.LightMode) - Method in class com.jme3.material.TechniqueDef
-
Set the light mode
- setLightPosition(Vector3f) - Method in class com.jme3.post.filters.LightScatteringFilter
-
sets the light position
- setLightPosition(Vector3f) - Method in class com.jme3.water.SimpleWaterProcessor
-
Set the light Position for the processor
- setLightProbeBlendingStrategy(LightProbeBlendingStrategy) - Method in class com.jme3.light.DefaultLightFilter
-
- setLightSpace(TechniqueDef.LightSpace) - Method in class com.jme3.material.TechniqueDef
-
Sets the space in which the light data should be passed to the shader.
- setLimbDampening(float) - Method in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
Alter the limb damping.
- setLimit(float, float, float) - Method in class com.jme3.bullet.joints.ConeJoint
-
- setLimit(float, float) - Method in class com.jme3.bullet.joints.HingeJoint
-
Sets the limits of this joint.
- setLimit(float, float, float, float, float) - Method in class com.jme3.bullet.joints.HingeJoint
-
Sets the limits of this joint.
- setLimit(float) - Method in class com.jme3.math.Ray
-
setLimit
sets the limit of the ray.
- setLimitSoftness(float) - Method in class com.jme3.bullet.joints.motors.RotationalLimitMotor
-
- setLimitSoftness(float) - Method in class com.jme3.bullet.joints.motors.TranslationalLimitMotor
-
- setLinearDamping(float) - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
- setLinearizeSrgbImages(boolean) - Method in class com.jme3.renderer.opengl.GLRenderer
-
- setLinearizeSrgbImages(boolean) - Method in interface com.jme3.renderer.Renderer
-
If enabled, all
images
with the
sRGB flag
set shall undergo an sRGB to linear RGB color conversion when read by a shader.
- setLinearizeSrgbImages(boolean) - Method in class com.jme3.system.NullRenderer
-
- setLinearLowerLimit(Vector3f) - Method in class com.jme3.bullet.joints.SixDofJoint
-
- setLinearSleepingThreshold(float) - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
- setLinearUpperLimit(Vector3f) - Method in class com.jme3.bullet.joints.SixDofJoint
-
- setLinearVelocity(Vector3f) - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
Sets the linear velocity of this PhysicsRigidBody
- setLineColor(ColorRGBA) - Method in class com.jme3.post.filters.CrossHatchFilter
-
Sets color used to draw lines
- setLineDistance(float) - Method in class com.jme3.post.filters.CrossHatchFilter
-
Sets minimum distance between lines drawn
Primary lines are drawn at 2*lineDistance
Secondary lines are drawn at lineDistance
- setLineHeight(int) - Method in class com.jme3.font.BitmapCharacterSet
-
- setLineSeparator(String) - Method in class com.jme3.export.xml.DOMSerializer
-
Set the line separator that will be used when serializing documents.
- setLineThickness(float) - Method in class com.jme3.post.filters.CrossHatchFilter
-
Sets the thickness of lines drawn
- setLineWidth(float) - Method in class com.jme3.material.RenderState
-
Sets the mesh line width.
- setLineWidth(float) - Method in class com.jme3.scene.Mesh
-
- setLineWrapMode(LineWrapMode) - Method in class com.jme3.font.BitmapText
-
Available only when bounding is set.
- setListener(Listener) - Method in interface com.jme3.audio.AudioRenderer
-
- setListener(Listener) - Method in class com.jme3.audio.openal.ALAudioRenderer
-
- setLoadDocumentation(boolean) - Method in class com.jme3.asset.ShaderNodeDefinitionKey
-
sets to true to load the documentation along with the
ShaderNodeDefinition
- setLocalRotation(Quaternion) - Method in class com.jme3.anim.Joint
-
Alter the local rotation.
- setLocalRotation(Quaternion) - Method in class com.jme3.animation.Bone
-
Deprecated.
Sets the rotation of the bone in object space.
- setLocalRotation(Matrix3f) - Method in class com.jme3.scene.Spatial
-
setLocalRotation
sets the local rotation of this node
by using a
Matrix3f
.
- setLocalRotation(Quaternion) - Method in class com.jme3.scene.Spatial
-
setLocalRotation
sets the local rotation of this node.
- setLocalScale(Vector3f) - Method in class com.jme3.anim.Joint
-
Alter the local scale vector.
- setLocalScale(Vector3f) - Method in class com.jme3.animation.Bone
-
Deprecated.
Sets the scale of the bone in object space.
- setLocalScale(float) - Method in class com.jme3.scene.Spatial
-
setLocalScale
sets the local scale of this node.
- setLocalScale(float, float, float) - Method in class com.jme3.scene.Spatial
-
setLocalScale
sets the local scale of this node.
- setLocalScale(Vector3f) - Method in class com.jme3.scene.Spatial
-
setLocalScale
sets the local scale of this node.
- setLocalThreadPhysicsSpace(PhysicsSpace) - Static method in class com.jme3.bullet.PhysicsSpace
-
Used internally
- setLocalTransform(Transform) - Method in class com.jme3.anim.Joint
-
Alter the local transform.
- setLocalTransform(Transform) - Method in interface com.jme3.anim.util.HasLocalTransform
-
- setLocalTransform(Transform) - Method in class com.jme3.scene.Spatial
-
setLocalTransform
sets the local transform of this
spatial.
- setLocalTranslation(Vector3f) - Method in class com.jme3.anim.Joint
-
Alter the local translation vector.
- setLocalTranslation(Vector3f) - Method in class com.jme3.animation.Bone
-
Deprecated.
Sets the position of the bone in object space.
- setLocalTranslation(Vector3f) - Method in class com.jme3.scene.Spatial
-
setLocalTranslation
sets the local translation of this
spatial.
- setLocalTranslation(float, float, float) - Method in class com.jme3.scene.Spatial
-
setLocalTranslation
sets the local translation of this
spatial.
- setLocation(Vector3f) - Method in class com.jme3.audio.Listener
-
- setLocation(Vector3f) - Method in class com.jme3.renderer.Camera
-
Sets the position of the camera.
- setLocation(int) - Method in class com.jme3.shader.ShaderVariable
-
- setLocked(boolean) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
lock or unlock the meshes of this terrain.
- setLocked(boolean) - Method in interface com.jme3.terrain.Terrain
-
Lock or unlock the meshes of this terrain.
- setLod(int) - Method in class com.jme3.terrain.geomipmap.TerrainPatch
-
- setLodBottom(int) - Method in class com.jme3.terrain.geomipmap.TerrainPatch
-
- setLodCalculator(LodCalculator) - Method in class com.jme3.terrain.geomipmap.TerrainLodControl
-
- setLodLeft(int) - Method in class com.jme3.terrain.geomipmap.TerrainPatch
-
- setLodLevel(int) - Method in class com.jme3.scene.Geometry
-
Sets the LOD level to use when rendering the mesh of this geometry.
- setLodLevel(int) - Method in class com.jme3.scene.Node
-
- setLodLevel(int) - Method in class com.jme3.scene.Spatial
-
Sets the level of detail to use when rendering this Spatial,
this call propagates to all geometries under this Spatial.
- setLodLevels(VertexBuffer[]) - Method in class com.jme3.scene.Mesh
-
Set the LOD (level of detail) index buffers on this mesh.
- setLodMultiplier(float) - Method in class com.jme3.terrain.geomipmap.lodcalc.DistanceLodCalculator
-
- setLodMultiplier(float) - Method in class com.jme3.terrain.geomipmap.lodcalc.SimpleLodThreshold
-
- setLodRight(int) - Method in class com.jme3.terrain.geomipmap.TerrainPatch
-
- setLodTop(int) - Method in class com.jme3.terrain.geomipmap.TerrainPatch
-
- setLogic(TechniqueDefLogic) - Method in class com.jme3.material.TechniqueDef
-
- setLoLimit(float) - Method in class com.jme3.bullet.joints.motors.RotationalLimitMotor
-
- setLookAt(Vector3f, Vector3f) - Method in class com.jme3.cinematic.events.MotionEvent
-
Set the lookAt for the target.
- setLookAtOffset(Vector3f) - Method in class com.jme3.input.ChaseCamera
-
Sets the offset from the target's position where the camera looks at
- setLooping(boolean) - Method in class com.jme3.audio.AudioNode
-
Set the looping mode for the audio node.
- setLoopMode(LoopMode) - Method in class com.jme3.animation.AnimChannel
-
Deprecated.
- setLoopMode(LoopMode) - Method in class com.jme3.cinematic.events.AbstractCinematicEvent
-
Sets the loopMode of the animation.
- setLoopMode(LoopMode) - Method in class com.jme3.cinematic.events.AnimationEvent
-
Deprecated.
- setLoopMode(LoopMode) - Method in interface com.jme3.cinematic.events.CinematicEvent
-
- setLoopMode(LoopMode) - Method in class com.jme3.cinematic.events.SoundEvent
-
- setLostFocusBehavior(LostFocusBehavior) - Method in interface com.jme3.app.Application
-
Changes the application's behavior when unfocused.
- setLostFocusBehavior(LostFocusBehavior) - Method in class com.jme3.app.LegacyApplication
-
Changes the application's behavior when unfocused.
- setLostFocusBehavior(LostFocusBehavior) - Method in class com.jme3.app.VRApplication
-
Deprecated.
Change the application's behavior when unfocused.
- setLowerAngLimit(float) - Method in class com.jme3.bullet.joints.SliderJoint
-
- setLowerLimit(Vector3f) - Method in class com.jme3.bullet.joints.motors.TranslationalLimitMotor
-
- setLowerLimit(float) - Method in class com.jme3.post.filters.ContrastAdjustmentFilter
-
Sets the lower limit of the input range.
- setLowerLinLimit(float) - Method in class com.jme3.bullet.joints.SliderJoint
-
- setLowLife(float) - Method in class com.jme3.effect.ParticleEmitter
-
Set the low value of life.
- setLowPermissions(boolean) - Static method in class com.jme3.system.JmeSystem
-
- setLowPermissions(boolean) - Method in class com.jme3.system.JmeSystemDelegate
-
- setLuminanceLevels(float, float, float, float, float) - Method in class com.jme3.post.filters.CrossHatchFilter
-
Sets minimum luminance levels for lines drawn
- setMagentaArrow(Vector3f, Vector3f) - Method in class com.jme3.bullet.debug.DebugTools
-
Alter the location and extent of the magenta arrow.
- setMagFilter(Texture.MagFilter) - Method in class com.jme3.texture.Texture
-
- setMagnificationFilter(float) - Method in class com.jme3.terrain.heightmap.AbstractHeightMap
-
setFilter
sets the erosion value for the filter.
- setMagnificationFilter(float) - Method in interface com.jme3.terrain.heightmap.HeightMap
-
setFilter
sets the erosion value for the filter.
- setMagnitude(float) - Method in class com.jme3.terrain.noise.filter.PerturbFilter
-
- setMainFrameBufferOverride(FrameBuffer) - Method in class com.jme3.renderer.opengl.GLRenderer
-
- setMainFrameBufferOverride(FrameBuffer) - Method in interface com.jme3.renderer.Renderer
-
Sets the framebuffer that will be set instead of the main framebuffer
when a call to setFrameBuffer(null) is made.
- setMainFrameBufferOverride(FrameBuffer) - Method in class com.jme3.system.NullRenderer
-
- setMainFrameBufferSrgb(boolean) - Method in class com.jme3.renderer.opengl.GLRenderer
-
- setMainFrameBufferSrgb(boolean) - Method in interface com.jme3.renderer.Renderer
-
Specifies whether color values in the main framebuffer are in SRGB format.
- setMainFrameBufferSrgb(boolean) - Method in class com.jme3.system.NullRenderer
-
- setManager(Object) - Method in class com.jme3.anim.AnimLayer
-
Assigns the specified manager.
- setMargin(float) - Method in class com.jme3.bullet.collision.shapes.CollisionShape
-
- setMask(AnimationMask) - Method in class com.jme3.anim.tween.action.Action
-
- setMass(String, float) - Method in class com.jme3.bullet.animation.DacConfiguration
-
Alter the mass of the named bone/torso.
- setMass(PhysicsLink, float) - Method in class com.jme3.bullet.animation.DacLinks
-
Alter the mass of the specified link.
- setMass(String, float) - Method in class com.jme3.bullet.animation.DacLinks
-
Alter the mass of the named bone/torso.
- setMass(float) - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
Sets the mass of this PhysicsRigidBody, objects with mass=0 are static.
- setMaterial(Material) - Method in class com.jme3.scene.BatchNode
-
Sets the material to the all the batches of this BatchNode.
- setMaterial(Material) - Method in class com.jme3.scene.Geometry
-
Sets the material to use for this geometry.
- setMaterial(Material) - Method in class com.jme3.scene.Node
-
- setMaterial(Material) - Method in class com.jme3.scene.Spatial
-
Applies the given material to the Spatial, this will propagate the
material down to the geometries in the scene graph.
- setMaterial(Material) - Method in class com.jme3.terrain.geomipmap.TerrainGrid
-
- setMaterialDef(MaterialDef) - Method in class com.jme3.material.plugins.ShaderNodeLoaderDelegate
-
sets the material def currently being loaded
- setMaterialExtensionSet(MaterialExtensionSet) - Method in class com.jme3.scene.plugins.ogre.matext.OgreMaterialKey
-
- setMaterialList(MaterialList) - Method in class com.jme3.scene.plugins.ogre.OgreMeshKey
-
- setMaterialName(String) - Method in class com.jme3.scene.plugins.ogre.OgreMeshKey
-
- setMaterialParameters(Material) - Method in class com.jme3.shadow.AbstractShadowRenderer
-
This method is called once per frame and is responsible for setting any
material parameters that subclasses may need to set on the post material.
- setMaterialParameters(Material) - Method in class com.jme3.shadow.AbstractShadowRendererVR
-
This method is called once per frame and is responsible for setting any
material parameters that subclasses may need to set on the post material.
- setMaterialParameters(Material) - Method in class com.jme3.shadow.DirectionalLightShadowRenderer
-
- setMaterialParameters(Material) - Method in class com.jme3.shadow.DirectionalLightShadowRendererVR
-
- setMaterialParameters(Material) - Method in class com.jme3.shadow.PointLightShadowRenderer
-
- setMaterialParameters(Material) - Method in class com.jme3.shadow.SpotLightShadowRenderer
-
- setMatParamOverrideRefresh() - Method in class com.jme3.scene.Node
-
- setMatParamOverrideRefresh() - Method in class com.jme3.scene.Spatial
-
- setMatrix4(String, Matrix4f) - Method in class com.jme3.material.Material
-
Pass a Matrix4f to the material shader.
- setMaxAmplitude(float) - Method in class com.jme3.water.WaterFilter
-
Sets the maximum waves amplitude
default is 1.5
- setMaxAngMotorForce(float) - Method in class com.jme3.bullet.joints.SliderJoint
-
- setMaxDistance(float) - Method in class com.jme3.app.ChaseCameraAppState
-
Sets the max zoom distance of the camera (default is 40)
- setMaxDistance(float) - Method in class com.jme3.audio.AudioNode
-
Set the maximum distance for the attenuation of the audio node.
- setMaxDistance(float) - Method in class com.jme3.input.ChaseCamera
-
Sets the max zoom distance of the camera (default is 40)
- setMaxFaultHeight(float) - Method in class com.jme3.terrain.heightmap.FaultHeightMap
-
- setMaxInitialHeight(float) - Method in class com.jme3.terrain.heightmap.FluidSimHeightMap
-
Sets the maximum initial height of the terrain.
- setMaxIterations(int) - Method in class com.jme3.post.HDRRenderer
-
Deprecated.
- setMaxLimitForce(float) - Method in class com.jme3.bullet.joints.motors.RotationalLimitMotor
-
- setMaxLinMotorForce(float) - Method in class com.jme3.bullet.joints.SliderJoint
-
- setMaxMotorForce(float) - Method in class com.jme3.bullet.joints.motors.RotationalLimitMotor
-
- setMaxNumInstances(int) - Method in class com.jme3.scene.instancing.InstancedGeometry
-
Set the maximum amount of instances that can be rendered by this
instanced geometry when mode is set to auto.
- setMaxNumWeights(int) - Method in class com.jme3.scene.Mesh
-
Set the maximum number of weights per vertex on this mesh.
- setMaxParticles(int) - Method in class com.jme3.terrain.heightmap.ParticleDepositionHeightMap
-
setMaxParticles
sets the maximum number of particles
for a single jump.
- setMaxRadius(float) - Method in class com.jme3.terrain.heightmap.FaultHeightMap
-
- setMaxRadius(float) - Method in class com.jme3.terrain.heightmap.HillHeightMap
-
Sets the minimum radius of a hill.
- setMaxRange(float) - Method in class com.jme3.terrain.heightmap.FaultHeightMap
-
- setMaxRawValue(float) - Method in class com.jme3.input.android.AndroidSensorJoyInput.AndroidSensorJoystickAxis
-
- setMaxRawValue(float) - Method in interface com.jme3.input.SensorJoystickAxis
-
Method to allow users to set the raw sensor value that represents
the maximum joystick axis value.
- setMaxSlope(float) - Method in class com.jme3.bullet.objects.PhysicsCharacter
-
- setMaxSubSteps(int) - Method in class com.jme3.bullet.PhysicsSpace
-
Sets the maximum amount of extra steps that will be used to step the physics
when the fps is below the physics fps.
- setMaxSuspensionForce(float) - Method in class com.jme3.bullet.objects.PhysicsVehicle
-
This value caps the maximum suspension force, raise this above the default 6000 if your suspension cannot
handle the weight of your vehicle.
- setMaxSuspensionForce(int, float) - Method in class com.jme3.bullet.objects.PhysicsVehicle
-
This value caps the maximum suspension force, raise this above the default 6000 if your suspension cannot
handle the weight of your vehicle.
- setMaxSuspensionForce(float) - Method in class com.jme3.bullet.objects.VehicleWheel
-
The maximum suspension force, raise this above the default 6000 if your suspension cannot
handle the weight of your vehicle.
- setMaxSuspensionTravelCm(float) - Method in class com.jme3.bullet.objects.PhysicsVehicle
-
Use before adding wheels, this is the default used when adding wheels.
- setMaxSuspensionTravelCm(int, float) - Method in class com.jme3.bullet.objects.PhysicsVehicle
-
The maximum distance the suspension can be compressed (centimetres)
- setMaxSuspensionTravelCm(float) - Method in class com.jme3.bullet.objects.VehicleWheel
-
the maximum distance the suspension can be compressed (centimetres)
- setMaxVerticalRotation(float) - Method in class com.jme3.app.ChaseCameraAppState
-
Sets the maximal vertical rotation angle in radian of the camera around
the target.
- setMaxVerticalRotation(float) - Method in class com.jme3.input.ChaseCamera
-
Sets the maximal vertical rotation angle in radian of the camera around the target.
- setMesh(Mesh) - Method in class com.jme3.scene.Geometry
-
Sets the mesh to use for this geometry when rendering.
- setMeshes(List<Mesh>) - Method in class com.jme3.effect.shapes.EmitterMeshFaceShape
-
- setMeshes(List<Mesh>) - Method in class com.jme3.effect.shapes.EmitterMeshVertexShape
-
This method sets the meshes that will form the emitter's shape.
- setMeshType(ParticleMesh.Type) - Method in class com.jme3.effect.ParticleEmitter
-
Sets the type of mesh used by the particle emitter.
- setMessage(Message) - Method in class com.jme3.network.message.CompressedMessage
-
- setMessage(String) - Method in class jme3test.network.TestChatServer.ChatMessage
-
- setMin(Vector3f) - Method in class com.jme3.effect.shapes.EmitterBoxShape
-
- setMinDistance(float) - Method in class com.jme3.app.ChaseCameraAppState
-
Sets the min zoom distance of the camera (default is 1)
- setMinDistance(float) - Method in class com.jme3.input.ChaseCamera
-
Sets the min zoom distance of the camera (default is 1)
- setMinFaultHeight(float) - Method in class com.jme3.terrain.heightmap.FaultHeightMap
-
- setMinFilter(Texture.MinFilter) - Method in class com.jme3.texture.Texture
-
- setMinHeight(int) - Method in class com.jme3.app.SettingsDialog
-
- setMinHeight(int) - Method in class com.jme3.system.AppSettings
-
- setMinInitialHeight(float) - Method in class com.jme3.terrain.heightmap.FluidSimHeightMap
-
Sets the minimum initial height of the terrain.
- setMinMax(Vector3f, Vector3f) - Method in class com.jme3.bounding.BoundingBox
-
Reconfigure with the specified extremes.
- setMinParticles(int) - Method in class com.jme3.terrain.heightmap.ParticleDepositionHeightMap
-
setMinParticles
sets the minimum number of particles
for a single jump.
- setMinRadius(float) - Method in class com.jme3.terrain.heightmap.FaultHeightMap
-
- setMinRadius(float) - Method in class com.jme3.terrain.heightmap.HillHeightMap
-
Sets the maximum radius of a hill.
- setMinRange(float) - Method in class com.jme3.terrain.heightmap.FaultHeightMap
-
- setMinResolution(int, int) - Method in class com.jme3.system.AppSettings
-
Set the minimum resolution the settings window will allow for the rendering display
- setMinVerticalRotation(float) - Method in class com.jme3.app.ChaseCameraAppState
-
Sets the minimal vertical rotation angle in radian of the camera around
the target default is 0;
- setMinVerticalRotation(float) - Method in class com.jme3.input.ChaseCamera
-
Sets the minimal vertical rotation angle in radian of the camera around the target default is 0;
- setMinWidth(int) - Method in class com.jme3.app.SettingsDialog
-
- setMinWidth(int) - Method in class com.jme3.system.AppSettings
-
- setMipLevel(int) - Method in class com.jme3.texture.image.MipMapImageRaster
-
- setMipmapsGenerated(boolean) - Method in class com.jme3.texture.Image
-
Internal use only.
- setMipMapSizes(int[]) - Method in class com.jme3.texture.Image
-
Sets the mipmap sizes stored in this image's data buffer.
- setMirrorWindowSize(int, int) - Method in class com.jme3.app.VRApplication
-
Deprecated.
Set the mirror window size in pixel.
- setMirrorWindowSize(int, int) - Method in class com.jme3.app.VRAppState
-
Set the mirror window size in pixel.
- setMode(KinematicRagdollControl.Mode) - Method in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
Enable or disable the ragdoll behaviour.
- setMode(Mesh.Mode) - Method in class com.jme3.scene.Mesh
-
Change the Mesh's mode.
- setMode(int) - Method in class com.jme3.terrain.heightmap.CombinerHeightMap
-
setMode
sets the mode of the combiner.
- setModelBound(BoundingVolume) - Method in class com.jme3.scene.Geometry
-
Sets the model bound to use for this geometry.
- setModelBound(BoundingVolume) - Method in class com.jme3.scene.Node
-
- setModelBound(BoundingVolume) - Method in class com.jme3.scene.Spatial
-
setModelBound
sets the bounding object for this Spatial.
- setModelTransformClass(Class<? extends JointModelTransform>) - Method in class com.jme3.anim.Armature
-
- setModeStart(int[]) - Method in class com.jme3.scene.Mesh
-
- setMonitorMax(float) - Method in interface com.jme3.terrain.ProgressMonitor
-
The max value that when reached, the progress is at 100%.
- setMorphState(float[]) - Method in class com.jme3.scene.Geometry
-
- setMorphState(String, float) - Method in class com.jme3.scene.Geometry
-
Set the state of the morph with the given name.
- setMotionAllowedListener(MotionAllowedListener) - Method in class com.jme3.input.FlyByCamera
-
- setMouseCursor(JmeCursor) - Method in class com.jme3.input.InputManager
-
Sets the mouse cursor image or animation.
- setMouseMoveScale(float) - Method in class com.jme3.input.vr.AbstractVRMouseManager
-
- setMouseMoveScale(float) - Method in interface com.jme3.input.vr.VRMouseManager
-
Set the mouse move scale.
- setMousePosition(int, int) - Method in class com.jme3.niftygui.InputSystemJme
-
- setMoveSpeed(float) - Method in class com.jme3.input.FlyByCamera
-
Set the translation speed.
- setMultiplicity(String) - Method in class com.jme3.shader.ShaderNodeVariable
-
sets the number of elements of this variable making it an array
this value can be a number of can be a define
- setMultiSamples(int) - Method in class com.jme3.texture.Image
-
- setMultiTarget(boolean) - Method in class com.jme3.texture.FrameBuffer
-
If enabled, any shaders rendering into this FrameBuffer
will be able to write several results into the renderbuffers
by using the gl_FragData
array.
- setName(String) - Method in class com.jme3.anim.Joint
-
Alter the name.
- setName(String) - Method in class com.jme3.animation.Animation
-
Deprecated.
Sets the name of the animation
- setName(String) - Method in class com.jme3.light.Light
-
This method sets the light name.
- setName(String) - Method in class com.jme3.material.Material
-
This method sets the name of the material.
- setName(String) - Method in class com.jme3.post.Filter
-
Sets the name of the filter
- setName(String) - Method in class com.jme3.renderer.Camera
-
Sets the camera's name.
- setName(String) - Method in class com.jme3.scene.mesh.MorphTarget
-
- setName(String) - Method in class com.jme3.scene.Spatial
-
Sets the name of this spatial.
- setName(String) - Method in class com.jme3.shader.Shader.ShaderSource
-
- setName(String) - Method in class com.jme3.shader.ShaderNode
-
Sets the name of the node.
- setName(String) - Method in class com.jme3.shader.ShaderNodeDefinition
-
sets the name of the definition
- setName(String) - Method in class com.jme3.shader.ShaderNodeVariable
-
sets the name
- setName(String) - Method in class com.jme3.shader.ShaderVariable
-
- setName(String) - Method in class com.jme3.texture.Texture
-
- setName(String) - Method in class jme3test.network.TestChatServer.ChatMessage
-
- setNameMapping(String, String) - Method in class com.jme3.scene.plugins.ogre.matext.MaterialExtensionSet
-
Adds an alternative name for a material
- setNameSpace(String) - Method in class com.jme3.shader.ShaderNodeVariable
-
sets the nameSpace (can be the name of the shaderNode or
Global,Attr,MatParam,WorldParam)
- setNativeCursor(JmeCursor) - Method in class com.jme3.input.awt.AwtMouseInput
-
- setNativeCursor(JmeCursor) - Method in class com.jme3.input.AWTMouseInput
-
- setNativeCursor(JmeCursor) - Method in class com.jme3.input.dummy.DummyMouseInput
-
- setNativeCursor(JmeCursor) - Method in class com.jme3.input.lwjgl.GlfwMouseInput
-
- setNativeCursor(JmeCursor) - Method in class com.jme3.input.lwjgl.GlfwMouseInputVR
-
- setNativeCursor(JmeCursor) - Method in class com.jme3.input.lwjgl.LwjglMouseInput
-
- setNativeCursor(JmeCursor) - Method in interface com.jme3.input.MouseInput
-
Sets the cursor to use.
- setNbMipMaps(int) - Method in class com.jme3.light.LightProbe
-
- setNbMorphTargets(float[], int) - Method in class com.jme3.anim.MorphTrack
-
Sets the number of morph targets and the corresponding weights.
- setNbSamples(int) - Method in class com.jme3.post.filters.LightScatteringFilter
-
sets the number of samples for the radial blur default is 50
the higher the value the higher the quality, but the slower the performance.
- setNbSimultaneousGPUMorph(int) - Method in class com.jme3.scene.Geometry
-
Sets the number of morph targets that can be handled
on the GPU simultaneously for this geometry.
- setNeedSaveReflectionScene(boolean) - Method in class com.jme3.water.WaterFilter
-
Sets the flag.
- setNeedsFullRebatch(boolean) - Method in class com.jme3.scene.BatchNode
-
- setNeedToRecalculateNormals() - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
This will cause all normals for this terrain quad to be recalculated
- setNeighbourFinder(NeighbourFinder) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
- setNewIndexBuffer(Buffer) - Method in class com.jme3.terrain.geomipmap.UpdatedTerrainPatch
-
- setNewLod(int) - Method in class com.jme3.terrain.geomipmap.UpdatedTerrainPatch
-
- setNifty(Nifty) - Method in class com.jme3.cinematic.events.GuiEvent
-
Alter the Nifty instance for this event.
- setNifty(Nifty) - Method in class com.jme3.cinematic.events.GuiTrack
-
Deprecated.
- setNifty(Nifty) - Method in class com.jme3.niftygui.InputSystemJme
-
Must be set in order for nifty events to be forwarded correctly.
- setNodeDistance(float) - Method in class com.jme3.terrain.heightmap.FluidSimHeightMap
-
Sets the distance between each node of the heightmap.
- setNoOutput(boolean) - Method in class com.jme3.shader.ShaderNodeDefinition
-
- setNoRender(boolean) - Method in class com.jme3.material.TechniqueDef
-
Sets if this technique should not be used to render.
- setNormal(Vector3f) - Method in class com.jme3.math.Plane
-
setNormal
sets the normal of the plane.
- setNormal(float, float, float) - Method in class com.jme3.math.Plane
-
setNormal
sets the normal of the plane.
- setNormal(Vector3f) - Method in class com.jme3.math.Triangle
-
Alter the stored normal without affecting the stored centroid or any
vertex locations.
- setNormalized(boolean) - Method in class com.jme3.scene.VertexBuffer
-
- setNormalRecalcNeeded(Vector2f) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
Signal if the normal vectors for the terrain need to be recalculated.
- setNormalScale(float) - Method in class com.jme3.water.WaterFilter
-
Sets the normal scaling factors to apply to the normal map.
- setNormalSensitivity(float) - Method in class com.jme3.post.filters.CartoonEdgeFilter
-
Sets the normals sensitivity.
- setNormalTexture(Texture2D) - Method in class com.jme3.water.WaterFilter
-
Sets the normal texture.
- setNormalThreshold(float) - Method in class com.jme3.post.filters.CartoonEdgeFilter
-
sets the normal threshold default is 0.5
- setNormalVelocity(float) - Method in class com.jme3.effect.influencers.NewtonianParticleInfluencer
-
This method sets the normal velocity factor.
- setNumColors(int) - Method in class com.jme3.post.filters.PosterizationFilter
-
Sets number of color levels used to draw the screen
- setNumImages(int) - Method in class com.jme3.cursors.plugins.JmeCursor
-
Sets the number of images in the cursor.
- setNumParticles(int) - Method in class com.jme3.effect.ParticleEmitter
-
Set the maximum amount of particles that
can exist at the same time with this emitter.
- setNumSamples(int) - Method in class com.jme3.post.FilterPostProcessor
-
Sets the number of samples for antialiasing
- setObserver(Spatial) - Method in class com.jme3.app.VRApplication
-
Deprecated.
Set the scene observer.
- setObserver(Spatial) - Method in class com.jme3.app.VRAppState
-
Set the scene observer.
- setObserver(Spatial) - Method in class com.jme3.app.VREnvironment
-
Set the scene observer.
- setOctaves(float) - Method in interface com.jme3.terrain.noise.fractal.Fractal
-
- setOctaves(float) - Method in class com.jme3.terrain.noise.fractal.FractalSum
-
- setOffset(int) - Method in class com.jme3.lwjgl3.utils.APIBuffer
-
Sets the current parameter offset.
- setOffset(int) - Method in class com.jme3.scene.VertexBuffer
-
- setOffset(Vector2f) - Method in class com.jme3.terrain.geomipmap.TerrainPatch
-
Sets the value for the current offset amount to use when building texture
coordinates.
- setOffsetAmount(float) - Method in class com.jme3.terrain.geomipmap.TerrainPatch
-
Sets the offset of this terrain texture map.
- setOmitHistoricEvents(boolean) - Method in class com.jme3.input.android.AndroidTouchInput
-
- setOmitHistoricEvents(boolean) - Method in class com.jme3.input.ios.IosInputHandler
-
- setOmitHistoricEvents(boolean) - Method in interface com.jme3.input.TouchInput
-
Set if historic android events should be transmitted, can be used to get better performance and less mem
- setOnExceptionThrown(OnExceptionThrown) - Method in class com.jme3.app.jmeSurfaceView.JmeSurfaceView
-
Sets the listener that will fire when an exception is thrown.
- setOnLayoutDrawn(OnLayoutDrawn) - Method in class com.jme3.app.jmeSurfaceView.JmeSurfaceView
-
- setOnRendererCompleted(OnRendererCompleted) - Method in class com.jme3.app.jmeSurfaceView.JmeSurfaceView
-
Sets the listener for the completion of rendering, ie : when the GL thread holding the
JmeSurfaceView
joins the UI thread, after asynchronous rendering.
- setOnRendererStarted(OnRendererStarted) - Method in class com.jme3.app.jmeSurfaceView.JmeSurfaceView
-
Sets the listener that will fire after initializing the game.
- setOpenCLPlatformChooser(Class<? extends PlatformChooser>) - Method in class com.jme3.system.AppSettings
-
Sets a custom platform chooser.
- setOpenCLSupport(boolean) - Method in class com.jme3.system.AppSettings
-
True to enable the creation of an OpenCL context.
- setOrigin(Vector3f) - Method in class com.jme3.effect.influencers.RadialParticleInfluencer
-
the origin used for computing the radial velocity direction
- setOrigin(Vector3f) - Method in class com.jme3.math.Line
-
setOrigin
sets the origin of the line.
- setOrigin(Vector3f) - Method in class com.jme3.math.LineSegment
-
Alter the origin of this segment.
- setOrigin(Vector3f) - Method in class com.jme3.math.Ray
-
setOrigin
sets the origin of the ray.
- setOriginNormal(Vector3f, Vector3f) - Method in class com.jme3.math.Plane
-
Initialize this plane using a point of origin and a normal.
- setOuterAngle(float) - Method in class com.jme3.audio.AudioNode
-
Set the directional audio node cone outer angle.
- setOuterRadius(float) - Method in class com.jme3.math.Ring
-
setOuterRadius
sets the ring's outer radius.
- setOutlineEnabled(boolean) - Method in class com.jme3.post.CartoonSSAO
-
Set if outline has to be enabled.
- setOutputFrameBuffer(FrameBuffer) - Method in class com.jme3.renderer.ViewPort
-
Sets the output framebuffer for the ViewPort.
- setOutputMapping(List<VariableMapping>) - Method in class com.jme3.shader.ShaderNode
-
Sets the output mappings.
- setOutputs(List<ShaderNodeVariable>) - Method in class com.jme3.shader.ShaderNodeDefinition
-
sets the output variables of this definition
- SetOverlayAlpha - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : SetOverlayAlpha_callback*
- SetOverlayAutoCurveDistanceRangeInMeters - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : SetOverlayAutoCurveDistanceRangeInMeters_callback*
- SetOverlayColor - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : SetOverlayColor_callback*
- SetOverlayDualAnalogTransform - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : SetOverlayDualAnalogTransform_callback*
- SetOverlayFlag - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : SetOverlayFlag_callback*
- SetOverlayFromFile - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : SetOverlayFromFile_callback*
- SetOverlayInputMethod - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : SetOverlayInputMethod_callback*
- SetOverlayIntersectionMask - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : SetOverlayIntersectionMask_callback*
- SetOverlayMouseScale - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : SetOverlayMouseScale_callback*
- SetOverlayName - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : SetOverlayName_callback*
- SetOverlayNeighbor - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : SetOverlayNeighbor_callback*
- SetOverlayRaw - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : SetOverlayRaw_callback*
- SetOverlayRenderingPid - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : SetOverlayRenderingPid_callback*
- SetOverlayRenderModel - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : SetOverlayRenderModel_callback*
- SetOverlaySortOrder - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : SetOverlaySortOrder_callback*
- SetOverlayTexelAspect - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : SetOverlayTexelAspect_callback*
- SetOverlayTexture - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : SetOverlayTexture_callback*
- SetOverlayTextureBounds - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : SetOverlayTextureBounds_callback*
- SetOverlayTextureColorSpace - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : SetOverlayTextureColorSpace_callback*
- SetOverlayTransformAbsolute - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : SetOverlayTransformAbsolute_callback*
- SetOverlayTransformOverlayRelative - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : SetOverlayTransformOverlayRelative_callback*
- SetOverlayTransformTrackedDeviceComponent - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : SetOverlayTransformTrackedDeviceComponent_callback*
- SetOverlayTransformTrackedDeviceRelative - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : SetOverlayTransformTrackedDeviceRelative_callback*
- SetOverlayWidthInMeters - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : SetOverlayWidthInMeters_callback*
- setOwner(Spatial) - Method in class com.jme3.light.LightList
-
Set the owner of the LightList.
- setPage(int) - Method in class com.jme3.font.BitmapCharacter
-
- setPages(Material[]) - Method in class com.jme3.font.BitmapFont
-
- setPaperColor(ColorRGBA) - Method in class com.jme3.post.filters.CrossHatchFilter
-
Sets color used as background
- setParallelProjection(boolean) - Method in class com.jme3.renderer.Camera
-
Enables/disables parallel projection.
- setParam(String, VarType, Object) - Method in class com.jme3.material.Material
-
Pass a parameter to the material shader.
- setParam(String, Object) - Method in class com.jme3.scene.plugins.gltf.MaterialAdapter
-
- setParent(PhysicsLink) - Method in class com.jme3.bullet.animation.PhysicsLink
-
Assign a parent/manager for this link.
- setParent(Node) - Method in class com.jme3.scene.Geometry
-
- setParent(Node) - Method in class com.jme3.scene.Node
-
- setParent(Node) - Method in class com.jme3.scene.plugins.fbx.objects.FbxMesh
-
- setParent(Node) - Method in class com.jme3.scene.Spatial
-
- setParent(Node) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
- setParentAction(Action) - Method in interface com.jme3.anim.util.Weighted
-
- setParticleInfluencer(ParticleInfluencer) - Method in class com.jme3.effect.ParticleEmitter
-
- setParticlesPerSec(float) - Method in class com.jme3.effect.ParticleEmitter
-
Set the number of particles to spawn per
second.
- setPassMaterial(Material) - Method in class com.jme3.post.Filter.Pass
-
- setPatchSize(int) - Method in class com.jme3.terrain.geomipmap.grid.AssetTileLoader
-
- setPatchSize(int) - Method in class com.jme3.terrain.geomipmap.grid.FractalTileLoader
-
- setPatchSize(int) - Method in class com.jme3.terrain.geomipmap.grid.ImageTileLoader
-
- setPatchSize(int) - Method in interface com.jme3.terrain.geomipmap.TerrainGridTileLoader
-
- setPatchVertexCount(int) - Method in class com.jme3.scene.Mesh
-
Sets the count of vertices used for each tessellation patch
- setPath(MotionPath) - Method in class com.jme3.cinematic.events.MotionEvent
-
Sets the motion path to follow.
- setPath(String) - Method in class com.jme3.shader.ShaderNodeDefinition
-
sets the path of this definition
- setPathSplineType(Spline.SplineType) - Method in class com.jme3.cinematic.MotionPath
-
sets the type of spline used for the path interpolation for this path
- setPauseOnLostFocus(boolean) - Method in interface com.jme3.app.Application
-
Enables or disables pause on lost focus.
- setPauseOnLostFocus(boolean) - Method in class com.jme3.app.LegacyApplication
-
Enable or disable pause on lost focus.
- setPauseOnLostFocus(boolean) - Method in class com.jme3.app.VRApplication
-
Deprecated.
Enable or disable pause on lost focus.
- setPeakWalk(int) - Method in class com.jme3.terrain.heightmap.ParticleDepositionHeightMap
-
setPeakWalk
sets how often the jump point will be
agitated.
- setPersistence(float) - Method in class com.jme3.terrain.heightmap.MidpointDisplacementHeightMap
-
- setPhysicsDamping(float) - Method in class com.jme3.bullet.control.BetterCharacterControl
-
Alter how much motion in the local X-Z plane is damped.
- setPhysicsLocation(Vector3f) - Method in class com.jme3.bullet.animation.DacLinks
-
Translate the torso to the specified location.
- setPhysicsLocation(Vector3f) - Method in class com.jme3.bullet.control.AbstractPhysicsControl
-
Translate the physics object to the specified location.
- setPhysicsLocation(Vector3f) - Method in class com.jme3.bullet.control.BetterCharacterControl
-
Translate the character to the specified location.
- setPhysicsLocation(Vector3f) - Method in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
- setPhysicsLocation(Vector3f) - Method in class com.jme3.bullet.objects.PhysicsCharacter
-
Set the physics location (same as warp())
- setPhysicsLocation(Vector3f) - Method in class com.jme3.bullet.objects.PhysicsGhostObject
-
Sets the physics object location
- setPhysicsLocation(Vector3f) - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
Sets the physics object location
- setPhysicsRotation(Quaternion) - Method in class com.jme3.bullet.animation.DacLinks
-
Rotate the torso to the specified orientation.
- setPhysicsRotation(Quaternion) - Method in class com.jme3.bullet.control.AbstractPhysicsControl
-
Rotate the physics object to the specified orientation.
- setPhysicsRotation(Quaternion) - Method in class com.jme3.bullet.control.BetterCharacterControl
-
Rotate the physics object to the specified orientation.
- setPhysicsRotation(Quaternion) - Method in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
- setPhysicsRotation(Matrix3f) - Method in class com.jme3.bullet.objects.PhysicsGhostObject
-
Sets the physics object rotation
- setPhysicsRotation(Quaternion) - Method in class com.jme3.bullet.objects.PhysicsGhostObject
-
Sets the physics object rotation
- setPhysicsRotation(Matrix3f) - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
Sets the physics object rotation
- setPhysicsRotation(Quaternion) - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
Sets the physics object rotation
- setPhysicsSpace(PhysicsSpace) - Method in class com.jme3.bullet.control.AbstractPhysicsControl
-
If enabled, add this control's physics object to the specified physics
space.
- setPhysicsSpace(PhysicsSpace) - Method in class com.jme3.bullet.control.CharacterControl
-
If enabled, add this control's physics object to the specified physics
space.
- setPhysicsSpace(PhysicsSpace) - Method in class com.jme3.bullet.control.GhostControl
-
If enabled, add this control's physics object to the specified physics
space.
- setPhysicsSpace(PhysicsSpace) - Method in interface com.jme3.bullet.control.PhysicsControl
-
If enabled, add this control's physics object to the specified physics
space.
- setPhysicsSpace(PhysicsSpace) - Method in class com.jme3.bullet.control.RigidBodyControl
-
If enabled, add this control's body to the specified physics space.
- setPhysicsSpace(PhysicsSpace) - Method in class com.jme3.bullet.control.VehicleControl
-
If enabled, add this control's physics object to the specified physics
space.
- setPhysicsSpace(PhysicsSpace) - Method in class jme3test.bullet.BombControl
-
- setPhysicsSpace(PhysicsSpace) - Method in class jme3test.bullet.PhysicsHoverControl
-
- setPinkArrow(Vector3f, Vector3f) - Method in class com.jme3.bullet.debug.DebugTools
-
Alter the location and extent of the pink arrow.
- setPitch(float) - Method in class com.jme3.audio.AudioNode
-
Set the pitch of the audio, also the speed of playback.
- setPixel(Vector3f, ColorRGBA) - Method in class com.jme3.environment.util.CubeMapWrapper
-
writes a pixel given the coordinates vector and the color.
- setPixel(Vector3f, int, ColorRGBA) - Method in class com.jme3.environment.util.CubeMapWrapper
-
writes a pixel given the coordinates vector, the mip level and the color.
- setPixel(int, int, int, ColorRGBA) - Method in class com.jme3.environment.util.CubeMapWrapper
-
Writes a pixel given the 2-D coordinates and the color
- setPixel(int, int, int, int, ColorRGBA) - Method in class com.jme3.environment.util.CubeMapWrapper
-
Writes a pixel given the 2-D coordinates, the mip level and the color
- setPixel(int, int, ColorRGBA) - Method in class com.jme3.texture.image.DefaultImageRaster
-
- setPixel(int, int, ColorRGBA) - Method in class com.jme3.texture.image.ImageRaster
-
Sets the pixel at the given coordinate to the given color.
- setPixel(int, int, ColorRGBA) - Method in class com.jme3.texture.image.MipMapImageRaster
-
- setPixelError(float) - Method in class com.jme3.terrain.geomipmap.lodcalc.PerspectiveLodCalculator
-
- setPlane(Plane) - Method in class com.jme3.water.SimpleWaterProcessor
-
Set the water plane for this processor.
- setPlane(Vector3f, Vector3f) - Method in class com.jme3.water.SimpleWaterProcessor
-
Set the water plane using an origin (location) and a normal (reflection direction).
- setPlanePoints(AbstractTriangle) - Method in class com.jme3.math.Plane
-
Initialize this plane using the three points of the given triangle.
- setPlanePoints(Vector3f, Vector3f, Vector3f) - Method in class com.jme3.math.Plane
-
Initialize the Plane using the given 3 points as coplanar.
- setPlaneState(int) - Method in class com.jme3.renderer.Camera
-
Sets the state to keep track of tested
planes for culling.
- setPlayerPosition(Vector3f) - Method in class jme3test.games.WorldOfInception.InceptionLevel
-
- setPoint(Vector3f) - Method in class com.jme3.effect.shapes.EmitterPointShape
-
- setPointerId(int) - Method in class com.jme3.input.event.TouchEvent
-
- setPolyOffset(float, float) - Method in class com.jme3.material.RenderState
-
Offsets the on-screen z-order of the material's polygons, to combat visual artefacts like
stitching, bleeding and z-fighting for overlapping polygons.
- setPosition(Vector3f) - Method in class com.jme3.environment.EnvironmentCamera
-
Sets the camera position in world space.
- setPosition(Vector3f) - Method in class com.jme3.light.LightProbe
-
Sets the position of the LightProbe in world space
- setPosition(Vector3f) - Method in class com.jme3.light.PointLight
-
Set the world space position of the light.
- setPosition(Vector3f) - Method in class com.jme3.light.SpotLight
-
- setPosition(float, float) - Method in class com.jme3.ui.Picture
-
Set the position of the picture in pixels.
- setPositional(boolean) - Method in class com.jme3.audio.AudioNode
-
Set the audio node as positional.
- setPositioningElasticity(float) - Method in class com.jme3.util.VRGuiManager
-
Makes auto GUI positioning happen not immediately, but like an
elastic connected to the headset.
- setPositioningMode(VRGUIPositioningMode) - Method in class com.jme3.util.VRGuiManager
-
- setPostShadowMaterial(Material) - Method in class com.jme3.shadow.AbstractShadowRenderer
-
set the post shadow material for this renderer
- setPostShadowMaterial(Material) - Method in class com.jme3.shadow.AbstractShadowRendererVR
-
set the post shadow material for this renderer
- setPostShadowParams() - Method in class com.jme3.shadow.AbstractShadowRenderer
-
for internal use only
- setPostShadowParams() - Method in class com.jme3.shadow.AbstractShadowRendererVR
-
for internal use only
- setPostShadowParams() - Method in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
- setPoweredAngMotor(boolean) - Method in class com.jme3.bullet.joints.SliderJoint
-
- setPoweredLinMotor(boolean) - Method in class com.jme3.bullet.joints.SliderJoint
-
- setPreferredLightMode(TechniqueDef.LightMode) - Method in class com.jme3.renderer.RenderManager
-
Defines what light mode will be selected when a technique offers several light modes.
- setPrefilteredMap(TextureCubeMap) - Method in class com.jme3.light.LightProbe
-
Sets the prefiltered environment map
- setPrefix(String) - Method in class com.jme3.shader.ShaderNodeVariable
-
Sets the variable prefix (m_ or g_)
- setPressure(float) - Method in class com.jme3.input.event.TouchEvent
-
- setPreviousLod(int) - Method in class com.jme3.terrain.geomipmap.TerrainPatch
-
- setPreviousLod(int) - Method in class com.jme3.terrain.geomipmap.UpdatedTerrainPatch
-
- setPrimaryConnectors(Connector, Connector, ConnectorFactory) - Method in class com.jme3.network.base.DefaultClient
-
- setPriority(float) - Method in class jme3test.input.combomoves.ComboMove
-
- setProbeScale(float) - Method in class com.jme3.environment.util.LightsDebugState
-
sets the scale of the probe's debug sphere
- setProcessor(FilterPostProcessor) - Method in class com.jme3.post.Filter
-
sets a reference to the FilterPostProcessor to which this filter is attached
- setProfiler(AppProfiler) - Method in class com.jme3.app.state.ScreenshotAppState
-
- setProfiler(AppProfiler) - Method in class com.jme3.niftygui.NiftyJmeDisplay
-
- setProfiler(AppProfiler) - Method in class com.jme3.post.FilterPostProcessor
-
- setProfiler(AppProfiler) - Method in class com.jme3.post.HDRRenderer
-
Deprecated.
- setProfiler(AppProfiler) - Method in class com.jme3.post.PreDepthProcessor
-
- setProfiler(AppProfiler) - Method in interface com.jme3.post.SceneProcessor
-
Sets a profiler Instance for this processor.
- setProfiler(AppProfiler) - Method in class com.jme3.shadow.AbstractShadowRenderer
-
- setProfiler(AppProfiler) - Method in class com.jme3.shadow.AbstractShadowRendererVR
-
- setProfiler(AppProfiler) - Method in class com.jme3.shadow.BasicShadowRenderer
-
Deprecated.
- setProfiler(AppProfiler) - Method in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
- setProfiler(AppProfiler) - Method in class com.jme3.system.awt.AwtPanel
-
- setProfiler(AppProfiler) - Method in class com.jme3.system.AWTFrameProcessor
-
- setProfiler(AppProfiler) - Method in class com.jme3.water.ReflectionProcessor
-
- setProfiler(AppProfiler) - Method in class com.jme3.water.SimpleWaterProcessor.RefractionProcessor
-
- setProfiler(AppProfiler) - Method in class com.jme3.water.SimpleWaterProcessor
-
- setProfiler(AppProfiler) - Method in class jme3test.post.TestMultiRenderTarget
-
- setProfiler(AppProfiler) - Method in class jme3test.post.TestRenderToMemory
-
- setProjection(float) - Method in class com.jme3.math.Triangle
-
Alter the projection of the vertices relative to the line origin.
- setProjectionMatrix(Matrix4f) - Method in class com.jme3.renderer.Camera
-
Overrides the projection matrix used by the camera.
- setPropertyFromElement(FbxElement) - Method in class com.jme3.scene.plugins.fbx.material.FbxMaterialProperties
-
- setPropertyTexture(String, FbxTexture) - Method in class com.jme3.scene.plugins.fbx.material.FbxMaterialProperties
-
- setQuadrant(short) - Method in class com.jme3.terrain.geomipmap.TerrainPatch
-
- setQuadrant(short) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
- setQuadSize(int) - Method in class com.jme3.terrain.geomipmap.grid.AssetTileLoader
-
- setQuadSize(int) - Method in class com.jme3.terrain.geomipmap.grid.FractalTileLoader
-
- setQuadSize(int) - Method in class com.jme3.terrain.geomipmap.grid.ImageTileLoader
-
- setQuadSize(int) - Method in class com.jme3.terrain.geomipmap.TerrainGrid
-
- setQuadSize(int) - Method in interface com.jme3.terrain.geomipmap.TerrainGridTileLoader
-
- setQuality(float) - Method in class com.jme3.app.state.VideoRecorderAppState
-
Set the video image quality from 0(worst/smallest) to 1(best/largest).
- setQueueBucket(RenderQueue.Bucket) - Method in class com.jme3.scene.Spatial
-
setQueueBucket
determines at what phase of the
rendering process this Spatial will rendered.
- setRadialVelocity(float) - Method in class com.jme3.effect.influencers.RadialParticleInfluencer
-
the radial velocity
- setRadius(float) - Method in class com.jme3.bounding.BoundingSphere
-
setRadius
sets the radius of this bounding sphere.
- setRadius(float) - Method in class com.jme3.bullet.objects.VehicleWheel
-
- setRadius(float) - Method in class com.jme3.effect.shapes.EmitterSphereShape
-
- setRadius(float) - Method in class com.jme3.light.OrientedBoxProbeArea
-
- setRadius(float) - Method in class com.jme3.light.PointLight
-
Set the radius of the light influence.
- setRadius(float) - Method in interface com.jme3.light.ProbeArea
-
- setRadius(float) - Method in class com.jme3.light.SphereProbeArea
-
- setRadius(int) - Method in class com.jme3.terrain.noise.filter.OptimizedErode
-
- setRadius(int) - Method in class com.jme3.terrain.noise.filter.SmoothFilter
-
- setRadius(float) - Method in class com.jme3.water.WaterFilter
-
Set the radius of the effect.
- setRagdollMode() - Method in class com.jme3.bullet.animation.DynamicAnimControl
-
Immediately put this control into ragdoll mode.
- setRagdollMode() - Method in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
Sets the control into Ragdoll mode The skeleton is entirely controlled by
physics.
- setRandomAngle(boolean) - Method in class com.jme3.effect.ParticleEmitter
-
Set to true if every particle spawned
should have a random facing angle.
- setRange(float) - Method in class com.jme3.terrain.heightmap.MidpointDisplacementHeightMap
-
- setReadDrawBuffers(FrameBuffer) - Method in class com.jme3.renderer.opengl.GLRenderer
-
- setReadOnly(boolean) - Static method in class com.jme3.network.serializing.Serializer
-
Can put the registry in a read-only state such that additional attempts
to register classes will fail.
- setReady(boolean) - Method in class com.jme3.light.LightProbe
-
Don't call this method directly.
- setReason(String) - Method in class com.jme3.network.message.DisconnectMessage
-
- setReceivesShadows(boolean) - Method in class com.jme3.material.Material
-
Set if the material should receive shadows or not.
- setRectangle(Rectangle) - Method in class com.jme3.scene.shape.RectangleMesh
-
Sets the
Rectangle
and updates the mesh
accordingly.
- setRed(float) - Method in class com.jme3.math.ColorRGBA
-
Sets the red color to the specified value.
- setRedArrow(Vector3f, Vector3f) - Method in class com.jme3.bullet.debug.DebugTools
-
Alter the location and extent of the red arrow.
- setRedExponent(float) - Method in class com.jme3.post.filters.ContrastAdjustmentFilter
-
Sets the power-law exponent for the red channel.
- setRedScale(float) - Method in class com.jme3.post.filters.ContrastAdjustmentFilter
-
Sets the output scale factor for the red channel.
- setReduceMul(float) - Method in class com.jme3.post.filters.FXAAFilter
-
set to 0.0f for higher quality
- setRefDistance(float) - Method in class com.jme3.audio.AudioNode
-
Set the reference playing distance for the audio node.
- setReflectDelay(float) - Method in class com.jme3.audio.Environment
-
- setReflectGain(float) - Method in class com.jme3.audio.Environment
-
- setReflectionBuffer(FrameBuffer) - Method in class com.jme3.water.ReflectionProcessor
-
Internal use only
sets the frame buffer
- setReflectionCam(Camera) - Method in class com.jme3.water.ReflectionProcessor
-
sets the reflection cam
- setReflectionClippingOffset(float) - Method in class com.jme3.water.SimpleWaterProcessor
-
sets the reflection clipping plane offset
set a negative value to lower the clipping plane for reflection texture rendering.
- setReflectionClipPlane(Plane) - Method in class com.jme3.water.ReflectionProcessor
-
Sets the reflection clip plane
- setReflectionDisplace(float) - Method in class com.jme3.water.WaterFilter
-
Sets the reflection displace.
- setReflectionMapSize(int) - Method in class com.jme3.water.WaterFilter
-
Sets the size of the reflection map
default is 512, the higher, the better quality, but the slower the effect.
- setReflectionScene(Spatial) - Method in class com.jme3.water.SimpleWaterProcessor
-
Sets the reflected scene, should not include the water quad!
Set before adding processor.
- setReflectionScene(Spatial) - Method in class com.jme3.water.WaterFilter
-
Sets the scene to render in the reflection map.
- setRefractionClippingOffset(float) - Method in class com.jme3.water.SimpleWaterProcessor
-
Sets the refraction clipping plane offset
set a positive value to raise the clipping plane for refraction texture rendering
- setRefractionConstant(float) - Method in class com.jme3.water.WaterFilter
-
This is a constant related to the index of refraction (IOR) used to compute the fresnel term.
- setRefractionStrength(float) - Method in class com.jme3.water.WaterFilter
-
This value modifies current fresnel term.
- setReliable(boolean) - Method in class com.jme3.network.AbstractMessage
-
Sets this message to 'reliable' or not and returns this
message.
- setReliable(boolean) - Method in interface com.jme3.network.Message
-
Sets this message to 'reliable' or not and returns this
message.
- setRenderBackFacesShadows(Boolean) - Method in class com.jme3.shadow.AbstractShadowFilter
-
!! WARNING !! this parameter is defaulted to true for the ShadowFilter.
- setRenderBackFacesShadows(Boolean) - Method in class com.jme3.shadow.AbstractShadowFilterVR
-
WARNING this parameter is defaulted to true
for the shadow filter.
- setRenderBackFacesShadows(Boolean) - Method in class com.jme3.shadow.AbstractShadowRenderer
-
Set to true if you want back faces shadows on geometries.
- setRenderBackFacesShadows(Boolean) - Method in class com.jme3.shadow.AbstractShadowRendererVR
-
Set to true if you want back faces shadows on geometries.
- setRenderedSize(int) - Method in class com.jme3.font.BitmapCharacterSet
-
- setRenderedTexture(Texture2D) - Method in class com.jme3.post.Filter.Pass
-
- setRenderedTexture(Texture2D) - Method in class com.jme3.post.Filter
-
sets the rendered texture of this filter
- setRenderer(Renderer) - Method in class com.jme3.app.DetailedProfiler
-
- setRenderer(AudioRenderer) - Method in class com.jme3.audio.Listener
-
- setRenderer(String) - Method in class com.jme3.system.AppSettings
-
Set the graphics renderer to use, one of:
AppSettings.LWJGL_OPENGL1 - Force OpenGL1.1 compatability
AppSettings.LWJGL_OPENGL2 - Force OpenGL2 compatability
AppSettings.LWJGL_OPENGL3 - Force OpenGL3.3 compatability
AppSettings.LWJGL_OPENGL_ANY - Choose an appropriate
OpenGL version based on system capabilities
AppSettings.JOGL_OPENGL_BACKWARD_COMPATIBLE
AppSettings.JOGL_OPENGL_FORWARD_COMPATIBLE
null - Disable graphics rendering
- setRenderFrameBuffer(FrameBuffer) - Method in class com.jme3.post.Filter.Pass
-
- setRenderFrameBuffer(FrameBuffer) - Method in class com.jme3.post.Filter
-
sets the default pass frame buffer
- setRenderManager(RenderManager) - Method in class com.jme3.niftygui.JmeBatchRenderBackend
-
- setRenderManager(RenderManager) - Method in class com.jme3.niftygui.RenderDeviceJme
-
- setRenderSize(int, int) - Method in class com.jme3.water.SimpleWaterProcessor
-
Set the reflection Texture render size,
set before adding the processor!
- setRenderState(RenderState) - Method in class com.jme3.material.TechniqueDef
-
Sets the render state that this technique is using.
- setRequiresUpdates(boolean) - Method in class com.jme3.scene.Spatial
-
Subclasses can call this with true to denote that they require
updateLogicalState() to be called even if they contain no controls.
- setResizable(boolean) - Method in class com.jme3.system.AppSettings
-
Allows the display window to be resized by dragging its edges.
- setResolution(int, int) - Method in class com.jme3.system.AppSettings
-
Set the resolution for the rendering display
- setResolutionMultiplier(float) - Method in class com.jme3.app.VRApplication
-
Deprecated.
Set the resolution multiplier.
- setResolutionMultiplier(float) - Method in class com.jme3.app.VRAppState
-
Set the resolution multiplier.
- setResolutionMultiplier(float) - Method in class com.jme3.input.vr.AbstractVRViewManager
-
- setResolutionMultiplier(float) - Method in interface com.jme3.input.vr.VRViewManager
-
Set the resolution multiplier.
- setResourceLoader(NiftyResourceLoader) - Method in class com.jme3.niftygui.InputSystemJme
-
- setResourceLoader(NiftyResourceLoader) - Method in class com.jme3.niftygui.JmeBatchRenderBackend
-
- setResourceLoader(NiftyResourceLoader) - Method in class com.jme3.niftygui.RenderDeviceJme
-
- setResourceLoader(NiftyResourceLoader) - Method in class com.jme3.niftygui.SoundDeviceJme
-
- setRestitution(float) - Method in class com.jme3.bullet.joints.motors.TranslationalLimitMotor
-
- setRestitution(float) - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
The "bounciness" of the PhysicsRigidBody.
- setRestitutionDirAng(float) - Method in class com.jme3.bullet.joints.SliderJoint
-
- setRestitutionDirLin(float) - Method in class com.jme3.bullet.joints.SliderJoint
-
- setRestitutionLimAng(float) - Method in class com.jme3.bullet.joints.SliderJoint
-
- setRestitutionLimLin(float) - Method in class com.jme3.bullet.joints.SliderJoint
-
- setRestitutionOrthoAng(float) - Method in class com.jme3.bullet.joints.SliderJoint
-
- setRestitutionOrthoLin(float) - Method in class com.jme3.bullet.joints.SliderJoint
-
- setRestLength(float) - Method in class com.jme3.bullet.objects.VehicleWheel
-
- setReverbEnabled(boolean) - Method in class com.jme3.audio.AudioNode
-
Set to true to enable reverberation effects for this audio node.
- setReverbFilter(Filter) - Method in class com.jme3.audio.AudioNode
-
Set the reverb filter for this audio node.
- setRightChild(BIHNode) - Method in class com.jme3.collision.bih.BIHNode
-
- setRightExpression(String) - Method in class com.jme3.shader.VariableMapping
-
Sets the right expression.
- setRightLod(int) - Method in class com.jme3.terrain.geomipmap.UpdatedTerrainPatch
-
- setRightPlane(float) - Method in class com.jme3.collision.bih.BIHNode
-
- setRightSwizzling(String) - Method in class com.jme3.shader.VariableMapping
-
Sets the right swizzle.
- setRightToLeft(boolean) - Method in class com.jme3.font.BitmapFont
-
Specify if this is a right-to-left font.
- setRightVariable(ShaderNodeVariable) - Method in class com.jme3.shader.VariableMapping
-
Sets the right variable.
- setRigidBody(PhysicsRigidBody) - Method in class com.jme3.bullet.animation.PhysicsLink
-
Alter the rigid body for this link.
- setRollInfluence(int, float) - Method in class com.jme3.bullet.objects.PhysicsVehicle
-
Reduces the rolling torque applied from the wheels that cause the vehicle to roll over.
- setRollInfluence(float) - Method in class com.jme3.bullet.objects.VehicleWheel
-
reduces the rolling torque applied from the wheels that cause the vehicle to roll over.
- setRoomRolloffFactor(float) - Method in class com.jme3.audio.Environment
-
- setRootMass(float) - Method in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
Alter the ragdoll's root mass.
- setRootPath(String) - Method in interface com.jme3.asset.AssetLocator
-
- setRootPath(String) - Method in class com.jme3.asset.plugins.AndroidLocator
-
- setRootPath(String) - Method in class com.jme3.asset.plugins.ClasspathLocator
-
- setRootPath(String) - Method in class com.jme3.asset.plugins.FileLocator
-
- setRootPath(String) - Method in class com.jme3.asset.plugins.HttpZipLocator
-
- setRootPath(String) - Method in class com.jme3.asset.plugins.UrlLocator
-
- setRootPath(String) - Method in class com.jme3.asset.plugins.ZipLocator
-
- setRootPath(String) - Method in class com.jme3.scene.plugins.fbx.ContentTextureLocator
-
- setRotateSpeed(float) - Method in class com.jme3.effect.ParticleEmitter
-
Set the rotation speed in radians/sec for particles
spawned after the invocation of this method.
- setRotation(Quaternion) - Method in class com.jme3.audio.Listener
-
- setRotation(Quaternion) - Method in class com.jme3.cinematic.events.MotionEvent
-
Sets the rotation of the target.
- setRotation(Quaternion) - Method in class com.jme3.light.OrientedBoxProbeArea
-
- setRotation(Quaternion) - Method in class com.jme3.math.Transform
-
Sets the rotation component to the argument.
- setRotation(Quaternion) - Method in class com.jme3.renderer.Camera
-
Sets the orientation of this camera.
- setRotationInterpolator(AnimInterpolator<Quaternion>) - Method in class com.jme3.anim.interpolator.FrameInterpolator
-
- setRotationQuaternion(Quaternion) - Method in class com.jme3.math.Matrix4f
-
Load a rotation from a Quaternion
.
- setRotationSensitivity(float) - Method in class com.jme3.input.ChaseCamera
-
Sets the rotation sensitivity.
- setRotationSpeed(float) - Method in class com.jme3.app.ChaseCameraAppState
-
Sets the rotate amount when user moves his mouse.
- setRotationSpeed(float) - Method in class com.jme3.input.ChaseCamera
-
Sets the rotate amount when user moves his mouse.
- setRotationSpeed(float) - Method in class com.jme3.input.FlyByCamera
-
Set the rotation-rate multiplier.
- setRoughness(float) - Method in interface com.jme3.terrain.noise.fractal.Fractal
-
- setRoughness(float) - Method in class com.jme3.terrain.noise.fractal.FractalSum
-
- setRow(int, Vector3f) - Method in class com.jme3.math.Matrix3f
-
setRow
sets a particular row of this matrix to that
represented by the provided vector.
- setSampleDist(float) - Method in class com.jme3.post.filters.RadialBlurFilter
-
- setSampleDistance(float) - Method in class com.jme3.post.filters.RadialBlurFilter
-
sets the samples distances default is 1
- setSampleRadius(float) - Method in class com.jme3.post.ssao.SSAOFilter
-
Sets the radius of the area where random samples will be picked default 5.1f
- setSamples(int) - Method in class com.jme3.post.HDRRenderer
-
Deprecated.
- setSamples(int) - Method in class com.jme3.system.AppSettings
-
Set the number of samples per pixel.
- setSampleStrength(float) - Method in class com.jme3.post.filters.RadialBlurFilter
-
sets the sample strength default is 2.2
- setScale(Vector3f) - Method in class com.jme3.bullet.collision.shapes.CollisionShape
-
- setScale(Vector3f) - Method in class com.jme3.bullet.collision.shapes.CompoundCollisionShape
-
WARNING - CompoundCollisionShape scaling has no effect.
- setScale(Vector3f) - Method in class com.jme3.bullet.collision.shapes.CylinderCollisionShape
-
WARNING - CompoundCollisionShape scaling has no effect.
- setScale(Vector3f) - Method in class com.jme3.bullet.collision.shapes.GImpactCollisionShape
-
- setScale(float, float, float) - Method in class com.jme3.math.Matrix4f
-
Alter the scale component of this 3-D coordinate transform.
- setScale(Vector3f) - Method in class com.jme3.math.Matrix4f
-
Alter the scale component of this 3-D coordinate transform.
- setScale(Vector3f) - Method in class com.jme3.math.Transform
-
Sets the scaling component to the argument.
- setScale(float) - Method in class com.jme3.math.Transform
-
Sets the scaling component to the argument.
- setScale(float, float, float) - Method in class com.jme3.math.Transform
-
Sets the scaling component to the specified values.
- setScale(float) - Method in class com.jme3.post.ssao.SSAOFilter
-
Returns the distance between occluders and occludee.
- setScale(float) - Method in class com.jme3.terrain.noise.basis.FilteredBasis
-
- setScale(float) - Method in class com.jme3.terrain.noise.basis.Noise
-
- setScale(float) - Method in interface com.jme3.terrain.noise.Basis
-
- setScaleDetector(ScaleGestureDetector) - Method in class com.jme3.input.android.AndroidTouchInput
-
- setScaleFactor(float) - Method in class com.jme3.input.event.TouchEvent
-
- setScaleInterpolator(AnimInterpolator<Vector3f>) - Method in class com.jme3.anim.interpolator.FrameInterpolator
-
- setScales(float, float, float) - Method in class com.jme3.post.filters.ContrastAdjustmentFilter
-
Adjusts the output scaling for each color channel.
- setScaleSpan(float) - Method in class com.jme3.input.event.TouchEvent
-
- setScaleSpanInProgress(boolean) - Method in class com.jme3.input.event.TouchEvent
-
- setScene(Node) - Method in class com.jme3.cinematic.Cinematic
-
sets the scene to use for this cinematic it is expected that the scene is
added before adding events to the cinematic
- setScene(Spatial) - Method in class com.jme3.environment.util.LightsDebugState
-
Set the scenes for which to render light gizmos.
- SetSceneColor - Variable in class com.jme3.system.jopenvr.VR_IVRChaperone_FnTable
-
C type : SetSceneColor_callback*
- setScreen(String) - Method in class com.jme3.cinematic.events.GuiEvent
-
Alter the screen for this event.
- setScreen(String) - Method in class com.jme3.cinematic.events.GuiTrack
-
Deprecated.
- setSeatedExperience(boolean) - Method in class com.jme3.app.VRApplication
-
Deprecated.
Can be used to change seated experience during runtime.
- setSeatedExperience(boolean) - Method in class com.jme3.app.VREnvironment
-
Can be used to change seated experience during runtime.
- setSecond(int) - Method in class com.jme3.font.Kerning
-
- setSecondActiveIndex(int) - Method in class com.jme3.anim.tween.action.BlendAction
-
- setSedimentMap(Basis) - Method in class com.jme3.terrain.noise.filter.HydraulicErodeFilter
-
- setSeed(long) - Method in class com.jme3.terrain.heightmap.FaultHeightMap
-
- setSeed(long) - Method in class com.jme3.terrain.heightmap.MidpointDisplacementHeightMap
-
- setSelectionListener(SettingsDialog.SelectionListener) - Method in class com.jme3.app.SettingsDialog
-
- setSelectRandomImage(boolean) - Method in class com.jme3.effect.ParticleEmitter
-
Set to true if every particle spawned
should get a random image from a pool of images constructed from
the texture, with X by Y possible images.
- setSettings(AppSettings) - Method in interface com.jme3.app.Application
-
Set the display settings to define the display created.
- setSettings(AppSettings) - Method in class com.jme3.app.LegacyApplication
-
Set the display settings to define the display created.
- setSettings(AppSettings) - Method in class com.jme3.app.VRApplication
-
Deprecated.
- setSettings(AppSettings) - Method in class com.jme3.app.VRAppState
-
Set the
settings
attached to this app state.
- setSettings(AppSettings) - Method in class com.jme3.app.VREnvironment
-
Set the
settings
attached to this environment.
- setSettings(AppSettings) - Method in class com.jme3.system.android.OGLESContext
-
- setSettings(AppSettings) - Method in class com.jme3.system.awt.AwtPanelsContext
-
- setSettings(AppSettings) - Method in class com.jme3.system.AWTContext
-
- setSettings(AppSettings) - Method in class com.jme3.system.ios.IGLESContext
-
- setSettings(AppSettings) - Method in interface com.jme3.system.JmeContext
-
- setSettings(AppSettings) - Method in class com.jme3.system.lwjgl.LwjglContext
-
- setSettings(AppSettings) - Method in class com.jme3.system.lwjgl.LwjglContextVR
-
- setSettings(AppSettings) - Method in class com.jme3.system.NullContext
-
- setSettingsDialogImage(String) - Method in class com.jme3.system.AppSettings
-
Sets the path of the settings dialog image to use.
- setShader(Shader) - Method in class com.jme3.renderer.opengl.GLRenderer
-
- setShader(Shader) - Method in interface com.jme3.renderer.Renderer
-
Sets the shader to use for rendering.
- setShader(Shader) - Method in class com.jme3.system.NullRenderer
-
- setShaderFile(String, String, String, String) - Method in class com.jme3.material.TechniqueDef
-
Sets the shaders that this technique definition will use.
- setShaderFile(EnumMap<Shader.ShaderType, String>, EnumMap<Shader.ShaderType, String>) - Method in class com.jme3.material.TechniqueDef
-
Sets the shaders that this technique definition will use.
- setShaderGenerationInfo(ShaderGenerationInfo) - Method in class com.jme3.material.TechniqueDef
-
- setShaderGenerator(ShaderGenerator) - Method in interface com.jme3.asset.AssetManager
-
Sets the shaderGenerator to generate shaders based on shaderNodes.
- setShaderGenerator(ShaderGenerator) - Method in class com.jme3.asset.DesktopAssetManager
-
Sets the shaderGenerator to generate shaders based on shaderNodes.
- setShaderNodes(List<ShaderNode>) - Method in class com.jme3.material.TechniqueDef
-
- setShaderOutput(boolean) - Method in class com.jme3.shader.ShaderNodeVariable
-
sets to true if this variable is a shader output
- setShaderPrologue(String) - Method in class com.jme3.material.TechniqueDef
-
Set a string which is prepended to every shader used by this technique.
- setShaderStorageBufferObject(String, BufferObject) - Method in class com.jme3.material.Material
-
Pass a shader storage buffer object to the material shader.
- setShadowCompareMode(CompareMode) - Method in class com.jme3.shadow.AbstractShadowFilter
-
sets the shadow compare mode see
CompareMode
for more info
- setShadowCompareMode(CompareMode) - Method in class com.jme3.shadow.AbstractShadowFilterVR
-
Sets the shadow compare mode (see
CompareMode
for more info).
- setShadowCompareMode(CompareMode) - Method in class com.jme3.shadow.AbstractShadowRenderer
-
Sets the shadow compare mode.
- setShadowCompareMode(CompareMode) - Method in class com.jme3.shadow.AbstractShadowRendererVR
-
Sets the shadow compare mode.
- setShadowCompareMode(Texture.ShadowCompareMode) - Method in class com.jme3.texture.Texture
-
- setShadowIntensity(float) - Method in class com.jme3.shadow.AbstractShadowFilter
-
Set the shadowIntensity, the value should be between 0 and 1, a 0 value
gives a bright and invisible shadow, a 1 value gives a pitch black
shadow, default is 0.7
- setShadowIntensity(float) - Method in class com.jme3.shadow.AbstractShadowFilterVR
-
Set the shadowIntensity, the value should be between 0 and 1, a 0 value
gives a bright and invisible shadow, a 1 value gives a pitch black
shadow, default is 0.7
- setShadowIntensity(float) - Method in class com.jme3.shadow.AbstractShadowRenderer
-
Set the shadowIntensity.
- setShadowIntensity(float) - Method in class com.jme3.shadow.AbstractShadowRendererVR
-
Set the shadowIntensity.
- setShadowIntensity(float) - Method in class com.jme3.shadow.PssmShadowFilter
-
Deprecated.
Set the shadowIntensity, the value should be between 0 and 1,
a 0 value gives a bright and invisible shadow,
a 1 value gives a pitch black shadow,
default is 0.7
- setShadowIntensity(float) - Method in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
Set the shadowIntensity, the value should be between 0 and 1, a 0 value
gives a bright and invisible shadow, a 1 value gives a pitch black
shadow, default is 0.7
- setShadowMode(TechniqueDef.ShadowMode) - Method in class com.jme3.material.TechniqueDef
-
Set the shadow mode.
- setShadowMode(RenderQueue.ShadowMode) - Method in class com.jme3.scene.Spatial
-
Sets the shadow mode of the spatial
The shadow mode determines how the spatial should be shadowed,
when a shadowing technique is used.
- setShadowZExtend(float) - Method in class com.jme3.shadow.AbstractShadowFilter
-
Set the distance from the eye where the shadows will be rendered default
value is dynamically computed to the shadow casters/receivers union bound
zFar, capped to view frustum far value.
- setShadowZExtend(float) - Method in class com.jme3.shadow.AbstractShadowFilterVR
-
Set the distance from the eye where the shadows will be rendered default
value is dynamically computed to the shadow casters/receivers union bound
zFar, capped to view frustum far value.
- setShadowZExtend(float) - Method in class com.jme3.shadow.AbstractShadowRenderer
-
Set the distance from the eye where the shadows will be rendered default
value is dynamically computed to the shadow casters/receivers union bound
zFar, capped to view frustum far value.
- setShadowZExtend(float) - Method in class com.jme3.shadow.AbstractShadowRendererVR
-
Set the distance from the eye where the shadows will be rendered default
value is dynamically computed to the shadow casters/receivers union bound
zFar, capped to view frustum far value.
- setShadowZExtend(float) - Method in class com.jme3.shadow.PssmShadowFilter
-
Deprecated.
Set the distance from the eye where the shadows will be rendered
default value is dynamically computed to the shadow casters/receivers union bound zFar, capped to view frustum far value.
- setShadowZExtend(float) - Method in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
Set the distance from the eye where the shadows will be rendered default
value is dynamically computed to the shadow casters/receivers union bound
zFar, capped to view frustum far value.
- setShadowZFadeLength(float) - Method in class com.jme3.shadow.AbstractShadowFilter
-
Define the length over which the shadow will fade out when using a
shadowZextend
- setShadowZFadeLength(float) - Method in class com.jme3.shadow.AbstractShadowFilterVR
-
Define the length over which the shadow will fade out when using a
shadowZextend
- setShadowZFadeLength(float) - Method in class com.jme3.shadow.AbstractShadowRenderer
-
Define the length over which the shadow will fade out when using a
shadowZextend This is useful to make dynamic shadows fade into baked
shadows in the distance.
- setShadowZFadeLength(float) - Method in class com.jme3.shadow.AbstractShadowRendererVR
-
Define the length over which the shadow will fade out when using a
shadowZextend This is useful to make dynamic shadows fade into baked
shadows in the distance.
- setShadowZFadeLength(float) - Method in class com.jme3.shadow.PssmShadowFilter
-
Deprecated.
Define the length over which the shadow will fade out when using a shadowZextend
- setShadowZFadeLength(float) - Method in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
Define the length over which the shadow will fade out when using a
shadowZextend This is useful to make dynamic shadows fade into baked
shadows in the distance.
- setShape(EmitterShape) - Method in class com.jme3.effect.ParticleEmitter
-
- setShapeType(WaterFilter.AreaShape) - Method in class com.jme3.water.WaterFilter
-
Set the shape of the water area (Circular (default) or Square).
- setShCoeffs(Vector3f[]) - Method in class com.jme3.light.LightProbe
-
- setShininess(float) - Method in class com.jme3.water.WaterFilter
-
Sets the shininess factor of the water
default is 0.7f
- setShoreHardness(float) - Method in class com.jme3.water.WaterFilter
-
The smaller this value is, the softer the transition between
shore and water.
- setShotIndex(long) - Method in class com.jme3.app.state.ScreenshotAppState
-
Sets the base index that will used for subsequent screenshots.
- setShowErrorDialog(boolean) - Method in class com.jme3.app.jmeSurfaceView.JmeSurfaceView
-
Determines whether the error dialog would be shown on encountering exceptions.
- setShowEscExitPrompt(boolean) - Method in class com.jme3.app.jmeSurfaceView.JmeSurfaceView
-
Determines whether to show an exit prompt dialog when the esc keyboard button is invoked.
- setShowSettings(boolean) - Method in class com.jme3.app.SimpleApplication
-
Toggles settings window to display at start-up
- setSimulateKeyboard(boolean) - Method in class com.jme3.input.android.AndroidTouchInput
-
- setSimulateKeyboard(boolean) - Method in class com.jme3.input.InputManager
-
Enable simulation of keyboard events.
- setSimulateKeyboard(boolean) - Method in class com.jme3.input.ios.IosInputHandler
-
- setSimulateKeyboard(boolean) - Method in interface com.jme3.input.TouchInput
-
Set if keyboard events should be generated
- setSimulateMouse(boolean) - Method in class com.jme3.input.android.AndroidTouchInput
-
- setSimulateMouse(boolean) - Method in class com.jme3.input.InputManager
-
Enable simulation of mouse events.
- setSimulateMouse(boolean) - Method in class com.jme3.input.ios.IosInputHandler
-
- setSimulateMouse(boolean) - Method in interface com.jme3.input.TouchInput
-
Set if mouse events should be generated
- setSinglePassLightBatchSize(int) - Method in class com.jme3.renderer.RenderManager
-
Sets the number of lights to use for each pass when the light mode is single pass.
- setSize(int) - Method in class com.jme3.environment.EnvironmentCamera
-
Sets the size of environment cameras and rebuild this state if it was initialized.
- setSize(float) - Method in class com.jme3.font.BitmapText
-
Changes text size
- setSize(int) - Method in class com.jme3.terrain.geomipmap.grid.ImageTileLoader
-
- setSize(int) - Method in class com.jme3.terrain.geomipmap.lodcalc.DistanceLodCalculator
-
- setSize(int) - Method in class com.jme3.terrain.geomipmap.lodcalc.SimpleLodThreshold
-
- setSize(int) - Method in class com.jme3.terrain.geomipmap.TerrainPatch
-
Sets the size of this terrain patch.
- setSize(int) - Method in class com.jme3.terrain.heightmap.AbstractHeightMap
-
setSize
sets the size of the terrain where the area is
size x size.
- setSize(int) - Method in interface com.jme3.terrain.heightmap.HeightMap
-
setSize
sets the size of the terrain where the area is
size x size.
- setSize(int) - Method in interface com.jme3.terrain.heightmap.HeightMapGrid
-
Deprecated.
- setSkeleton(Skeleton) - Method in class com.jme3.scene.plugins.fbx.objects.FbxNode
-
- setSkinBuffers(Mesh, short[], float[], int) - Static method in class com.jme3.scene.plugins.gltf.GltfUtils
-
- SetSkyboxOverride - Variable in class com.jme3.system.jopenvr.VR_IVRCompositor_FnTable
-
C type : SetSkyboxOverride_callback*
- setSleepingThresholds(float, float) - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
sets the sleeping thresholds, these define when the object gets deactivated
to save resources.
- setSlice(int) - Method in class com.jme3.texture.image.DefaultImageRaster
-
- setSlice(int) - Method in class com.jme3.texture.image.MipMapImageRaster
-
- setSmoothMotion(boolean) - Method in class com.jme3.input.ChaseCamera
-
Enables smooth motion for this chase camera
- setSoftnessDirAng(float) - Method in class com.jme3.bullet.joints.SliderJoint
-
- setSoftnessDirLin(float) - Method in class com.jme3.bullet.joints.SliderJoint
-
- setSoftnessLimAng(float) - Method in class com.jme3.bullet.joints.SliderJoint
-
- setSoftnessLimLin(float) - Method in class com.jme3.bullet.joints.SliderJoint
-
- setSoftnessOrthoAng(float) - Method in class com.jme3.bullet.joints.SliderJoint
-
- setSoftnessOrthoLin(float) - Method in class com.jme3.bullet.joints.SliderJoint
-
- setSoftTextDialogInput(SoftTextDialogInput) - Static method in class com.jme3.system.JmeSystem
-
- setSoftTextDialogInput(SoftTextDialogInput) - Method in class com.jme3.system.JmeSystemDelegate
-
- setSolverNumIterations(int) - Method in class com.jme3.bullet.PhysicsSpace
-
Set the number of iterations used by the contact solver.
- setSource(String) - Method in class com.jme3.shader.Shader.ShaderSource
-
- setSpanMax(float) - Method in class com.jme3.post.filters.FXAAFilter
-
- setSpatial(Spatial) - Method in class com.jme3.anim.MorphControl
-
- setSpatial(Spatial) - Method in class com.jme3.anim.SkinningControl
-
- setSpatial(Spatial) - Method in class com.jme3.animation.AnimControl
-
Deprecated.
Internal use only.
- setSpatial(Spatial) - Method in class com.jme3.animation.EffectTrack.KillParticleControl
-
Deprecated.
- setSpatial(Spatial) - Method in class com.jme3.animation.SkeletonControl
-
Deprecated.
- setSpatial(Spatial) - Method in class com.jme3.app.StatsView
-
- setSpatial(Spatial) - Method in class com.jme3.bullet.control.AbstractPhysicsControl
-
Alter which spatial is controlled.
- setSpatial(Spatial) - Method in class com.jme3.bullet.control.CharacterControl
-
- setSpatial(Spatial) - Method in class com.jme3.bullet.control.GhostControl
-
Alter which spatial is controlled.
- setSpatial(Spatial) - Method in class com.jme3.bullet.control.RigidBodyControl
-
Alter which spatial is controlled.
- setSpatial(Spatial) - Method in class com.jme3.bullet.control.VehicleControl
-
Alter which spatial is controlled.
- setSpatial(Spatial) - Method in class com.jme3.bullet.debug.BulletCharacterDebugControl
-
Alter which spatial is controlled.
- setSpatial(Spatial) - Method in class com.jme3.bullet.debug.BulletGhostObjectDebugControl
-
Alter which spatial is controlled.
- setSpatial(Spatial) - Method in class com.jme3.bullet.debug.BulletJointDebugControl
-
Alter which spatial is controlled.
- setSpatial(Spatial) - Method in class com.jme3.bullet.debug.BulletRigidBodyDebugControl
-
Alter which spatial is controlled.
- setSpatial(Spatial) - Method in class com.jme3.bullet.debug.BulletVehicleDebugControl
-
Alter which spatial is controlled.
- setSpatial(Spatial) - Method in class com.jme3.cinematic.events.MotionEvent
-
- setSpatial(Spatial) - Method in class com.jme3.effect.ParticleEmitter.ParticleEmitterControl
-
- setSpatial(Spatial) - Method in class com.jme3.input.ChaseCamera
-
Sets the spatial for the camera control, should only be used internally
- setSpatial(Spatial) - Method in class com.jme3.scene.control.AbstractControl
-
- setSpatial(Spatial) - Method in interface com.jme3.scene.control.Control
-
- setSpatial(Spatial) - Method in class com.jme3.scene.control.LodControl
-
- setSpatial(Spatial) - Method in class com.jme3.terrain.geomipmap.NormalRecalcControl
-
- setSpatial(Spatial) - Method in class com.jme3.terrain.geomipmap.TerrainLodControl
-
- setSpatial(Spatial) - Method in class jme3test.bullet.PhysicsHoverControl
-
- setSpeed(double) - Method in class com.jme3.anim.tween.action.Action
-
- setSpeed(float) - Method in class com.jme3.animation.AnimChannel
-
Deprecated.
- setSpeed(float) - Method in class com.jme3.app.SimpleApplication
-
Changes the application speed.
- setSpeed(float) - Method in class com.jme3.bullet.BulletAppState
-
Alter the simulation speed.
- setSpeed(float) - Method in class com.jme3.cinematic.Cinematic
-
sets the speed of the cinematic.
- setSpeed(float) - Method in class com.jme3.cinematic.events.AbstractCinematicEvent
-
Sets the speed of the animation.
- setSpeed(float) - Method in class com.jme3.cinematic.events.AnimationEvent
-
Deprecated.
- setSpeed(float) - Method in class com.jme3.cinematic.events.AnimEvent
-
Alter the speed of the animation.
- setSpeed(float) - Method in interface com.jme3.cinematic.events.CinematicEvent
-
Sets the speed of the animation (1 is normal speed, 2 is twice faster)
- setSpeed(float, float) - Method in class com.jme3.input.vr.AbstractVRMouseManager
-
- setSpeed(float, float) - Method in interface com.jme3.input.vr.VRMouseManager
-
Set the speed of the mouse.
- setSpeed(float) - Method in class com.jme3.water.WaterFilter
-
Set the speed of the waves (0.0 is still) default is 1.0
- setSpotInnerAngle(float) - Method in class com.jme3.light.SpotLight
-
Sets the inner angle of the cone of influence.
- setSpotOuterAngle(float) - Method in class com.jme3.light.SpotLight
-
Sets the outer angle of the cone of influence.
- setSpotRange(float) - Method in class com.jme3.light.SpotLight
-
Set the range of the light influence.
- setSrgb(boolean) - Method in class com.jme3.texture.FrameBuffer
-
Specifies that the color values stored in this framebuffer are in SRGB
format.
- setStartColor(ColorRGBA) - Method in class com.jme3.effect.ParticleEmitter
-
Set the start color of the particles spawned.
- setStartOffset(float) - Method in class com.jme3.animation.AudioTrack
-
Deprecated.
set the start offset of the track
- setStartOffset(float) - Method in class com.jme3.animation.EffectTrack
-
Deprecated.
set the start offset of the track
- setStartSize(float) - Method in class com.jme3.effect.ParticleEmitter
-
Set the start size of the particles spawned.
- setStatic() - Method in class com.jme3.scene.Mesh
-
Indicates to the GPU that this mesh will not be modified (a hint).
- setStatus(AudioSource.Status) - Method in class com.jme3.audio.AudioNode
-
Do not use.
- setStatus(AudioSource.Status) - Method in interface com.jme3.audio.AudioSource
-
Do not use.
- setStencil(boolean, RenderState.StencilOperation, RenderState.StencilOperation, RenderState.StencilOperation, RenderState.StencilOperation, RenderState.StencilOperation, RenderState.StencilOperation, RenderState.TestFunction, RenderState.TestFunction) - Method in class com.jme3.material.RenderState
-
Enable stencil testing.
- setStencilBits(int) - Method in class com.jme3.system.AppSettings
-
Set the number of stencil bits.
- setStepScale(Vector3f) - Method in class com.jme3.terrain.geomipmap.TerrainPatch
-
Sets the step scale of this terrain patch's height map.
- setStereo3D(boolean) - Method in class com.jme3.system.AppSettings
-
Enable 3D stereo.
- setStreamed() - Method in class com.jme3.scene.Mesh
-
Indicates to the GPU that this mesh will be modified every frame (a hint).
- setStrength(float) - Method in class com.jme3.post.filters.PosterizationFilter
-
Sets current strength value, i.e.
- setStrictRegistration(boolean) - Static method in class com.jme3.network.serializing.Serializer
-
When set to true, classes that do not have intrinsic IDs in their
@Serializable
will not be auto-registered during write.
- setStride(int) - Method in class com.jme3.scene.VertexBuffer
-
Set the stride (in bytes) for the data.
- SetString - Variable in class com.jme3.system.jopenvr.VR_IVRSettings_FnTable
-
C type : SetString_callback*
- setStyle(int) - Method in class com.jme3.font.BitmapCharacterSet
-
- setStyle(int) - Method in class com.jme3.font.BitmapFont
-
- setStyle(int, int, int) - Method in class com.jme3.font.BitmapText
-
Set the font style of substring.
- setStyle(String, int) - Method in class com.jme3.font.BitmapText
-
Set the font style of substring.
- setSubPixelShift(float) - Method in class com.jme3.post.filters.FXAAFilter
-
set to 0.0f for higher quality
- setSunScale(float) - Method in class com.jme3.water.WaterFilter
-
Sets the scale of the sun for specular effect
- setSupportMultipleCollisions(boolean) - Method in class com.jme3.terrain.geomipmap.picking.BresenhamTerrainPicker
-
- setSupportMultipleCollisions(boolean) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
When colliding with this terrain, is a report of all collisions wanted or only the closest collision?
If only the closest collision is required, the collision calculation will be faster.
Note: If no collision happens, it takes as long as a collision with multipleCollisions on would take.
- setSurfaceTangentFactor(float) - Method in class com.jme3.effect.influencers.NewtonianParticleInfluencer
-
This method sets the surface tangent factor.
- setSurfaceTangentRotation(float) - Method in class com.jme3.effect.influencers.NewtonianParticleInfluencer
-
This method sets the surface tangent rotation factor.
- setSuspensionCompression(float) - Method in class com.jme3.bullet.objects.PhysicsVehicle
-
Use before adding wheels, this is the default used when adding wheels.
- setSuspensionCompression(int, float) - Method in class com.jme3.bullet.objects.PhysicsVehicle
-
The damping coefficient for when the suspension is compressed.
- setSuspensionDamping(float) - Method in class com.jme3.bullet.objects.PhysicsVehicle
-
Use before adding wheels, this is the default used when adding wheels.
- setSuspensionDamping(int, float) - Method in class com.jme3.bullet.objects.PhysicsVehicle
-
The damping coefficient for when the suspension is expanding.
- setSuspensionStiffness(float) - Method in class com.jme3.bullet.objects.PhysicsVehicle
-
Use before adding wheels, this is the default used when adding wheels.
- setSuspensionStiffness(int, float) - Method in class com.jme3.bullet.objects.PhysicsVehicle
-
The stiffness constant for the suspension.
- setSuspensionStiffness(float) - Method in class com.jme3.bullet.objects.VehicleWheel
-
the stiffness constant for the suspension.
- setSwapBuffers(boolean) - Method in class com.jme3.system.AppSettings
-
When enabled the display context will swap buffers every frame.
- setSystemDelegate(JmeSystemDelegate) - Static method in class com.jme3.system.JmeSystem
-
- setSystemListener(SystemListener) - Method in class com.jme3.system.android.OGLESContext
-
- setSystemListener(SystemListener) - Method in class com.jme3.system.awt.AwtPanelsContext
-
- setSystemListener(SystemListener) - Method in class com.jme3.system.AWTContext
-
- setSystemListener(SystemListener) - Method in class com.jme3.system.ios.IGLESContext
-
- setSystemListener(SystemListener) - Method in interface com.jme3.system.JmeContext
-
Sets the listener that will receive events relating to context
creation, update, and destroy.
- setSystemListener(SystemListener) - Method in class com.jme3.system.lwjgl.LwjglContext
-
- setSystemListener(SystemListener) - Method in class com.jme3.system.lwjgl.LwjglContextVR
-
- setSystemListener(SystemListener) - Method in class com.jme3.system.NullContext
-
- setT(float) - Method in class com.jme3.terrain.noise.filter.HydraulicErodeFilter
-
- setTabPosition(float...) - Method in class com.jme3.font.BitmapText
-
- setTabWidth(float) - Method in class com.jme3.font.BitmapText
-
used for the tabs over the last tab position.
- setTalus(float) - Method in class com.jme3.terrain.noise.filter.OptimizedErode
-
- setTalus(float) - Method in class com.jme3.terrain.noise.filter.ThermalErodeFilter
-
- setTarget(Geometry) - Method in class com.jme3.anim.MorphTrack
-
Replace the target geometry.
- setTarget(HasLocalTransform) - Method in class com.jme3.anim.TransformTrack
-
Replaces the target, which might be a Joint or a Spatial.
- setTarget(Spatial) - Method in class com.jme3.app.ChaseCameraAppState
-
- setTargetAngMotorVelocity(float) - Method in class com.jme3.bullet.joints.SliderJoint
-
- setTargetIndex(int) - Method in class com.jme3.texture.FrameBuffer
-
- setTargetLinMotorVelocity(float) - Method in class com.jme3.bullet.joints.SliderJoint
-
- setTargetVelocity(float) - Method in class com.jme3.bullet.joints.motors.RotationalLimitMotor
-
- setTau(float) - Method in class com.jme3.bullet.joints.Point2PointJoint
-
- setTechniqueDef(TechniqueDef) - Method in class com.jme3.material.plugins.ShaderNodeLoaderDelegate
-
Sets the technique definition currently being loaded
- setTerrain(TerrainQuad) - Method in class com.jme3.terrain.geomipmap.NormalRecalcControl
-
- setTerrain(Terrain) - Method in class com.jme3.terrain.geomipmap.TerrainLodControl
-
- setTexCoords(Vector2f[]) - Method in class com.jme3.scene.shape.RectangleMesh
-
Sets the texture coordinates and updates the mesh accordingly.
- setTexScale(float) - Method in class com.jme3.water.SimpleWaterProcessor
-
Sets the scale of the normal/dudv texture, default = 1.
- setText(CharSequence) - Method in class com.jme3.font.BitmapText
-
- setText(String) - Method in class com.jme3.font.BitmapText
-
- setTexture(String, Texture) - Method in class com.jme3.material.Material
-
Pass a texture to the material shader.
- setTexture(int, Texture) - Method in class com.jme3.renderer.opengl.GLRenderer
-
- setTexture(int, Texture) - Method in interface com.jme3.renderer.Renderer
-
Assigns a Texture to the specified texture unit.
- setTexture(int, Texture) - Method in class com.jme3.system.NullRenderer
-
- setTexture(AssetManager, Texture2D, boolean) - Method in class com.jme3.ui.Picture
-
Set the texture to put on the picture.
- setTextureMapping(String, String) - Method in class com.jme3.scene.plugins.ogre.matext.MaterialExtension
-
Set mapping from an Ogre3D base material texture alias to a
jME3 texture param
- setTextureMode(Sphere.TextureMode) - Method in class com.jme3.scene.shape.Sphere
-
- setTextureParam(String, VarType, Texture) - Method in class com.jme3.material.Material
-
Set a texture parameter.
- setTextureTypeHint(Texture.Type) - Method in class com.jme3.asset.TextureKey
-
Hints the loader as to which type of texture is expected.
- setTextureValue(Texture) - Method in class com.jme3.material.MatParamTexture
-
- setThreadingType(BulletAppState.ThreadingType) - Method in class com.jme3.bullet.BulletAppState
-
Alter which type of threading this app state uses.
- setThrottle(float) - Method in class com.jme3.post.HDRRenderer
-
Deprecated.
- setThumbstickMode(boolean) - Method in class com.jme3.input.vr.AbstractVRMouseManager
-
- setThumbstickMode(boolean) - Method in interface com.jme3.input.vr.VRMouseManager
-
Set if the VR device controller is used within thumb stick mode.
- setTime(double) - Method in class com.jme3.anim.AnimComposer
-
Sets current time on the default layer.
- setTime(String, double) - Method in class com.jme3.anim.AnimComposer
-
Sets current time on the specified layer.
- setTime(double) - Method in class com.jme3.anim.AnimLayer
-
Changes the animation time, wrapping the specified time to fit the
current Action.
- setTime(float) - Method in class com.jme3.animation.AnimChannel
-
Deprecated.
- setTime(float, float, AnimControl, AnimChannel, TempVars) - Method in class com.jme3.animation.AudioTrack
-
Deprecated.
Internal use only
- setTime(float, float, AnimControl, AnimChannel, TempVars) - Method in class com.jme3.animation.BoneTrack
-
Deprecated.
Modify the bone which this track modifies in the skeleton to contain
the correct animation transforms for a given time.
- setTime(float, float, AnimControl, AnimChannel) - Method in class com.jme3.animation.BoneTrack
-
Deprecated.
- setTime(float, float, AnimControl, AnimChannel, TempVars) - Method in class com.jme3.animation.EffectTrack
-
Deprecated.
Internal use only
- setTime(float, float, AnimControl, AnimChannel, TempVars) - Method in class com.jme3.animation.PoseTrack
-
Deprecated.
- setTime(float, float, AnimControl, AnimChannel, TempVars) - Method in class com.jme3.animation.SpatialTrack
-
Deprecated.
Modify the spatial which this track modifies.
- setTime(float, float, AnimControl, AnimChannel, TempVars) - Method in interface com.jme3.animation.Track
-
Deprecated.
Sets the time of the animation.
- setTime(float) - Method in class com.jme3.audio.AudioStream
-
- setTime(long) - Method in class com.jme3.audio.plugins.CachedOggStream
-
- setTime(long) - Method in class com.jme3.audio.plugins.UncachedOggStream
-
- setTime(float) - Method in interface com.jme3.audio.SeekableStream
-
- setTime(float) - Method in class com.jme3.cinematic.Cinematic
-
This is used internally but can be called to shuffle through the
cinematic.
- setTime(float) - Method in class com.jme3.cinematic.events.AbstractCinematicEvent
-
Fast-forwards the event to the given timestamp.
- setTime(float) - Method in class com.jme3.cinematic.events.AnimationEvent
-
Deprecated.
- setTime(float) - Method in class com.jme3.cinematic.events.AnimEvent
-
Jump to the specified time.
- setTime(float) - Method in class com.jme3.cinematic.events.CameraEvent
-
- setTime(float) - Method in interface com.jme3.cinematic.events.CinematicEvent
-
Fast-forwards to the given time, where time=0 is the start of the event.
- setTime(float) - Method in class com.jme3.cinematic.events.MotionEvent
-
- setTime(float) - Method in class com.jme3.cinematic.events.SoundEvent
-
- setTime(long) - Method in class com.jme3.input.event.InputEvent
-
Set the time when the event occurred.
- setTimeInterpolator(AnimInterpolator<Float>) - Method in class com.jme3.anim.interpolator.FrameInterpolator
-
- setTimeOffset(float) - Method in class com.jme3.audio.AudioNode
-
Set the time offset in the sound sample when to start playing.
- setTimer(Timer) - Method in interface com.jme3.app.Application
-
Sets the Timer implementation that will be used for calculating
frame times.
- setTimer(Timer) - Method in class com.jme3.app.LegacyApplication
-
Sets the Timer implementation that will be used for calculating
frame times.
- setTimer(Timer) - Method in class com.jme3.app.VRApplication
-
Deprecated.
Sets the
Timer
implementation that will be used for calculating
frame times.
By default, Application will use the Timer as returned by the current
JmeContext
implementation.
- setTimer(Timer) - Method in class com.jme3.renderer.RenderManager
-
Sets the timer that should be used to query the time based
UniformBinding
s for material world parameters.
- setTimer(Timer) - Method in class com.jme3.shader.UniformBindingManager
-
Set the timer that should be used to query the time based
UniformBinding
s for material world parameters.
- setTimes(float[]) - Method in class com.jme3.anim.MorphTrack
-
Sets the keyframes times for this Joint track
- setTimes(float[]) - Method in class com.jme3.anim.TransformTrack
-
Sets the keyframe times.
- setTimeStep(float) - Method in class com.jme3.terrain.heightmap.FluidSimHeightMap
-
Sets the time-speed between each iteration of the fluid
simulation algorithm.
- SETTING_DEFAULT_ASPECT_RATIO - Static variable in class com.jme3.app.VRConstants
-
An AppSettings parameter that set the default aspect ratio.
- SETTING_DEFAULT_FOV - Static variable in class com.jme3.app.VRConstants
-
An AppSettings parameter that set the default field of view (FOV) value.
- SETTING_DISABLE_MSAA - Static variable in class com.jme3.app.VRConstants
-
An AppSettings parameter that set if Multi Sample Anti Aliasing has to be enabled.
- SETTING_DISABLE_VR - Static variable in class com.jme3.app.VRConstants
-
An AppSettings parameter that set if the VR rendering has to be disabled,
regardless VR API and devices are presents.
- SETTING_ENABLE_MIRROR_WINDOW - Static variable in class com.jme3.app.VRConstants
-
An AppSettings parameter that set if a mirror rendering has to be displayed on the screen.
- SETTING_FLIP_EYES - Static variable in class com.jme3.app.VRConstants
-
An AppSettings parameter that set to invert the eyes of the HMD.
- SETTING_GUI_CURVED_SURFACE - Static variable in class com.jme3.app.VRConstants
-
An AppSettings parameter that set if the GUI surface has to be curved.
- SETTING_GUI_OVERDRAW - Static variable in class com.jme3.app.VRConstants
-
An AppSettings parameter that set if the GUI has to be displayed even if it is behind objects.
- SETTING_INSTANCE_RENDERING - Static variable in class com.jme3.app.VRConstants
-
An AppSettings parameter that set if instance rendering has to be used.
- SETTING_NO_GUI - Static variable in class com.jme3.app.VRConstants
-
An AppSettings parameter that set if the GUI has to be ignored.
- SETTING_SEATED_EXPERIENCE - Static variable in class com.jme3.app.VRConstants
-
An AppSettings parameter that set if the VR user is seated.
- SETTING_USE_COMPOSITOR - Static variable in class com.jme3.app.VRConstants
-
An AppSettings parameter that set if the VR compositor has to be used.
- SETTING_VR_FORCE - Static variable in class com.jme3.app.VRConstants
-
An AppSettings parameter that set if the rendering has to use two eyes,
regardless of VR API detection (turning this setting on without a VR system should lead to errors).
- SETTING_VRAPI - Static variable in class com.jme3.app.VRConstants
-
An AppSettings parameter that specifies the underlying VR API.
- SETTING_VRAPI_OCULUSVR_VALUE - Static variable in class com.jme3.app.VRConstants
-
The identifier of the Oculus Rift system.
- SETTING_VRAPI_OPENVR_LWJGL_VALUE - Static variable in class com.jme3.app.VRConstants
-
The identifier of the OpenVR from LWJGL system.
- SETTING_VRAPI_OPENVR_VALUE - Static variable in class com.jme3.app.VRConstants
-
The identifier of the OpenVR system.
- SETTING_VRAPI_OSVR_VALUE - Static variable in class com.jme3.app.VRConstants
-
The identifier of the OSVR system.
- settings - Variable in class com.jme3.app.LegacyApplication
-
- settings - Variable in class com.jme3.system.android.AndroidConfigChooser
-
- settings - Variable in class com.jme3.system.android.OGLESContext
-
- settings - Variable in class com.jme3.system.awt.AwtPanelsContext
-
- settings - Variable in class com.jme3.system.AWTContext
-
The settings.
- settings - Variable in class com.jme3.system.ios.IGLESContext
-
- settings - Variable in class com.jme3.system.lwjgl.LwjglContext
-
- settings - Variable in class com.jme3.system.lwjgl.LwjglContextVR
-
- settings - Variable in class com.jme3.system.NullContext
-
- SettingsDialog - Class in com.jme3.app
-
SettingsDialog
displays a Swing dialog box to interactively
configure the AppSettings
of a desktop application before
start()
is invoked.
- SettingsDialog(AppSettings, String, boolean) - Constructor for class com.jme3.app.SettingsDialog
-
Instantiate a SettingsDialog
for the primary display.
- SettingsDialog(AppSettings, URL, boolean) - Constructor for class com.jme3.app.SettingsDialog
-
Instantiate a SettingsDialog
for the primary display.
- SettingsDialog.SelectionListener - Interface in com.jme3.app
-
- setTitle(String) - Method in class com.jme3.system.android.OGLESContext
-
- setTitle(String) - Method in class com.jme3.system.AppSettings
-
- setTitle(String) - Method in class com.jme3.system.awt.AwtPanelsContext
-
- setTitle(String) - Method in class com.jme3.system.AWTContext
-
- setTitle(String) - Method in class com.jme3.system.ios.IGLESContext
-
- setTitle(String) - Method in interface com.jme3.system.JmeContext
-
Sets the title of the display (if available).
- setTitle(String) - Method in class com.jme3.system.lwjgl.LwjglAbstractDisplay
-
Set the title if it's a windowed display
- setTitle(String) - Method in class com.jme3.system.lwjgl.LwjglCanvas
-
- setTitle(String) - Method in class com.jme3.system.lwjgl.LwjglDisplay
-
- setTitle(String) - Method in class com.jme3.system.lwjgl.LwjglOffscreenBuffer
-
- setTitle(String) - Method in class com.jme3.system.lwjgl.LwjglWindow
-
Set the title if it's a windowed display
- setTitle(String) - Method in class com.jme3.system.lwjgl.LwjglWindowVR
-
Set the title if it's a windowed display
- setTitle(String) - Method in class com.jme3.system.NullContext
-
- setToggleRotationTrigger(Trigger...) - Method in class com.jme3.app.ChaseCameraAppState
-
Sets custom triggers for toggling the rotation of the cam default are
new MouseButtonTrigger(MouseInput.BUTTON_LEFT) left mouse button new
MouseButtonTrigger(MouseInput.BUTTON_RIGHT) right mouse button
- setToggleRotationTrigger(Trigger...) - Method in class com.jme3.input.ChaseCamera
-
Sets custom triggers for toggling the rotation of the cam
default are
new MouseButtonTrigger(MouseInput.BUTTON_LEFT) left mouse button
new MouseButtonTrigger(MouseInput.BUTTON_RIGHT) right mouse button
- setToleranceAngle(float) - Static method in class com.jme3.util.TangentBinormalGenerator
-
- setTopLod(int) - Method in class com.jme3.terrain.geomipmap.UpdatedTerrainPatch
-
- setTotalSize(int) - Method in class com.jme3.terrain.geomipmap.TerrainPatch
-
Sets the total size of the terrain .
- setTrackDirectMemoryEnabled(boolean) - Static method in class com.jme3.util.BufferUtils
-
Set it to true if you want to enable direct memory tracking for debugging
purpose.
- setTrackingSpace(boolean) - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVR
-
- SetTrackingSpace - Variable in class com.jme3.system.jopenvr.VR_IVRCompositor_FnTable
-
C type : SetTrackingSpace_callback*
- setTracks(AnimTrack[]) - Method in class com.jme3.anim.AnimClip
-
Replace all tracks in this clip.
- setTracks(Track[]) - Method in class com.jme3.animation.Animation
-
Deprecated.
Set the
Track
s to be used by this animation.
- setTrackSpatial(Spatial) - Method in class com.jme3.animation.SpatialTrack
-
Deprecated.
- setTrailingEnabled(boolean) - Method in class com.jme3.input.ChaseCamera
-
Enable the camera trailing : The camera smoothly go in the targets trail when it moves.
- setTrailingRotationInertia(float) - Method in class com.jme3.input.ChaseCamera
-
Sets the trailing rotation inertia : default is 0.1.
- setTrailingSensitivity(float) - Method in class com.jme3.input.ChaseCamera
-
Only has an effect if smoothMotion is set to true and trailing is enabled
Sets the trailing sensitivity, the lower the value, the slower the camera will go in the target trail when it moves.
- setTransferMode(AWTFrameProcessor.TransferMode) - Method in class com.jme3.app.state.AWTComponentAppState
-
Set the
transfer mode
that is used by the underlying frame processor.
- setTransferMode(AWTFrameProcessor.TransferMode) - Method in class com.jme3.system.AWTFrameProcessor
-
- setTransform(Bone, Vector3f, Quaternion, boolean, Set<String>) - Static method in class com.jme3.bullet.control.ragdoll.RagdollUtils
-
Updates a bone position and rotation.
- setTransform(Vector3f, Vector3f, Matrix3f) - Method in class com.jme3.math.Matrix4f
-
Load with the specified coordinate transform.
- setTransformRefresh() - Method in class com.jme3.scene.Node
-
- setTransformRefresh() - Method in class com.jme3.scene.SimpleBatchNode
-
- setTransformRefresh() - Method in class com.jme3.scene.Spatial
-
Indicate that the transform of this spatial has changed and that
a refresh is required.
- setTransformUserInstanceData(VertexBuffer) - Method in class com.jme3.scene.instancing.InstancedGeometry
-
Specify camera specific user per-instance data.
- setTransitionLength(double) - Method in class com.jme3.anim.tween.action.BlendableAction
-
- setTranslation(float[]) - Method in class com.jme3.math.Matrix4f
-
Alter the translation component of this 3-D coordinate transform.
- setTranslation(float, float, float) - Method in class com.jme3.math.Matrix4f
-
Alter the translation component of this 3-D coordinate transform.
- setTranslation(Vector3f) - Method in class com.jme3.math.Matrix4f
-
Alter the translation component of this 3-D coordinate transform.
- setTranslation(Vector3f) - Method in class com.jme3.math.Transform
-
Sets the translation component to the argument.
- setTranslation(float, float, float) - Method in class com.jme3.math.Transform
-
Sets the translation component to the specified values.
- setTranslationInterpolator(AnimInterpolator<Vector3f>) - Method in class com.jme3.anim.interpolator.FrameInterpolator
-
- setTransparent(boolean) - Method in class com.jme3.material.Material
-
Set the transparent value marker.
- setTriangleIndex(int) - Method in class com.jme3.collision.CollisionResult
-
- setTrisPerPixel(float) - Method in class com.jme3.scene.control.LodControl
-
Sets the triangles per pixel value.
- setTSpace(float[], float[], float, float, boolean, int, int) - Method in interface com.jme3.util.mikktspace.MikkTSpaceContext
-
This function is used to return tangent space results to the application.
- setTSpace(float[], float[], float, float, boolean, int, int) - Method in class com.jme3.util.mikktspace.MikkTSpaceImpl
-
- setTSpaceBasic(float[], float, int, int) - Method in interface com.jme3.util.mikktspace.MikkTSpaceContext
-
The call-backsetTSpaceBasic() is sufficient for basic normal mapping.
- setTSpaceBasic(float[], float, int, int) - Method in class com.jme3.util.mikktspace.MikkTSpaceImpl
-
- setType(Spline.SplineType) - Method in class com.jme3.math.Spline
-
Sets the type of the spline
- setType(String) - Method in class com.jme3.network.message.DisconnectMessage
-
- setType(Shader.ShaderType) - Method in class com.jme3.shader.ShaderNodeDefinition
-
sets the type of shader this definition applies to
- setType(String) - Method in class com.jme3.shader.ShaderNodeVariable
-
sets the glsl type
- setUnderWaterFogDistance(float) - Method in class com.jme3.water.WaterFilter
-
Sets the distance of the fog when underwater.
- setUniformBufferObject(String, BufferObject) - Method in class com.jme3.material.Material
-
Pass an uniform buffer object to the material shader.
- setUnqueuedBufferBytes(int) - Method in class com.jme3.audio.AudioStream
-
- setUnusedNodes(List<String>) - Method in class com.jme3.material.ShaderGenerationInfo
-
the list of unused node names
- setUp(Vector3f) - Method in class com.jme3.math.Ring
-
setUp
sets the ring's up vector.
- setUpAxis(int) - Method in class com.jme3.bullet.objects.PhysicsCharacter
-
- setupBasicShadow() - Method in class jme3test.effect.TestEverything
-
- setupCamera() - Method in class jme3test.animation.TestJaime
-
- setupCinematic(Node) - Method in class jme3test.animation.TestJaime
-
- setupData(VertexBuffer.Usage, int, VertexBuffer.Format, Buffer) - Method in class com.jme3.scene.VertexBuffer
-
Called to initialize the data in the VertexBuffer
.
- setUpdatedPatch(TerrainPatch) - Method in class com.jme3.terrain.geomipmap.UpdatedTerrainPatch
-
- setUpdateInterval(long) - Method in class com.jme3.app.BasicProfiler
-
Sets the number of nanoseconds to wait before updating the
mesh.
- setUpdateNeeded() - Method in class com.jme3.shader.Shader
-
- setUpdateNeeded() - Method in class com.jme3.texture.Image
-
Sets the update needed flag, while also checking if mipmaps
need to be regenerated.
- setUpdateNeeded() - Method in class com.jme3.util.NativeObject
-
Internal use only.
- setupDebugNode() - Method in class com.jme3.bullet.debug.DebugTools
-
Attach all the debug geometries to the debug node.
- setupDistortionMesh(int, VRAPI) - Static method in class com.jme3.input.vr.openvr.OpenVRViewManager
-
Set up a distortion mesh for the stereo view.
- setupDistortionMesh(int, VRAPI) - Static method in class com.jme3.input.vr.osvr.OSVRViewManager
-
Set up a distortion mesh for the stereo view.
- setupDome() - Method in class jme3test.light.TestLightControl2Directional
-
- setupDome() - Method in class jme3test.light.TestLightControl2Spot
-
- setupDome() - Method in class jme3test.light.TestLightControlDirectional
-
- setupDome() - Method in class jme3test.light.TestLightControlSpot
-
- setupFilters() - Method in class jme3test.post.TestCartoonEdge
-
- setupFilters() - Method in class jme3test.post.TestPostFilters
-
- setupFloor() - Method in class jme3test.animation.TestJaime
-
- setupFloor() - Method in class jme3test.bullet.TestAttachDriver
-
- setupFloor() - Method in class jme3test.effect.TestEverything
-
- setupFloor() - Method in class jme3test.light.TestSpotLight
-
- setupFloor() - Method in class jme3test.light.TestSpotLightShadows
-
- setupFloor() - Method in class jme3test.material.TestParallax
-
- setupFloor() - Method in class jme3test.material.TestParallaxPBR
-
- setupFloor() - Method in class jme3test.model.anim.TestSkeletonControlRefresh
-
- setupFloor() - Method in class jme3test.post.TestPostFilters
-
- setupFormat(int, int, int) - Method in class com.jme3.audio.AudioData
-
Sets the format of the audio data.
- setupFramebuffers(int) - Method in class com.jme3.input.vr.oculus.OculusVR
-
Create a framebuffer for an eye.
- setupGui(Camera, Camera, ViewPort, ViewPort) - Method in class com.jme3.util.VRGuiManager
-
Set up the GUI.
- setupHdr() - Method in class jme3test.effect.TestEverything
-
- setupInput() - Method in class jme3test.animation.TestJaime
-
- setupInstructionsNote() - Method in class jme3test.gui.TestBitmapFontLayout
-
- setupJoint(SixDofJoint) - Method in class com.jme3.bullet.animation.RangeOfMotion
-
Apply this preset to the specified joint.
- setupJoint(SixDofJoint) - Method in class com.jme3.bullet.control.ragdoll.RagdollPreset.JointPreset
-
Apply this preset to the specified joint.
- setupJoint() - Method in class jme3test.bullet.TestAttachGhostObject
-
- setupJoint() - Method in class jme3test.bullet.TestPhysicsHingeJoint
-
- setupJointForBone(String, SixDofJoint) - Method in class com.jme3.bullet.control.ragdoll.RagdollPreset
-
Apply the preset for the named bone to the specified joint.
- setupLayers() - Method in class com.jme3.input.vr.oculus.OculusVR
-
- setupLighting() - Method in class jme3test.effect.TestEverything
-
- setupLighting() - Method in class jme3test.light.TestLightControl2Directional
-
- setupLighting() - Method in class jme3test.light.TestLightControl2Spot
-
- setupLighting() - Method in class jme3test.light.TestLightControlDirectional
-
- setupLighting() - Method in class jme3test.light.TestLightControlSpot
-
- setupLighting() - Method in class jme3test.light.TestSpotLight
-
- setupLighting() - Method in class jme3test.light.TestSpotLightShadows
-
- setupLighting() - Method in class jme3test.material.TestParallax
-
- setupLighting() - Method in class jme3test.material.TestParallaxPBR
-
- setupLighting() - Method in class jme3test.post.TestCartoonEdge
-
- setupLighting() - Method in class jme3test.post.TestPostFilters
-
- setupLights() - Method in class jme3test.animation.TestJaime
-
- setupMaterials() - Method in class com.jme3.bullet.debug.DebugTools
-
Initialize all the DebugTools materials.
- setupModel() - Method in class jme3test.post.TestCartoonEdge
-
- setupOffscreenView() - Method in class jme3test.post.TestRenderToCubemap
-
- setupOffscreenView() - Method in class jme3test.post.TestRenderToMemory
-
- setupOffscreenView() - Method in class jme3test.post.TestRenderToTexture
-
- setUpperAngLimit(float) - Method in class com.jme3.bullet.joints.SliderJoint
-
- setUpperLimit(Vector3f) - Method in class com.jme3.bullet.joints.motors.TranslationalLimitMotor
-
- setUpperLimit(float) - Method in class com.jme3.post.filters.ContrastAdjustmentFilter
-
Sets the upper limit of the input range.
- setUpperLinLimit(float) - Method in class com.jme3.bullet.joints.SliderJoint
-
- setupRobotGuy() - Method in class jme3test.effect.TestEverything
-
- setupSelectorOptions() - Method in class com.jme3.network.kernel.tcp.SelectorKernel.SelectorThread
-
- setupSignpost() - Method in class jme3test.effect.TestEverything
-
- setupSignpost() - Method in class jme3test.light.TestSpotLight
-
- setupSignpost() - Method in class jme3test.light.TestSpotLightShadows
-
- setupSignpost() - Method in class jme3test.material.TestParallax
-
- setupSignpost() - Method in class jme3test.material.TestParallaxPBR
-
- setupSignpost() - Method in class jme3test.post.TestPostFilters
-
- setupSkyBox() - Method in class jme3test.effect.TestEverything
-
- setupSkyBox() - Method in class jme3test.material.TestParallax
-
- setupSkyBox() - Method in class jme3test.material.TestParallaxPBR
-
- setupSkyBox() - Method in class jme3test.post.TestPostFilters
-
- setupTestScene() - Method in class jme3test.gui.TestBitmapFontLayout
-
- setupUserInput() - Method in class jme3test.gui.TestBitmapFontLayout
-
- setUpVector(Vector3f) - Method in class com.jme3.input.ChaseCamera
-
Sets the up vector of the camera used for the lookAt on the target
- setUpVector(Vector3f) - Method in class com.jme3.input.FlyByCamera
-
Sets the up vector that should be used for the camera.
- setUsage(VertexBuffer.Usage) - Method in class com.jme3.scene.VertexBuffer
-
- setUseAo(boolean) - Method in class com.jme3.post.ssao.SSAOFilter
-
debugging only , will be removed
- setUseCaustics(boolean) - Method in class com.jme3.water.WaterFilter
-
set to true if you want caustics to be rendered on the ground underwater, false otherwise
- setUseFastFilter(boolean) - Method in class com.jme3.post.HDRRenderer
-
Deprecated.
- setUseFinalState(boolean) - Method in class jme3test.input.combomoves.ComboMove
-
- setUseFoam(boolean) - Method in class com.jme3.water.WaterFilter
-
set to true to use foam with water
default true
- setUseHQShoreline(boolean) - Method in class com.jme3.water.WaterFilter
-
- setUseInput(boolean) - Method in class com.jme3.system.AppSettings
-
- setUseJoyStickEvents(boolean) - Method in class com.jme3.app.jmeSurfaceView.JmeSurfaceView
-
Enables joystick interfacing for a jme-game
- setUseJoysticks(boolean) - Method in class com.jme3.system.AppSettings
-
- setUseOnlyAo(boolean) - Method in class com.jme3.post.ssao.SSAOFilter
-
debugging only , will be removed
- setUserControl(boolean) - Method in class com.jme3.animation.Bone
-
Deprecated.
If enabled, user can control bone transform with setUserTransforms.
- setUserControl(Bone, boolean) - Static method in class com.jme3.bullet.control.ragdoll.RagdollUtils
-
Alter the user-control flags of a bone and all its descendents.
- setUserData(String, Object) - Method in class com.jme3.scene.Spatial
-
- setUseRefraction(boolean) - Method in class com.jme3.water.WaterFilter
-
set to true to use refraction (default is true)
- setUseRenderCamera(boolean) - Method in class com.jme3.terrain.geomipmap.TerrainLodControl
-
- setUseRetinaFrameBuffer(boolean) - Method in class com.jme3.system.AppSettings
-
Specifies whether to use full resolution framebuffers on Retina displays.
- setUseRipples(boolean) - Method in class com.jme3.water.WaterFilter
-
Set to true to use ripples
- setUserObject(Object) - Method in class com.jme3.bullet.collision.PhysicsCollisionObject
-
- setUserTransforms(Vector3f, Quaternion, Vector3f) - Method in class com.jme3.animation.Bone
-
Deprecated.
Sets the transforms of this bone in local space (relative to the parent bone)
- setUserTransformsInModelSpace(Vector3f, Quaternion) - Method in class com.jme3.animation.Bone
-
Deprecated.
Sets the transforms of this bone in model space (relative to the root bone)
Must update all bones in skeleton for this to work.
- setUseSpecular(boolean) - Method in class com.jme3.water.WaterFilter
-
Set to true to use specular lighting on the water
- setUseViewDirection(boolean) - Method in class com.jme3.bullet.control.CharacterControl
-
- setValue(float) - Method in interface com.jme3.anim.tween.action.BlendSpace
-
- setValue(float) - Method in class com.jme3.anim.tween.action.LinearBlendSpace
-
- setValue(Object) - Method in class com.jme3.material.MatParam
-
Sets the value of this material parameter.
- setValue(Object) - Method in class com.jme3.material.MatParamTexture
-
- setValue(float) - Method in class com.jme3.post.filters.FadeFilter
-
Sets the fade value.
- setValue(Object) - Method in class com.jme3.shader.BufferObjectField
-
Sets the field value.
- setValue(VarType, Object) - Method in class com.jme3.shader.Uniform
-
- setValueGpu(long) - Method in class com.jme3.app.DetailedProfiler.StatLine
-
- setVector2(String, Vector2f) - Method in class com.jme3.material.Material
-
Pass a Vector2f to the material shader.
- setVector3(String, Vector3f) - Method in class com.jme3.material.Material
-
Pass a Vector3f to the material shader.
- setVector4(String, Vector4f) - Method in class com.jme3.material.Material
-
Pass a Vector4f to the material shader.
- setVector4InArray(float, float, float, float, int) - Method in class com.jme3.shader.Uniform
-
- setVector4Length(int) - Method in class com.jme3.shader.Uniform
-
- setVehicle(PhysicsVehicle) - Method in class com.jme3.bullet.objects.infos.RigidBodyMotionState
-
- setVelocity(Vector3f) - Method in class com.jme3.audio.AudioNode
-
Set the velocity of the audio node.
- setVelocity(Vector3f) - Method in class com.jme3.audio.Listener
-
- setVelocityFromTranslation(boolean) - Method in class com.jme3.audio.AudioNode
-
- setVelocityVariation(float) - Method in class com.jme3.effect.influencers.DefaultParticleInfluencer
-
- setVelocityVariation(float) - Method in class com.jme3.effect.influencers.EmptyParticleInfluencer
-
- setVelocityVariation(float) - Method in interface com.jme3.effect.influencers.ParticleInfluencer
-
- setVelocityVariation(float) - Method in class com.jme3.effect.ParticleEmitter
-
- setVersion(int) - Method in class com.jme3.network.message.ClientRegistrationMessage
-
- setVertexAttrib(VertexBuffer, VertexBuffer) - Method in class com.jme3.renderer.opengl.GLRenderer
-
- setVertexAttrib(VertexBuffer) - Method in class com.jme3.renderer.opengl.GLRenderer
-
- setVertexGlobal(ShaderNodeVariable) - Method in class com.jme3.material.ShaderGenerationInfo
-
sets the vertex shader global output
- setVerticalAlignment(BitmapFont.VAlign) - Method in class com.jme3.font.BitmapText
-
Set vertical alignment.
- setView(View) - Method in class com.jme3.input.android.AndroidInputHandler
-
- setView(GLSurfaceView) - Method in class com.jme3.input.android.AndroidJoyInput
-
- setView(GLSurfaceView) - Method in class com.jme3.input.android.AndroidSensorJoyInput
-
- setView(View) - Static method in class com.jme3.system.android.JmeAndroidSystem
-
- setViewDirection(Vector3f) - Method in class com.jme3.bullet.control.BetterCharacterControl
-
Alter the character's view direction.
- setViewDirection(Vector3f) - Method in class com.jme3.bullet.control.CharacterControl
-
- setViewedJoystick(Joystick) - Method in class jme3test.input.TestJoystick
-
- setViewPort(float, float, float, float) - Method in class com.jme3.renderer.Camera
-
Sets the boundaries of the viewport.
- setViewPort(int, int, int, int) - Method in class com.jme3.renderer.opengl.GLRenderer
-
\
|* Camera and World transforms *|
\
- setViewPort(int, int, int, int) - Method in interface com.jme3.renderer.Renderer
-
Sets the viewport location and resolution on the screen.
- setViewPort(int, int, int, int) - Method in class com.jme3.shader.UniformBindingManager
-
- setViewPort(int, int, int, int) - Method in class com.jme3.system.NullRenderer
-
- setViewPortBottom(float) - Method in class com.jme3.renderer.Camera
-
Sets the bottom boundary of the viewport.
- setViewPortLeft(float) - Method in class com.jme3.renderer.Camera
-
Sets the left boundary of the viewport.
- setViewPortRight(float) - Method in class com.jme3.renderer.Camera
-
Sets the right boundary of the viewport.
- setViewPortTop(float) - Method in class com.jme3.renderer.Camera
-
Sets the top boundary of the viewport.
- setViewProjectionMatrices(Matrix4f, Matrix4f) - Method in class com.jme3.system.NullRenderer
-
- setViscosity(float) - Method in class com.jme3.terrain.heightmap.FluidSimHeightMap
-
Sets the viscosity of the simulated fluid.
- setVolume(float) - Method in class com.jme3.audio.AudioNode
-
Set the volume of this audio node.
- setVolume(float) - Method in class com.jme3.audio.Listener
-
- setVolume(float) - Method in class com.jme3.audio.LowPassFilter
-
- setVolume(float) - Method in class com.jme3.niftygui.SoundHandleJme
-
- setVRBounds(VRBounds) - Method in class com.jme3.app.VREnvironment
-
Set the VR bounds.
- setVRHeightAdjustment(float) - Method in class com.jme3.app.VRApplication
-
Deprecated.
Set the VR headset height from the ground.
- setVRHeightAdjustment(float) - Method in class com.jme3.app.VREnvironment
-
Set the VR headset height from the ground.
- setVRMouseEnabled(boolean) - Method in class com.jme3.input.vr.AbstractVRMouseManager
-
- setVRMouseEnabled(boolean) - Method in interface com.jme3.input.vr.VRMouseManager
-
Set if the mouse cursor should be used in the VR view.
- setVSync(boolean) - Method in class com.jme3.system.AppSettings
-
Enable or disable vertical synchronization.
- setVxOffset(float) - Method in class com.jme3.post.filters.FXAAFilter
-
- setW(float) - Method in class com.jme3.math.Vector4f
-
Alter the W component of this vector.
- setWalkDirection(Vector3f) - Method in class com.jme3.bullet.control.BetterCharacterControl
-
Alter the character's the walk direction.
- setWalkDirection(Vector3f) - Method in class com.jme3.bullet.objects.PhysicsCharacter
-
Set the walk direction, works continuously.
- setWantsReposition(boolean) - Method in class com.jme3.util.VRGuiManager
-
- setWaterColor(ColorRGBA) - Method in class com.jme3.water.SimpleWaterProcessor
-
Set the color that will be added to the refraction texture.
- setWaterColor(ColorRGBA) - Method in class com.jme3.water.WaterFilter
-
Sets the color of the water
see setDeepWaterColor for deep water color
default is (0.0078f, 0.3176f, 0.5f,1.0f) (greenish blue)
- setWaterDepth(float) - Method in class com.jme3.water.SimpleWaterProcessor
-
Higher values make the refraction texture shine through earlier.
- setWaterHeight(float) - Method in class com.jme3.water.WaterFilter
-
Sets the height of the water plane
default is 0.0
- setWaterMap(Basis) - Method in class com.jme3.terrain.noise.filter.HydraulicErodeFilter
-
- setWaterTransparency(float) - Method in class com.jme3.water.SimpleWaterProcessor
-
sets the water transparency default is 0.4f
- setWaterTransparency(float) - Method in class com.jme3.water.WaterFilter
-
Sets how fast colours fade out.
- setWaveScale(float) - Method in class com.jme3.water.WaterFilter
-
Sets the scale factor of the waves' height map.
- setWaveSpeed(float) - Method in class com.jme3.terrain.heightmap.FluidSimHeightMap
-
Sets the speed at which the waves travel.
- setWaveSpeed(float) - Method in class com.jme3.water.SimpleWaterProcessor
-
Sets the speed of the wave animation, default = 0.05f.
- setWeight(float) - Method in class com.jme3.anim.tween.action.BlendableAction
-
- setWeightThreshold(float) - Method in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
Alter the ragdoll's weight threshold.
- setWheelInfo(WheelInfo) - Method in class com.jme3.bullet.objects.VehicleWheel
-
- setWheelsDampingCompression(float) - Method in class com.jme3.bullet.objects.VehicleWheel
-
the damping coefficient for when the suspension is compressed.
- setWheelsDampingRelaxation(float) - Method in class com.jme3.bullet.objects.VehicleWheel
-
the damping coefficient for when the suspension is expanding.
- setWheelSpatial(Spatial) - Method in class com.jme3.bullet.objects.VehicleWheel
-
- setWhiteLevel(float) - Method in class com.jme3.post.HDRRenderer
-
Deprecated.
- setWhitePoint(Vector3f) - Method in class com.jme3.post.filters.ToneMapFilter
-
Set the scene white point.
- setWidth(int) - Method in class com.jme3.cursors.plugins.JmeCursor
-
Sets the cursor's width.
- setWidth(int) - Method in class com.jme3.font.BitmapCharacter
-
- setWidth(int) - Method in class com.jme3.font.BitmapCharacterSet
-
- setWidth(int) - Method in class com.jme3.system.AppSettings
-
- setWidth(int) - Method in class com.jme3.system.AWTContext
-
- setWidth(int) - Method in class com.jme3.texture.Image
-
setWidth
sets the width value of the image.
- setWidth(float) - Method in class com.jme3.ui.Picture
-
Set the width in pixels of the picture, if the width
does not match the texture's width, then the texture will
be scaled to fit the picture.
- setWindDirection(Vector2f) - Method in class com.jme3.water.WaterFilter
-
sets the wind direction
the direction where the waves move
default is (0.0f, -1.0f)
- setWindowIcon(AppSettings) - Method in class com.jme3.system.lwjgl.LwjglWindow
-
Set custom icons to the window of this application.
- setWindowXPosition(int) - Method in class com.jme3.system.AppSettings
-
Sets the window's initial X position on the desktop.
- setWindowYPosition(int) - Method in class com.jme3.system.AppSettings
-
Sets the window's initial Y position on the desktop.
- setWireframe(boolean) - Method in class com.jme3.material.RenderState
-
Enables wireframe rendering mode.
- setWorkGroupSdize(int, int, int) - Method in class com.jme3.opencl.Kernel
-
Sets the work group size to be a 3D grid
- setWorkGroupSize(Kernel.WorkSize) - Method in class com.jme3.opencl.Kernel
-
Sets the work group size
- setWorkGroupSize(int) - Method in class com.jme3.opencl.Kernel
-
Sets the work group size to be a 1D grid
- setWorkGroupSize(int, int) - Method in class com.jme3.opencl.Kernel
-
Sets the work group size to be a 2D grid
- setWorkGroupSizeToNull() - Method in class com.jme3.opencl.Kernel
-
Tells the driver to figure out the work group size on their own.
- SetWorkingCollisionBoundsInfo - Variable in class com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable
-
C type : SetWorkingCollisionBoundsInfo_callback*
- SetWorkingCollisionBoundsTagsInfo - Variable in class com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable
-
C type : SetWorkingCollisionBoundsTagsInfo_callback*
- SetWorkingPhysicalBoundsInfo - Variable in class com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable
-
C type : SetWorkingPhysicalBoundsInfo_callback*
- SetWorkingPlayAreaSize - Variable in class com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable
-
C type : SetWorkingPlayAreaSize_callback*
- SetWorkingSeatedZeroPoseToRawTrackingPose - Variable in class com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable
-
C type : SetWorkingSeatedZeroPoseToRawTrackingPose_callback*
- SetWorkingStandingZeroPoseToRawTrackingPose - Variable in class com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable
-
C type : SetWorkingStandingZeroPoseToRawTrackingPose_callback*
- setWorldBindPose(Matrix4f) - Method in class com.jme3.scene.plugins.fbx.node.FbxNode
-
- setWorldMatrix(Matrix4f) - Method in class com.jme3.renderer.RenderManager
-
Internal use only.
- setWorldMatrix(Matrix4f) - Method in class com.jme3.shader.UniformBindingManager
-
Internal use only.
- setWorldMatrix(Matrix4f) - Method in class com.jme3.system.NullRenderer
-
- setWorldMax(Vector3f) - Method in class com.jme3.bullet.BulletAppState
-
Alter the coordinate range.
- setWorldMax(Vector3f) - Method in class com.jme3.bullet.PhysicsSpace
-
only applies for AXIS_SWEEP broadphase
- setWorldMin(Vector3f) - Method in class com.jme3.bullet.BulletAppState
-
Alter the coordinate range.
- setWorldMin(Vector3f) - Method in class com.jme3.bullet.PhysicsSpace
-
only applies for AXIS_SWEEP broadphase
- setWorldTransform(Transform) - Method in class com.jme3.bullet.objects.infos.RigidBodyMotionState
-
Called from Bullet when the transform of the rigid body changes.
- setWrap(Texture.WrapAxis, Texture.WrapMode) - Method in class com.jme3.texture.Texture
-
setWrap
sets the wrap mode of this texture for a
particular axis.
- setWrap(Texture.WrapMode) - Method in class com.jme3.texture.Texture
-
setWrap
sets the wrap mode of this texture for all axis.
- setWrap(Texture.WrapAxis, Texture.WrapMode) - Method in class com.jme3.texture.Texture2D
-
setWrap
sets the wrap mode of this texture for a
particular axis.
- setWrap(Texture.WrapMode) - Method in class com.jme3.texture.Texture2D
-
setWrap
sets the wrap mode of this texture for all axis.
- setWrap(Texture.WrapAxis, Texture.WrapMode) - Method in class com.jme3.texture.Texture3D
-
setWrap
sets the wrap mode of this texture for a
particular axis.
- setWrap(Texture.WrapMode) - Method in class com.jme3.texture.Texture3D
-
setWrap
sets the wrap mode of this texture for all axis.
- setWrap(Texture.WrapAxis, Texture.WrapMode) - Method in class com.jme3.texture.TextureArray
-
- setWrap(Texture.WrapMode) - Method in class com.jme3.texture.TextureArray
-
- setWrap(Texture.WrapAxis, Texture.WrapMode) - Method in class com.jme3.texture.TextureCubeMap
-
setWrap
sets the wrap mode of this texture for a
particular axis.
- setWrap(Texture.WrapMode) - Method in class com.jme3.texture.TextureCubeMap
-
setWrap
sets the wrap mode of this texture for all axis.
- setX(int) - Method in class com.jme3.font.BitmapCharacter
-
- setX(float) - Method in class com.jme3.math.Vector2f
-
Alter the X component of this vector.
- setX(float) - Method in class com.jme3.math.Vector3f
-
Sets the X component.
- setX(float) - Method in class com.jme3.math.Vector4f
-
Alter the X component of this vector.
- setXAdvance(int) - Method in class com.jme3.font.BitmapCharacter
-
- setXAxis(JoystickAxis) - Method in class com.jme3.input.android.AndroidSensorJoyInput.AndroidSensorJoystick
-
- setXAxis(float) - Method in class jme3test.input.TestJoystick.GamepadView
-
- setXExtent(float) - Method in class com.jme3.bounding.BoundingBox
-
Alter the X-axis distance between the center and the boundary.
- setxHotSpot(int) - Method in class com.jme3.cursors.plugins.JmeCursor
-
Sets the cursor's X coordinate for its hotspot.
- setXOffset(int) - Method in class com.jme3.font.BitmapCharacter
-
- setY(int) - Method in class com.jme3.font.BitmapCharacter
-
- setY(float) - Method in class com.jme3.math.Vector2f
-
Alter the Y component of this vector.
- setY(float) - Method in class com.jme3.math.Vector3f
-
Sets the Y component.
- setY(float) - Method in class com.jme3.math.Vector4f
-
Alter the Y component of this vector.
- setYAxis(JoystickAxis) - Method in class com.jme3.input.android.AndroidSensorJoyInput.AndroidSensorJoystick
-
- setYAxis(float) - Method in class jme3test.input.TestJoystick.GamepadView
-
- setYellowArrow(Vector3f, Vector3f) - Method in class com.jme3.bullet.debug.DebugTools
-
Alter the location and extent of the yellow arrow.
- setYExtent(float) - Method in class com.jme3.bounding.BoundingBox
-
Alter the Y-axis distance between the center and the boundary.
- setyHotSpot(int) - Method in class com.jme3.cursors.plugins.JmeCursor
-
Sets the cursor's Y axis coordinate for its hotspot.
- setYOffset(int) - Method in class com.jme3.font.BitmapCharacter
-
- setZ(float) - Method in class com.jme3.math.Vector3f
-
Sets the Z component.
- setZ(float) - Method in class com.jme3.math.Vector4f
-
Alter the Z component of this vector.
- setZAxis(float) - Method in class jme3test.input.TestJoystick.GamepadView
-
- setZExtent(float) - Method in class com.jme3.bounding.BoundingBox
-
Alter the Z-axis distance between the center and the boundary.
- setZoomInTrigger(Trigger...) - Method in class com.jme3.app.ChaseCameraAppState
-
Sets custom triggers for zooming in the cam default is new
MouseAxisTrigger(MouseInput.AXIS_WHEEL, true) mouse wheel up
- setZoomInTrigger(Trigger...) - Method in class com.jme3.input.ChaseCamera
-
Sets custom triggers for zooming in the cam
default is
new MouseAxisTrigger(MouseInput.AXIS_WHEEL, true) mouse wheel up
- setZoomOutTrigger(Trigger...) - Method in class com.jme3.app.ChaseCameraAppState
-
Sets custom triggers for zooming out the cam default is new
MouseAxisTrigger(MouseInput.AXIS_WHEEL, false) mouse wheel down
- setZoomOutTrigger(Trigger...) - Method in class com.jme3.input.ChaseCamera
-
Sets custom triggers for zooming out the cam
default is
new MouseAxisTrigger(MouseInput.AXIS_WHEEL, false) mouse wheel down
- setZoomSensitivity(float) - Method in class com.jme3.input.ChaseCamera
-
Sets the zoom sensitivity, the lower the value, the slower the camera will zoom in and out.
- setZoomSpeed(float) - Method in class com.jme3.app.ChaseCameraAppState
-
Sets the zoom speed, the lower the value, the slower the camera will zoom
in and out.
- setZoomSpeed(float) - Method in class com.jme3.input.FlyByCamera
-
Set the zoom-rate multiplier.
- setZRotation(float) - Method in class jme3test.input.TestJoystick.GamepadView
-
- sfactorAlpha - Variable in class com.jme3.renderer.RenderContext
-
Alpha source blend factor for BlendMode.Custom.
- sfactorRGB - Variable in class com.jme3.renderer.RenderContext
-
RGB source blend factor for BlendMode.Custom.
- shadeless - Variable in class com.jme3.scene.plugins.MTLLoader
-
- Shader - Class in com.jme3.shader
-
- Shader() - Constructor for class com.jme3.shader.Shader
-
Creates a new shader, initialize() must be called
after this constructor for the shader to be usable.
- Shader(Shader) - Constructor for class com.jme3.shader.Shader
-
Do not use this constructor.
- Shader.ShaderSource - Class in com.jme3.shader
-
Shader source describes a shader object in OpenGL.
- Shader.ShaderType - Enum in com.jme3.shader
-
Type of shader.
- ShaderAssetKey - Class in com.jme3.shader.plugins
-
Created by Nehon on 28/10/2017.
- ShaderAssetKey(String, boolean) - Constructor for class com.jme3.shader.plugins.ShaderAssetKey
-
- ShaderBufferBlock - Class in com.jme3.shader
-
Implementation of shader's buffer block.
- ShaderBufferBlock() - Constructor for class com.jme3.shader.ShaderBufferBlock
-
- ShaderCheck - Class in jme3tools.shadercheck
-
- ShaderCheck() - Constructor for class jme3tools.shadercheck.ShaderCheck
-
- ShaderDebug - Class in jme3tools.shader
-
Static tool box class for convenient methods to help debug shaders
- ShaderGenerationInfo - Class in com.jme3.material
-
This class is basically a struct that contains the ShaderNodes information
in an appropriate way to ease the shader generation process and make it
faster.
- ShaderGenerationInfo() - Constructor for class com.jme3.material.ShaderGenerationInfo
-
- ShaderGenerator - Class in com.jme3.shader
-
This class is the base for a shader generator using the ShaderNodes system,
it contains basis mechanism of generation, but no actual generation code.
- ShaderGenerator(AssetManager) - Constructor for class com.jme3.shader.ShaderGenerator
-
Build a shaderGenerator
- shaderLanguage - Variable in class com.jme3.material.plugins.ShaderNodeLoaderDelegate
-
- shaderName - Variable in class com.jme3.material.plugins.ShaderNodeLoaderDelegate
-
- shaderNode - Variable in class com.jme3.material.plugins.ShaderNodeLoaderDelegate
-
- ShaderNode - Class in com.jme3.shader
-
A ShaderNode is the unit brick part of a shader program.
- ShaderNode(String, ShaderNodeDefinition, String) - Constructor for class com.jme3.shader.ShaderNode
-
Creates a shader node.
- ShaderNode() - Constructor for class com.jme3.shader.ShaderNode
-
Creates a shader node.
- shaderNodeDefinition - Variable in class com.jme3.material.plugins.ShaderNodeLoaderDelegate
-
- ShaderNodeDefinition - Class in com.jme3.shader
-
Shader node definition structure meant for holding loaded data from a
material definition j3md file
- ShaderNodeDefinition(String, Shader.ShaderType, String, String) - Constructor for class com.jme3.shader.ShaderNodeDefinition
-
creates a ShaderNodeDefinition
- ShaderNodeDefinition() - Constructor for class com.jme3.shader.ShaderNodeDefinition
-
creates a ShaderNodeDefinition
- ShaderNodeDefinitionKey - Class in com.jme3.asset
-
Used for loading
shader nodes definition
Determines whether the definition will be loaded with or without its documentation
- ShaderNodeDefinitionKey(String) - Constructor for class com.jme3.asset.ShaderNodeDefinitionKey
-
creates a ShaderNodeDefinitionKey
- ShaderNodeDefinitionKey() - Constructor for class com.jme3.asset.ShaderNodeDefinitionKey
-
creates a ShaderNodeDefinitionKey
- ShaderNodeDefinitionLoader - Class in com.jme3.material.plugins
-
ShaderNodeDefinition file loader (.j3sn)
a j3sn file is a block style file like j3md or j3m.
- ShaderNodeDefinitionLoader() - Constructor for class com.jme3.material.plugins.ShaderNodeDefinitionLoader
-
- ShaderNodeLoaderDelegate - Class in com.jme3.material.plugins
-
This class is here to be able to load shaderNodeDefinition from both the
J3MLoader and ShaderNodeDefinitionLoader.
- ShaderNodeLoaderDelegate() - Constructor for class com.jme3.material.plugins.ShaderNodeLoaderDelegate
-
- ShaderNodeLoaderDelegate.DeclaredVariable - Class in com.jme3.material.plugins
-
- ShaderNodeVariable - Class in com.jme3.shader
-
A shader node variable
- ShaderNodeVariable(String, String) - Constructor for class com.jme3.shader.ShaderNodeVariable
-
creates a ShaderNodeVariable
- ShaderNodeVariable(String, String, String, String) - Constructor for class com.jme3.shader.ShaderNodeVariable
-
creates a ShaderNodeVariable
- ShaderNodeVariable(String, String, String, String, String) - Constructor for class com.jme3.shader.ShaderNodeVariable
-
creates a ShaderNodeVariable
- ShaderNodeVariable(String, String, String) - Constructor for class com.jme3.shader.ShaderNodeVariable
-
creates a ShaderNodeVariable
- ShaderSource(Shader.ShaderType) - Constructor for class com.jme3.shader.Shader.ShaderSource
-
- ShaderSource(Shader.ShaderSource) - Constructor for class com.jme3.shader.Shader.ShaderSource
-
- ShaderSource() - Constructor for class com.jme3.shader.Shader.ShaderSource
-
- shadersUsed - Variable in class com.jme3.renderer.Statistics
-
IDs of all shaders in use.
- ShaderUtils - Class in com.jme3.shader
-
- ShaderUtils - Class in com.jme3.terrain.noise
-
Helper class containing useful functions explained in the book:
Texturing & Modeling - A Procedural Approach
- ShaderVariable - Class in com.jme3.shader
-
- ShaderVariable() - Constructor for class com.jme3.shader.ShaderVariable
-
- shadingModel - Variable in class com.jme3.scene.plugins.fbx.objects.FbxMaterial
-
- shadowCam - Variable in class com.jme3.shadow.DirectionalLightShadowRenderer
-
- shadowCam - Variable in class com.jme3.shadow.DirectionalLightShadowRendererVR
-
- shadowCam - Variable in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
- shadowCam - Variable in class com.jme3.shadow.SpotLightShadowRenderer
-
- shadowCams - Variable in class com.jme3.shadow.PointLightShadowRenderer
-
- shadowCompareMode - Variable in class com.jme3.shadow.AbstractShadowRenderer
-
- shadowCompareMode - Variable in class com.jme3.shadow.AbstractShadowRendererVR
-
- shadowCompareMode - Variable in class com.jme3.texture.image.LastTextureState
-
- shadowFB - Variable in class com.jme3.shadow.AbstractShadowRenderer
-
- shadowFB - Variable in class com.jme3.shadow.AbstractShadowRendererVR
-
- shadowFB - Variable in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
- shadowIntensity - Variable in class com.jme3.shadow.AbstractShadowRenderer
-
- shadowIntensity - Variable in class com.jme3.shadow.AbstractShadowRendererVR
-
- shadowIntensity - Variable in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
- SHADOWMAP_SIZE - Static variable in class jme3test.light.TestDirectionalLightShadow
-
- SHADOWMAP_SIZE - Static variable in class jme3test.light.TestPointDirectionalAndSpotLightShadows
-
- SHADOWMAP_SIZE - Static variable in class jme3test.light.TestPointLightShadows
-
- shadowMapOccluders - Variable in class com.jme3.shadow.AbstractShadowRenderer
-
- shadowMapOccluders - Variable in class com.jme3.shadow.AbstractShadowRendererVR
-
- shadowMaps - Variable in class com.jme3.shadow.AbstractShadowRenderer
-
- shadowMaps - Variable in class com.jme3.shadow.AbstractShadowRendererVR
-
- shadowMaps - Variable in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
- shadowMapSize - Variable in class com.jme3.shadow.AbstractShadowRenderer
-
- shadowMapSize - Variable in class com.jme3.shadow.AbstractShadowRendererVR
-
- shadowMapSize - Variable in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
- shadowMode - Variable in class com.jme3.scene.Spatial
-
- shadowOccluders - Variable in class com.jme3.shadow.BasicShadowRenderer
-
Deprecated.
- shadowRenderer - Variable in class com.jme3.shadow.AbstractShadowFilter
-
- shadowRenderer - Variable in class com.jme3.shadow.AbstractShadowFilterVR
-
- ShadowTestUIManager - Class in jme3test.light
-
- ShadowTestUIManager(AssetManager, AbstractShadowRenderer, AbstractShadowFilter, Node, InputManager, ViewPort) - Constructor for class jme3test.light.ShadowTestUIManager
-
- ShadowUtil - Class in com.jme3.shadow
-
Includes various useful shadow mapping functions.
- ShadowUtil.OccludersExtractor - Class in com.jme3.shadow
-
OccludersExtractor is a helper class to collect splitOccluders from scene recursively.
- shape - Variable in class com.jme3.bullet.collision.shapes.infos.ChildCollisionShape
-
base shape (not null, not a compound shape)
- share(T, Class<? super T>) - Method in class com.jme3.network.service.rmi.RmiClientService
-
Shares the specified object with the server and associates it with the
specified type.
- share(byte, T, Class<? super T>) - Method in class com.jme3.network.service.rmi.RmiClientService
-
Shares the specified object with the server and associates it with the
specified type.
- share(String, T, Class<? super T>) - Method in class com.jme3.network.service.rmi.RmiClientService
-
Shares the specified object with the server and associates it with the
specified name.
- share(byte, String, T, Class<? super T>) - Method in class com.jme3.network.service.rmi.RmiClientService
-
Shares the specified object with the server and associates it with the
specified name.
- share(T, Class<? super T>) - Method in class com.jme3.network.service.rmi.RmiRegistry
-
Exposes the specified object to the other end of the connection as
the specified interface type.
- share(byte, T, Class<? super T>) - Method in class com.jme3.network.service.rmi.RmiRegistry
-
Exposes, through a specific connection channel, the specified object
to the other end of the connection as the specified interface type.
- share(String, T, Class<? super T>) - Method in class com.jme3.network.service.rmi.RmiRegistry
-
Exposes the specified object to the other end of the connection as
the specified interface type and associates it with the specified name.
- share(byte, String, T, Class<? super T>) - Method in class com.jme3.network.service.rmi.RmiRegistry
-
Exposes, through a specific connection channel, the specified object to
the other end of the connection as the specified interface type and associates
it with the specified name.
- shareContext() - Method in class com.jme3.input.vr.osvr.OSVR
-
Enable context sharing.
- shareGlobal(T, Class<? super T>) - Method in class com.jme3.network.service.rmi.RmiHostedService
-
Shares a server-wide object associated with the specified type.
- shareGlobal(String, T, Class<? super T>) - Method in class com.jme3.network.service.rmi.RmiHostedService
-
Shares a server-wide object associated with the specified name.
- shareGlobal(byte, String, T, Class<? super T>) - Method in class com.jme3.network.service.rmi.RmiHostedService
-
Shares a server-wide object associated with the specified name over the specified
channel.
- shBandFactor - Static variable in class com.jme3.environment.util.EnvMapUtils
-
- shiftCompoundShapeContents(CompoundCollisionShape, Vector3f) - Static method in class com.jme3.bullet.util.CollisionShapeFactory
-
This method moves each child shape of a compound shape by the given vector
- shininess - Variable in class com.jme3.scene.plugins.MTLLoader
-
- shininessExponent - Variable in class com.jme3.scene.plugins.fbx.objects.FbxMaterial
-
- shortBytes(short) - Static method in class com.jme3.app.state.MjpegFileWriter
-
- shortParam() - Method in class com.jme3.lwjgl3.utils.APIBuffer
-
Ensures space for an additional short value and returns the address
offset.
- shortParam(short) - Method in class com.jme3.lwjgl3.utils.APIBuffer
-
Ensures space for an additional short value, sets the specified value at
the allocated offset and returns that offset.
- ShortSerializer - Class in com.jme3.network.serializing.serializers
-
Short serializer.
- ShortSerializer() - Constructor for class com.jme3.network.serializing.serializers.ShortSerializer
-
- shortValue(int) - Method in class com.jme3.lwjgl3.utils.APIBuffer
-
Returns the short value at the specified offset.
- ShouldApplicationPause - Variable in class com.jme3.system.jopenvr.VR_IVRSystem_FnTable
-
C type : ShouldApplicationPause_callback*
- ShouldApplicationReduceRenderingWork - Variable in class com.jme3.system.jopenvr.VR_IVRSystem_FnTable
-
C type : ShouldApplicationReduceRenderingWork_callback*
- ShouldAppRenderWithLowResources - Variable in class com.jme3.system.jopenvr.VR_IVRCompositor_FnTable
-
C type : ShouldAppRenderWithLowResources_callback*
- show(RenderManager, ViewPort) - Method in class com.jme3.bullet.debug.DebugTools
-
Render all the debug geometries to the specified view port.
- show() - Method in class jme3test.collision.RayTrace
-
- ShowActionOrigins - Variable in class com.jme3.system.jopenvr.VR_IVRInput_FnTable
-
C type : ShowActionOrigins_callback*
- ShowBindingsForActionSet - Variable in class com.jme3.system.jopenvr.VR_IVRInput_FnTable
-
C type : ShowBindingsForActionSet_callback*
- ShowDashboard - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : ShowDashboard_callback*
- showDialog() - Method in class com.jme3.app.SettingsDialog
-
showDialog
sets this dialog as visible, and brings it to
the front.
- showDialog(String) - Static method in class com.jme3.system.ErrorDialog
-
Show a dialog with the provided message.
- showErrorDialog(Throwable, String) - Method in class com.jme3.app.jmeSurfaceView.JmeSurfaceView
-
Displays an error dialog with a throwable title(error/exception), message and 3 buttons.
- showErrorDialog(String) - Method in class com.jme3.system.android.JmeAndroidSystem
-
- showErrorDialog(String) - Method in class com.jme3.system.ios.JmeIosSystem
-
- showErrorDialog(String) - Method in class com.jme3.system.JmeDesktopSystem
-
- showErrorDialog(String) - Static method in class com.jme3.system.JmeSystem
-
Displays an error message to the user in whichever way the context
feels is appropriate.
- showErrorDialog(String) - Method in class com.jme3.system.JmeSystemDelegate
-
- ShowKeyboard - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : ShowKeyboard_callback*
- ShowKeyboardForOverlay - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : ShowKeyboardForOverlay_callback*
- ShowMessageOverlay - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : ShowMessageOverlay_callback*
- ShowMirrorWindow - Variable in class com.jme3.system.jopenvr.VR_IVRCompositor_FnTable
-
C type : ShowMirrorWindow_callback*
- ShowOverlay - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : ShowOverlay_callback*
- showSettings - Variable in class com.jme3.app.SimpleApplication
-
- showSettings - Variable in class com.jme3.app.StatsAppState
-
- showSettingsDialog(AppSettings, boolean) - Method in class com.jme3.system.android.JmeAndroidSystem
-
- showSettingsDialog(AppSettings, boolean) - Method in class com.jme3.system.ios.JmeIosSystem
-
- showSettingsDialog(AppSettings, boolean) - Method in class com.jme3.system.JmeDesktopSystem
-
- showSettingsDialog(AppSettings, boolean) - Static method in class com.jme3.system.JmeSystem
-
- showSettingsDialog(AppSettings, boolean) - Method in class com.jme3.system.JmeSystemDelegate
-
- showSoftKeyboard(boolean) - Method in class com.jme3.system.android.JmeAndroidSystem
-
- showSoftKeyboard(boolean) - Method in class com.jme3.system.ios.JmeIosSystem
-
- showSoftKeyboard(boolean) - Method in class com.jme3.system.JmeDesktopSystem
-
- showSoftKeyboard(boolean) - Static method in class com.jme3.system.JmeSystem
-
Displays or hides the onscreen soft keyboard
- showSoftKeyboard(boolean) - Method in class com.jme3.system.JmeSystemDelegate
-
- showWindow() - Method in class com.jme3.system.lwjgl.LwjglWindow
-
- shutdown() - Method in class com.jme3.network.base.ConnectorAdapter.WriterThread
-
- sign(int) - Static method in class com.jme3.math.FastMath
-
Returns 1 if the number is positive, -1 if the number is negative, and 0 otherwise
- sign(float) - Static method in class com.jme3.math.FastMath
-
Returns 1 if the number is positive, -1 if the number is negative, and 0 otherwise
- SIGNATURE - Static variable in class com.jme3.export.FormatVersion
-
Signature of the format: currently, "JME3" as ASCII.
- SimpleApplication - Class in com.jme3.app
-
SimpleApplication
is the base class for all jME3 Applications.
- SimpleApplication() - Constructor for class com.jme3.app.SimpleApplication
-
- SimpleApplication(AppState...) - Constructor for class com.jme3.app.SimpleApplication
-
- SimpleAssetCache - Class in com.jme3.asset.cache
-
SimpleAssetCache
is an asset cache
that caches assets without any automatic removal policy.
- SimpleAssetCache() - Constructor for class com.jme3.asset.cache.SimpleAssetCache
-
- SimpleBatchNode - Class in com.jme3.scene
-
SimpleBatchNode comes with some restrictions, but can yield better performances.
- SimpleBatchNode() - Constructor for class com.jme3.scene.SimpleBatchNode
-
- SimpleBatchNode(String) - Constructor for class com.jme3.scene.SimpleBatchNode
-
- simpleInitApp() - Method in class com.jme3.app.SimpleApplication
-
- simpleInitApp() - Method in class com.jme3.app.VRApplication
-
Deprecated.
Initialize the application.
- simpleInitApp() - Method in class jme3test.animation.TestCameraMotionPath
-
- simpleInitApp() - Method in class jme3test.animation.TestCinematic
-
- simpleInitApp() - Method in class jme3test.animation.TestJaime
-
- simpleInitApp() - Method in class jme3test.animation.TestMotionPath
-
- simpleInitApp() - Method in class jme3test.app.TestAppStateLifeCycle
-
- simpleInitApp() - Method in class jme3test.app.TestChangeAppIcon
-
- simpleInitApp() - Method in class jme3test.app.TestEnqueueRunnable
-
- simpleInitApp() - Method in class jme3test.app.TestReleaseDirectMemory
-
- simpleInitApp() - Method in class jme3test.app.TestResizableApp
-
- simpleInitApp() - Method in class jme3test.app.TestUseAfterFree
-
- simpleInitApp() - Method in class jme3test.asset.TestOnlineJar
-
- simpleInitApp() - Method in class jme3test.asset.TestUrlLoading
-
- simpleInitApp() - Method in class jme3test.audio.TestAmbient
-
- simpleInitApp() - Method in class jme3test.audio.TestDoppler
-
- simpleInitApp() - Method in class jme3test.audio.TestMusicStreaming
-
- simpleInitApp() - Method in class jme3test.audio.TestOgg
-
- simpleInitApp() - Method in class jme3test.audio.TestReverb
-
- simpleInitApp() - Method in class jme3test.audio.TestWav
-
- simpleInitApp() - Method in class jme3test.awt.TestAwtPanels
-
- simpleInitApp() - Method in class jme3test.awt.TestSafeCanvas
-
- simpleInitApp() - Method in class jme3test.batching.TestBatchNode
-
- simpleInitApp() - Method in class jme3test.batching.TestBatchNodeCluster
-
- simpleInitApp() - Method in class jme3test.batching.TestBatchNodeTower
-
- simpleInitApp() - Method in class jme3test.bullet.shape.TestGimpactShape
-
- simpleInitApp() - Method in class jme3test.bullet.TestAttachDriver
-
- simpleInitApp() - Method in class jme3test.bullet.TestAttachGhostObject
-
- simpleInitApp() - Method in class jme3test.bullet.TestBetterCharacter
-
- simpleInitApp() - Method in class jme3test.bullet.TestBoneRagdoll
-
- simpleInitApp() - Method in class jme3test.bullet.TestBrickTower
-
- simpleInitApp() - Method in class jme3test.bullet.TestBrickWall
-
- simpleInitApp() - Method in class jme3test.bullet.TestCcd
-
- simpleInitApp() - Method in class jme3test.bullet.TestCollisionGroups
-
- simpleInitApp() - Method in class jme3test.bullet.TestCollisionListener
-
- simpleInitApp() - Method in class jme3test.bullet.TestCollisionShapeFactory
-
- simpleInitApp() - Method in class jme3test.bullet.TestFancyCar
-
- simpleInitApp() - Method in class jme3test.bullet.TestGhostObject
-
- simpleInitApp() - Method in class jme3test.bullet.TestHoveringTank
-
- simpleInitApp() - Method in class jme3test.bullet.TestIssue1120
-
- simpleInitApp() - Method in class jme3test.bullet.TestIssue1125
-
Initialize this application.
- simpleInitApp() - Method in class jme3test.bullet.TestIssue877
-
- simpleInitApp() - Method in class jme3test.bullet.TestIssue883
-
- simpleInitApp() - Method in class jme3test.bullet.TestKinematicAddToPhysicsSpaceIssue
-
- simpleInitApp() - Method in class jme3test.bullet.TestLocalPhysics
-
- simpleInitApp() - Method in class jme3test.bullet.TestPhysicsCar
-
- simpleInitApp() - Method in class jme3test.bullet.TestPhysicsCharacter
-
- simpleInitApp() - Method in class jme3test.bullet.TestPhysicsHingeJoint
-
- simpleInitApp() - Method in class jme3test.bullet.TestPhysicsRayCast
-
- simpleInitApp() - Method in class jme3test.bullet.TestPhysicsReadWrite
-
- simpleInitApp() - Method in class jme3test.bullet.TestQ3
-
- simpleInitApp() - Method in class jme3test.bullet.TestRagDoll
-
- simpleInitApp() - Method in class jme3test.bullet.TestRagdollCharacter
-
- simpleInitApp() - Method in class jme3test.bullet.TestSimplePhysics
-
- simpleInitApp() - Method in class jme3test.bullet.TestSweepTest
-
- simpleInitApp() - Method in class jme3test.bullet.TestWalkingChar
-
- simpleInitApp() - Method in class jme3test.collision.TestMousePick
-
- simpleInitApp() - Method in class jme3test.collision.TestRayCasting
-
- simpleInitApp() - Method in class jme3test.collision.TestTriangleCollision
-
- simpleInitApp() - Method in class jme3test.conversion.TestMipMapGen
-
- simpleInitApp() - Method in class jme3test.effect.TestEverything
-
- simpleInitApp() - Method in class jme3test.effect.TestExplosionEffect
-
- simpleInitApp() - Method in class jme3test.effect.TestMovingParticle
-
- simpleInitApp() - Method in class jme3test.effect.TestParticleExportingCloning
-
- simpleInitApp() - Method in class jme3test.effect.TestPointSprite
-
- simpleInitApp() - Method in class jme3test.effect.TestSoftParticles
-
- simpleInitApp() - Method in class jme3test.export.TestAssetLinkNode
-
- simpleInitApp() - Method in class jme3test.export.TestOgreConvert
-
- simpleInitApp() - Method in class jme3test.games.CubeField
-
Initializes game
- simpleInitApp() - Method in class jme3test.games.RollingTheMonkey
-
- simpleInitApp() - Method in class jme3test.games.WorldOfInception
-
- simpleInitApp() - Method in class jme3test.gui.TestBitmapFont
-
- simpleInitApp() - Method in class jme3test.gui.TestBitmapFontAlignment
-
- simpleInitApp() - Method in class jme3test.gui.TestBitmapFontLayout
-
- simpleInitApp() - Method in class jme3test.gui.TestBitmapText3D
-
- simpleInitApp() - Method in class jme3test.gui.TestCursor
-
- simpleInitApp() - Method in class jme3test.gui.TestOrtho
-
- simpleInitApp() - Method in class jme3test.gui.TestRtlBitmapText
-
- simpleInitApp() - Method in class jme3test.gui.TestSoftwareMouse
-
- simpleInitApp() - Method in class jme3test.gui.TestZOrder
-
- simpleInitApp() - Method in class jme3test.helloworld.HelloAnimation
-
- simpleInitApp() - Method in class jme3test.helloworld.HelloAssets
-
- simpleInitApp() - Method in class jme3test.helloworld.HelloAudio
-
- simpleInitApp() - Method in class jme3test.helloworld.HelloCollision
-
- simpleInitApp() - Method in class jme3test.helloworld.HelloEffects
-
- simpleInitApp() - Method in class jme3test.helloworld.HelloInput
-
- simpleInitApp() - Method in class jme3test.helloworld.HelloJME3
-
- simpleInitApp() - Method in class jme3test.helloworld.HelloLoop
-
- simpleInitApp() - Method in class jme3test.helloworld.HelloMaterial
-
- simpleInitApp() - Method in class jme3test.helloworld.HelloNode
-
- simpleInitApp() - Method in class jme3test.helloworld.HelloPhysics
-
- simpleInitApp() - Method in class jme3test.helloworld.HelloPicking
-
- simpleInitApp() - Method in class jme3test.helloworld.HelloTerrain
-
- simpleInitApp() - Method in class jme3test.helloworld.HelloTerrainCollision
-
- simpleInitApp() - Method in class jme3test.input.combomoves.TestComboMoves
-
- simpleInitApp() - Method in class jme3test.input.TestCameraNode
-
- simpleInitApp() - Method in class jme3test.input.TestChaseCamera
-
- simpleInitApp() - Method in class jme3test.input.TestChaseCameraAppState
-
- simpleInitApp() - Method in class jme3test.input.TestControls
-
- simpleInitApp() - Method in class jme3test.input.TestIssue1692
-
- simpleInitApp() - Method in class jme3test.input.TestJoystick
-
- simpleInitApp() - Method in class jme3test.light.pbr.RefEnv
-
- simpleInitApp() - Method in class jme3test.light.pbr.TestIssue1340
-
- simpleInitApp() - Method in class jme3test.light.pbr.TestPBRDirectLighting
-
- simpleInitApp() - Method in class jme3test.light.pbr.TestPBRLighting
-
- simpleInitApp() - Method in class jme3test.light.TestColorApp
-
- simpleInitApp() - Method in class jme3test.light.TestConeVSFrustum
-
- simpleInitApp() - Method in class jme3test.light.TestDirectionalLightShadow
-
- simpleInitApp() - Method in class jme3test.light.TestEnvironmentMapping
-
- simpleInitApp() - Method in class jme3test.light.TestGltfUnlit
-
- simpleInitApp() - Method in class jme3test.light.TestLightControl2Directional
-
- simpleInitApp() - Method in class jme3test.light.TestLightControl2Spot
-
- simpleInitApp() - Method in class jme3test.light.TestLightControlDirectional
-
- simpleInitApp() - Method in class jme3test.light.TestLightControlSpot
-
- simpleInitApp() - Method in class jme3test.light.TestLightingFog
-
- simpleInitApp() - Method in class jme3test.light.TestLightRadius
-
- simpleInitApp() - Method in class jme3test.light.TestManyLights
-
- simpleInitApp() - Method in class jme3test.light.TestManyLightsSingle
-
- simpleInitApp() - Method in class jme3test.light.TestObbVsBounds
-
- simpleInitApp() - Method in class jme3test.light.TestPointDirectionalAndSpotLightShadows
-
- simpleInitApp() - Method in class jme3test.light.TestPointLightShadows
-
- simpleInitApp() - Method in class jme3test.light.TestShadowBug
-
- simpleInitApp() - Method in class jme3test.light.TestShadowsPerf
-
- simpleInitApp() - Method in class jme3test.light.TestSimpleLighting
-
- simpleInitApp() - Method in class jme3test.light.TestSpotLight
-
- simpleInitApp() - Method in class jme3test.light.TestSpotLightShadows
-
- simpleInitApp() - Method in class jme3test.light.TestSpotLightTerrain
-
- simpleInitApp() - Method in class jme3test.light.TestTangentCube
-
- simpleInitApp() - Method in class jme3test.light.TestTangentGen
-
- simpleInitApp() - Method in class jme3test.light.TestTangentGenBadUV
-
- simpleInitApp() - Method in class jme3test.light.TestTangentSpace
-
- simpleInitApp() - Method in class jme3test.light.TestTransparentShadow
-
- simpleInitApp() - Method in class jme3test.light.TestTwoSideLighting
-
- simpleInitApp() - Method in class jme3test.material.TestBumpModel
-
- simpleInitApp() - Method in class jme3test.material.TestColoredTexture
-
- simpleInitApp() - Method in class jme3test.material.TestGeometryShader
-
- simpleInitApp() - Method in class jme3test.material.TestMatParamOverride
-
- simpleInitApp() - Method in class jme3test.material.TestNormalMapping
-
- simpleInitApp() - Method in class jme3test.material.TestParallax
-
- simpleInitApp() - Method in class jme3test.material.TestParallaxPBR
-
- simpleInitApp() - Method in class jme3test.material.TestShaderNodes
-
- simpleInitApp() - Method in class jme3test.material.TestSimpleBumps
-
- simpleInitApp() - Method in class jme3test.material.TestTessellationShader
-
- simpleInitApp() - Method in class jme3test.material.TestUnshadedModel
-
- simpleInitApp() - Method in class jme3test.model.anim.TestAnimationFactory
-
- simpleInitApp() - Method in class jme3test.model.anim.TestAnimMigration
-
- simpleInitApp() - Method in class jme3test.model.anim.TestAnimMorphSerialization
-
- simpleInitApp() - Method in class jme3test.model.anim.TestAnimSerialization
-
- simpleInitApp() - Method in class jme3test.model.anim.TestArmature
-
- simpleInitApp() - Method in class jme3test.model.anim.TestAttachmentsNode
-
- simpleInitApp() - Method in class jme3test.model.anim.TestBaseAnimSerialization
-
- simpleInitApp() - Method in class jme3test.model.anim.TestCustomAnim
-
- simpleInitApp() - Method in class jme3test.model.anim.TestHWSkinning
-
- simpleInitApp() - Method in class jme3test.model.anim.TestHWSkinningOld
-
- simpleInitApp() - Method in class jme3test.model.anim.TestIssue1395
-
- simpleInitApp() - Method in class jme3test.model.anim.TestModelExportingCloning
-
- simpleInitApp() - Method in class jme3test.model.anim.TestMorph
-
- simpleInitApp() - Method in class jme3test.model.anim.TestOgreAnim
-
- simpleInitApp() - Method in class jme3test.model.anim.TestOgreComplexAnim
-
- simpleInitApp() - Method in class jme3test.model.anim.TestSkeletonControlRefresh
-
- simpleInitApp() - Method in class jme3test.model.anim.TestSpatialAnim
-
- simpleInitApp() - Method in class jme3test.model.shape.TestBillboard
-
- simpleInitApp() - Method in class jme3test.model.shape.TestBox
-
- simpleInitApp() - Method in class jme3test.model.shape.TestCustomMesh
-
- simpleInitApp() - Method in class jme3test.model.shape.TestCylinder
-
- simpleInitApp() - Method in class jme3test.model.shape.TestDebugShapes
-
- simpleInitApp() - Method in class jme3test.model.shape.TestExpandingTorus
-
- simpleInitApp() - Method in class jme3test.model.shape.TestSphere
-
- simpleInitApp() - Method in class jme3test.model.TestGltfLoading
-
- simpleInitApp() - Method in class jme3test.model.TestHoverTank
-
- simpleInitApp() - Method in class jme3test.model.TestMonkeyHead
-
- simpleInitApp() - Method in class jme3test.model.TestObjGroupsLoading
-
- simpleInitApp() - Method in class jme3test.model.TestObjLoading
-
- simpleInitApp() - Method in class jme3test.model.TestOgreLoading
-
- simpleInitApp() - Method in class jme3test.niftygui.TestIssue1013
-
- simpleInitApp() - Method in class jme3test.niftygui.TestIssue99
-
- simpleInitApp() - Method in class jme3test.niftygui.TestNiftyExamples
-
- simpleInitApp() - Method in class jme3test.niftygui.TestNiftyGui
-
- simpleInitApp() - Method in class jme3test.niftygui.TestNiftyToMesh
-
- simpleInitApp() - Method in class jme3test.opencl.HelloOpenCL
-
- simpleInitApp() - Method in class jme3test.opencl.TestContextSwitching
-
- simpleInitApp() - Method in class jme3test.opencl.TestMultipleApplications
-
- simpleInitApp() - Method in class jme3test.opencl.TestOpenCLLibraries
-
- simpleInitApp() - Method in class jme3test.opencl.TestVertexBufferSharing
-
- simpleInitApp() - Method in class jme3test.opencl.TestWriteToTexture
-
- simpleInitApp() - Method in class jme3test.post.TestBloom
-
- simpleInitApp() - Method in class jme3test.post.TestBloomAlphaThreshold
-
- simpleInitApp() - Method in class jme3test.post.TestCartoonEdge
-
- simpleInitApp() - Method in class jme3test.post.TestContrastAdjustment
-
- simpleInitApp() - Method in class jme3test.post.TestCrossHatch
-
- simpleInitApp() - Method in class jme3test.post.TestDepthOfField
-
- simpleInitApp() - Method in class jme3test.post.TestFBOPassthrough
-
- simpleInitApp() - Method in class jme3test.post.TestFog
-
- simpleInitApp() - Method in class jme3test.post.TestLightScattering
-
- simpleInitApp() - Method in class jme3test.post.TestMultiplesFilters
-
- simpleInitApp() - Method in class jme3test.post.TestMultiRenderTarget
-
- simpleInitApp() - Method in class jme3test.post.TestMultiViewsFilters
-
- simpleInitApp() - Method in class jme3test.post.TestPosterization
-
- simpleInitApp() - Method in class jme3test.post.TestPostFilters
-
- simpleInitApp() - Method in class jme3test.post.TestPostFiltersCompositing
-
- simpleInitApp() - Method in class jme3test.post.TestRenderToCubemap
-
- simpleInitApp() - Method in class jme3test.post.TestRenderToMemory
-
- simpleInitApp() - Method in class jme3test.post.TestRenderToTexture
-
- simpleInitApp() - Method in class jme3test.post.TestSSAO
-
- simpleInitApp() - Method in class jme3test.post.TestSSAO2
-
- simpleInitApp() - Method in class jme3test.post.TestToneMapFilter
-
- simpleInitApp() - Method in class jme3test.post.TestTransparentCartoonEdge
-
- simpleInitApp() - Method in class jme3test.post.TestTransparentSSAO
-
- simpleInitApp() - Method in class jme3test.renderer.TestAlphaToCoverage
-
- simpleInitApp() - Method in class jme3test.renderer.TestAspectFov
-
- simpleInitApp() - Method in class jme3test.renderer.TestAspectRatio
-
- simpleInitApp() - Method in class jme3test.renderer.TestBackgroundImage
-
- simpleInitApp() - Method in class jme3test.renderer.TestBlendEquations
-
- simpleInitApp() - Method in class jme3test.renderer.TestContextRestart
-
- simpleInitApp() - Method in class jme3test.renderer.TestDepthFuncChange
-
- simpleInitApp() - Method in class jme3test.renderer.TestDepthStencil
-
- simpleInitApp() - Method in class jme3test.renderer.TestInconsistentCompareDetection
-
- simpleInitApp() - Method in class jme3test.renderer.TestIssue37
-
- simpleInitApp() - Method in class jme3test.renderer.TestIssue801
-
- simpleInitApp() - Method in class jme3test.renderer.TestLineWidth
-
- simpleInitApp() - Method in class jme3test.renderer.TestMultiViews
-
- simpleInitApp() - Method in class jme3test.renderer.TestParallelProjection
-
- simpleInitApp() - Method in class jme3test.renderer.TestSplitScreen
-
- simpleInitApp() - Method in class jme3test.scene.instancing.TestInstancedNodeAttachDetachWithPicking
-
- simpleInitApp() - Method in class jme3test.scene.instancing.TestInstancedNodeAttachDetachWithShadowFilter
-
- simpleInitApp() - Method in class jme3test.scene.instancing.TestInstanceNode
-
- simpleInitApp() - Method in class jme3test.scene.instancing.TestInstanceNodeWithLight
-
- simpleInitApp() - Method in class jme3test.scene.TestLineWidthRenderState
-
- simpleInitApp() - Method in class jme3test.scene.TestRefreshFlagBug
-
- simpleInitApp() - Method in class jme3test.scene.TestSceneLoading
-
- simpleInitApp() - Method in class jme3test.scene.TestSceneStress
-
- simpleInitApp() - Method in class jme3test.scene.TestUserData
-
- simpleInitApp() - Method in class jme3test.stress.TestBatchLod
-
- simpleInitApp() - Method in class jme3test.stress.TestLeakingGL
-
- simpleInitApp() - Method in class jme3test.stress.TestLodGeneration
-
- simpleInitApp() - Method in class jme3test.stress.TestLodStress
-
- simpleInitApp() - Method in class jme3test.stress.TestShaderNodesStress
-
- simpleInitApp() - Method in class jme3test.terrain.PBRTerrainAdvancedTest
-
- simpleInitApp() - Method in class jme3test.terrain.PBRTerrainTest
-
- simpleInitApp() - Method in class jme3test.terrain.TerrainFractalGridTest
-
- simpleInitApp() - Method in class jme3test.terrain.TerrainGridAlphaMapTest
-
- simpleInitApp() - Method in class jme3test.terrain.TerrainGridSerializationTest
-
- simpleInitApp() - Method in class jme3test.terrain.TerrainGridTest
-
- simpleInitApp() - Method in class jme3test.terrain.TerrainGridTileLoaderTest
-
- simpleInitApp() - Method in class jme3test.terrain.TerrainTest
-
- simpleInitApp() - Method in class jme3test.terrain.TerrainTestAdvanced
-
- simpleInitApp() - Method in class jme3test.terrain.TerrainTestAndroid
-
- simpleInitApp() - Method in class jme3test.terrain.TerrainTestCollision
-
- simpleInitApp() - Method in class jme3test.terrain.TerrainTestModifyHeight
-
- simpleInitApp() - Method in class jme3test.terrain.TerrainTestReadWrite
-
- simpleInitApp() - Method in class jme3test.terrain.TerrainTestTile
-
- simpleInitApp() - Method in class jme3test.texture.dds.TestLoadDds
-
- simpleInitApp() - Method in class jme3test.texture.ktx.TestLoadKtx
-
- simpleInitApp() - Method in class jme3test.texture.TestAnisotropicFilter
-
- simpleInitApp() - Method in class jme3test.texture.TestImageRaster
-
- simpleInitApp() - Method in class jme3test.texture.TestSkyLoading
-
- simpleInitApp() - Method in class jme3test.texture.TestSkyRotation
-
- simpleInitApp() - Method in class jme3test.texture.TestTexture3D
-
- simpleInitApp() - Method in class jme3test.texture.TestTexture3DLoading
-
- simpleInitApp() - Method in class jme3test.texture.TestTextureArray
-
- simpleInitApp() - Method in class jme3test.texture.TestTextureArrayCompressed
-
- simpleInitApp() - Method in class jme3test.tools.TestSaveGame
-
- simpleInitApp() - Method in class jme3test.tools.TestTextureAtlas
-
- simpleInitApp() - Method in class jme3test.water.TestMultiPostWater
-
- simpleInitApp() - Method in class jme3test.water.TestPostWater
-
- simpleInitApp() - Method in class jme3test.water.TestPostWaterLake
-
- simpleInitApp() - Method in class jme3test.water.TestSceneWater
-
- simpleInitApp() - Method in class jme3test.water.TestSimpleWater
-
- SimpleLodThreshold - Class in com.jme3.terrain.geomipmap.lodcalc
-
Just multiplies the terrain patch size by 2.
- SimpleLodThreshold() - Constructor for class com.jme3.terrain.geomipmap.lodcalc.SimpleLodThreshold
-
- SimpleLodThreshold(Terrain) - Constructor for class com.jme3.terrain.geomipmap.lodcalc.SimpleLodThreshold
-
- SimpleLodThreshold(int, float) - Constructor for class com.jme3.terrain.geomipmap.lodcalc.SimpleLodThreshold
-
- simpleRender(RenderManager) - Method in class com.jme3.app.SimpleApplication
-
- simpleRender(RenderManager) - Method in class com.jme3.app.VRApplication
-
Deprecated.
Rendering callback of the application.
- simpleRender(RenderManager) - Method in class com.jme3.app.VRAppState
-
Rendering callback of the app state.
- simpleRender(RenderManager) - Method in class jme3test.bullet.TestBetterCharacter
-
- simpleRender(RenderManager) - Method in class jme3test.bullet.TestCcd
-
- simpleRender(RenderManager) - Method in class jme3test.bullet.TestCollisionGroups
-
- simpleRender(RenderManager) - Method in class jme3test.bullet.TestCollisionListener
-
- simpleRender(RenderManager) - Method in class jme3test.bullet.TestPhysicsCharacter
-
- simpleRender(RenderManager) - Method in class jme3test.bullet.TestPhysicsReadWrite
-
- simpleRender(RenderManager) - Method in class jme3test.post.TestFBOPassthrough
-
- simpleRender(RenderManager) - Method in class jme3test.renderer.TestDepthStencil
-
- simpleRender(RenderManager) - Method in class jme3test.texture.dds.TestLoadDds
-
- simpleRender(RenderManager) - Method in class jme3test.texture.ktx.TestLoadKtx
-
- simpleUpdate(float) - Method in class com.jme3.app.SimpleApplication
-
- simpleUpdate(float) - Method in class com.jme3.app.VRApplication
-
Deprecated.
Simple update of the application, this method should contain
root node
updates.
- simpleUpdate(float) - Method in class com.jme3.app.VRAppState
-
Simple update of the app state, this method should contain any spatial updates.
- simpleUpdate(float) - Method in class jme3test.app.TestAppStateLifeCycle
-
- simpleUpdate(float) - Method in class jme3test.app.TestReleaseDirectMemory
-
- simpleUpdate(float) - Method in class jme3test.app.TestUseAfterFree
-
- simpleUpdate(float) - Method in class jme3test.audio.TestAmbient
-
- simpleUpdate(float) - Method in class jme3test.audio.TestDoppler
-
- simpleUpdate(float) - Method in class jme3test.audio.TestMusicStreaming
-
- simpleUpdate(float) - Method in class jme3test.audio.TestOgg
-
- simpleUpdate(float) - Method in class jme3test.audio.TestReverb
-
- simpleUpdate(float) - Method in class jme3test.audio.TestWav
-
- simpleUpdate(float) - Method in class jme3test.batching.TestBatchNode
-
- simpleUpdate(float) - Method in class jme3test.batching.TestBatchNodeCluster
-
- simpleUpdate(float) - Method in class jme3test.bullet.shape.TestGimpactShape
-
- simpleUpdate(float) - Method in class jme3test.bullet.TestAttachDriver
-
- simpleUpdate(float) - Method in class jme3test.bullet.TestAttachGhostObject
-
- simpleUpdate(float) - Method in class jme3test.bullet.TestBetterCharacter
-
- simpleUpdate(float) - Method in class jme3test.bullet.TestCcd
-
- simpleUpdate(float) - Method in class jme3test.bullet.TestCollisionGroups
-
- simpleUpdate(float) - Method in class jme3test.bullet.TestCollisionListener
-
- simpleUpdate(float) - Method in class jme3test.bullet.TestFancyCar
-
- simpleUpdate(float) - Method in class jme3test.bullet.TestGhostObject
-
- simpleUpdate(float) - Method in class jme3test.bullet.TestHoveringTank
-
- simpleUpdate(float) - Method in class jme3test.bullet.TestIssue1120
-
- simpleUpdate(float) - Method in class jme3test.bullet.TestIssue877
-
- simpleUpdate(float) - Method in class jme3test.bullet.TestIssue883
-
- simpleUpdate(float) - Method in class jme3test.bullet.TestLocalPhysics
-
- simpleUpdate(float) - Method in class jme3test.bullet.TestPhysicsCar
-
- simpleUpdate(float) - Method in class jme3test.bullet.TestPhysicsCharacter
-
- simpleUpdate(float) - Method in class jme3test.bullet.TestPhysicsHingeJoint
-
- simpleUpdate(float) - Method in class jme3test.bullet.TestPhysicsRayCast
-
- simpleUpdate(float) - Method in class jme3test.bullet.TestPhysicsReadWrite
-
- simpleUpdate(float) - Method in class jme3test.bullet.TestQ3
-
- simpleUpdate(float) - Method in class jme3test.bullet.TestRagDoll
-
- simpleUpdate(float) - Method in class jme3test.bullet.TestRagdollCharacter
-
- simpleUpdate(float) - Method in class jme3test.bullet.TestSweepTest
-
- simpleUpdate(float) - Method in class jme3test.bullet.TestWalkingChar
-
- simpleUpdate(float) - Method in class jme3test.collision.TestMousePick
-
- simpleUpdate(float) - Method in class jme3test.collision.TestRayCasting
-
- simpleUpdate(float) - Method in class jme3test.collision.TestTriangleCollision
-
- simpleUpdate(float) - Method in class jme3test.effect.TestExplosionEffect
-
- simpleUpdate(float) - Method in class jme3test.effect.TestMovingParticle
-
- simpleUpdate(float) - Method in class jme3test.export.TestAssetLinkNode
-
- simpleUpdate(float) - Method in class jme3test.games.CubeField
-
- simpleUpdate(float) - Method in class jme3test.games.RollingTheMonkey
-
- simpleUpdate(float) - Method in class jme3test.games.WorldOfInception
-
- simpleUpdate(float) - Method in class jme3test.gui.TestBitmapFontLayout
-
- simpleUpdate(float) - Method in class jme3test.gui.TestCursor
-
- simpleUpdate(float) - Method in class jme3test.helloworld.HelloAudio
-
Move the listener with the camera - for 3-D audio.
- simpleUpdate(float) - Method in class jme3test.helloworld.HelloCollision
-
This is the main event loop--walking happens here.
- simpleUpdate(float) - Method in class jme3test.helloworld.HelloLoop
-
- simpleUpdate(float) - Method in class jme3test.helloworld.HelloTerrainCollision
-
This is the main event loop--walking happens here.
- simpleUpdate(float) - Method in class jme3test.input.combomoves.TestComboMoves
-
- simpleUpdate(float) - Method in class jme3test.input.TestChaseCamera
-
- simpleUpdate(float) - Method in class jme3test.input.TestChaseCameraAppState
-
- simpleUpdate(float) - Method in class jme3test.input.TestIssue1692
-
- simpleUpdate(float) - Method in class jme3test.light.pbr.RefEnv
-
- simpleUpdate(float) - Method in class jme3test.light.pbr.TestIssue1340
-
- simpleUpdate(float) - Method in class jme3test.light.pbr.TestPBRDirectLighting
-
- simpleUpdate(float) - Method in class jme3test.light.pbr.TestPBRLighting
-
- simpleUpdate(float) - Method in class jme3test.light.TestConeVSFrustum
-
- simpleUpdate(float) - Method in class jme3test.light.TestDirectionalLightShadow
-
- simpleUpdate(float) - Method in class jme3test.light.TestLightControl2Directional
-
- simpleUpdate(float) - Method in class jme3test.light.TestLightControl2Spot
-
- simpleUpdate(float) - Method in class jme3test.light.TestLightControlDirectional
-
- simpleUpdate(float) - Method in class jme3test.light.TestLightControlSpot
-
- simpleUpdate(float) - Method in class jme3test.light.TestLightRadius
-
- simpleUpdate(float) - Method in class jme3test.light.TestManyLightsSingle
-
- simpleUpdate(float) - Method in class jme3test.light.TestObbVsBounds
-
- simpleUpdate(float) - Method in class jme3test.light.TestPointDirectionalAndSpotLightShadows
-
- simpleUpdate(float) - Method in class jme3test.light.TestPointLightShadows
-
- simpleUpdate(float) - Method in class jme3test.light.TestShadowsPerf
-
- simpleUpdate(float) - Method in class jme3test.light.TestSimpleLighting
-
- simpleUpdate(float) - Method in class jme3test.light.TestSpotLight
-
- simpleUpdate(float) - Method in class jme3test.light.TestSpotLightShadows
-
- simpleUpdate(float) - Method in class jme3test.light.TestSpotLightTerrain
-
- simpleUpdate(float) - Method in class jme3test.light.TestTangentGen
-
- simpleUpdate(float) - Method in class jme3test.light.TestTangentGenBadUV
-
- simpleUpdate(float) - Method in class jme3test.light.TestTwoSideLighting
-
- simpleUpdate(float) - Method in class jme3test.material.TestBumpModel
-
- simpleUpdate(float) - Method in class jme3test.material.TestColoredTexture
-
- simpleUpdate(float) - Method in class jme3test.material.TestNormalMapping
-
- simpleUpdate(float) - Method in class jme3test.material.TestParallax
-
- simpleUpdate(float) - Method in class jme3test.material.TestParallaxPBR
-
- simpleUpdate(float) - Method in class jme3test.material.TestSimpleBumps
-
- simpleUpdate(float) - Method in class jme3test.model.anim.TestCustomAnim
-
- simpleUpdate(float) - Method in class jme3test.model.anim.TestOgreComplexAnim
-
- simpleUpdate(float) - Method in class jme3test.model.shape.TestBillboard
-
- simpleUpdate(float) - Method in class jme3test.model.shape.TestExpandingTorus
-
- simpleUpdate(float) - Method in class jme3test.model.TestGltfLoading
-
- simpleUpdate(float) - Method in class jme3test.model.TestMonkeyHead
-
- simpleUpdate(float) - Method in class jme3test.model.TestObjGroupsLoading
-
- simpleUpdate(float) - Method in class jme3test.model.TestOgreLoading
-
- simpleUpdate(float) - Method in class jme3test.opencl.TestContextSwitching
-
- simpleUpdate(float) - Method in class jme3test.opencl.TestMultipleApplications
-
- simpleUpdate(float) - Method in class jme3test.opencl.TestVertexBufferSharing
-
- simpleUpdate(float) - Method in class jme3test.opencl.TestWriteToTexture
-
- simpleUpdate(float) - Method in class jme3test.post.TestContrastAdjustment
-
Update the status text.
- simpleUpdate(float) - Method in class jme3test.post.TestDepthOfField
-
- simpleUpdate(float) - Method in class jme3test.post.TestFBOPassthrough
-
- simpleUpdate(float) - Method in class jme3test.post.TestLightScattering
-
- simpleUpdate(float) - Method in class jme3test.post.TestRenderToCubemap
-
- simpleUpdate(float) - Method in class jme3test.post.TestRenderToMemory
-
- simpleUpdate(float) - Method in class jme3test.post.TestRenderToTexture
-
- simpleUpdate(float) - Method in class jme3test.post.TestSSAO
-
- simpleUpdate(float) - Method in class jme3test.post.TestSSAO2
-
- simpleUpdate(float) - Method in class jme3test.renderer.TestBackgroundImage
-
- simpleUpdate(float) - Method in class jme3test.renderer.TestBlendEquations
-
- simpleUpdate(float) - Method in class jme3test.renderer.TestDepthStencil
-
- simpleUpdate(float) - Method in class jme3test.renderer.TestIssue37
-
During each update, define another texture parameter until the dynamic
limit is reached.
- simpleUpdate(float) - Method in class jme3test.renderer.TestSplitScreen
-
- simpleUpdate(float) - Method in class jme3test.scene.instancing.TestInstancedNodeAttachDetachWithPicking
-
- simpleUpdate(float) - Method in class jme3test.scene.instancing.TestInstancedNodeAttachDetachWithShadowFilter
-
- simpleUpdate(float) - Method in class jme3test.scene.instancing.TestInstanceNode
-
- simpleUpdate(float) - Method in class jme3test.scene.instancing.TestInstanceNodeWithLight
-
- simpleUpdate(float) - Method in class jme3test.scene.TestRefreshFlagBug
-
- simpleUpdate(float) - Method in class jme3test.scene.TestSceneLoading
-
- simpleUpdate(float) - Method in class jme3test.stress.TestLeakingGL
-
- simpleUpdate(float) - Method in class jme3test.stress.TestLodGeneration
-
- simpleUpdate(float) - Method in class jme3test.terrain.PBRTerrainAdvancedTest
-
- simpleUpdate(float) - Method in class jme3test.terrain.PBRTerrainTest
-
- simpleUpdate(float) - Method in class jme3test.terrain.TerrainFractalGridTest
-
- simpleUpdate(float) - Method in class jme3test.terrain.TerrainGridAlphaMapTest
-
- simpleUpdate(float) - Method in class jme3test.terrain.TerrainGridSerializationTest
-
- simpleUpdate(float) - Method in class jme3test.terrain.TerrainGridTest
-
- simpleUpdate(float) - Method in class jme3test.terrain.TerrainGridTileLoaderTest
-
- simpleUpdate(float) - Method in class jme3test.terrain.TerrainTestModifyHeight
-
- simpleUpdate(float) - Method in class jme3test.texture.dds.TestLoadDds
-
- simpleUpdate(float) - Method in class jme3test.texture.ktx.TestLoadKtx
-
- simpleUpdate(float) - Method in class jme3test.tools.TestSaveGame
-
- simpleUpdate(float) - Method in class jme3test.water.TestMultiPostWater
-
- simpleUpdate(float) - Method in class jme3test.water.TestPostWater
-
- simpleUpdate(float) - Method in class jme3test.water.TestSimpleWater
-
- SimpleWaterProcessor - Class in com.jme3.water
-
Simple Water renders a simple plane that use reflection and refraction to look like water.
- SimpleWaterProcessor(AssetManager) - Constructor for class com.jme3.water.SimpleWaterProcessor
-
Creates a SimpleWaterProcessor
- SimpleWaterProcessor.RefractionProcessor - Class in com.jme3.water
-
Refraction Processor
- SimplexCollisionShape - Class in com.jme3.bullet.collision.shapes
-
A simple point, line, triangle or quad collisionShape based on one to four points-
- SimplexCollisionShape() - Constructor for class com.jme3.bullet.collision.shapes.SimplexCollisionShape
-
- SimplexCollisionShape(Vector3f, Vector3f, Vector3f, Vector3f) - Constructor for class com.jme3.bullet.collision.shapes.SimplexCollisionShape
-
- SimplexCollisionShape(Vector3f, Vector3f, Vector3f) - Constructor for class com.jme3.bullet.collision.shapes.SimplexCollisionShape
-
- SimplexCollisionShape(Vector3f, Vector3f) - Constructor for class com.jme3.bullet.collision.shapes.SimplexCollisionShape
-
- SimplexCollisionShape(Vector3f) - Constructor for class com.jme3.bullet.collision.shapes.SimplexCollisionShape
-
- simulateKeyEvent(KeyInputEvent) - Method in class com.jme3.niftygui.NiftyJmeDisplay
-
- sin(float) - Static method in class com.jme3.math.FastMath
-
Returns the sine of an angle.
- sineStep(Tween...) - Static method in class com.jme3.anim.tween.Tweens
-
Creates a tween that uses a sine function to smooth step the time value
for the specified delegate tween or tweens.
- SinglePassAndImageBasedLightingLogic - Class in com.jme3.material.logic
-
- SinglePassAndImageBasedLightingLogic(TechniqueDef) - Constructor for class com.jme3.material.logic.SinglePassAndImageBasedLightingLogic
-
- SinglePassLightingLogic - Class in com.jme3.material.logic
-
- SinglePassLightingLogic(TechniqueDef) - Constructor for class com.jme3.material.logic.SinglePassLightingLogic
-
- sinValue(float, float, float, float) - Static method in class com.jme3.terrain.noise.ShaderUtils
-
- SixDofJoint - Class in com.jme3.bullet.joints
-
From bullet manual:
This generic constraint can emulate a variety of standard constraints,
by configuring each of the 6 degrees of freedom (DOF).
- SixDofJoint() - Constructor for class com.jme3.bullet.joints.SixDofJoint
-
- SixDofJoint(PhysicsRigidBody, PhysicsRigidBody, Vector3f, Vector3f, Matrix3f, Matrix3f, boolean) - Constructor for class com.jme3.bullet.joints.SixDofJoint
-
- SixDofJoint(PhysicsRigidBody, PhysicsRigidBody, Vector3f, Vector3f, boolean) - Constructor for class com.jme3.bullet.joints.SixDofJoint
-
- size() - Method in class com.jme3.collision.CollisionResults
-
- size - Variable in class com.jme3.effect.Particle
-
Particle size or radius.
- size - Variable in class com.jme3.environment.EnvironmentCamera
-
The size of environment cameras.
- size() - Method in class com.jme3.light.LightList
-
- size() - Method in class com.jme3.renderer.queue.GeometryList
-
Returns the number of elements in this GeometryList.
- size() - Method in class com.jme3.scene.mesh.IndexBuffer
-
Returns the size of the index buffer.
- size() - Method in class com.jme3.scene.mesh.IndexByteBuffer
-
- size() - Method in class com.jme3.scene.mesh.IndexIntBuffer
-
- size() - Method in class com.jme3.scene.mesh.IndexShortBuffer
-
- size() - Method in class com.jme3.scene.mesh.VirtualIndexBuffer
-
- size - Variable in class com.jme3.system.jopenvr.Compositor_OverlaySettings
-
- size - Variable in class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_OpenGLToolkitFunctions
-
- size - Variable in class com.jme3.terrain.geomipmap.TerrainPatch
-
- size - Variable in class com.jme3.terrain.geomipmap.TerrainQuad
-
- size - Variable in class com.jme3.terrain.heightmap.AbstractHeightMap
-
The size of the height map's width.
- size() - Method in class com.jme3.util.IntMap
-
- size() - Method in class com.jme3.util.ListMap
-
- size() - Method in class com.jme3.util.RingBuffer
-
- size() - Method in class com.jme3.util.SafeArrayList
-
- Skeleton - Class in com.jme3.animation
-
- Skeleton(Bone[]) - Constructor for class com.jme3.animation.Skeleton
-
Deprecated.
Creates a skeleton from a bone list.
- Skeleton(Skeleton) - Constructor for class com.jme3.animation.Skeleton
-
Deprecated.
Special-purpose copy constructor.
- Skeleton() - Constructor for class com.jme3.animation.Skeleton
-
Deprecated.
Serialization only.
- skeleton - Variable in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
skeleton being controlled
- skeleton - Variable in class com.jme3.scene.plugins.fbx.node.FbxNode
-
For FBX nodes that contain a skeleton (i.e.
- SkeletonControl - Class in com.jme3.animation
-
- SkeletonControl() - Constructor for class com.jme3.animation.SkeletonControl
-
Deprecated.
Serialization only.
- SkeletonControl(Skeleton) - Constructor for class com.jme3.animation.SkeletonControl
-
Deprecated.
Creates a skeleton control.
- SkeletonDebugger - Class in com.jme3.scene.debug
-
The class that creates a mesh to display how bones behave.
- SkeletonDebugger() - Constructor for class com.jme3.scene.debug.SkeletonDebugger
-
- SkeletonDebugger(String, Skeleton) - Constructor for class com.jme3.scene.debug.SkeletonDebugger
-
Creates a debugger with no length data.
- SkeletonDebugger(String, Skeleton, Map<Integer, Float>) - Constructor for class com.jme3.scene.debug.SkeletonDebugger
-
Creates a debugger with bone lengths data.
- skeletonHolder - Variable in class com.jme3.scene.plugins.fbx.anim.FbxLimbNode
-
- SkeletonInterBoneWire - Class in com.jme3.scene.debug
-
A class that displays a dotted line between a bone tail and its children's heads.
- SkeletonInterBoneWire(Skeleton, Map<Integer, Float>) - Constructor for class com.jme3.scene.debug.SkeletonInterBoneWire
-
Creates buffers for points.
- SkeletonLoader - Class in com.jme3.scene.plugins.ogre
-
- SkeletonLoader() - Constructor for class com.jme3.scene.plugins.ogre.SkeletonLoader
-
- SkeletonPoints - Class in com.jme3.scene.debug
-
The class that displays either heads of the bones if no length data is supplied or both heads and tails otherwise.
- SkeletonPoints(Skeleton) - Constructor for class com.jme3.scene.debug.SkeletonPoints
-
Creates a points with no length data.
- SkeletonPoints(Skeleton, Map<Integer, Float>) - Constructor for class com.jme3.scene.debug.SkeletonPoints
-
Creates a points with bone lengths data.
- SkeletonWire - Class in com.jme3.scene.debug
-
The class that displays either wires between the bones' heads if no length data is supplied and
full bones' shapes otherwise.
- SkeletonWire(Skeleton) - Constructor for class com.jme3.scene.debug.SkeletonWire
-
Creates a wire with no length data.
- SkeletonWire(Skeleton, Map<Integer, Float>) - Constructor for class com.jme3.scene.debug.SkeletonWire
-
Creates a wire with bone lengths data.
- skin - Variable in class com.jme3.scene.plugins.fbx.objects.FbxCluster
-
- SkinBuffers(short[], int) - Constructor for class com.jme3.scene.plugins.gltf.GltfLoader.SkinBuffers
-
- SkinBuffers() - Constructor for class com.jme3.scene.plugins.gltf.GltfLoader.SkinBuffers
-
- SkinningControl - Class in com.jme3.anim
-
The Skinning control deforms a model according to an armature, It handles the
computation of the deformation matrices and performs the transformations on
the mesh
- SkinningControl() - Constructor for class com.jme3.anim.SkinningControl
-
Serialization only.
- SkinningControl(Armature) - Constructor for class com.jme3.anim.SkinningControl
-
Creates an armature control.
- skinningType - Variable in class com.jme3.scene.plugins.fbx.objects.FbxSkin
-
- skinNormals - Variable in class com.jme3.util.TempVars
-
- skinPositions - Variable in class com.jme3.util.TempVars
-
Skinning buffers
- skinTangents - Variable in class com.jme3.util.TempVars
-
- skinToCluster - Variable in class com.jme3.scene.plugins.fbx.objects.FbxNode
-
- skipBytes(int) - Method in class com.jme3.util.LittleEndien
-
- skipLine() - Method in class com.jme3.scene.plugins.MTLLoader
-
- skipPostPass - Variable in class com.jme3.shadow.AbstractShadowRenderer
-
true to skip the post pass when there are no shadow casters
- skipPostPass - Variable in class com.jme3.shadow.AbstractShadowRendererVR
-
true to skip the post pass when there are no shadow casters
- SkyFactory - Class in com.jme3.util
-
SkyFactory
is used to create jME
Spatial
s that can
be attached to the scene to display a sky image in the background.
- SkyFactory.EnvMapType - Enum in com.jme3.util
-
The type of map fed to the shader
- sleepNanos(long) - Static method in class com.jme3.util.VRUtil
-
- SLerp - Static variable in class com.jme3.anim.interpolator.AnimInterpolators
-
- slerp(Quaternion, Quaternion, float, Quaternion) - Static method in class com.jme3.math.MathUtils
-
Interpolate between 2 quaternions using Slerp.
- slerp(Quaternion, Quaternion, float) - Method in class com.jme3.math.Quaternion
-
slerp
sets this quaternion's value as an interpolation
between two other quaternions.
- slerp(Quaternion, float) - Method in class com.jme3.math.Quaternion
-
Sets the values of this quaternion to the slerp from itself to q2 by
changeAmnt
- slerpNoInvert(Quaternion, Quaternion, float, Quaternion) - Static method in class com.jme3.math.MathUtils
-
- slicePitch - Variable in class com.jme3.opencl.Image.ImageDescriptor
-
- slicePitch - Variable in class com.jme3.opencl.Image.ImageMapping
-
The slice pitch in bytes.
- SliderJoint - Class in com.jme3.bullet.joints
-
From bullet manual:
The slider constraint allows the body to rotate around one axis and translate along this axis.
- SliderJoint() - Constructor for class com.jme3.bullet.joints.SliderJoint
-
- SliderJoint(PhysicsRigidBody, PhysicsRigidBody, Vector3f, Vector3f, Matrix3f, Matrix3f, boolean) - Constructor for class com.jme3.bullet.joints.SliderJoint
-
- SliderJoint(PhysicsRigidBody, PhysicsRigidBody, Vector3f, Vector3f, boolean) - Constructor for class com.jme3.bullet.joints.SliderJoint
-
- SLOT_DEPTH - Static variable in class com.jme3.texture.FrameBuffer
-
- SLOT_DEPTH_STENCIL - Static variable in class com.jme3.texture.FrameBuffer
-
- SLOT_UNDEF - Static variable in class com.jme3.texture.FrameBuffer
-
- smallestAngleBetween(Vector2f) - Method in class com.jme3.math.Vector2f
-
smallestAngleBetween
returns (in radians) the minimum
angle between two vectors.
- smooth(float) - Method in class com.jme3.terrain.heightmap.AbstractHeightMap
-
Smooth the terrain.
- smooth(float, int) - Method in class com.jme3.terrain.heightmap.AbstractHeightMap
-
Smooth the terrain.
- smootherStep - Static variable in class com.jme3.anim.interpolator.AnimInterpolators
-
- smootherStep - Static variable in class com.jme3.math.Easing
-
- SmoothFilter - Class in com.jme3.terrain.noise.filter
-
- SmoothFilter() - Constructor for class com.jme3.terrain.noise.filter.SmoothFilter
-
- smoothing - Variable in class com.jme3.scene.plugins.fbx.objects.FbxMesh
-
- smoothing - Variable in class com.jme3.scene.plugins.IrVertex
-
- smoothingMapping - Variable in class com.jme3.scene.plugins.fbx.objects.FbxMesh
-
- smoothingReference - Variable in class com.jme3.scene.plugins.fbx.objects.FbxMesh
-
- smoothMotion - Variable in class com.jme3.input.ChaseCamera
-
- smoothStep - Static variable in class com.jme3.anim.interpolator.AnimInterpolators
-
- smoothStep(Tween...) - Static method in class com.jme3.anim.tween.Tweens
-
Creates a tween that uses a hermite function to smooth step the time value
for the specified delegate tween or tweens.
- smoothStep - Static variable in class com.jme3.math.Easing
-
Extra functions
- smoothstep(float, float, float) - Static method in class com.jme3.terrain.noise.ShaderUtils
-
- snapshot(Spatial, JobProgressListener<TextureCubeMap>) - Method in class com.jme3.environment.EnvironmentCamera
-
Takes a snapshot of the surrounding scene.
- SnapshotJob(JobProgressListener, Spatial) - Constructor for class com.jme3.environment.EnvironmentCamera.SnapshotJob
-
- SocketConnector - Class in com.jme3.network.kernel.tcp
-
A straight forward socket-based connector implementation that
does not use any separate threading.
- SocketConnector(InetAddress, int) - Constructor for class com.jme3.network.kernel.tcp.SocketConnector
-
- SoftTextDialogInput - Interface in com.jme3.input
-
- softTextDialogInput - Variable in class com.jme3.system.JmeSystemDelegate
-
- SoftTextDialogInputListener - Interface in com.jme3.input.controls
-
- SomeObject() - Constructor for class jme3test.network.TestSerialization.SomeObject
-
- SomeObject(int) - Constructor for class jme3test.network.TestSerialization.SomeObject
-
- sort(boolean) - Method in class com.jme3.light.LightList
-
Sorts the elements in the list according to their Comparator.
- sort() - Method in class com.jme3.renderer.queue.GeometryList
-
Sorts the elements in the list according to their Comparator.
- sort(T[], Comparator<T>) - Method in class com.jme3.util.ListSort
-
Sort the given array given the comparator
- SortUtil - Class in com.jme3.util
-
Quick and merge sort implementations that create no garbage, unlike Arrays.sort(int[])
.
- SortUtil() - Constructor for class com.jme3.util.SortUtil
-
- soundDev - Variable in class com.jme3.niftygui.NiftyJmeDisplay
-
- SoundDeviceJme - Class in com.jme3.niftygui
-
- SoundDeviceJme(AssetManager, AudioRenderer) - Constructor for class com.jme3.niftygui.SoundDeviceJme
-
- SoundEvent - Class in com.jme3.cinematic.events
-
A sound track to be played in a cinematic.
- SoundEvent(String) - Constructor for class com.jme3.cinematic.events.SoundEvent
-
creates a sound track from the given resource path
- SoundEvent(String, boolean) - Constructor for class com.jme3.cinematic.events.SoundEvent
-
creates a sound track from the given resource path
- SoundEvent(String, boolean, float) - Constructor for class com.jme3.cinematic.events.SoundEvent
-
creates a sound track from the given resource path
- SoundEvent(String, boolean, LoopMode) - Constructor for class com.jme3.cinematic.events.SoundEvent
-
creates a sound track from the given resource path
- SoundEvent(String, boolean, float, LoopMode) - Constructor for class com.jme3.cinematic.events.SoundEvent
-
creates a sound track from the given resource path
- SoundEvent(String, float) - Constructor for class com.jme3.cinematic.events.SoundEvent
-
creates a sound track from the given resource path
- SoundEvent(String, LoopMode) - Constructor for class com.jme3.cinematic.events.SoundEvent
-
creates a sound track from the given resource path
- SoundEvent(String, float, LoopMode) - Constructor for class com.jme3.cinematic.events.SoundEvent
-
creates a sound track from the given resource path
- SoundEvent() - Constructor for class com.jme3.cinematic.events.SoundEvent
-
creates a sound event
used for serialization
- SoundHandleJme - Class in com.jme3.niftygui
-
- SoundHandleJme(AudioRenderer, AudioNode) - Constructor for class com.jme3.niftygui.SoundHandleJme
-
- SoundHandleJme(AudioRenderer, AssetManager, String) - Constructor for class com.jme3.niftygui.SoundHandleJme
-
For streaming music only.
- SoundTrack - Class in com.jme3.cinematic.events
-
- SoundTrack(String) - Constructor for class com.jme3.cinematic.events.SoundTrack
-
Deprecated.
creates a sound track from the given resource path
- SoundTrack(String, boolean) - Constructor for class com.jme3.cinematic.events.SoundTrack
-
Deprecated.
creates a sound track from the given resource path
- SoundTrack(String, boolean, float) - Constructor for class com.jme3.cinematic.events.SoundTrack
-
Deprecated.
- SoundTrack(String, boolean, LoopMode) - Constructor for class com.jme3.cinematic.events.SoundTrack
-
Deprecated.
- SoundTrack(String, boolean, float, LoopMode) - Constructor for class com.jme3.cinematic.events.SoundTrack
-
Deprecated.
- SoundTrack(String, float) - Constructor for class com.jme3.cinematic.events.SoundTrack
-
Deprecated.
- SoundTrack(String, LoopMode) - Constructor for class com.jme3.cinematic.events.SoundTrack
-
Deprecated.
- SoundTrack(String, float, LoopMode) - Constructor for class com.jme3.cinematic.events.SoundTrack
-
Deprecated.
- SoundTrack() - Constructor for class com.jme3.cinematic.events.SoundTrack
-
Deprecated.
- space - Variable in class com.jme3.bullet.control.AbstractPhysicsControl
-
space to which the physics object is (or would be) added
- space - Variable in class com.jme3.bullet.control.CharacterControl
-
- space - Variable in class com.jme3.bullet.control.GhostControl
-
space to which the ghost object is (or would be) added
- space - Variable in class com.jme3.bullet.control.RigidBodyControl
-
space to which the body is (or would be) added
- space - Variable in class com.jme3.bullet.control.VehicleControl
-
space to which the vehicle is (or would be) added
- space - Variable in class com.jme3.bullet.debug.BulletDebugAppState
-
physics space to visualize (not null)
- space - Variable in class jme3test.bullet.PhysicsHoverControl
-
- spatial - Variable in class com.jme3.app.ChaseCameraAppState
-
- spatial - Variable in class com.jme3.bullet.control.AbstractPhysicsControl
-
spatial to which this control is added, or null if none
- spatial - Variable in class com.jme3.bullet.control.CharacterControl
-
- spatial - Variable in class com.jme3.bullet.control.GhostControl
-
spatial to which this control is added, or null if none
- spatial - Variable in class com.jme3.bullet.control.RigidBodyControl
-
spatial to which this control is added, or null if none
- spatial - Variable in class com.jme3.bullet.control.VehicleControl
-
spatial to which this control is added, or null if none
- spatial - Variable in class com.jme3.cinematic.events.MotionEvent
-
- spatial - Variable in class com.jme3.scene.control.AbstractControl
-
- Spatial - Class in com.jme3.scene
-
Spatial
defines the base class for scene graph nodes.
- Spatial() - Constructor for class com.jme3.scene.Spatial
-
Serialization only.
- Spatial(String) - Constructor for class com.jme3.scene.Spatial
-
Constructor instantiates a new Spatial
object, setting the
rotation, translation, and scale values to their defaults.
- spatial - Variable in class jme3test.bullet.PhysicsHoverControl
-
- Spatial.BatchHint - Enum in com.jme3.scene
-
Specifies if this spatial should be batched
- Spatial.CullHint - Enum in com.jme3.scene
-
Specifies how frustum culling should be handled by
this spatial.
- Spatial.DFSMode - Enum in com.jme3.scene
-
Specifies the mode of the depth first search.
- SpatialAnchorPose_t - Class in com.jme3.system.jopenvr
-
- SpatialAnchorPose_t() - Constructor for class com.jme3.system.jopenvr.SpatialAnchorPose_t
-
- SpatialAnchorPose_t(HmdMatrix34_t) - Constructor for class com.jme3.system.jopenvr.SpatialAnchorPose_t
-
- SpatialAnchorPose_t(Pointer) - Constructor for class com.jme3.system.jopenvr.SpatialAnchorPose_t
-
- SpatialAnchorPose_t.ByReference - Class in com.jme3.system.jopenvr
-
- SpatialAnchorPose_t.ByValue - Class in com.jme3.system.jopenvr
-
- spatialStack - Variable in class com.jme3.util.TempVars
-
Maximum tree depth ..
- SpatialTrack - Class in com.jme3.animation
-
Deprecated.
- SpatialTrack() - Constructor for class com.jme3.animation.SpatialTrack
-
Deprecated.
- SpatialTrack(float[], Vector3f[], Quaternion[], Vector3f[]) - Constructor for class com.jme3.animation.SpatialTrack
-
Deprecated.
Creates a spatial track for the given track data.
- specular - Variable in class com.jme3.scene.plugins.MTLLoader
-
- specularColor - Variable in class com.jme3.scene.plugins.fbx.objects.FbxMaterial
-
- specularFactor - Variable in class com.jme3.scene.plugins.fbx.objects.FbxMaterial
-
- specularMap - Variable in class com.jme3.scene.plugins.MTLLoader
-
- speed - Variable in class com.jme3.app.LegacyApplication
-
- speed - Variable in class com.jme3.bullet.BulletAppState
-
simulation speed multiplier (default=1, paused=0)
- speed - Variable in class com.jme3.cinematic.events.AbstractCinematicEvent
-
- speed - Variable in class com.jme3.water.SimpleWaterProcessor
-
- Sphere - Class in com.jme3.scene.shape
-
Sphere
represents a 3D object with all points equidistant
from a center point.
- Sphere() - Constructor for class com.jme3.scene.shape.Sphere
-
Serialization only.
- Sphere(int, int, float) - Constructor for class com.jme3.scene.shape.Sphere
-
Constructs a sphere.
- Sphere(int, int, float, boolean, boolean) - Constructor for class com.jme3.scene.shape.Sphere
-
Constructs a sphere.
- Sphere.TextureMode - Enum in com.jme3.scene.shape
-
- SphereCollisionShape - Class in com.jme3.bullet.collision.shapes
-
Basic sphere collision shape
- SphereCollisionShape() - Constructor for class com.jme3.bullet.collision.shapes.SphereCollisionShape
-
- SphereCollisionShape(float) - Constructor for class com.jme3.bullet.collision.shapes.SphereCollisionShape
-
creates a SphereCollisionShape with the given radius
- SphereProbeArea - Class in com.jme3.light
-
- SphereProbeArea() - Constructor for class com.jme3.light.SphereProbeArea
-
- SphereProbeArea(Vector3f, float) - Constructor for class com.jme3.light.SphereProbeArea
-
- sphericalToCartesian(Vector3f, Vector3f) - Static method in class com.jme3.math.FastMath
-
Converts a point from Spherical coordinates to Cartesian (using positive
Y as up) and stores the results in the store var.
- sphericalToCartesianZ(Vector3f, Vector3f) - Static method in class com.jme3.math.FastMath
-
Converts a point from Spherical coordinates to Cartesian (using positive
Z as up) and stores the results in the store var.
- splashImageView - Variable in class com.jme3.app.AndroidHarness
-
- splashImageView - Variable in class com.jme3.app.AndroidHarnessFragment
-
- splashPicID - Variable in class com.jme3.app.AndroidHarness
-
Splash Screen picture Resource ID.
- splashPicID - Variable in class com.jme3.app.AndroidHarnessFragment
-
Splash Screen picture Resource ID.
- Spline - Class in com.jme3.math
-
- Spline() - Constructor for class com.jme3.math.Spline
-
- Spline(Spline.SplineType, Vector3f[], float, boolean) - Constructor for class com.jme3.math.Spline
-
Create a spline
- Spline(Spline.SplineType, List<Vector3f>, float, boolean) - Constructor for class com.jme3.math.Spline
-
Create a spline
- Spline(List<Vector4f>, List<Float>) - Constructor for class com.jme3.math.Spline
-
Create a NURBS spline.
- spline(float, float[]) - Static method in class com.jme3.terrain.noise.ShaderUtils
-
- spline(float, float[][]) - Static method in class com.jme3.terrain.noise.ShaderUtils
-
- Spline.SplineType - Enum in com.jme3.math
-
- split(int, float[]) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
split
divides the heightmap data for four children.
- splitByMaterial(IrMesh) - Static method in class com.jme3.scene.plugins.IrUtils
-
Separate mesh with multiple materials into multiple meshes each with
one material each.
- splitOccluders - Variable in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
- splits - Variable in class com.jme3.shadow.DirectionalLightShadowRenderer
-
- splits - Variable in class com.jme3.shadow.DirectionalLightShadowRendererVR
-
- splits - Variable in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
- splitsArray - Variable in class com.jme3.shadow.DirectionalLightShadowRenderer
-
- splitsArray - Variable in class com.jme3.shadow.DirectionalLightShadowRendererVR
-
- splitsArray - Variable in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
- spotInnerAngle - Variable in class com.jme3.light.SpotLight
-
- SpotLight - Class in com.jme3.light
-
Represents a spotlight.
- SpotLight() - Constructor for class com.jme3.light.SpotLight
-
Creates a SpotLight.
- SpotLight(Vector3f, Vector3f) - Constructor for class com.jme3.light.SpotLight
-
Creates a SpotLight at the given position and with the given direction.
- SpotLight(Vector3f, Vector3f, float) - Constructor for class com.jme3.light.SpotLight
-
Creates a SpotLight at the given position, with the given direction, and the
given range.
- SpotLight(Vector3f, Vector3f, ColorRGBA) - Constructor for class com.jme3.light.SpotLight
-
Creates a SpotLight at the given position, with the given direction and
the given color.
- SpotLight(Vector3f, Vector3f, float, ColorRGBA) - Constructor for class com.jme3.light.SpotLight
-
Creates a SpotLight at the given position, with the given direction,
the given range and the given color.
- SpotLight(Vector3f, Vector3f, float, ColorRGBA, float, float) - Constructor for class com.jme3.light.SpotLight
-
Creates a SpotLight at the given position, with the given direction,
the given color and the given inner and outer angles
(controls the falloff of the light)
- SpotLightShadowFilter - Class in com.jme3.shadow
-
This Filter does basically the same as a SpotLightShadowRenderer except it
renders the post shadow pass as a fullscreen quad pass instead of a geometry
pass.
- SpotLightShadowFilter() - Constructor for class com.jme3.shadow.SpotLightShadowFilter
-
Used for serialization.
- SpotLightShadowFilter(AssetManager, int) - Constructor for class com.jme3.shadow.SpotLightShadowFilter
-
Creates a SpotLight Shadow Filter
- SpotLightShadowRenderer - Class in com.jme3.shadow
-
SpotLightShadowRenderer renderer use Parallel Split Shadow Mapping technique
(pssm)
It splits the view frustum in several parts and compute a shadow
map for each one.
splits are distributed so that the closer they are from
the camera, the smaller they are to maximize the resolution used of the
shadow map.
This results in a better quality shadow than standard shadow
mapping.
for more information on this read
http://http.developer.nvidia.com/GPUGems3/gpugems3_ch10.html
- SpotLightShadowRenderer() - Constructor for class com.jme3.shadow.SpotLightShadowRenderer
-
Used for serialization use SpotLightShadowRenderer#SpotLightShadowRenderer(AssetManager assetManager, int shadowMapSize)
- SpotLightShadowRenderer(AssetManager, int) - Constructor for class com.jme3.shadow.SpotLightShadowRenderer
-
Create a SpotLightShadowRenderer This use standard shadow mapping
- spotOuterAngle - Variable in class com.jme3.light.SpotLight
-
- spotRange - Variable in class com.jme3.light.SpotLight
-
- spStep(SpStep, String...) - Method in class com.jme3.app.BasicProfiler
-
- spStep(SpStep, String...) - Method in class com.jme3.app.DefaultAndroidProfiler
-
- spStep(SpStep, String...) - Method in class com.jme3.app.DetailedProfiler
-
- spStep(SpStep, String...) - Method in interface com.jme3.profile.AppProfiler
-
Called at the beginning of the specified SpStep (SceneProcessor step).
- SpStep - Enum in com.jme3.profile
-
Indicates a scene processor-level step within the profiled
frame.
- sqr(float) - Static method in class com.jme3.math.FastMath
-
Returns the value squared.
- sqrt(float) - Static method in class com.jme3.math.FastMath
-
Returns the square root of a given value.
- SQuad - Static variable in class com.jme3.anim.interpolator.AnimInterpolators
-
- squad(Quaternion, Quaternion, Quaternion, Quaternion, Quaternion, Quaternion, float, Quaternion) - Static method in class com.jme3.math.MathUtils
-
- srcVertexCount - Variable in class com.jme3.scene.plugins.fbx.objects.FbxMesh
-
- SrTdRiPixelReader - Class in com.jme3.texture.plugins.ktx
-
reads the pixels of an image whose origin is the top left corner
- SrTdRiPixelReader() - Constructor for class com.jme3.texture.plugins.ktx.SrTdRiPixelReader
-
- SrTuRoPixelReader - Class in com.jme3.texture.plugins.ktx
-
reads the pixels of an image whose origin is the bottom left corner
- SrTuRoPixelReader() - Constructor for class com.jme3.texture.plugins.ktx.SrTuRoPixelReader
-
- SSAOFilter - Class in com.jme3.post.ssao
-
SSAO stands for screen space ambient occlusion
It's a technique that fakes ambient lighting by computing shadows that nearby objects would cast on each other.
- SSAOFilter() - Constructor for class com.jme3.post.ssao.SSAOFilter
-
Create a Screen Space Ambient Occlusion Filter
- SSAOFilter(float, float, float, float) - Constructor for class com.jme3.post.ssao.SSAOFilter
-
Create a Screen Space Ambient Occlusion Filter
- SSAOUI - Class in jme3test.post
-
- SSAOUI(InputManager, SSAOFilter) - Constructor for class jme3test.post.SSAOUI
-
- standingTrackedDevicePose - Variable in class com.jme3.system.jopenvr.CameraVideoStreamFrameHeader_t
-
C type : TrackedDevicePose_t
- start() - Method in class com.jme3.app.AppletHarness
-
- start() - Method in interface com.jme3.app.Application
-
Starts the application.
- start(boolean) - Method in interface com.jme3.app.Application
-
Starts the application.
- start() - Method in class com.jme3.app.LegacyApplication
-
Starts the application in
display
mode.
- start(boolean) - Method in class com.jme3.app.LegacyApplication
-
Starts the application in
display
mode.
- start(JmeContext.Type) - Method in class com.jme3.app.LegacyApplication
-
Starts the application.
- start(JmeContext.Type, boolean) - Method in class com.jme3.app.LegacyApplication
-
Starts the application.
- start() - Method in class com.jme3.app.SimpleApplication
-
- start() - Method in class com.jme3.app.VRApplication
-
Deprecated.
- start(boolean) - Method in class com.jme3.app.VRApplication
-
Deprecated.
Starts the application in
display
mode.
- start(JmeContext.Type, boolean) - Method in class com.jme3.app.VRApplication
-
Deprecated.
Starts the application.
- start() - Method in class com.jme3.environment.generation.JobProgressAdapter
-
- start() - Method in interface com.jme3.environment.generation.JobProgressListener
-
Called when the process starts.
- start() - Method in class com.jme3.network.base.DefaultClient
-
- start() - Method in class com.jme3.network.base.DefaultServer
-
- start() - Method in interface com.jme3.network.Client
-
Starts the client allowing it to begin processing incoming
messages and delivering them to listeners.
- start() - Method in interface com.jme3.network.Server
-
Start the server so that it will begin accepting new connections
and processing messages.
- start() - Method in class com.jme3.network.service.AbstractService
-
Default implementation does nothing.
- start() - Method in interface com.jme3.network.service.ClientService
-
Called when the service manager is started or if the
service is added to an already started service manager.
- start() - Method in interface com.jme3.network.service.HostedService
-
Called when the service manager is started or if the
service is added to an already started service manager.
- start() - Method in class com.jme3.network.service.rmi.RmiClientService
-
- start() - Method in class com.jme3.network.service.serializer.ServerSerializerRegistrationsService
-
- start() - Method in interface com.jme3.network.service.Service
-
Called when the service manager is started or if the
service is added to an already started service manager.
- start() - Method in class com.jme3.network.service.ServiceManager
-
Starts this service manager and all services that it contains.
- start(JmeContext.Type) - Method in class jme3test.app.state.TestAppStates
-
- start() - Method in class jme3test.awt.AppHarness
-
- start() - Method in class jme3test.awt.TestApplet
-
- start() - Method in class jme3test.light.pbr.ConsoleProgressReporter
-
- start() - Method in class jme3test.network.TestChatServer
-
- start(String[]) - Method in class jme3test.TestChooser
-
- startApp() - Static method in class jme3test.awt.TestApplet
-
- startApp() - Static method in class jme3test.awt.TestCanvas
-
- startBlendingPos - Variable in class com.jme3.bullet.control.KinematicRagdollControl.PhysicsBoneLink
-
Deprecated.
- startBlendingRot - Variable in class com.jme3.bullet.control.KinematicRagdollControl.PhysicsBoneLink
-
Deprecated.
- startCanvas() - Method in class com.jme3.app.LegacyApplication
-
Starts the rendering thread after createCanvas() has been called.
- startCanvas(boolean) - Method in class com.jme3.app.LegacyApplication
-
Starts the rendering thread after createCanvas() has been called.
- startCondition(String, StringBuilder) - Method in class com.jme3.shader.Glsl100ShaderGenerator
-
Starts a conditional block
- startDocument() - Method in class com.jme3.scene.plugins.ogre.MeshLoader
-
- startDocument() - Method in class com.jme3.scene.plugins.ogre.SceneLoader
-
- startElement(String, String, String, Attributes) - Method in class com.jme3.scene.plugins.ogre.MeshLoader
-
- startElement(String, String, String, Attributes) - Method in class com.jme3.scene.plugins.ogre.SceneLoader
-
- startElement(String, String, String, Attributes) - Method in class com.jme3.scene.plugins.ogre.SkeletonLoader
-
- startHostingOnConnection(HostedConnection) - Method in class com.jme3.network.service.AbstractHostedConnectionService
-
Performs implementation specific connection hosting setup.
- startHostingOnConnection(HostedConnection) - Method in class com.jme3.network.service.rmi.RmiHostedService
-
Sets up RMI hosting services for the hosted connection allowing
getRmiRegistry() to return a valid RmiRegistry object.
- startHostingOnConnection(HostedConnection) - Method in class com.jme3.network.service.rpc.RpcHostedService
-
Sets up RPC hosting services for the hosted connection allowing
getRpcConnection() to return a valid RPC connection object.
- startIndex - Variable in class com.jme3.scene.Geometry
-
- startlife - Variable in class com.jme3.effect.Particle
-
The initial particle life
- startMaterial(String) - Method in class com.jme3.scene.plugins.MTLLoader
-
- startPhysics() - Method in class com.jme3.bullet.BulletAppState
-
Allocate a physics space and start physics.
- startProfiling(int) - Method in class com.jme3.renderer.opengl.GLRenderer
-
- startProfiling(int) - Method in interface com.jme3.renderer.Renderer
-
Starts a time profiling task on the GPU.
- startProfiling(int) - Method in class com.jme3.system.NullRenderer
-
- startRenderer(int) - Method in class com.jme3.app.jmeSurfaceView.JmeSurfaceView
-
Starts the jmeRenderer on a GlSurfaceView attached to a RelativeLayout.
- StartScreenController - Class in jme3test.niftygui
-
A ScreenController for the "start" screen defined in
"Interfaces/Nifty/HelloJme.xml", which is used in the TestAppStates and
TestNiftyGui applications.
- StartScreenController(Application) - Constructor for class jme3test.niftygui.StartScreenController
-
Instantiate a ScreenController for the specified Application.
- startServices() - Method in class com.jme3.network.base.DefaultClient
-
- startWalk(Ray) - Method in class com.jme3.terrain.geomipmap.picking.BresenhamYUpGridTracer
-
- state - Variable in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_AccelerationReport
-
C type : OSVR_AccelerationState
- state - Variable in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_AnalogReport
-
C type : OSVR_AnalogState
- state - Variable in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_AngularAccelerationReport
-
C type : OSVR_AngularAccelerationState
- state - Variable in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_AngularVelocityReport
-
C type : OSVR_AngularVelocityState
- state - Variable in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_ButtonReport
-
C type : OSVR_ButtonState
- state - Variable in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_EyeTracker2DReport
-
C type : OSVR_EyeTracker2DState
- state - Variable in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_EyeTracker3DReport
-
C type : OSVR_EyeTracker3DState
- state - Variable in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_EyeTrackerBlinkReport
-
C type : OSVR_EyeTrackerBlinkState
- state - Variable in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_LinearAccelerationReport
-
C type : OSVR_LinearAccelerationState
- state - Variable in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_LinearVelocityReport
-
C type : OSVR_LinearVelocityState
- state - Variable in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_NaviPositionReport
-
C type : OSVR_NaviPositionState
- state - Variable in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_NaviVelocityReport
-
C type : OSVR_NaviVelocityState
- state - Variable in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_VelocityReport
-
C type : OSVR_VelocityState
- stateAttached(AppStateManager) - Method in class com.jme3.app.state.AbstractAppState
-
- stateAttached(AppStateManager) - Method in interface com.jme3.app.state.AppState
-
- stateAttached(AppStateManager) - Method in class com.jme3.app.state.AWTComponentAppState
-
- stateAttached(AppStateManager) - Method in class com.jme3.app.state.BaseAppState
-
- stateAttached(AppStateManager) - Method in class com.jme3.app.VRAppState
-
- stateAttached(AppStateManager) - Method in class com.jme3.bullet.BulletAppState
-
Transition this state from detached to initializing.
- stateAttached(AppStateManager) - Method in class com.jme3.cinematic.Cinematic
-
called internally
- stateAttached(AppStateManager) - Method in class jme3test.app.TestAppStateLifeCycle.TestState
-
- stateDetached(AppStateManager) - Method in class com.jme3.app.state.AbstractAppState
-
- stateDetached(AppStateManager) - Method in interface com.jme3.app.state.AppState
-
- stateDetached(AppStateManager) - Method in class com.jme3.app.state.BaseAppState
-
- stateDetached(AppStateManager) - Method in class com.jme3.app.VRAppState
-
- stateDetached(AppStateManager) - Method in class com.jme3.cinematic.Cinematic
-
called internally
- stateDetached(AppStateManager) - Method in class jme3test.app.TestAppStateLifeCycle.TestState
-
- stateForId(String, Class<T>) - Method in class com.jme3.app.state.AppStateManager
-
Returns the state associated with the specified ID at the time it
was attached or throws an IllegalArgumentException if the ID was
not found.
- stateManager - Variable in class com.jme3.app.LegacyApplication
-
- stateManager - Variable in class com.jme3.bullet.BulletAppState
-
manager that manages this state, set during attach
- Statement - Class in com.jme3.util.blockparser
-
- Statement(int, String) - Constructor for class com.jme3.util.blockparser.Statement
-
- StaticPassLightingLogic - Class in com.jme3.material.logic
-
Rendering logic for static pass.
- StaticPassLightingLogic(TechniqueDef) - Constructor for class com.jme3.material.logic.StaticPassLightingLogic
-
- Statistics - Class in com.jme3.renderer
-
Allows tracking of real-time rendering statistics.
- Statistics() - Constructor for class com.jme3.renderer.Statistics
-
- StatsAppState - Class in com.jme3.app
-
Displays stats in SimpleApplication's GUI node or
using the node and font parameters provided.
- StatsAppState() - Constructor for class com.jme3.app.StatsAppState
-
- StatsAppState(Node, BitmapFont) - Constructor for class com.jme3.app.StatsAppState
-
- statsView - Variable in class com.jme3.app.StatsAppState
-
- StatsView - Class in com.jme3.app
-
The StatsView
provides a heads-up display (HUD) of various
statistics of rendering.
- StatsView(String, AssetManager, Statistics) - Constructor for class com.jme3.app.StatsView
-
- status - Variable in class com.jme3.audio.AudioNode
-
- status - Variable in class com.jme3.system.jopenvr.VREvent_Data_t
-
C type : VREvent_Status_t
- status - Variable in class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_OpenResultsOpenGL
-
C type : OSVR_OpenStatus
- statusState - Variable in class com.jme3.system.jopenvr.VREvent_Status_t
-
- steer(float) - Method in class com.jme3.bullet.objects.PhysicsVehicle
-
Set the given steering value to all front wheels (0 = forward)
- steer(int, float) - Method in class com.jme3.bullet.objects.PhysicsVehicle
-
Set the given steering value to the given wheel (0 = forward)
- steer(float) - Method in class jme3test.bullet.PhysicsHoverControl
-
- steeringValue - Variable in class jme3test.bullet.PhysicsHoverControl
-
- stencilTest - Variable in class com.jme3.renderer.RenderContext
-
Stencil Buffer state.
- step(String) - Method in class com.jme3.environment.generation.JobProgressAdapter
-
- step(String) - Method in interface com.jme3.environment.generation.JobProgressListener
-
Can be called when a step of the process has been completed with a relevant message.
- step(float, float) - Static method in class com.jme3.terrain.noise.ShaderUtils
-
- step(String) - Method in class jme3test.light.pbr.ConsoleProgressReporter
-
- stepDirection - Variable in class com.jme3.terrain.geomipmap.picking.BresenhamYUpGridTracer
-
- stepHeight - Variable in class com.jme3.bullet.objects.PhysicsCharacter
-
- stepScale - Variable in class com.jme3.terrain.geomipmap.TerrainPatch
-
- stepScale - Variable in class com.jme3.terrain.geomipmap.TerrainQuad
-
- stop() - Method in class com.jme3.app.AppletHarness
-
- stop() - Method in interface com.jme3.app.Application
-
Requests the context to close, shutting down the main loop
and making necessary cleanup operations.
- stop(boolean) - Method in interface com.jme3.app.Application
-
Requests the context to close, shutting down the main loop
and making necessary cleanup operations.
- stop() - Method in class com.jme3.app.LegacyApplication
-
Requests the context to close, shutting down the main loop
and making necessary cleanup operations.
- stop(boolean) - Method in class com.jme3.app.LegacyApplication
-
Requests the context to close, shutting down the main loop
and making necessary cleanup operations.
- stop() - Method in class com.jme3.app.VRApplication
-
Deprecated.
Requests the context to close, shutting down the main loop
and making necessary cleanup operations.
- stop(boolean) - Method in class com.jme3.app.VRApplication
-
Deprecated.
Requests the context to close, shutting down the main loop
and making necessary cleanup operations.
- stop() - Method in class com.jme3.audio.AudioNode
-
- stop() - Method in class com.jme3.cinematic.events.AbstractCinematicEvent
-
Stops the animation.
- stop() - Method in interface com.jme3.cinematic.events.CinematicEvent
-
Stops the animation
- stop() - Method in class com.jme3.network.service.AbstractService
-
Default implementation does nothing.
- stop() - Method in interface com.jme3.network.service.ClientService
-
Called when the service is shutting down.
- stop() - Method in interface com.jme3.network.service.HostedService
-
Called when the service is shutting down.
- stop() - Method in interface com.jme3.network.service.Service
-
Called when the service manager is shutting down.
- stop() - Method in class com.jme3.network.service.ServiceManager
-
Stops all services and puts the service manager into a stopped state.
- stop() - Method in class com.jme3.niftygui.SoundHandleJme
-
- stop() - Method in class jme3test.awt.AppHarness
-
- stop() - Method in class jme3test.awt.TestApplet
-
- stopHostingOnConnection(HostedConnection) - Method in class com.jme3.network.service.AbstractHostedConnectionService
-
Performs implementation specific connection tear-down.
- stopHostingOnConnection(HostedConnection) - Method in class com.jme3.network.service.rmi.RmiHostedService
-
Removes any RMI hosting services associated with the specified
connection.
- stopHostingOnConnection(HostedConnection) - Method in class com.jme3.network.service.rpc.RpcHostedService
-
Removes any RPC hosting services associated with the specified
connection.
- stopPhysics() - Method in class com.jme3.bullet.BulletAppState
-
Stop physics after this state is detached.
- stopProfiling() - Method in class com.jme3.renderer.opengl.GLRenderer
-
- stopProfiling() - Method in interface com.jme3.renderer.Renderer
-
Will stop the last profiling task started with startProfiling.
- stopProfiling() - Method in class com.jme3.system.NullRenderer
-
- stopSource(AudioSource) - Method in interface com.jme3.audio.AudioRenderer
-
- stopSource(AudioSource) - Method in class com.jme3.audio.openal.ALAudioRenderer
-
- storageFolders - Variable in class com.jme3.system.JmeSystemDelegate
-
- storeAttribute(ShaderNodeVariable) - Method in class com.jme3.material.plugins.ShaderNodeLoaderDelegate
-
Stores an attribute.
- storeEvent(TouchEvent) - Method in class com.jme3.input.android.TouchEventPool
-
Stores the TouchEvent back in the pool for later reuse.
- storeEvent(TouchEvent) - Method in class com.jme3.input.ios.TouchEventPool
-
Stores the TouchEvent back in the pool for later reuse.
- storeFragmentUniform(ShaderNodeVariable) - Method in class com.jme3.material.plugins.ShaderNodeLoaderDelegate
-
store a fragment uniform
- storeGlobal(ShaderNodeVariable, Statement) - Method in class com.jme3.material.plugins.ShaderNodeLoaderDelegate
-
Stores a global output.
- storeVariable(ShaderNodeVariable, List<ShaderNodeVariable>) - Method in class com.jme3.material.plugins.ShaderNodeLoaderDelegate
-
Searches a variable in a list from its name and merges the conditions of the
variables.
- storeVaryings(ShaderNode, ShaderNodeVariable) - Method in class com.jme3.material.plugins.ShaderNodeLoaderDelegate
-
store a varying
- storeVertexUniform(ShaderNodeVariable) - Method in class com.jme3.material.plugins.ShaderNodeLoaderDelegate
-
Stores a vertex uniform.
- stream - Variable in class com.jme3.cinematic.events.SoundEvent
-
- StreamAssetInfo - Class in com.jme3.asset
-
- StreamAssetInfo(AssetManager, AssetKey<?>, InputStream) - Constructor for class com.jme3.asset.StreamAssetInfo
-
- stretch(double, Tween...) - Static method in class com.jme3.anim.tween.Tweens
-
Creates a tween that scales the specified delegate tween or tweens
to the desired length.
- stride - Variable in class com.jme3.scene.VertexBuffer
-
- stringParamASCII(CharSequence, boolean) - Method in class com.jme3.lwjgl3.utils.APIBuffer
-
Ensures space for the specified string encoded in ASCII, encodes the
string at the allocated offset and returns that offset.
- stringParamUTF16(CharSequence, boolean) - Method in class com.jme3.lwjgl3.utils.APIBuffer
-
Ensures space for the specified string encoded in UTF-16, encodes the
string at the allocated offset and returns that offset.
- stringParamUTF8(CharSequence, boolean) - Method in class com.jme3.lwjgl3.utils.APIBuffer
-
Ensures space for the specified string encoded in UTF-8, encodes the
string at the allocated offset and returns that offset.
- StringSerializer - Class in com.jme3.network.serializing.serializers
-
String serializer.
- StringSerializer() - Constructor for class com.jme3.network.serializing.serializers.StringSerializer
-
- stringValueASCII(int, int) - Method in class com.jme3.lwjgl3.utils.APIBuffer
-
Returns the ASCII string value at the specified byte range.
- stringValueUTF16(int, int) - Method in class com.jme3.lwjgl3.utils.APIBuffer
-
Returns the UTF16 string value at the specified byte range.
- stringValueUTF8(int, int) - Method in class com.jme3.lwjgl3.utils.APIBuffer
-
Returns the UTF8 string value at the specified byte range.
- StripBox - Class in com.jme3.scene.shape
-
A box with solid (filled) faces.
- StripBox(float, float, float) - Constructor for class com.jme3.scene.shape.StripBox
-
Creates a new box.
- StripBox(Vector3f, float, float, float) - Constructor for class com.jme3.scene.shape.StripBox
-
Creates a new box.
- StripBox(Vector3f, Vector3f) - Constructor for class com.jme3.scene.shape.StripBox
-
Constructor instantiates a new Box
object.
- StripBox() - Constructor for class com.jme3.scene.shape.StripBox
-
Empty constructor for serialization only.
- stripToYaw(Quaternion) - Static method in class com.jme3.util.VRUtil
-
- subclassName - Variable in class com.jme3.scene.plugins.fbx.obj.FbxObject
-
- subList(int, int) - Method in class com.jme3.util.SafeArrayList
-
- Submit - Variable in class com.jme3.system.jopenvr.VR_IVRCompositor_FnTable
-
C type : Submit_callback*
- submit(Callable<T>) - Method in class com.jme3.terrain.executor.TerrainExecutorService
-
- submit(Runnable, T) - Method in class com.jme3.terrain.executor.TerrainExecutorService
-
- submit(Runnable) - Method in class com.jme3.terrain.executor.TerrainExecutorService
-
- SubmitExplicitTimingData - Variable in class com.jme3.system.jopenvr.VR_IVRCompositor_FnTable
-
C type : SubmitExplicitTimingData_callback*
- SubmitScreenshot - Variable in class com.jme3.system.jopenvr.VR_IVRScreenshots_FnTable
-
C type : SubmitScreenshot_callback*
- SubtitleTrack - Class in jme3test.animation
-
- SubtitleTrack(Nifty, String, float, String) - Constructor for class jme3test.animation.SubtitleTrack
-
- subtract(Quaternion) - Method in class com.jme3.math.Quaternion
-
subtract
subtracts the values of the parameter quaternion
from those of this quaternion.
- subtract(Vector2f) - Method in class com.jme3.math.Vector2f
-
subtract
subtracts the values of a given vector from those
of this vector creating a new vector object.
- subtract(Vector2f, Vector2f) - Method in class com.jme3.math.Vector2f
-
subtract
subtracts the values of a given vector from those
of this vector storing the result in the given vector object.
- subtract(float, float) - Method in class com.jme3.math.Vector2f
-
subtract
subtracts the given x,y values from those of this
vector creating a new vector object.
- subtract(Vector3f) - Method in class com.jme3.math.Vector3f
-
Subtracts the argument and returns the difference as a new instance.
- subtract(Vector3f, Vector3f) - Method in class com.jme3.math.Vector3f
-
Subtracts the specified vector and returns the difference in a 3rd
vector.
- subtract(float, float, float) - Method in class com.jme3.math.Vector3f
-
Subtracts the specified amounts from the vector's components and returns
the difference as a new instance.
- subtract(Vector4f) - Method in class com.jme3.math.Vector4f
-
subtract
subtracts the values of a given vector from those
of this vector creating a new vector object.
- subtract(Vector4f, Vector4f) - Method in class com.jme3.math.Vector4f
-
subtract
- subtract(float, float, float, float) - Method in class com.jme3.math.Vector4f
-
subtract
subtracts the provided values from this vector,
creating a new vector that is then returned.
- SUBTRACTION - Static variable in class com.jme3.terrain.heightmap.CombinerHeightMap
-
Constant mode to denote subtracting the two heightmaps.
- subtractLocal(Quaternion) - Method in class com.jme3.math.Quaternion
-
subtract
subtracts the values of the parameter quaternion
from those of this quaternion.
- subtractLocal(Vector2f) - Method in class com.jme3.math.Vector2f
-
subtractLocal
subtracts a provided vector to this vector
internally, and returns a handle to this vector for easy chaining of
calls.
- subtractLocal(float, float) - Method in class com.jme3.math.Vector2f
-
subtractLocal
subtracts the provided values from this
vector internally, and returns a handle to this vector for easy chaining
of calls.
- subtractLocal(Vector3f) - Method in class com.jme3.math.Vector3f
-
Subtracts the argument and returns the (modified) current instance.
- subtractLocal(float, float, float) - Method in class com.jme3.math.Vector3f
-
Subtracts the specified amounts from the vector's components and returns
the (modified) current instance.
- subtractLocal(Vector4f) - Method in class com.jme3.math.Vector4f
-
subtractLocal
subtracts a provided vector to this vector
internally, and returns a handle to this vector for easy chaining of
calls.
- subtractLocal(float, float, float, float) - Method in class com.jme3.math.Vector4f
-
subtractLocal
subtracts the provided values from this vector
internally, and returns a handle to this vector for easy chaining of
calls.
- SubtypeOf - Annotation Type in checkers.quals
-
A meta-annotation to specify all the qualifiers that the given qualifier
is a subtype of.
- supports(Collection<Caps>, Texture) - Static method in enum com.jme3.renderer.Caps
-
Returns true if given the renderer capabilities, the texture
can be supported by the renderer.
- supports(Collection<Caps>, FrameBuffer) - Static method in enum com.jme3.renderer.Caps
-
Returns true if given the renderer capabilities, the framebuffer
can be supported by the renderer.
- supports(Collection<Caps>, Shader) - Static method in enum com.jme3.renderer.Caps
-
Returns true if given the renderer capabilities, the shader
can be supported by the renderer.
- Surface - Class in com.jme3.scene.shape
-
This class represents a surface described by knots, weights and control points.
- surfaceTangentFactor - Variable in class com.jme3.effect.influencers.NewtonianParticleInfluencer
-
Emitter's surface tangent factor.
- surfaceTangentRotation - Variable in class com.jme3.effect.influencers.NewtonianParticleInfluencer
-
Emitters tangent rotation factor.
- SuspendRendering - Variable in class com.jme3.system.jopenvr.VR_IVRCompositor_FnTable
-
C type : SuspendRendering_callback*
- suspensionNode - Variable in class com.jme3.bullet.debug.BulletVehicleDebugControl
-
- suspensionStiffness - Variable in class com.jme3.bullet.objects.VehicleWheel
-
- swapChildren(int, int) - Method in class com.jme3.scene.Node
-
More efficient than e.g.
- swapHands() - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVRInput
-
- swapHands() - Method in class com.jme3.input.vr.oculus.OculusVRInput
-
- swapHands() - Method in class com.jme3.input.vr.openvr.OpenVRInput
-
- swapHands() - Method in class com.jme3.input.vr.osvr.OSVRInput
-
- swapHands() - Method in interface com.jme3.input.vr.VRInputAPI
-
Swap the two hands (exchange the hands' controller 1 and 2 indices).
- swapInt(int) - Static method in class com.jme3.app.state.MjpegFileWriter
-
- swapShort(short) - Static method in class com.jme3.app.state.MjpegFileWriter
-
- swapTriangles(int, int) - Method in class com.jme3.collision.bih.BIHTree
-
- sweepTest(CollisionShape, Transform, Transform) - Method in class com.jme3.bullet.PhysicsSpace
-
Performs a sweep collision test and returns the results as a list of PhysicsSweepTestResults
You have to use different Transforms for start and end (at least distance greater than 0.4f).
- sweepTest(CollisionShape, Transform, Transform, List<PhysicsSweepTestResult>) - Method in class com.jme3.bullet.PhysicsSpace
-
Performs a sweep collision test and returns the results as a list of PhysicsSweepTestResults
You have to use different Transforms for start and end (at least distance greater than 0.4f).
- swingSpan1 - Variable in class com.jme3.bullet.joints.ConeJoint
-
- swingSpan2 - Variable in class com.jme3.bullet.joints.ConeJoint
-
- swizzleRequired - Variable in class com.jme3.renderer.opengl.GLImageFormat
-
- sWrap - Variable in class com.jme3.texture.image.LastTextureState
-
- Sync - Variable in class com.jme3.system.jopenvr.VR_IVRSettings_FnTable
-
C type : Sync_callback*
- sync(int) - Method in class com.jme3.system.NullContext
-
- syncScreenProcessing(ViewPort) - Method in class com.jme3.input.vr.AbstractVRViewManager
-
- syncScreenProcessing(ViewPort) - Method in class com.jme3.input.vr.osvr.OSVRViewManager
-
- SystemListener - Interface in com.jme3.system
-
The SystemListener
provides a means for an application
to receive events relating to a context.
- v - Variable in class com.jme3.system.jopenvr.HmdVector2_t
-
float[2]
C type : float[2]
- v - Variable in class com.jme3.system.jopenvr.HmdVector3_t
-
float[3]
C type : float[3]
- v - Variable in class com.jme3.system.jopenvr.HmdVector3d_t
-
double[3]
C type : double[3]
- v - Variable in class com.jme3.system.jopenvr.HmdVector4_t
-
float[4]
C type : float[4]
- vAccel - Variable in class com.jme3.system.jopenvr.ImuSample_t
-
C type : HmdVector3d_t
- validate(Shader, StringBuilder) - Method in class jme3tools.shadercheck.CgcValidator
-
- validate(Shader, StringBuilder) - Method in class jme3tools.shadercheck.GpuAnalyzerValidator
-
- validate(Shader, StringBuilder) - Method in interface jme3tools.shadercheck.Validator
-
- Validator - Interface in jme3tools.shadercheck
-
Interface for shader validator tools.
- value - Variable in class com.jme3.material.MatParam
-
- value - Variable in class com.jme3.scene.plugins.fbx.objects.FbxAnimNode
-
- value - Variable in class com.jme3.scene.UserData
-
- value - Variable in class com.jme3.shader.Uniform
-
Currently set value of the uniform.
- value(float, float, float) - Method in class com.jme3.terrain.noise.basis.FilteredBasis
-
- value(float, float, float) - Method in class com.jme3.terrain.noise.basis.ImprovedNoise
-
- value(float, float, float) - Method in class com.jme3.terrain.noise.basis.NoiseAggregator
-
- value(float, float, float) - Method in interface com.jme3.terrain.noise.Basis
-
- value(float, float, float) - Method in class com.jme3.terrain.noise.fractal.FractalSum
-
- value(float...) - Method in class com.jme3.terrain.noise.modulator.CatRom2
-
- value(float...) - Method in interface com.jme3.terrain.noise.modulator.Modulator
-
- valueOf(String) - Static method in enum checkers.quals.DefaultLocation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.animation.LoopMode
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.app.jmeSurfaceView.JmeSurfaceView.DestructionPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.app.LostFocusBehavior
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.app.state.ConstantVerifierState.ErrorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.app.VRApplication.PreconfigParameter
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.audio.AudioData.DataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.audio.AudioNode.Status
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.audio.AudioParam
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.audio.AudioSource.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.audio.ListenerParam
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.bounding.BoundingVolume.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.bullet.animation.KinematicSubmode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.bullet.BulletAppState.ThreadingType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.bullet.control.KinematicRagdollControl.Mode
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.bullet.PhysicsSpace.BroadphaseType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.cinematic.events.MotionEvent.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.cinematic.PlayState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.effect.ParticleMesh.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.environment.util.EnvMapUtils.FixSeamsMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.environment.util.EnvMapUtils.GenerationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.font.BitmapFont.Align
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.font.BitmapFont.VAlign
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.font.LineWrapMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.input.event.TouchEvent.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.input.vr.HmdType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.input.vr.VRInputType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.light.Light.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.light.LightProbe.AreaType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.material.RenderState.BlendEquation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.material.RenderState.BlendEquationAlpha
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.material.RenderState.BlendFunc
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.material.RenderState.BlendMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.material.RenderState.FaceCullMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.material.RenderState.StencilOperation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.material.RenderState.TestFunction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.material.TechniqueDef.LightMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.material.TechniqueDef.LightSpace
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.material.TechniqueDef.ShadowMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.math.Plane.Side
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.math.Spline.SplineType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.network.kernel.EndpointEvent.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.network.service.rmi.CallType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.opencl.Device.DeviceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.opencl.Image.ImageChannelOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.opencl.Image.ImageChannelType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.opencl.Image.ImageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.opencl.MappingAccess
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.opencl.MemoryAccess
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.post.filters.BloomFilter.GlowMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.profile.AppStep
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.profile.SpStep
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.profile.VpStep
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.renderer.Camera.FrustumIntersect
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.renderer.Caps
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.renderer.Limits
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.renderer.queue.RenderQueue.Bucket
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.renderer.queue.RenderQueue.ShadowMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.scene.control.BillboardControl.Alignment
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.scene.control.CameraControl.ControlDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.scene.control.LightControl.ControlDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.scene.Mesh.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.scene.plugins.fbx.mesh.FbxLayerElement.MappingInformationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.scene.plugins.fbx.mesh.FbxLayerElement.ReferenceInformationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.scene.plugins.fbx.mesh.FbxLayerElement.TextureBlendMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.scene.plugins.fbx.mesh.FbxLayerElement.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.scene.plugins.fbx.RotationOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.scene.plugins.gltf.TrackData.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.scene.shape.Sphere.TextureMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.scene.Spatial.BatchHint
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.scene.Spatial.CullHint
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.scene.Spatial.DFSMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.scene.VertexBuffer.Format
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.scene.VertexBuffer.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.scene.VertexBuffer.Usage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.shader.BufferObject.BufferType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.shader.BufferObject.Layout
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.shader.Shader.ShaderType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.shader.UniformBinding
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.shader.VarType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.shadow.CompareMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.shadow.EdgeFilteringMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.shadow.PssmShadowRenderer.CompareMode
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.shadow.PssmShadowRenderer.FilterMode
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.system.awt.PaintMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.system.AWTFrameProcessor.TransferMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.system.JmeContext.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.system.JmeSystem.StorageFolderType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.system.Platform
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.terrain.geomipmap.picking.BresenhamYUpGridTracer.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.texture.image.ColorSpace
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.texture.Image.Format
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.texture.Texture.MagFilter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.texture.Texture.MinFilter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.texture.Texture.ShadowCompareMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.texture.Texture.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.texture.Texture.WrapAxis
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.texture.Texture.WrapMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.texture.TextureCubeMap.Face
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.util.SkyFactory.EnvMapType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.util.VRGUIPositioningMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jme3.water.WaterFilter.AreaShape
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jme3test.network.TestSerialization.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jme3tools.optimize.GeometryBatchFactory.AlignOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jme3tools.optimize.LodGenerator.TriangleReductionMethod
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum checkers.quals.DefaultLocation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.animation.LoopMode
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.app.jmeSurfaceView.JmeSurfaceView.DestructionPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.app.LostFocusBehavior
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.app.state.ConstantVerifierState.ErrorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.app.VRApplication.PreconfigParameter
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.audio.AudioData.DataType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.audio.AudioNode.Status
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.audio.AudioParam
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.audio.AudioSource.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.audio.ListenerParam
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.bounding.BoundingVolume.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.bullet.animation.KinematicSubmode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.bullet.BulletAppState.ThreadingType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.bullet.control.KinematicRagdollControl.Mode
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.bullet.PhysicsSpace.BroadphaseType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.cinematic.events.MotionEvent.Direction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.cinematic.PlayState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.effect.ParticleMesh.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.environment.util.EnvMapUtils.FixSeamsMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.environment.util.EnvMapUtils.GenerationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.font.BitmapFont.Align
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.font.BitmapFont.VAlign
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.font.LineWrapMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.input.event.TouchEvent.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.input.vr.HmdType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.input.vr.VRInputType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.light.Light.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.light.LightProbe.AreaType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.material.RenderState.BlendEquation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.material.RenderState.BlendEquationAlpha
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.material.RenderState.BlendFunc
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.material.RenderState.BlendMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.material.RenderState.FaceCullMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.material.RenderState.StencilOperation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.material.RenderState.TestFunction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.material.TechniqueDef.LightMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.material.TechniqueDef.LightSpace
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.material.TechniqueDef.ShadowMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.math.Plane.Side
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.math.Spline.SplineType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.network.kernel.EndpointEvent.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.network.service.rmi.CallType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.opencl.Device.DeviceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.opencl.Image.ImageChannelOrder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.opencl.Image.ImageChannelType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.opencl.Image.ImageType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.opencl.MappingAccess
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.opencl.MemoryAccess
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.post.filters.BloomFilter.GlowMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.profile.AppStep
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.profile.SpStep
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.profile.VpStep
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.renderer.Camera.FrustumIntersect
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.renderer.Caps
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.renderer.Limits
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.renderer.queue.RenderQueue.Bucket
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.renderer.queue.RenderQueue.ShadowMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.scene.control.BillboardControl.Alignment
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.scene.control.CameraControl.ControlDirection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.scene.control.LightControl.ControlDirection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.scene.Mesh.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.scene.plugins.fbx.mesh.FbxLayerElement.MappingInformationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.scene.plugins.fbx.mesh.FbxLayerElement.ReferenceInformationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.scene.plugins.fbx.mesh.FbxLayerElement.TextureBlendMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.scene.plugins.fbx.mesh.FbxLayerElement.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values - Static variable in enum com.jme3.scene.plugins.fbx.RotationOrder
-
- values() - Static method in enum com.jme3.scene.plugins.fbx.RotationOrder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.scene.plugins.gltf.TrackData.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.scene.shape.Sphere.TextureMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.scene.Spatial.BatchHint
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.scene.Spatial.CullHint
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.scene.Spatial.DFSMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.scene.VertexBuffer.Format
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.scene.VertexBuffer.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.scene.VertexBuffer.Usage
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.shader.BufferObject.BufferType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.shader.BufferObject.Layout
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.shader.Shader.ShaderType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.shader.UniformBinding
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.shader.VarType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.shadow.CompareMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.shadow.EdgeFilteringMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.shadow.PssmShadowRenderer.CompareMode
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.shadow.PssmShadowRenderer.FilterMode
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.system.awt.PaintMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.system.AWTFrameProcessor.TransferMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.system.JmeContext.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.system.JmeSystem.StorageFolderType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.system.Platform
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.terrain.geomipmap.picking.BresenhamYUpGridTracer.Direction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.texture.image.ColorSpace
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.texture.Image.Format
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.texture.Texture.MagFilter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.texture.Texture.MinFilter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.texture.Texture.ShadowCompareMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.texture.Texture.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.texture.Texture.WrapAxis
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.texture.Texture.WrapMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.texture.TextureCubeMap.Face
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class com.jme3.util.ListMap
-
- values() - Static method in enum com.jme3.util.SkyFactory.EnvMapType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.util.VRGUIPositioningMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jme3.water.WaterFilter.AreaShape
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum jme3test.network.TestSerialization.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum jme3tools.optimize.GeometryBatchFactory.AlignOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum jme3tools.optimize.LodGenerator.TriangleReductionMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- vAngularVelocity - Variable in class com.jme3.system.jopenvr.TrackedDevicePose_t
-
C type : HmdVector3_t
- VariableMapping - Class in com.jme3.shader
-
Represents a mapping between 2 shader node variables or a left shader node variable and a value expression.
- VariableMapping() - Constructor for class com.jme3.shader.VariableMapping
-
Creates a VariableMapping.
- VariableMapping(ShaderNodeVariable, String, ShaderNodeVariable, String, String) - Constructor for class com.jme3.shader.VariableMapping
-
Creates a VariableMapping.
- varNames - Variable in class com.jme3.material.plugins.ShaderNodeLoaderDelegate
-
- varType - Variable in class com.jme3.shader.Uniform
-
Type of uniform
- VarType - Enum in com.jme3.shader
-
- varyings - Variable in class com.jme3.material.plugins.ShaderNodeLoaderDelegate
-
- varyings - Variable in class com.jme3.material.ShaderGenerationInfo
-
the list of varyings
- vBottomRight - Variable in class com.jme3.system.jopenvr.HmdRect2_t
-
C type : HmdVector2_t
- vCorners - Variable in class com.jme3.system.jopenvr.HmdQuad_t
-
struct vr::HmdVector3_t[4]
C type : HmdVector3_t[4]
- vCount - Variable in class com.jme3.scene.plugins.fbx.objects.FbxMesh
-
- vDirection - Variable in class com.jme3.system.jopenvr.VROverlayIntersectionParams_t
-
C type : HmdVector3_t
- vecO2J(OVRVector3f, Vector3f) - Static method in class com.jme3.input.vr.oculus.OculusVR
-
Copy the values from a LibOVR vector into a jMonkeyEngine vector.
- vect1 - Variable in class com.jme3.util.TempVars
-
General vectors.
- vect10 - Variable in class com.jme3.util.TempVars
-
- vect2 - Variable in class com.jme3.util.TempVars
-
- vect2d - Variable in class com.jme3.util.TempVars
-
2D vector
- vect2d2 - Variable in class com.jme3.util.TempVars
-
- vect3 - Variable in class com.jme3.util.TempVars
-
- vect4 - Variable in class com.jme3.util.TempVars
-
- vect4f1 - Variable in class com.jme3.util.TempVars
-
- vect4f2 - Variable in class com.jme3.util.TempVars
-
- vect5 - Variable in class com.jme3.util.TempVars
-
- vect6 - Variable in class com.jme3.util.TempVars
-
- vect7 - Variable in class com.jme3.util.TempVars
-
- vect8 - Variable in class com.jme3.util.TempVars
-
- vect9 - Variable in class com.jme3.util.TempVars
-
- Vector2f - Class in com.jme3.math
-
Vector2f
defines a Vector for a two float value vector.
- Vector2f(float, float) - Constructor for class com.jme3.math.Vector2f
-
Creates a Vector2f with the given initial x and y values.
- Vector2f() - Constructor for class com.jme3.math.Vector2f
-
Creates a Vector2f with x and y set to 0.
- Vector2f(Vector2f) - Constructor for class com.jme3.math.Vector2f
-
Creates a new Vector2f that contains the passed vector's information
- Vector3f - Class in com.jme3.math
-
A vector composed of 3 single-precision components, used to represent
locations, offsets, and directions in 3-dimensional space.
- Vector3f() - Constructor for class com.jme3.math.Vector3f
-
Instantiates an all-zero vector (0,0,0).
- Vector3f(float, float, float) - Constructor for class com.jme3.math.Vector3f
-
Instantiates a vector with specified components.
- Vector3f(Vector3f) - Constructor for class com.jme3.math.Vector3f
-
Instantiates a copy of the argument.
- Vector3Serializer - Class in com.jme3.network.serializing.serializers
-
- Vector3Serializer() - Constructor for class com.jme3.network.serializing.serializers.Vector3Serializer
-
- Vector4f - Class in com.jme3.math
-
Vector4f
defines a Vector for a four float value tuple.
- Vector4f() - Constructor for class com.jme3.math.Vector4f
-
Instantiate a Vector4f
with the value (0,0,0,0).
- Vector4f(float, float, float, float) - Constructor for class com.jme3.math.Vector4f
-
Constructor instantiates a new Vector4f
with provides
values.
- Vector4f(Vector4f) - Constructor for class com.jme3.math.Vector4f
-
Instantiate a Vector4f
that is a copy of the provided vector.
- VectorSet - Class in com.jme3.bullet.animation
-
A simplified collection of Vector3f values without duplicates, implemented
using a Collection.
- VectorSet(int) - Constructor for class com.jme3.bullet.animation.VectorSet
-
Instantiate an empty set with the specified initial capacity and default
load factor.
- vehicle - Variable in class com.jme3.bullet.objects.PhysicsVehicle
-
- VehicleControl - Class in com.jme3.bullet.control
-
A physics control to link a PhysicsVehicle to a spatial.
- VehicleControl() - Constructor for class com.jme3.bullet.control.VehicleControl
-
No-argument constructor needed by SavableClassUtil.
- VehicleControl(CollisionShape) - Constructor for class com.jme3.bullet.control.VehicleControl
-
Instantiate an enabled control with mass=1 and the specified collision
shape.
- VehicleControl(CollisionShape, float) - Constructor for class com.jme3.bullet.control.VehicleControl
-
Instantiate an enabled with the specified collision shape and mass.
- vehicles - Variable in class com.jme3.bullet.debug.BulletDebugAppState
-
map vehicles to visualizations
- VehicleWheel - Class in com.jme3.bullet.objects
-
Stores info about one wheel of a PhysicsVehicle
- VehicleWheel() - Constructor for class com.jme3.bullet.objects.VehicleWheel
-
- VehicleWheel(Spatial, Vector3f, Vector3f, Vector3f, float, float, boolean) - Constructor for class com.jme3.bullet.objects.VehicleWheel
-
- VehicleWheel(Vector3f, Vector3f, Vector3f, float, float, boolean) - Constructor for class com.jme3.bullet.objects.VehicleWheel
-
- velocity - Variable in class com.jme3.audio.AudioNode
-
- velocity - Variable in class com.jme3.bullet.control.BetterCharacterControl
-
- velocity - Variable in class com.jme3.effect.Particle
-
Particle velocity.
- velocityFromTranslation - Variable in class com.jme3.audio.AudioNode
-
- velocityVariation - Variable in class com.jme3.effect.influencers.DefaultParticleInfluencer
-
The velocity's variation of the particles.
- VerboseBuffer(IndexBuffer) - Constructor for class com.jme3.terrain.geomipmap.LODGeomap.VerboseBuffer
-
- verifyAddedToSpatial(String) - Method in class com.jme3.bullet.animation.DacLinks
-
Verify that this control is added to a Spatial.
- verifyReadyForDynamicMode(String) - Method in class com.jme3.bullet.animation.DacLinks
-
Verify that this control is ready for dynamic mode, which implies that it
is added to a Spatial.
- VERSION - Static variable in class com.jme3.export.FormatVersion
-
Version number of the format
- version - Variable in class com.jme3.scene.plugins.fbx.file.FbxFile
-
- VERSION - Static variable in class jme3test.network.TestChatServer
-
- VERSION_FULL - Static variable in class com.jme3.system.JmeVersion
-
- VERSION_NUMBER - Static variable in class com.jme3.system.JmeVersion
-
- VERSION_TAG - Static variable in class com.jme3.system.JmeVersion
-
- vertCount - Variable in class com.jme3.environment.util.BoundingSphereDebug
-
- vertCount - Variable in class com.jme3.scene.shape.Sphere
-
- Vertex() - Constructor for class com.jme3.scene.plugins.OBJLoader.Vertex
-
- vertexBase - Variable in class com.jme3.bullet.collision.shapes.GImpactCollisionShape
-
- vertexBase - Variable in class com.jme3.bullet.collision.shapes.MeshCollisionShape
-
- VertexBuffer - Class in com.jme3.scene
-
A
VertexBuffer
contains a particular type of geometry
data used by
Mesh
es.
- VertexBuffer(VertexBuffer.Type) - Constructor for class com.jme3.scene.VertexBuffer
-
Creates an empty, uninitialized buffer.
- VertexBuffer() - Constructor for class com.jme3.scene.VertexBuffer
-
Serialization only.
- VertexBuffer(int) - Constructor for class com.jme3.scene.VertexBuffer
-
- VertexBuffer.Format - Enum in com.jme3.scene
-
Specifies format of the data stored in the buffer.
- VertexBuffer.Type - Enum in com.jme3.scene
-
Type of buffer.
- VertexBuffer.Usage - Enum in com.jme3.scene
-
The usage of the VertexBuffer, specifies how often the buffer
is used.
- vertexDeclaredUniforms - Variable in class com.jme3.material.plugins.ShaderNodeLoaderDelegate
-
- vertexGlobal - Variable in class com.jme3.material.ShaderGenerationInfo
-
the global output of the vertex shader (to assign ot gl_Position)
- vertexMap - Variable in class com.jme3.scene.plugins.fbx.objects.FbxMesh
-
- vertexStride - Variable in class com.jme3.bullet.collision.shapes.GImpactCollisionShape
-
- vertexStride - Variable in class com.jme3.bullet.collision.shapes.MeshCollisionShape
-
- vertexUniforms - Variable in class com.jme3.material.ShaderGenerationInfo
-
the list of all the uniforms to declare in the vertex shader
- verticalRotation - Variable in class com.jme3.app.ChaseCameraAppState
-
- vertices - Variable in class com.jme3.effect.shapes.EmitterMeshVertexShape
-
- vertices - Variable in class com.jme3.scene.plugins.fbx.objects.FbxMesh
-
- vertices - Variable in class com.jme3.scene.plugins.IrPolygon
-
- vertIndexMap - Variable in class com.jme3.scene.plugins.OBJLoader
-
- verts - Variable in class com.jme3.scene.plugins.OBJLoader
-
- veryCloseRotation - Variable in class com.jme3.input.ChaseCamera
-
- vGyro - Variable in class com.jme3.system.jopenvr.ImuSample_t
-
C type : HmdVector3d_t
- VideoRecorderAppState - Class in com.jme3.app.state
-
A Video recording AppState that records the screen output into an AVI file with
M-JPEG content.
- VideoRecorderAppState - Class in com.jme3.app.state
-
A Video recording AppState that records the screen output into an AVI file with
M-JPEG content.
- VideoRecorderAppState() - Constructor for class com.jme3.app.state.VideoRecorderAppState
-
Using this constructor the video files will be written sequentially to the user's home directory with
a quality of 0.8 and a framerate of 30fps.
- VideoRecorderAppState(float) - Constructor for class com.jme3.app.state.VideoRecorderAppState
-
Using this constructor the video files will be written sequentially to the user's home directory.
- VideoRecorderAppState(float, int) - Constructor for class com.jme3.app.state.VideoRecorderAppState
-
Using this constructor the video files will be written sequentially to the user's home directory.
- VideoRecorderAppState(File) - Constructor for class com.jme3.app.state.VideoRecorderAppState
-
This constructor allows you to specify the output file of the video.
- VideoRecorderAppState(File, float) - Constructor for class com.jme3.app.state.VideoRecorderAppState
-
This constructor allows you to specify the output file of the video as well as the quality
- VideoRecorderAppState(File, float, int) - Constructor for class com.jme3.app.state.VideoRecorderAppState
-
This constructor allows you to specify the output file of the video as
well as the quality.
- VideoRecorderAppState.IsoTimer - Class in com.jme3.app.state
-
- view - Variable in class com.jme3.app.AndroidHarness
-
- view - Variable in class com.jme3.app.AndroidHarnessFragment
-
- view - Variable in class com.jme3.input.android.AndroidInputHandler
-
- viewDirection - Variable in class com.jme3.bullet.control.BetterCharacterControl
-
a Z-forward vector based on the view direction and the local X-Z plane.
- viewDirection - Variable in class com.jme3.bullet.control.CharacterControl
-
- viewMatrix - Variable in class com.jme3.renderer.Camera
-
Transforms world space into eye space.
- viewPort - Variable in class com.jme3.app.LegacyApplication
-
- viewPort - Variable in class com.jme3.app.state.RootNodeAppState
-
- viewPort - Variable in class com.jme3.bullet.debug.BulletDebugAppState
-
view port in which to render (not null)
- ViewPort - Class in com.jme3.renderer
-
Represents a view inside the display
window or a
FrameBuffer
to which scenes will be rendered.
- ViewPort(String, Camera) - Constructor for class com.jme3.renderer.ViewPort
-
Creates a new viewport.
- viewPort - Variable in class com.jme3.shadow.AbstractShadowFilter
-
- viewPort - Variable in class com.jme3.shadow.AbstractShadowFilterVR
-
- viewPort - Variable in class com.jme3.shadow.AbstractShadowRenderer
-
- viewPort - Variable in class com.jme3.shadow.AbstractShadowRendererVR
-
- viewPort - Variable in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
- viewport - Variable in class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_RenderInfoOpenGL
-
C type : OSVR_ViewportDescription
- viewPortBottom - Variable in class com.jme3.renderer.Camera
-
Percent value on display where vertical viewing begins for this camera.
- viewportChanged - Variable in class com.jme3.renderer.Camera
-
True if the renderer needs to update its viewport boundaries.
- viewPortLeft - Variable in class com.jme3.renderer.Camera
-
Percent value on display where horizontal viewing starts for this camera.
- viewPortRight - Variable in class com.jme3.renderer.Camera
-
Percent value on display where horizontal viewing ends for this camera.
- viewports - Variable in class com.jme3.environment.EnvironmentCamera
-
- viewPortTop - Variable in class com.jme3.renderer.Camera
-
Percent value on display where vertical viewing ends for this camera.
- viewProjectionMatrix - Variable in class com.jme3.renderer.Camera
-
Transforms world space into clip space.
- VirtualIndexBuffer - Class in com.jme3.scene.mesh
-
IndexBuffer implementation that generates vertex indices sequentially
based on a specific Mesh
Mesh.Mode
.
- VirtualIndexBuffer(int, Mesh.Mode) - Constructor for class com.jme3.scene.mesh.VirtualIndexBuffer
-
- visibility - Variable in class com.jme3.scene.plugins.fbx.node.FbxNode
-
- visible - Variable in class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_OpenGLContextParams
-
C type : OSVR_CBool
- visit(Spatial) - Method in interface com.jme3.scene.SceneGraphVisitor
-
Called when a spatial is visited in the scene graph.
- visit(Geometry) - Method in class com.jme3.scene.SceneGraphVisitorAdapter
-
- visit(Node) - Method in class com.jme3.scene.SceneGraphVisitorAdapter
-
Called when a
Node
is visited.
- visit(Spatial) - Method in class com.jme3.scene.SceneGraphVisitorAdapter
-
- VkDevice_T(Pointer) - Constructor for class com.jme3.system.jopenvr.JOpenVRLibrary.VkDevice_T
-
- VkDevice_T() - Constructor for class com.jme3.system.jopenvr.JOpenVRLibrary.VkDevice_T
-
- VkInstance_T(Pointer) - Constructor for class com.jme3.system.jopenvr.JOpenVRLibrary.VkInstance_T
-
- VkInstance_T() - Constructor for class com.jme3.system.jopenvr.JOpenVRLibrary.VkInstance_T
-
- VkPhysicalDevice_T(Pointer) - Constructor for class com.jme3.system.jopenvr.JOpenVRLibrary.VkPhysicalDevice_T
-
- VkPhysicalDevice_T() - Constructor for class com.jme3.system.jopenvr.JOpenVRLibrary.VkPhysicalDevice_T
-
- VkQueue_T(Pointer) - Constructor for class com.jme3.system.jopenvr.JOpenVRLibrary.VkQueue_T
-
- VkQueue_T() - Constructor for class com.jme3.system.jopenvr.JOpenVRLibrary.VkQueue_T
-
- vMax - Variable in class com.jme3.system.jopenvr.VRTextureBounds_t
-
- vMin - Variable in class com.jme3.system.jopenvr.VRTextureBounds_t
-
- vNormal - Variable in class com.jme3.system.jopenvr.RenderModel_Vertex_t
-
C type : HmdVector3_t
- vNormal - Variable in class com.jme3.system.jopenvr.VROverlayIntersectionResults_t
-
C type : HmdVector3_t
- vOffset - Variable in class com.jme3.system.jopenvr.Compositor_OverlaySettings
-
- VoidFunction<T> - Interface in com.jme3.util.functional
-
- volume - Variable in class com.jme3.audio.AudioNode
-
- volume - Variable in class com.jme3.audio.LowPassFilter
-
- vp - Variable in class com.jme3.niftygui.NiftyJmeDisplay
-
- vp - Variable in class com.jme3.water.SimpleWaterProcessor
-
- vPoint - Variable in class com.jme3.system.jopenvr.VROverlayIntersectionResults_t
-
C type : HmdVector3_t
- vPosition - Variable in class com.jme3.system.jopenvr.RenderModel_Vertex_t
-
C type : HmdVector3_t
- vpStep(VpStep, ViewPort, RenderQueue.Bucket) - Method in class com.jme3.app.BasicProfiler
-
- vpStep(VpStep, ViewPort, RenderQueue.Bucket) - Method in class com.jme3.app.DefaultAndroidProfiler
-
- vpStep(VpStep, ViewPort, RenderQueue.Bucket) - Method in class com.jme3.app.DetailedProfiler
-
- vpStep(VpStep, ViewPort, RenderQueue.Bucket) - Method in interface com.jme3.profile.AppProfiler
-
Called at the beginning of the specified VpStep during
the rendering of the specified ViewPort.
- VpStep - Enum in com.jme3.profile
-
Indicates a ViewPort-level step within the profiled
frame.
- VR_GetGenericInterface(Pointer, IntByReference) - Static method in class com.jme3.system.jopenvr.JOpenVRLibrary
-
- VR_GetGenericInterface(String, IntByReference) - Static method in class com.jme3.system.jopenvr.JOpenVRLibrary
-
Original signature : intptr_t VR_GetGenericInterface(const char*, EVRInitError*)
native declaration : headers\openvr_capi.h:2384
- VR_GetVRInitErrorAsEnglishDescription(int) - Static method in class com.jme3.system.jopenvr.JOpenVRLibrary
-
Original signature : char* VR_GetVRInitErrorAsEnglishDescription(EVRInitError)
native declaration : headers\openvr_capi.h:2390
- VR_GetVRInitErrorAsSymbol(int) - Static method in class com.jme3.system.jopenvr.JOpenVRLibrary
-
Original signature : char* VR_GetVRInitErrorAsSymbol(EVRInitError)
native declaration : headers\openvr_capi.h:2388
- VR_InitInternal(IntByReference, int) - Static method in class com.jme3.system.jopenvr.JOpenVRLibrary
-
- VR_InitInternal(IntBuffer, int) - Static method in class com.jme3.system.jopenvr.JOpenVRLibrary
-
Global entry points
Original signature : intptr_t VR_InitInternal(EVRInitError*, EVRApplicationType)
native declaration : headers\openvr_capi.h:2378
- VR_IsHmdPresent() - Static method in class com.jme3.system.jopenvr.JOpenVRLibrary
-
Original signature : bool VR_IsHmdPresent()
native declaration : headers\openvr_capi.h:2382
- VR_IsRuntimeInstalled() - Static method in class com.jme3.system.jopenvr.JOpenVRLibrary
-
Original signature : bool VR_IsRuntimeInstalled()
native declaration : headers\openvr_capi.h:2386
- VR_IVRApplications_FnTable - Class in com.jme3.system.jopenvr
-
- VR_IVRApplications_FnTable() - Constructor for class com.jme3.system.jopenvr.VR_IVRApplications_FnTable
-
- VR_IVRApplications_FnTable(Pointer) - Constructor for class com.jme3.system.jopenvr.VR_IVRApplications_FnTable
-
- VR_IVRApplications_FnTable.AddApplicationManifest_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1866
- VR_IVRApplications_FnTable.ByReference - Class in com.jme3.system.jopenvr
-
- VR_IVRApplications_FnTable.ByValue - Class in com.jme3.system.jopenvr
-
- VR_IVRApplications_FnTable.CancelApplicationLaunch_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1876
- VR_IVRApplications_FnTable.GetApplicationAutoLaunch_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1884
- VR_IVRApplications_FnTable.GetApplicationCount_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1869
- VR_IVRApplications_FnTable.GetApplicationKeyByIndex_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1870
- VR_IVRApplications_FnTable.GetApplicationKeyByProcessId_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1871
- VR_IVRApplications_FnTable.GetApplicationLaunchArguments_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1889
- VR_IVRApplications_FnTable.GetApplicationProcessId_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1878
- VR_IVRApplications_FnTable.GetApplicationPropertyBool_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1881
- VR_IVRApplications_FnTable.GetApplicationPropertyString_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1880
- VR_IVRApplications_FnTable.GetApplicationPropertyUint64_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1882
- VR_IVRApplications_FnTable.GetApplicationsErrorNameFromEnum_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1879
- VR_IVRApplications_FnTable.GetApplicationsThatSupportMimeType_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1888
- VR_IVRApplications_FnTable.GetApplicationsTransitionStateNameFromEnum_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1893
- VR_IVRApplications_FnTable.GetApplicationSupportedMimeTypes_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1887
- VR_IVRApplications_FnTable.GetCurrentSceneProcessId_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1896
- VR_IVRApplications_FnTable.GetDefaultApplicationForMimeType_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1886
- VR_IVRApplications_FnTable.GetStartingApplication_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1890
- VR_IVRApplications_FnTable.GetTransitionState_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1891
- VR_IVRApplications_FnTable.IdentifyApplication_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1877
- VR_IVRApplications_FnTable.IsApplicationInstalled_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1868
- VR_IVRApplications_FnTable.IsQuitUserPromptRequested_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1894
- VR_IVRApplications_FnTable.LaunchApplication_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1872
- VR_IVRApplications_FnTable.LaunchApplicationFromMimeType_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1874
- VR_IVRApplications_FnTable.LaunchDashboardOverlay_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1875
- VR_IVRApplications_FnTable.LaunchInternalProcess_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1895
- VR_IVRApplications_FnTable.LaunchTemplateApplication_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1873
- VR_IVRApplications_FnTable.PerformApplicationPrelaunchCheck_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1892
- VR_IVRApplications_FnTable.RemoveApplicationManifest_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1867
- VR_IVRApplications_FnTable.SetApplicationAutoLaunch_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1883
- VR_IVRApplications_FnTable.SetDefaultApplicationForMimeType_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1885
- VR_IVRChaperone_FnTable - Class in com.jme3.system.jopenvr
-
- VR_IVRChaperone_FnTable() - Constructor for class com.jme3.system.jopenvr.VR_IVRChaperone_FnTable
-
- VR_IVRChaperone_FnTable(VR_IVRChaperone_FnTable.GetCalibrationState_callback, VR_IVRChaperone_FnTable.GetPlayAreaSize_callback, VR_IVRChaperone_FnTable.GetPlayAreaRect_callback, VR_IVRChaperone_FnTable.ReloadInfo_callback, VR_IVRChaperone_FnTable.SetSceneColor_callback, VR_IVRChaperone_FnTable.GetBoundsColor_callback, VR_IVRChaperone_FnTable.AreBoundsVisible_callback, VR_IVRChaperone_FnTable.ForceBoundsVisible_callback) - Constructor for class com.jme3.system.jopenvr.VR_IVRChaperone_FnTable
-
- VR_IVRChaperone_FnTable(Pointer) - Constructor for class com.jme3.system.jopenvr.VR_IVRChaperone_FnTable
-
- VR_IVRChaperone_FnTable.AreBoundsVisible_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1913
- VR_IVRChaperone_FnTable.ByReference - Class in com.jme3.system.jopenvr
-
- VR_IVRChaperone_FnTable.ByValue - Class in com.jme3.system.jopenvr
-
- VR_IVRChaperone_FnTable.ForceBoundsVisible_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1914
- VR_IVRChaperone_FnTable.GetBoundsColor_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1912
- VR_IVRChaperone_FnTable.GetCalibrationState_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1907
- VR_IVRChaperone_FnTable.GetPlayAreaRect_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1909
- VR_IVRChaperone_FnTable.GetPlayAreaSize_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1908
- VR_IVRChaperone_FnTable.ReloadInfo_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1910
- VR_IVRChaperone_FnTable.SetSceneColor_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1911
- VR_IVRChaperoneSetup_FnTable - Class in com.jme3.system.jopenvr
-
- VR_IVRChaperoneSetup_FnTable() - Constructor for class com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable
-
- VR_IVRChaperoneSetup_FnTable(Pointer) - Constructor for class com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable
-
- VR_IVRChaperoneSetup_FnTable.ByReference - Class in com.jme3.system.jopenvr
-
- VR_IVRChaperoneSetup_FnTable.ByValue - Class in com.jme3.system.jopenvr
-
- VR_IVRChaperoneSetup_FnTable.CommitWorkingCopy_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1937
- VR_IVRChaperoneSetup_FnTable.ExportLiveToBuffer_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1955
- VR_IVRChaperoneSetup_FnTable.GetLiveCollisionBoundsInfo_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1942
- VR_IVRChaperoneSetup_FnTable.GetLiveCollisionBoundsTagsInfo_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1952
- VR_IVRChaperoneSetup_FnTable.GetLivePhysicalBoundsInfo_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1954
- VR_IVRChaperoneSetup_FnTable.GetLiveSeatedZeroPoseToRawTrackingPose_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1950
- VR_IVRChaperoneSetup_FnTable.GetWorkingCollisionBoundsInfo_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1941
- VR_IVRChaperoneSetup_FnTable.GetWorkingPlayAreaRect_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1940
- VR_IVRChaperoneSetup_FnTable.GetWorkingPlayAreaSize_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1939
- VR_IVRChaperoneSetup_FnTable.GetWorkingSeatedZeroPoseToRawTrackingPose_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1943
- VR_IVRChaperoneSetup_FnTable.GetWorkingStandingZeroPoseToRawTrackingPose_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1944
- VR_IVRChaperoneSetup_FnTable.ImportFromBufferToWorking_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1956
- VR_IVRChaperoneSetup_FnTable.ReloadFromDisk_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1949
- VR_IVRChaperoneSetup_FnTable.RevertWorkingCopy_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1938
- VR_IVRChaperoneSetup_FnTable.SetWorkingCollisionBoundsInfo_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1946
- VR_IVRChaperoneSetup_FnTable.SetWorkingCollisionBoundsTagsInfo_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1951
- VR_IVRChaperoneSetup_FnTable.SetWorkingPhysicalBoundsInfo_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1953
- VR_IVRChaperoneSetup_FnTable.SetWorkingPlayAreaSize_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1945
- VR_IVRChaperoneSetup_FnTable.SetWorkingSeatedZeroPoseToRawTrackingPose_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1947
- VR_IVRChaperoneSetup_FnTable.SetWorkingStandingZeroPoseToRawTrackingPose_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1948
- VR_IVRCompositor_FnTable - Class in com.jme3.system.jopenvr
-
- VR_IVRCompositor_FnTable() - Constructor for class com.jme3.system.jopenvr.VR_IVRCompositor_FnTable
-
- VR_IVRCompositor_FnTable(Pointer) - Constructor for class com.jme3.system.jopenvr.VR_IVRCompositor_FnTable
-
- VR_IVRCompositor_FnTable.ByReference - Class in com.jme3.system.jopenvr
-
- VR_IVRCompositor_FnTable.ByValue - Class in com.jme3.system.jopenvr
-
- VR_IVRCompositor_FnTable.CanRenderScene_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2026
- VR_IVRCompositor_FnTable.ClearLastSubmittedFrame_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2008
- VR_IVRCompositor_FnTable.ClearSkyboxOverride_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2019
- VR_IVRCompositor_FnTable.CompositorBringToFront_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2020
- VR_IVRCompositor_FnTable.CompositorDumpImages_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2030
- VR_IVRCompositor_FnTable.CompositorGoToBack_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2021
- VR_IVRCompositor_FnTable.CompositorQuit_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2022
- VR_IVRCompositor_FnTable.FadeGrid_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2016
- VR_IVRCompositor_FnTable.FadeToColor_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2014
- VR_IVRCompositor_FnTable.ForceInterleavedReprojectionOn_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2032
- VR_IVRCompositor_FnTable.ForceReconnectProcess_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2033
- VR_IVRCompositor_FnTable.GetCumulativeStats_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2013
- VR_IVRCompositor_FnTable.GetCurrentFadeColor_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2015
- VR_IVRCompositor_FnTable.GetCurrentGridAlpha_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2017
- VR_IVRCompositor_FnTable.GetCurrentSceneFocusProcess_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2024
- VR_IVRCompositor_FnTable.GetFrameTimeRemaining_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2012
- VR_IVRCompositor_FnTable.GetFrameTiming_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2010
- VR_IVRCompositor_FnTable.GetFrameTimings_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2011
- VR_IVRCompositor_FnTable.GetLastFrameRenderer_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2025
- VR_IVRCompositor_FnTable.GetLastPoseForTrackedDeviceIndex_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2006
- VR_IVRCompositor_FnTable.GetLastPoses_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2005
- VR_IVRCompositor_FnTable.GetMirrorTextureD3D11_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2035
- VR_IVRCompositor_FnTable.GetMirrorTextureGL_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2037
- VR_IVRCompositor_FnTable.GetTrackingSpace_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2003
- VR_IVRCompositor_FnTable.GetVulkanDeviceExtensionsRequired_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2042
- VR_IVRCompositor_FnTable.GetVulkanInstanceExtensionsRequired_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2041
- VR_IVRCompositor_FnTable.HideMirrorWindow_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2028
- VR_IVRCompositor_FnTable.IsFullscreen_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2023
- VR_IVRCompositor_FnTable.IsMirrorWindowVisible_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2029
- VR_IVRCompositor_FnTable.LockGLSharedTextureForAccess_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2039
- VR_IVRCompositor_FnTable.PostPresentHandoff_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2009
- VR_IVRCompositor_FnTable.ReleaseMirrorTextureD3D11_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2036
- VR_IVRCompositor_FnTable.ReleaseSharedGLTexture_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2038
- VR_IVRCompositor_FnTable.SetExplicitTimingMode_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2043
- VR_IVRCompositor_FnTable.SetSkyboxOverride_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2018
- VR_IVRCompositor_FnTable.SetTrackingSpace_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2002
- VR_IVRCompositor_FnTable.ShouldAppRenderWithLowResources_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2031
- VR_IVRCompositor_FnTable.ShowMirrorWindow_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2027
- VR_IVRCompositor_FnTable.Submit_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2007
- VR_IVRCompositor_FnTable.SubmitExplicitTimingData_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2044
- VR_IVRCompositor_FnTable.SuspendRendering_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2034
- VR_IVRCompositor_FnTable.UnlockGLSharedTextureForAccess_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2040
- VR_IVRCompositor_FnTable.WaitGetPoses_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2004
- VR_IVRDriverManager_FnTable - Class in com.jme3.system.jopenvr
-
- VR_IVRDriverManager_FnTable() - Constructor for class com.jme3.system.jopenvr.VR_IVRDriverManager_FnTable
-
- VR_IVRDriverManager_FnTable(VR_IVRDriverManager_FnTable.GetDriverCount_callback, VR_IVRDriverManager_FnTable.GetDriverName_callback, VR_IVRDriverManager_FnTable.GetDriverHandle_callback) - Constructor for class com.jme3.system.jopenvr.VR_IVRDriverManager_FnTable
-
- VR_IVRDriverManager_FnTable(Pointer) - Constructor for class com.jme3.system.jopenvr.VR_IVRDriverManager_FnTable
-
- VR_IVRDriverManager_FnTable.ByReference - Class in com.jme3.system.jopenvr
-
- VR_IVRDriverManager_FnTable.ByValue - Class in com.jme3.system.jopenvr
-
- VR_IVRDriverManager_FnTable.GetDriverCount_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2310
- VR_IVRDriverManager_FnTable.GetDriverHandle_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2312
- VR_IVRDriverManager_FnTable.GetDriverName_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2311
- VR_IVRExtendedDisplay_FnTable - Class in com.jme3.system.jopenvr
-
- VR_IVRExtendedDisplay_FnTable() - Constructor for class com.jme3.system.jopenvr.VR_IVRExtendedDisplay_FnTable
-
- VR_IVRExtendedDisplay_FnTable(VR_IVRExtendedDisplay_FnTable.GetWindowBounds_callback, VR_IVRExtendedDisplay_FnTable.GetEyeOutputViewport_callback, VR_IVRExtendedDisplay_FnTable.GetDXGIOutputInfo_callback) - Constructor for class com.jme3.system.jopenvr.VR_IVRExtendedDisplay_FnTable
-
- VR_IVRExtendedDisplay_FnTable(Pointer) - Constructor for class com.jme3.system.jopenvr.VR_IVRExtendedDisplay_FnTable
-
- VR_IVRExtendedDisplay_FnTable.ByReference - Class in com.jme3.system.jopenvr
-
- VR_IVRExtendedDisplay_FnTable.ByValue - Class in com.jme3.system.jopenvr
-
- VR_IVRExtendedDisplay_FnTable.GetDXGIOutputInfo_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1806
- VR_IVRExtendedDisplay_FnTable.GetEyeOutputViewport_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1805
- VR_IVRExtendedDisplay_FnTable.GetWindowBounds_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1804
- VR_IVRInput_FnTable - Class in com.jme3.system.jopenvr
-
- VR_IVRInput_FnTable() - Constructor for class com.jme3.system.jopenvr.VR_IVRInput_FnTable
-
- VR_IVRInput_FnTable(Pointer) - Constructor for class com.jme3.system.jopenvr.VR_IVRInput_FnTable
-
- VR_IVRInput_FnTable.ByReference - Class in com.jme3.system.jopenvr
-
- VR_IVRInput_FnTable.ByValue - Class in com.jme3.system.jopenvr
-
- VR_IVRInput_FnTable.DecompressSkeletalBoneData_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2344
- VR_IVRInput_FnTable.GetActionHandle_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2335
- VR_IVRInput_FnTable.GetActionOrigins_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2346
- VR_IVRInput_FnTable.GetActionSetHandle_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2334
- VR_IVRInput_FnTable.GetAnalogActionData_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2339
- VR_IVRInput_FnTable.GetDigitalActionData_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2338
- VR_IVRInput_FnTable.GetInputSourceHandle_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2336
- VR_IVRInput_FnTable.GetOriginLocalizedName_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2347
- VR_IVRInput_FnTable.GetOriginTrackedDeviceInfo_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2348
- VR_IVRInput_FnTable.GetPoseActionData_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2340
- VR_IVRInput_FnTable.GetSkeletalActionData_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2341
- VR_IVRInput_FnTable.GetSkeletalBoneData_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2342
- VR_IVRInput_FnTable.GetSkeletalBoneDataCompressed_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2343
- VR_IVRInput_FnTable.SetActionManifestPath_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2333
- VR_IVRInput_FnTable.ShowActionOrigins_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2349
- VR_IVRInput_FnTable.ShowBindingsForActionSet_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2350
- VR_IVRInput_FnTable.TriggerHapticVibrationAction_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2345
- VR_IVRInput_FnTable.UpdateActionState_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2337
- VR_IVRIOBuffer_FnTable - Class in com.jme3.system.jopenvr
-
- VR_IVRIOBuffer_FnTable() - Constructor for class com.jme3.system.jopenvr.VR_IVRIOBuffer_FnTable
-
- VR_IVRIOBuffer_FnTable(VR_IVRIOBuffer_FnTable.Open_callback, VR_IVRIOBuffer_FnTable.Close_callback, VR_IVRIOBuffer_FnTable.Read_callback, VR_IVRIOBuffer_FnTable.Write_callback, VR_IVRIOBuffer_FnTable.PropertyContainer_callback) - Constructor for class com.jme3.system.jopenvr.VR_IVRIOBuffer_FnTable
-
- VR_IVRIOBuffer_FnTable(Pointer) - Constructor for class com.jme3.system.jopenvr.VR_IVRIOBuffer_FnTable
-
- VR_IVRIOBuffer_FnTable.ByReference - Class in com.jme3.system.jopenvr
-
- VR_IVRIOBuffer_FnTable.ByValue - Class in com.jme3.system.jopenvr
-
- VR_IVRIOBuffer_FnTable.Close_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2359
- VR_IVRIOBuffer_FnTable.Open_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2358
- VR_IVRIOBuffer_FnTable.PropertyContainer_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2362
- VR_IVRIOBuffer_FnTable.Read_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2360
- VR_IVRIOBuffer_FnTable.Write_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2361
- VR_IVRNotifications_FnTable - Class in com.jme3.system.jopenvr
-
- VR_IVRNotifications_FnTable() - Constructor for class com.jme3.system.jopenvr.VR_IVRNotifications_FnTable
-
- VR_IVRNotifications_FnTable(VR_IVRNotifications_FnTable.CreateNotification_callback, VR_IVRNotifications_FnTable.RemoveNotification_callback) - Constructor for class com.jme3.system.jopenvr.VR_IVRNotifications_FnTable
-
- VR_IVRNotifications_FnTable(Pointer) - Constructor for class com.jme3.system.jopenvr.VR_IVRNotifications_FnTable
-
- VR_IVRNotifications_FnTable.ByReference - Class in com.jme3.system.jopenvr
-
- VR_IVRNotifications_FnTable.ByValue - Class in com.jme3.system.jopenvr
-
- VR_IVRNotifications_FnTable.CreateNotification_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2255
- VR_IVRNotifications_FnTable.RemoveNotification_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2256
- VR_IVROverlay_FnTable - Class in com.jme3.system.jopenvr
-
- VR_IVROverlay_FnTable() - Constructor for class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
- VR_IVROverlay_FnTable(Pointer) - Constructor for class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
- VR_IVROverlay_FnTable.ByReference - Class in com.jme3.system.jopenvr
-
- VR_IVROverlay_FnTable.ByValue - Class in com.jme3.system.jopenvr
-
- VR_IVROverlay_FnTable.ClearOverlayTexture_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2188
- VR_IVROverlay_FnTable.CloseMessageOverlay_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2210
- VR_IVROverlay_FnTable.ComputeOverlayIntersection_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2179
- VR_IVROverlay_FnTable.CreateDashboardOverlay_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2194
- VR_IVROverlay_FnTable.CreateOverlay_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2130
- VR_IVROverlay_FnTable.DestroyOverlay_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2131
- VR_IVROverlay_FnTable.FindOverlay_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2129
- VR_IVROverlay_FnTable.GetDashboardOverlaySceneProcess_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2198
- VR_IVROverlay_FnTable.GetGamepadFocusOverlay_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2181
- VR_IVROverlay_FnTable.GetHighQualityOverlay_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2133
- VR_IVROverlay_FnTable.GetKeyboardText_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2203
- VR_IVROverlay_FnTable.GetOverlayAlpha_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2146
- VR_IVROverlay_FnTable.GetOverlayAutoCurveDistanceRangeInMeters_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2154
- VR_IVROverlay_FnTable.GetOverlayColor_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2144
- VR_IVROverlay_FnTable.GetOverlayDualAnalogTransform_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2186
- VR_IVROverlay_FnTable.GetOverlayErrorNameFromEnum_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2138
- VR_IVROverlay_FnTable.GetOverlayFlag_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2142
- VR_IVROverlay_FnTable.GetOverlayFlags_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2208
- VR_IVROverlay_FnTable.GetOverlayImageData_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2137
- VR_IVROverlay_FnTable.GetOverlayInputMethod_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2175
- VR_IVROverlay_FnTable.GetOverlayKey_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2134
- VR_IVROverlay_FnTable.GetOverlayMouseScale_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2177
- VR_IVROverlay_FnTable.GetOverlayName_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2135
- VR_IVROverlay_FnTable.GetOverlayRenderingPid_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2140
- VR_IVROverlay_FnTable.GetOverlayRenderModel_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2159
- VR_IVROverlay_FnTable.GetOverlaySortOrder_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2150
- VR_IVROverlay_FnTable.GetOverlayTexelAspect_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2148
- VR_IVROverlay_FnTable.GetOverlayTexture_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2191
- VR_IVROverlay_FnTable.GetOverlayTextureBounds_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2158
- VR_IVROverlay_FnTable.GetOverlayTextureColorSpace_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2156
- VR_IVROverlay_FnTable.GetOverlayTextureSize_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2193
- VR_IVROverlay_FnTable.GetOverlayTransformAbsolute_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2163
- VR_IVROverlay_FnTable.GetOverlayTransformOverlayRelative_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2168
- VR_IVROverlay_FnTable.GetOverlayTransformTrackedDeviceComponent_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2167
- VR_IVROverlay_FnTable.GetOverlayTransformTrackedDeviceRelative_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2165
- VR_IVROverlay_FnTable.GetOverlayTransformType_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2161
- VR_IVROverlay_FnTable.GetOverlayWidthInMeters_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2152
- VR_IVROverlay_FnTable.GetPrimaryDashboardDevice_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2200
- VR_IVROverlay_FnTable.GetTransformForOverlayCoordinates_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2173
- VR_IVROverlay_FnTable.HideKeyboard_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2204
- VR_IVROverlay_FnTable.HideOverlay_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2171
- VR_IVROverlay_FnTable.IsActiveDashboardOverlay_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2196
- VR_IVROverlay_FnTable.IsDashboardVisible_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2195
- VR_IVROverlay_FnTable.IsHoverTargetOverlay_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2180
- VR_IVROverlay_FnTable.IsOverlayVisible_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2172
- VR_IVROverlay_FnTable.MoveGamepadFocusToNeighbor_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2184
- VR_IVROverlay_FnTable.PollNextOverlayEvent_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2174
- VR_IVROverlay_FnTable.ReleaseNativeOverlayHandle_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2192
- VR_IVROverlay_FnTable.SetDashboardOverlaySceneProcess_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2197
- VR_IVROverlay_FnTable.SetGamepadFocusOverlay_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2182
- VR_IVROverlay_FnTable.SetHighQualityOverlay_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2132
- VR_IVROverlay_FnTable.SetKeyboardPositionForOverlay_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2206
- VR_IVROverlay_FnTable.SetKeyboardTransformAbsolute_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2205
- VR_IVROverlay_FnTable.SetOverlayAlpha_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2145
- VR_IVROverlay_FnTable.SetOverlayAutoCurveDistanceRangeInMeters_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2153
- VR_IVROverlay_FnTable.SetOverlayColor_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2143
- VR_IVROverlay_FnTable.SetOverlayDualAnalogTransform_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2185
- VR_IVROverlay_FnTable.SetOverlayFlag_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2141
- VR_IVROverlay_FnTable.SetOverlayFromFile_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2190
- VR_IVROverlay_FnTable.SetOverlayInputMethod_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2176
- VR_IVROverlay_FnTable.SetOverlayIntersectionMask_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2207
- VR_IVROverlay_FnTable.SetOverlayMouseScale_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2178
- VR_IVROverlay_FnTable.SetOverlayName_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2136
- VR_IVROverlay_FnTable.SetOverlayNeighbor_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2183
- VR_IVROverlay_FnTable.SetOverlayRaw_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2189
- VR_IVROverlay_FnTable.SetOverlayRenderingPid_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2139
- VR_IVROverlay_FnTable.SetOverlayRenderModel_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2160
- VR_IVROverlay_FnTable.SetOverlaySortOrder_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2149
- VR_IVROverlay_FnTable.SetOverlayTexelAspect_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2147
- VR_IVROverlay_FnTable.SetOverlayTexture_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2187
- VR_IVROverlay_FnTable.SetOverlayTextureBounds_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2157
- VR_IVROverlay_FnTable.SetOverlayTextureColorSpace_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2155
- VR_IVROverlay_FnTable.SetOverlayTransformAbsolute_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2162
- VR_IVROverlay_FnTable.SetOverlayTransformOverlayRelative_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2169
- VR_IVROverlay_FnTable.SetOverlayTransformTrackedDeviceComponent_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2166
- VR_IVROverlay_FnTable.SetOverlayTransformTrackedDeviceRelative_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2164
- VR_IVROverlay_FnTable.SetOverlayWidthInMeters_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2151
- VR_IVROverlay_FnTable.ShowDashboard_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2199
- VR_IVROverlay_FnTable.ShowKeyboard_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2201
- VR_IVROverlay_FnTable.ShowKeyboardForOverlay_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2202
- VR_IVROverlay_FnTable.ShowMessageOverlay_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2209
- VR_IVROverlay_FnTable.ShowOverlay_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2170
- VR_IVRRenderModels_FnTable - Class in com.jme3.system.jopenvr
-
- VR_IVRRenderModels_FnTable() - Constructor for class com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable
-
- VR_IVRRenderModels_FnTable(Pointer) - Constructor for class com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable
-
- VR_IVRRenderModels_FnTable.ByReference - Class in com.jme3.system.jopenvr
-
- VR_IVRRenderModels_FnTable.ByValue - Class in com.jme3.system.jopenvr
-
- VR_IVRRenderModels_FnTable.FreeRenderModel_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2233
- VR_IVRRenderModels_FnTable.FreeTexture_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2235
- VR_IVRRenderModels_FnTable.FreeTextureD3D11_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2238
- VR_IVRRenderModels_FnTable.GetComponentButtonMask_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2243
- VR_IVRRenderModels_FnTable.GetComponentCount_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2241
- VR_IVRRenderModels_FnTable.GetComponentName_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2242
- VR_IVRRenderModels_FnTable.GetComponentRenderModelName_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2244
- VR_IVRRenderModels_FnTable.GetComponentState_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2246
- VR_IVRRenderModels_FnTable.GetComponentStateForDevicePath_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2245
- VR_IVRRenderModels_FnTable.GetRenderModelCount_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2240
- VR_IVRRenderModels_FnTable.GetRenderModelErrorNameFromEnum_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2250
- VR_IVRRenderModels_FnTable.GetRenderModelName_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2239
- VR_IVRRenderModels_FnTable.GetRenderModelOriginalPath_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2249
- VR_IVRRenderModels_FnTable.GetRenderModelThumbnailURL_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2248
- VR_IVRRenderModels_FnTable.LoadIntoTextureD3D11_Async_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2237
- VR_IVRRenderModels_FnTable.LoadRenderModel_Async_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2232
- VR_IVRRenderModels_FnTable.LoadTexture_Async_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2234
- VR_IVRRenderModels_FnTable.LoadTextureD3D11_Async_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2236
- VR_IVRRenderModels_FnTable.RenderModelHasComponent_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2247
- VR_IVRResources_FnTable - Class in com.jme3.system.jopenvr
-
- VR_IVRResources_FnTable() - Constructor for class com.jme3.system.jopenvr.VR_IVRResources_FnTable
-
- VR_IVRResources_FnTable(VR_IVRResources_FnTable.LoadSharedResource_callback, VR_IVRResources_FnTable.GetResourceFullPath_callback) - Constructor for class com.jme3.system.jopenvr.VR_IVRResources_FnTable
-
- VR_IVRResources_FnTable(Pointer) - Constructor for class com.jme3.system.jopenvr.VR_IVRResources_FnTable
-
- VR_IVRResources_FnTable.ByReference - Class in com.jme3.system.jopenvr
-
- VR_IVRResources_FnTable.ByValue - Class in com.jme3.system.jopenvr
-
- VR_IVRResources_FnTable.GetResourceFullPath_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2304
- VR_IVRResources_FnTable.LoadSharedResource_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2303
- VR_IVRScreenshots_FnTable - Class in com.jme3.system.jopenvr
-
- VR_IVRScreenshots_FnTable() - Constructor for class com.jme3.system.jopenvr.VR_IVRScreenshots_FnTable
-
- VR_IVRScreenshots_FnTable(VR_IVRScreenshots_FnTable.RequestScreenshot_callback, VR_IVRScreenshots_FnTable.HookScreenshot_callback, VR_IVRScreenshots_FnTable.GetScreenshotPropertyType_callback, VR_IVRScreenshots_FnTable.GetScreenshotPropertyFilename_callback, VR_IVRScreenshots_FnTable.UpdateScreenshotProgress_callback, VR_IVRScreenshots_FnTable.TakeStereoScreenshot_callback, VR_IVRScreenshots_FnTable.SubmitScreenshot_callback) - Constructor for class com.jme3.system.jopenvr.VR_IVRScreenshots_FnTable
-
- VR_IVRScreenshots_FnTable(Pointer) - Constructor for class com.jme3.system.jopenvr.VR_IVRScreenshots_FnTable
-
- VR_IVRScreenshots_FnTable.ByReference - Class in com.jme3.system.jopenvr
-
- VR_IVRScreenshots_FnTable.ByValue - Class in com.jme3.system.jopenvr
-
- VR_IVRScreenshots_FnTable.GetScreenshotPropertyFilename_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2295
- VR_IVRScreenshots_FnTable.GetScreenshotPropertyType_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2294
- VR_IVRScreenshots_FnTable.HookScreenshot_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2293
- VR_IVRScreenshots_FnTable.RequestScreenshot_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2292
- VR_IVRScreenshots_FnTable.SubmitScreenshot_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2298
- VR_IVRScreenshots_FnTable.TakeStereoScreenshot_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2297
- VR_IVRScreenshots_FnTable.UpdateScreenshotProgress_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2296
- VR_IVRSettings_FnTable - Class in com.jme3.system.jopenvr
-
- VR_IVRSettings_FnTable() - Constructor for class com.jme3.system.jopenvr.VR_IVRSettings_FnTable
-
- VR_IVRSettings_FnTable(Pointer) - Constructor for class com.jme3.system.jopenvr.VR_IVRSettings_FnTable
-
- VR_IVRSettings_FnTable.ByReference - Class in com.jme3.system.jopenvr
-
- VR_IVRSettings_FnTable.ByValue - Class in com.jme3.system.jopenvr
-
- VR_IVRSettings_FnTable.GetBool_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2277
- VR_IVRSettings_FnTable.GetFloat_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2279
- VR_IVRSettings_FnTable.GetInt32_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2278
- VR_IVRSettings_FnTable.GetSettingsErrorNameFromEnum_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2271
- VR_IVRSettings_FnTable.GetString_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2280
- VR_IVRSettings_FnTable.RemoveKeyInSection_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2282
- VR_IVRSettings_FnTable.RemoveSection_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2281
- VR_IVRSettings_FnTable.SetBool_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2273
- VR_IVRSettings_FnTable.SetFloat_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2275
- VR_IVRSettings_FnTable.SetInt32_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2274
- VR_IVRSettings_FnTable.SetString_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2276
- VR_IVRSettings_FnTable.Sync_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2272
- VR_IVRSpatialAnchors_FnTable - Class in com.jme3.system.jopenvr
-
- VR_IVRSpatialAnchors_FnTable() - Constructor for class com.jme3.system.jopenvr.VR_IVRSpatialAnchors_FnTable
-
- VR_IVRSpatialAnchors_FnTable(VR_IVRSpatialAnchors_FnTable.CreateSpatialAnchorFromDescriptor_callback, VR_IVRSpatialAnchors_FnTable.CreateSpatialAnchorFromPose_callback, VR_IVRSpatialAnchors_FnTable.GetSpatialAnchorPose_callback, VR_IVRSpatialAnchors_FnTable.GetSpatialAnchorDescriptor_callback) - Constructor for class com.jme3.system.jopenvr.VR_IVRSpatialAnchors_FnTable
-
- VR_IVRSpatialAnchors_FnTable(Pointer) - Constructor for class com.jme3.system.jopenvr.VR_IVRSpatialAnchors_FnTable
-
- VR_IVRSpatialAnchors_FnTable.ByReference - Class in com.jme3.system.jopenvr
-
- VR_IVRSpatialAnchors_FnTable.ByValue - Class in com.jme3.system.jopenvr
-
- VR_IVRSpatialAnchors_FnTable.CreateSpatialAnchorFromDescriptor_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2369
- VR_IVRSpatialAnchors_FnTable.CreateSpatialAnchorFromPose_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2370
- VR_IVRSpatialAnchors_FnTable.GetSpatialAnchorDescriptor_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2372
- VR_IVRSpatialAnchors_FnTable.GetSpatialAnchorPose_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:2371
- VR_IVRSystem_FnTable - Class in com.jme3.system.jopenvr
-
- VR_IVRSystem_FnTable() - Constructor for class com.jme3.system.jopenvr.VR_IVRSystem_FnTable
-
- VR_IVRSystem_FnTable(Pointer) - Constructor for class com.jme3.system.jopenvr.VR_IVRSystem_FnTable
-
- VR_IVRSystem_FnTable.AcknowledgeQuit_Exiting_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1797
- VR_IVRSystem_FnTable.AcknowledgeQuit_UserPrompt_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1798
- VR_IVRSystem_FnTable.ApplyTransform_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1769
- VR_IVRSystem_FnTable.ByReference - Class in com.jme3.system.jopenvr
-
- VR_IVRSystem_FnTable.ByValue - Class in com.jme3.system.jopenvr
-
- VR_IVRSystem_FnTable.ComputeDistortion_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1755
- VR_IVRSystem_FnTable.DriverDebugRequest_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1795
- VR_IVRSystem_FnTable.GetArrayTrackedDeviceProperty_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1779
- VR_IVRSystem_FnTable.GetBoolTrackedDeviceProperty_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1774
- VR_IVRSystem_FnTable.GetButtonIdNameFromEnum_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1789
- VR_IVRSystem_FnTable.GetControllerAxisTypeNameFromEnum_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1790
- VR_IVRSystem_FnTable.GetControllerRoleForTrackedDeviceIndex_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1771
- VR_IVRSystem_FnTable.GetControllerState_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1786
- VR_IVRSystem_FnTable.GetControllerStateWithPose_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1787
- VR_IVRSystem_FnTable.GetD3D9AdapterIndex_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1758
- VR_IVRSystem_FnTable.GetDeviceToAbsoluteTrackingPose_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1763
- VR_IVRSystem_FnTable.GetDXGIOutputInfo_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1759
- VR_IVRSystem_FnTable.GetEventTypeNameFromEnum_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1784
- VR_IVRSystem_FnTable.GetEyeToHeadTransform_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1756
- VR_IVRSystem_FnTable.GetFloatTrackedDeviceProperty_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1775
- VR_IVRSystem_FnTable.GetHiddenAreaMesh_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1785
- VR_IVRSystem_FnTable.GetInt32TrackedDeviceProperty_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1776
- VR_IVRSystem_FnTable.GetMatrix34TrackedDeviceProperty_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1778
- VR_IVRSystem_FnTable.GetOutputDevice_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1760
- VR_IVRSystem_FnTable.GetProjectionMatrix_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1753
- VR_IVRSystem_FnTable.GetProjectionRaw_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1754
- VR_IVRSystem_FnTable.GetPropErrorNameFromEnum_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1781
- VR_IVRSystem_FnTable.GetRawZeroPoseToStandingAbsoluteTrackingPose_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1766
- VR_IVRSystem_FnTable.GetRecommendedRenderTargetSize_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1752
- VR_IVRSystem_FnTable.GetSeatedZeroPoseToStandingAbsoluteTrackingPose_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1765
- VR_IVRSystem_FnTable.GetSortedTrackedDeviceIndicesOfClass_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1767
- VR_IVRSystem_FnTable.GetStringTrackedDeviceProperty_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1780
- VR_IVRSystem_FnTable.GetTimeSinceLastVsync_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1757
- VR_IVRSystem_FnTable.GetTrackedDeviceActivityLevel_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1768
- VR_IVRSystem_FnTable.GetTrackedDeviceClass_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1772
- VR_IVRSystem_FnTable.GetTrackedDeviceIndexForControllerRole_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1770
- VR_IVRSystem_FnTable.GetUint64TrackedDeviceProperty_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1777
- VR_IVRSystem_FnTable.IsDisplayOnDesktop_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1761
- VR_IVRSystem_FnTable.IsInputAvailable_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1791
- VR_IVRSystem_FnTable.IsSteamVRDrawingControllers_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1792
- VR_IVRSystem_FnTable.IsTrackedDeviceConnected_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1773
- VR_IVRSystem_FnTable.PerformFirmwareUpdate_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1796
- VR_IVRSystem_FnTable.PollNextEvent_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1782
- VR_IVRSystem_FnTable.PollNextEventWithPose_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1783
- VR_IVRSystem_FnTable.ResetSeatedZeroPose_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1764
- VR_IVRSystem_FnTable.SetDisplayVisibility_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1762
- VR_IVRSystem_FnTable.ShouldApplicationPause_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1793
- VR_IVRSystem_FnTable.ShouldApplicationReduceRenderingWork_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1794
- VR_IVRSystem_FnTable.TriggerHapticPulse_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1788
- VR_IVRTrackedCamera_FnTable - Class in com.jme3.system.jopenvr
-
- VR_IVRTrackedCamera_FnTable() - Constructor for class com.jme3.system.jopenvr.VR_IVRTrackedCamera_FnTable
-
- VR_IVRTrackedCamera_FnTable(Pointer) - Constructor for class com.jme3.system.jopenvr.VR_IVRTrackedCamera_FnTable
-
- VR_IVRTrackedCamera_FnTable.AcquireVideoStreamingService_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1826
- VR_IVRTrackedCamera_FnTable.ByReference - Class in com.jme3.system.jopenvr
-
- VR_IVRTrackedCamera_FnTable.ByValue - Class in com.jme3.system.jopenvr
-
- VR_IVRTrackedCamera_FnTable.GetCameraErrorNameFromEnum_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1821
- VR_IVRTrackedCamera_FnTable.GetCameraFrameSize_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1823
- VR_IVRTrackedCamera_FnTable.GetCameraIntrinsics_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1824
- VR_IVRTrackedCamera_FnTable.GetCameraProjection_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1825
- VR_IVRTrackedCamera_FnTable.GetVideoStreamFrameBuffer_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1828
- VR_IVRTrackedCamera_FnTable.GetVideoStreamTextureD3D11_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1830
- VR_IVRTrackedCamera_FnTable.GetVideoStreamTextureGL_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1831
- VR_IVRTrackedCamera_FnTable.GetVideoStreamTextureSize_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1829
- VR_IVRTrackedCamera_FnTable.HasCamera_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1822
- VR_IVRTrackedCamera_FnTable.ReleaseVideoStreamingService_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1827
- VR_IVRTrackedCamera_FnTable.ReleaseVideoStreamTextureGL_callback - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1832
- VR_ShutdownInternal() - Static method in class com.jme3.system.jopenvr.JOpenVRLibrary
-
Original signature : void VR_ShutdownInternal()
native declaration : headers\openvr_capi.h:2380
- VRActiveActionSet_t - Class in com.jme3.system.jopenvr
-
- VRActiveActionSet_t() - Constructor for class com.jme3.system.jopenvr.VRActiveActionSet_t
-
- VRActiveActionSet_t(long, long, long, int, int) - Constructor for class com.jme3.system.jopenvr.VRActiveActionSet_t
-
- VRActiveActionSet_t(Pointer) - Constructor for class com.jme3.system.jopenvr.VRActiveActionSet_t
-
- VRActiveActionSet_t.ByReference - Class in com.jme3.system.jopenvr
-
- VRActiveActionSet_t.ByValue - Class in com.jme3.system.jopenvr
-
- vRange - Variable in class com.jme3.system.jopenvr.VRTextureDepthInfo_t
-
C type : HmdVector2_t
- VRAPI - Interface in com.jme3.input.vr
-
An interface that represents a VR system.
- VRApplication - Class in com.jme3.app
-
- VRApplication(AppState...) - Constructor for class com.jme3.app.VRApplication
-
Deprecated.
Create a new VR application and attach the given
app states
.
The application scene is made of a
root node
that holds the scene spatials
and a
GUI node
that is the root of the Graphical user interface.
- VRApplication() - Constructor for class com.jme3.app.VRApplication
-
Deprecated.
Create a new VR application.
The application scene is made of a
root node
that holds the scene spatials
and a
GUI node
that is the root of the Graphical user interface.
- VRApplication.PreconfigParameter - Enum in com.jme3.app
-
Deprecated.
VR application configuration parameters.
- VRAppState - Class in com.jme3.app
-
A JMonkey app state dedicated to Virtual Reality.
- VRAppState(VREnvironment) - Constructor for class com.jme3.app.VRAppState
-
Create a new default VR app state that relies on the given
VR environment
.
- VRAppState(AppSettings, VREnvironment) - Constructor for class com.jme3.app.VRAppState
-
Create a new VR app state with given settings.
- vrBinding - Variable in class com.jme3.app.VREnvironment
-
The underlying system VR API.
- VRBoneTransform_t - Class in com.jme3.system.jopenvr
-
- VRBoneTransform_t() - Constructor for class com.jme3.system.jopenvr.VRBoneTransform_t
-
- VRBoneTransform_t(HmdVector4_t, HmdQuaternionf_t) - Constructor for class com.jme3.system.jopenvr.VRBoneTransform_t
-
- VRBoneTransform_t(Pointer) - Constructor for class com.jme3.system.jopenvr.VRBoneTransform_t
-
- VRBoneTransform_t.ByReference - Class in com.jme3.system.jopenvr
-
- VRBoneTransform_t.ByValue - Class in com.jme3.system.jopenvr
-
- VRBounds - Interface in com.jme3.input.vr
-
This interface describes the VR playground bounds.
- VRConstants - Class in com.jme3.app
-
Some constants dedicated to the VR module.
- VRControllerAxis_t - Class in com.jme3.system.jopenvr
-
- VRControllerAxis_t() - Constructor for class com.jme3.system.jopenvr.VRControllerAxis_t
-
- VRControllerAxis_t(float, float) - Constructor for class com.jme3.system.jopenvr.VRControllerAxis_t
-
- VRControllerAxis_t(Pointer) - Constructor for class com.jme3.system.jopenvr.VRControllerAxis_t
-
- VRControllerAxis_t.ByReference - Class in com.jme3.system.jopenvr
-
- VRControllerAxis_t.ByValue - Class in com.jme3.system.jopenvr
-
- VRControllerState_t - Class in com.jme3.system.jopenvr
-
- VRControllerState_t() - Constructor for class com.jme3.system.jopenvr.VRControllerState_t
-
- VRControllerState_t(int, long, long, VRControllerAxis_t[]) - Constructor for class com.jme3.system.jopenvr.VRControllerState_t
-
- VRControllerState_t(Pointer) - Constructor for class com.jme3.system.jopenvr.VRControllerState_t
-
- VRControllerState_t.ByReference - Class in com.jme3.system.jopenvr
-
- VRControllerState_t.ByValue - Class in com.jme3.system.jopenvr
-
- VRDirectionalLightShadowRenderer - Class in com.jme3.shadow
-
DirectionalLightShadowRenderer renderer use Parallel Split Shadow Mapping
technique (pssm)
It splits the view frustum in several parts and compute
a shadow map for each one.
splits are distributed so that the closer they
are from the camera, the smaller they are to maximize the resolution used of
the shadow map.
This results in a better quality shadow than standard
shadow mapping.
for more information on this read
http://http.developer.nvidia.com/GPUGems3/gpugems3_ch10.html
- VRDirectionalLightShadowRenderer(AssetManager, int, int) - Constructor for class com.jme3.shadow.VRDirectionalLightShadowRenderer
-
- VREnvironment - Class in com.jme3.app
-
- VREnvironment(AppSettings) - Constructor for class com.jme3.app.VREnvironment
-
- VREvent_ApplicationLaunch_t - Class in com.jme3.system.jopenvr
-
- VREvent_ApplicationLaunch_t() - Constructor for class com.jme3.system.jopenvr.VREvent_ApplicationLaunch_t
-
- VREvent_ApplicationLaunch_t(int, int) - Constructor for class com.jme3.system.jopenvr.VREvent_ApplicationLaunch_t
-
- VREvent_ApplicationLaunch_t(Pointer) - Constructor for class com.jme3.system.jopenvr.VREvent_ApplicationLaunch_t
-
- VREvent_ApplicationLaunch_t.ByReference - Class in com.jme3.system.jopenvr
-
- VREvent_ApplicationLaunch_t.ByValue - Class in com.jme3.system.jopenvr
-
- VREvent_Chaperone_t - Class in com.jme3.system.jopenvr
-
- VREvent_Chaperone_t() - Constructor for class com.jme3.system.jopenvr.VREvent_Chaperone_t
-
- VREvent_Chaperone_t(long, long) - Constructor for class com.jme3.system.jopenvr.VREvent_Chaperone_t
-
- VREvent_Chaperone_t(Pointer) - Constructor for class com.jme3.system.jopenvr.VREvent_Chaperone_t
-
- VREvent_Chaperone_t.ByReference - Class in com.jme3.system.jopenvr
-
- VREvent_Chaperone_t.ByValue - Class in com.jme3.system.jopenvr
-
- VREvent_Controller_t - Class in com.jme3.system.jopenvr
-
- VREvent_Controller_t() - Constructor for class com.jme3.system.jopenvr.VREvent_Controller_t
-
- VREvent_Controller_t(int) - Constructor for class com.jme3.system.jopenvr.VREvent_Controller_t
-
- VREvent_Controller_t(Pointer) - Constructor for class com.jme3.system.jopenvr.VREvent_Controller_t
-
- VREvent_Controller_t.ByReference - Class in com.jme3.system.jopenvr
-
- VREvent_Controller_t.ByValue - Class in com.jme3.system.jopenvr
-
- VREvent_Data_t - Class in com.jme3.system.jopenvr
-
- VREvent_Data_t() - Constructor for class com.jme3.system.jopenvr.VREvent_Data_t
-
- VREvent_Data_t(VREvent_Reserved_t) - Constructor for class com.jme3.system.jopenvr.VREvent_Data_t
-
- VREvent_Data_t(VREvent_Controller_t) - Constructor for class com.jme3.system.jopenvr.VREvent_Data_t
-
- VREvent_Data_t(VREvent_Mouse_t) - Constructor for class com.jme3.system.jopenvr.VREvent_Data_t
-
- VREvent_Data_t(VREvent_Scroll_t) - Constructor for class com.jme3.system.jopenvr.VREvent_Data_t
-
- VREvent_Data_t(VREvent_Process_t) - Constructor for class com.jme3.system.jopenvr.VREvent_Data_t
-
- VREvent_Data_t(VREvent_Notification_t) - Constructor for class com.jme3.system.jopenvr.VREvent_Data_t
-
- VREvent_Data_t(VREvent_Overlay_t) - Constructor for class com.jme3.system.jopenvr.VREvent_Data_t
-
- VREvent_Data_t(VREvent_Status_t) - Constructor for class com.jme3.system.jopenvr.VREvent_Data_t
-
- VREvent_Data_t(VREvent_Keyboard_t) - Constructor for class com.jme3.system.jopenvr.VREvent_Data_t
-
- VREvent_Data_t(VREvent_Ipd_t) - Constructor for class com.jme3.system.jopenvr.VREvent_Data_t
-
- VREvent_Data_t(VREvent_Chaperone_t) - Constructor for class com.jme3.system.jopenvr.VREvent_Data_t
-
- VREvent_Data_t(VREvent_PerformanceTest_t) - Constructor for class com.jme3.system.jopenvr.VREvent_Data_t
-
- VREvent_Data_t(VREvent_TouchPadMove_t) - Constructor for class com.jme3.system.jopenvr.VREvent_Data_t
-
- VREvent_Data_t(VREvent_SeatedZeroPoseReset_t) - Constructor for class com.jme3.system.jopenvr.VREvent_Data_t
-
- VREvent_Data_t(Pointer) - Constructor for class com.jme3.system.jopenvr.VREvent_Data_t
-
- VREvent_Data_t.ByReference - Class in com.jme3.system.jopenvr
-
- VREvent_Data_t.ByValue - Class in com.jme3.system.jopenvr
-
- VREvent_DualAnalog_t - Class in com.jme3.system.jopenvr
-
- VREvent_DualAnalog_t() - Constructor for class com.jme3.system.jopenvr.VREvent_DualAnalog_t
-
- VREvent_DualAnalog_t(float, float, float, float, int) - Constructor for class com.jme3.system.jopenvr.VREvent_DualAnalog_t
-
- VREvent_DualAnalog_t(Pointer) - Constructor for class com.jme3.system.jopenvr.VREvent_DualAnalog_t
-
- VREvent_DualAnalog_t.ByReference - Class in com.jme3.system.jopenvr
-
- VREvent_DualAnalog_t.ByValue - Class in com.jme3.system.jopenvr
-
- VREvent_EditingCameraSurface_t - Class in com.jme3.system.jopenvr
-
- VREvent_EditingCameraSurface_t() - Constructor for class com.jme3.system.jopenvr.VREvent_EditingCameraSurface_t
-
- VREvent_EditingCameraSurface_t(long, int) - Constructor for class com.jme3.system.jopenvr.VREvent_EditingCameraSurface_t
-
- VREvent_EditingCameraSurface_t(Pointer) - Constructor for class com.jme3.system.jopenvr.VREvent_EditingCameraSurface_t
-
- VREvent_EditingCameraSurface_t.ByReference - Class in com.jme3.system.jopenvr
-
- VREvent_EditingCameraSurface_t.ByValue - Class in com.jme3.system.jopenvr
-
- VREvent_HapticVibration_t - Class in com.jme3.system.jopenvr
-
- VREvent_HapticVibration_t() - Constructor for class com.jme3.system.jopenvr.VREvent_HapticVibration_t
-
- VREvent_HapticVibration_t(long, long, float, float, float) - Constructor for class com.jme3.system.jopenvr.VREvent_HapticVibration_t
-
- VREvent_HapticVibration_t(Pointer) - Constructor for class com.jme3.system.jopenvr.VREvent_HapticVibration_t
-
- VREvent_HapticVibration_t.ByReference - Class in com.jme3.system.jopenvr
-
- VREvent_HapticVibration_t.ByValue - Class in com.jme3.system.jopenvr
-
- VREvent_InputActionManifestLoad_t - Class in com.jme3.system.jopenvr
-
- VREvent_InputActionManifestLoad_t() - Constructor for class com.jme3.system.jopenvr.VREvent_InputActionManifestLoad_t
-
- VREvent_InputActionManifestLoad_t(long, long, long, long) - Constructor for class com.jme3.system.jopenvr.VREvent_InputActionManifestLoad_t
-
- VREvent_InputActionManifestLoad_t(Pointer) - Constructor for class com.jme3.system.jopenvr.VREvent_InputActionManifestLoad_t
-
- VREvent_InputActionManifestLoad_t.ByReference - Class in com.jme3.system.jopenvr
-
- VREvent_InputActionManifestLoad_t.ByValue - Class in com.jme3.system.jopenvr
-
- VREvent_InputBindingLoad_t - Class in com.jme3.system.jopenvr
-
- VREvent_InputBindingLoad_t() - Constructor for class com.jme3.system.jopenvr.VREvent_InputBindingLoad_t
-
- VREvent_InputBindingLoad_t(long, long, long, long) - Constructor for class com.jme3.system.jopenvr.VREvent_InputBindingLoad_t
-
- VREvent_InputBindingLoad_t(Pointer) - Constructor for class com.jme3.system.jopenvr.VREvent_InputBindingLoad_t
-
- VREvent_InputBindingLoad_t.ByReference - Class in com.jme3.system.jopenvr
-
- VREvent_InputBindingLoad_t.ByValue - Class in com.jme3.system.jopenvr
-
- VREvent_Ipd_t - Class in com.jme3.system.jopenvr
-
- VREvent_Ipd_t() - Constructor for class com.jme3.system.jopenvr.VREvent_Ipd_t
-
- VREvent_Ipd_t(float) - Constructor for class com.jme3.system.jopenvr.VREvent_Ipd_t
-
- VREvent_Ipd_t(Pointer) - Constructor for class com.jme3.system.jopenvr.VREvent_Ipd_t
-
- VREvent_Ipd_t.ByReference - Class in com.jme3.system.jopenvr
-
- VREvent_Ipd_t.ByValue - Class in com.jme3.system.jopenvr
-
- VREvent_Keyboard_t - Class in com.jme3.system.jopenvr
-
- VREvent_Keyboard_t() - Constructor for class com.jme3.system.jopenvr.VREvent_Keyboard_t
-
- VREvent_Keyboard_t(Pointer[], long) - Constructor for class com.jme3.system.jopenvr.VREvent_Keyboard_t
-
- VREvent_Keyboard_t(Pointer) - Constructor for class com.jme3.system.jopenvr.VREvent_Keyboard_t
-
- VREvent_Keyboard_t.ByReference - Class in com.jme3.system.jopenvr
-
- VREvent_Keyboard_t.ByValue - Class in com.jme3.system.jopenvr
-
- VREvent_MessageOverlay_t - Class in com.jme3.system.jopenvr
-
- VREvent_MessageOverlay_t() - Constructor for class com.jme3.system.jopenvr.VREvent_MessageOverlay_t
-
- VREvent_MessageOverlay_t(int) - Constructor for class com.jme3.system.jopenvr.VREvent_MessageOverlay_t
-
- VREvent_MessageOverlay_t(Pointer) - Constructor for class com.jme3.system.jopenvr.VREvent_MessageOverlay_t
-
- VREvent_MessageOverlay_t.ByReference - Class in com.jme3.system.jopenvr
-
- VREvent_MessageOverlay_t.ByValue - Class in com.jme3.system.jopenvr
-
- VREvent_Mouse_t - Class in com.jme3.system.jopenvr
-
- VREvent_Mouse_t() - Constructor for class com.jme3.system.jopenvr.VREvent_Mouse_t
-
- VREvent_Mouse_t(float, float, int) - Constructor for class com.jme3.system.jopenvr.VREvent_Mouse_t
-
- VREvent_Mouse_t(Pointer) - Constructor for class com.jme3.system.jopenvr.VREvent_Mouse_t
-
- VREvent_Mouse_t.ByReference - Class in com.jme3.system.jopenvr
-
- VREvent_Mouse_t.ByValue - Class in com.jme3.system.jopenvr
-
- VREvent_Notification_t - Class in com.jme3.system.jopenvr
-
- VREvent_Notification_t() - Constructor for class com.jme3.system.jopenvr.VREvent_Notification_t
-
- VREvent_Notification_t(long, int) - Constructor for class com.jme3.system.jopenvr.VREvent_Notification_t
-
- VREvent_Notification_t(Pointer) - Constructor for class com.jme3.system.jopenvr.VREvent_Notification_t
-
- VREvent_Notification_t.ByReference - Class in com.jme3.system.jopenvr
-
- VREvent_Notification_t.ByValue - Class in com.jme3.system.jopenvr
-
- VREvent_Overlay_t - Class in com.jme3.system.jopenvr
-
- VREvent_Overlay_t() - Constructor for class com.jme3.system.jopenvr.VREvent_Overlay_t
-
- VREvent_Overlay_t(long, long) - Constructor for class com.jme3.system.jopenvr.VREvent_Overlay_t
-
- VREvent_Overlay_t(Pointer) - Constructor for class com.jme3.system.jopenvr.VREvent_Overlay_t
-
- VREvent_Overlay_t.ByReference - Class in com.jme3.system.jopenvr
-
- VREvent_Overlay_t.ByValue - Class in com.jme3.system.jopenvr
-
- VREvent_PerformanceTest_t - Class in com.jme3.system.jopenvr
-
- VREvent_PerformanceTest_t() - Constructor for class com.jme3.system.jopenvr.VREvent_PerformanceTest_t
-
- VREvent_PerformanceTest_t(int) - Constructor for class com.jme3.system.jopenvr.VREvent_PerformanceTest_t
-
- VREvent_PerformanceTest_t(Pointer) - Constructor for class com.jme3.system.jopenvr.VREvent_PerformanceTest_t
-
- VREvent_PerformanceTest_t.ByReference - Class in com.jme3.system.jopenvr
-
- VREvent_PerformanceTest_t.ByValue - Class in com.jme3.system.jopenvr
-
- VREvent_Process_t - Class in com.jme3.system.jopenvr
-
- VREvent_Process_t() - Constructor for class com.jme3.system.jopenvr.VREvent_Process_t
-
- VREvent_Process_t(int, int, byte) - Constructor for class com.jme3.system.jopenvr.VREvent_Process_t
-
- VREvent_Process_t(Pointer) - Constructor for class com.jme3.system.jopenvr.VREvent_Process_t
-
- VREvent_Process_t.ByReference - Class in com.jme3.system.jopenvr
-
- VREvent_Process_t.ByValue - Class in com.jme3.system.jopenvr
-
- VREvent_Property_t - Class in com.jme3.system.jopenvr
-
- VREvent_Property_t() - Constructor for class com.jme3.system.jopenvr.VREvent_Property_t
-
- VREvent_Property_t(long, int) - Constructor for class com.jme3.system.jopenvr.VREvent_Property_t
-
- VREvent_Property_t(Pointer) - Constructor for class com.jme3.system.jopenvr.VREvent_Property_t
-
- VREvent_Property_t.ByReference - Class in com.jme3.system.jopenvr
-
- VREvent_Property_t.ByValue - Class in com.jme3.system.jopenvr
-
- VREvent_Reserved_t - Class in com.jme3.system.jopenvr
-
- VREvent_Reserved_t() - Constructor for class com.jme3.system.jopenvr.VREvent_Reserved_t
-
- VREvent_Reserved_t(long, long, long, long) - Constructor for class com.jme3.system.jopenvr.VREvent_Reserved_t
-
- VREvent_Reserved_t(Pointer) - Constructor for class com.jme3.system.jopenvr.VREvent_Reserved_t
-
- VREvent_Reserved_t.ByReference - Class in com.jme3.system.jopenvr
-
- VREvent_Reserved_t.ByValue - Class in com.jme3.system.jopenvr
-
- VREvent_Screenshot_t - Class in com.jme3.system.jopenvr
-
- VREvent_Screenshot_t() - Constructor for class com.jme3.system.jopenvr.VREvent_Screenshot_t
-
- VREvent_Screenshot_t(int, int) - Constructor for class com.jme3.system.jopenvr.VREvent_Screenshot_t
-
- VREvent_Screenshot_t(Pointer) - Constructor for class com.jme3.system.jopenvr.VREvent_Screenshot_t
-
- VREvent_Screenshot_t.ByReference - Class in com.jme3.system.jopenvr
-
- VREvent_Screenshot_t.ByValue - Class in com.jme3.system.jopenvr
-
- VREvent_ScreenshotProgress_t - Class in com.jme3.system.jopenvr
-
- VREvent_ScreenshotProgress_t() - Constructor for class com.jme3.system.jopenvr.VREvent_ScreenshotProgress_t
-
- VREvent_ScreenshotProgress_t(float) - Constructor for class com.jme3.system.jopenvr.VREvent_ScreenshotProgress_t
-
- VREvent_ScreenshotProgress_t(Pointer) - Constructor for class com.jme3.system.jopenvr.VREvent_ScreenshotProgress_t
-
- VREvent_ScreenshotProgress_t.ByReference - Class in com.jme3.system.jopenvr
-
- VREvent_ScreenshotProgress_t.ByValue - Class in com.jme3.system.jopenvr
-
- VREvent_Scroll_t - Class in com.jme3.system.jopenvr
-
- VREvent_Scroll_t() - Constructor for class com.jme3.system.jopenvr.VREvent_Scroll_t
-
- VREvent_Scroll_t(float, float, int) - Constructor for class com.jme3.system.jopenvr.VREvent_Scroll_t
-
- VREvent_Scroll_t(Pointer) - Constructor for class com.jme3.system.jopenvr.VREvent_Scroll_t
-
- VREvent_Scroll_t.ByReference - Class in com.jme3.system.jopenvr
-
- VREvent_Scroll_t.ByValue - Class in com.jme3.system.jopenvr
-
- VREvent_SeatedZeroPoseReset_t - Class in com.jme3.system.jopenvr
-
- VREvent_SeatedZeroPoseReset_t() - Constructor for class com.jme3.system.jopenvr.VREvent_SeatedZeroPoseReset_t
-
- VREvent_SeatedZeroPoseReset_t(byte) - Constructor for class com.jme3.system.jopenvr.VREvent_SeatedZeroPoseReset_t
-
- VREvent_SeatedZeroPoseReset_t(Pointer) - Constructor for class com.jme3.system.jopenvr.VREvent_SeatedZeroPoseReset_t
-
- VREvent_SeatedZeroPoseReset_t.ByReference - Class in com.jme3.system.jopenvr
-
- VREvent_SeatedZeroPoseReset_t.ByValue - Class in com.jme3.system.jopenvr
-
- VREvent_SpatialAnchor_t - Class in com.jme3.system.jopenvr
-
- VREvent_SpatialAnchor_t() - Constructor for class com.jme3.system.jopenvr.VREvent_SpatialAnchor_t
-
- VREvent_SpatialAnchor_t(int) - Constructor for class com.jme3.system.jopenvr.VREvent_SpatialAnchor_t
-
- VREvent_SpatialAnchor_t(Pointer) - Constructor for class com.jme3.system.jopenvr.VREvent_SpatialAnchor_t
-
- VREvent_SpatialAnchor_t.ByReference - Class in com.jme3.system.jopenvr
-
- VREvent_SpatialAnchor_t.ByValue - Class in com.jme3.system.jopenvr
-
- VREvent_Status_t - Class in com.jme3.system.jopenvr
-
- VREvent_Status_t() - Constructor for class com.jme3.system.jopenvr.VREvent_Status_t
-
- VREvent_Status_t(int) - Constructor for class com.jme3.system.jopenvr.VREvent_Status_t
-
- VREvent_Status_t(Pointer) - Constructor for class com.jme3.system.jopenvr.VREvent_Status_t
-
- VREvent_Status_t.ByReference - Class in com.jme3.system.jopenvr
-
- VREvent_Status_t.ByValue - Class in com.jme3.system.jopenvr
-
- VREvent_t - Class in com.jme3.system.jopenvr
-
- VREvent_t() - Constructor for class com.jme3.system.jopenvr.VREvent_t
-
- VREvent_t(int, int, float, VREvent_Data_t) - Constructor for class com.jme3.system.jopenvr.VREvent_t
-
- VREvent_t(Pointer) - Constructor for class com.jme3.system.jopenvr.VREvent_t
-
- VREvent_t.ByReference - Class in com.jme3.system.jopenvr
-
- VREvent_t.ByValue - Class in com.jme3.system.jopenvr
-
- VREvent_TouchPadMove_t - Class in com.jme3.system.jopenvr
-
- VREvent_TouchPadMove_t() - Constructor for class com.jme3.system.jopenvr.VREvent_TouchPadMove_t
-
- VREvent_TouchPadMove_t(byte, float, float, float, float, float) - Constructor for class com.jme3.system.jopenvr.VREvent_TouchPadMove_t
-
- VREvent_TouchPadMove_t(Pointer) - Constructor for class com.jme3.system.jopenvr.VREvent_TouchPadMove_t
-
- VREvent_TouchPadMove_t.ByReference - Class in com.jme3.system.jopenvr
-
- VREvent_TouchPadMove_t.ByValue - Class in com.jme3.system.jopenvr
-
- VREvent_WebConsole_t - Class in com.jme3.system.jopenvr
-
- VREvent_WebConsole_t() - Constructor for class com.jme3.system.jopenvr.VREvent_WebConsole_t
-
- VREvent_WebConsole_t(long) - Constructor for class com.jme3.system.jopenvr.VREvent_WebConsole_t
-
- VREvent_WebConsole_t(Pointer) - Constructor for class com.jme3.system.jopenvr.VREvent_WebConsole_t
-
- VREvent_WebConsole_t.ByReference - Class in com.jme3.system.jopenvr
-
- VREvent_WebConsole_t.ByValue - Class in com.jme3.system.jopenvr
-
- VRGuiManager - Class in com.jme3.util
-
A class dedicated to the management and the display of a Graphical User Interface (GUI) within a VR environment.
- VRGuiManager(VREnvironment) - Constructor for class com.jme3.util.VRGuiManager
-
Create a new GUI manager attached to the given app state.
- VRGUIPositioningMode - Enum in com.jme3.util
-
An enumeration that describes the GUI display positioning modes.
- VRInputAPI - Interface in com.jme3.input.vr
-
An interface that represents a VR input (typically a VR device such as a controller).
- VRInputType - Enum in com.jme3.input.vr
-
The type of a VR input.
- VRMessageOverlayResponse_ApplicationQuit - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.VRMessageOverlayResponse
-
native declaration : headers\openvr_capi.h:1040
- VRMessageOverlayResponse_ButtonPress_0 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.VRMessageOverlayResponse
-
native declaration : headers\openvr_capi.h:1034
- VRMessageOverlayResponse_ButtonPress_1 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.VRMessageOverlayResponse
-
native declaration : headers\openvr_capi.h:1035
- VRMessageOverlayResponse_ButtonPress_2 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.VRMessageOverlayResponse
-
native declaration : headers\openvr_capi.h:1036
- VRMessageOverlayResponse_ButtonPress_3 - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.VRMessageOverlayResponse
-
native declaration : headers\openvr_capi.h:1037
- VRMessageOverlayResponse_CouldntFindOrCreateClientOverlay - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.VRMessageOverlayResponse
-
native declaration : headers\openvr_capi.h:1039
- VRMessageOverlayResponse_CouldntFindSystemOverlay - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.VRMessageOverlayResponse
-
native declaration : headers\openvr_capi.h:1038
- VRMouseManager - Interface in com.jme3.input.vr
-
A class dedicated to the handling of the mouse within VR environment.
- vRotateCamera(float) - Method in class com.jme3.input.ChaseCamera
-
- vRotating - Variable in class com.jme3.input.ChaseCamera
-
- vRotation - Variable in class com.jme3.input.ChaseCamera
-
- vRotationLerpFactor - Variable in class com.jme3.input.ChaseCamera
-
- VROverlayFlags_AcceptsGamepadEvents - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.VROverlayFlags
-
native declaration : headers\openvr_capi.h:1020
- VROverlayFlags_Curved - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.VROverlayFlags
-
native declaration : headers\openvr_capi.h:1017
- VROverlayFlags_NoDashboardTab - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.VROverlayFlags
-
native declaration : headers\openvr_capi.h:1019
- VROverlayFlags_None - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.VROverlayFlags
-
native declaration : headers\openvr_capi.h:1016
- VROverlayFlags_Panorama - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.VROverlayFlags
-
native declaration : headers\openvr_capi.h:1028
- VROverlayFlags_RGSS4X - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.VROverlayFlags
-
native declaration : headers\openvr_capi.h:1018
- VROverlayFlags_SendVRScrollEvents - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.VROverlayFlags
-
native declaration : headers\openvr_capi.h:1022
- VROverlayFlags_SendVRTouchpadEvents - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.VROverlayFlags
-
native declaration : headers\openvr_capi.h:1023
- VROverlayFlags_ShowGamepadFocus - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.VROverlayFlags
-
native declaration : headers\openvr_capi.h:1021
- VROverlayFlags_ShowTouchPadScrollWheel - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.VROverlayFlags
-
native declaration : headers\openvr_capi.h:1024
- VROverlayFlags_SideBySide_Crossed - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.VROverlayFlags
-
native declaration : headers\openvr_capi.h:1027
- VROverlayFlags_SideBySide_Parallel - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.VROverlayFlags
-
native declaration : headers\openvr_capi.h:1026
- VROverlayFlags_SortWithNonSceneOverlays - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.VROverlayFlags
-
native declaration : headers\openvr_capi.h:1030
- VROverlayFlags_StereoPanorama - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.VROverlayFlags
-
native declaration : headers\openvr_capi.h:1029
- VROverlayFlags_TransferOwnershipToInternalProcess - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.VROverlayFlags
-
native declaration : headers\openvr_capi.h:1025
- VROverlayFlags_VisibleInDashboard - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.VROverlayFlags
-
native declaration : headers\openvr_capi.h:1031
- VROverlayInputMethod_DualAnalog - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.VROverlayInputMethod
-
native declaration : headers\openvr_capi.h:1007
- VROverlayInputMethod_Mouse - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.VROverlayInputMethod
-
native declaration : headers\openvr_capi.h:1006
- VROverlayInputMethod_None - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.VROverlayInputMethod
-
native declaration : headers\openvr_capi.h:1005
- VROverlayIntersectionMaskPrimitive_Data_t - Class in com.jme3.system.jopenvr
-
- VROverlayIntersectionMaskPrimitive_Data_t() - Constructor for class com.jme3.system.jopenvr.VROverlayIntersectionMaskPrimitive_Data_t
-
- VROverlayIntersectionMaskPrimitive_Data_t(IntersectionMaskRectangle_t) - Constructor for class com.jme3.system.jopenvr.VROverlayIntersectionMaskPrimitive_Data_t
-
- VROverlayIntersectionMaskPrimitive_Data_t(IntersectionMaskCircle_t) - Constructor for class com.jme3.system.jopenvr.VROverlayIntersectionMaskPrimitive_Data_t
-
- VROverlayIntersectionMaskPrimitive_Data_t(Pointer) - Constructor for class com.jme3.system.jopenvr.VROverlayIntersectionMaskPrimitive_Data_t
-
- VROverlayIntersectionMaskPrimitive_Data_t.ByReference - Class in com.jme3.system.jopenvr
-
- VROverlayIntersectionMaskPrimitive_Data_t.ByValue - Class in com.jme3.system.jopenvr
-
- VROverlayIntersectionMaskPrimitive_t - Class in com.jme3.system.jopenvr
-
- VROverlayIntersectionMaskPrimitive_t() - Constructor for class com.jme3.system.jopenvr.VROverlayIntersectionMaskPrimitive_t
-
- VROverlayIntersectionMaskPrimitive_t(int, VROverlayIntersectionMaskPrimitive_Data_t) - Constructor for class com.jme3.system.jopenvr.VROverlayIntersectionMaskPrimitive_t
-
- VROverlayIntersectionMaskPrimitive_t(Pointer) - Constructor for class com.jme3.system.jopenvr.VROverlayIntersectionMaskPrimitive_t
-
- VROverlayIntersectionMaskPrimitive_t.ByReference - Class in com.jme3.system.jopenvr
-
- VROverlayIntersectionMaskPrimitive_t.ByValue - Class in com.jme3.system.jopenvr
-
- VROverlayIntersectionParams_t - Class in com.jme3.system.jopenvr
-
- VROverlayIntersectionParams_t() - Constructor for class com.jme3.system.jopenvr.VROverlayIntersectionParams_t
-
- VROverlayIntersectionParams_t(HmdVector3_t, HmdVector3_t, int) - Constructor for class com.jme3.system.jopenvr.VROverlayIntersectionParams_t
-
- VROverlayIntersectionParams_t(Pointer) - Constructor for class com.jme3.system.jopenvr.VROverlayIntersectionParams_t
-
- VROverlayIntersectionParams_t.ByReference - Class in com.jme3.system.jopenvr
-
- VROverlayIntersectionParams_t.ByValue - Class in com.jme3.system.jopenvr
-
- VROverlayIntersectionResults_t - Class in com.jme3.system.jopenvr
-
- VROverlayIntersectionResults_t() - Constructor for class com.jme3.system.jopenvr.VROverlayIntersectionResults_t
-
- VROverlayIntersectionResults_t(HmdVector3_t, HmdVector3_t, HmdVector2_t, float) - Constructor for class com.jme3.system.jopenvr.VROverlayIntersectionResults_t
-
- VROverlayIntersectionResults_t(Pointer) - Constructor for class com.jme3.system.jopenvr.VROverlayIntersectionResults_t
-
- VROverlayIntersectionResults_t.ByReference - Class in com.jme3.system.jopenvr
-
- VROverlayIntersectionResults_t.ByValue - Class in com.jme3.system.jopenvr
-
- VROverlayTransformType_VROverlayTransform_Absolute - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.VROverlayTransformType
-
native declaration : headers\openvr_capi.h:1010
- VROverlayTransformType_VROverlayTransform_SystemOverlay - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.VROverlayTransformType
-
native declaration : headers\openvr_capi.h:1012
- VROverlayTransformType_VROverlayTransform_TrackedComponent - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.VROverlayTransformType
-
native declaration : headers\openvr_capi.h:1013
- VROverlayTransformType_VROverlayTransform_TrackedDeviceRelative - Static variable in interface com.jme3.system.jopenvr.JOpenVRLibrary.VROverlayTransformType
-
native declaration : headers\openvr_capi.h:1011
- VRTextureBounds_t - Class in com.jme3.system.jopenvr
-
- VRTextureBounds_t() - Constructor for class com.jme3.system.jopenvr.VRTextureBounds_t
-
- VRTextureBounds_t(float, float, float, float) - Constructor for class com.jme3.system.jopenvr.VRTextureBounds_t
-
- VRTextureBounds_t(Pointer) - Constructor for class com.jme3.system.jopenvr.VRTextureBounds_t
-
- VRTextureBounds_t.ByReference - Class in com.jme3.system.jopenvr
-
- VRTextureBounds_t.ByValue - Class in com.jme3.system.jopenvr
-
- VRTextureDepthInfo_t - Class in com.jme3.system.jopenvr
-
- VRTextureDepthInfo_t() - Constructor for class com.jme3.system.jopenvr.VRTextureDepthInfo_t
-
- VRTextureDepthInfo_t(Pointer, HmdMatrix44_t, HmdVector2_t) - Constructor for class com.jme3.system.jopenvr.VRTextureDepthInfo_t
-
- VRTextureDepthInfo_t(Pointer) - Constructor for class com.jme3.system.jopenvr.VRTextureDepthInfo_t
-
- VRTextureDepthInfo_t.ByReference - Class in com.jme3.system.jopenvr
-
- VRTextureDepthInfo_t.ByValue - Class in com.jme3.system.jopenvr
-
- VRTextureWithDepth_t - Class in com.jme3.system.jopenvr
-
- VRTextureWithDepth_t() - Constructor for class com.jme3.system.jopenvr.VRTextureWithDepth_t
-
- VRTextureWithDepth_t(VRTextureDepthInfo_t) - Constructor for class com.jme3.system.jopenvr.VRTextureWithDepth_t
-
- VRTextureWithDepth_t(Pointer) - Constructor for class com.jme3.system.jopenvr.VRTextureWithDepth_t
-
- VRTextureWithDepth_t.ByReference - Class in com.jme3.system.jopenvr
-
- VRTextureWithDepth_t.ByValue - Class in com.jme3.system.jopenvr
-
- VRTextureWithPose_t - Class in com.jme3.system.jopenvr
-
- VRTextureWithPose_t() - Constructor for class com.jme3.system.jopenvr.VRTextureWithPose_t
-
- VRTextureWithPose_t(HmdMatrix34_t) - Constructor for class com.jme3.system.jopenvr.VRTextureWithPose_t
-
- VRTextureWithPose_t(Pointer) - Constructor for class com.jme3.system.jopenvr.VRTextureWithPose_t
-
- VRTextureWithPose_t.ByReference - Class in com.jme3.system.jopenvr
-
- VRTextureWithPose_t.ByValue - Class in com.jme3.system.jopenvr
-
- VRTextureWithPoseAndDepth_t - Class in com.jme3.system.jopenvr
-
- VRTextureWithPoseAndDepth_t() - Constructor for class com.jme3.system.jopenvr.VRTextureWithPoseAndDepth_t
-
- VRTextureWithPoseAndDepth_t(VRTextureDepthInfo_t) - Constructor for class com.jme3.system.jopenvr.VRTextureWithPoseAndDepth_t
-
- VRTextureWithPoseAndDepth_t(Pointer) - Constructor for class com.jme3.system.jopenvr.VRTextureWithPoseAndDepth_t
-
- VRTextureWithPoseAndDepth_t.ByReference - Class in com.jme3.system.jopenvr
-
- VRTextureWithPoseAndDepth_t.ByValue - Class in com.jme3.system.jopenvr
-
- VRTrackedController - Interface in com.jme3.input.vr
-
TODO
- VRUtil - Class in com.jme3.util
-
- VRViewManager - Interface in com.jme3.input.vr
-
A VR view manager.
- VRVulkanTextureData_t - Class in com.jme3.system.jopenvr
-
- VRVulkanTextureData_t() - Constructor for class com.jme3.system.jopenvr.VRVulkanTextureData_t
-
- VRVulkanTextureData_t(Pointer) - Constructor for class com.jme3.system.jopenvr.VRVulkanTextureData_t
-
- VRVulkanTextureData_t.ByReference - Class in com.jme3.system.jopenvr
-
- VRVulkanTextureData_t.ByValue - Class in com.jme3.system.jopenvr
-
- vScale - Variable in class com.jme3.system.jopenvr.Compositor_OverlaySettings
-
- vSource - Variable in class com.jme3.system.jopenvr.VROverlayIntersectionParams_t
-
C type : HmdVector3_t
- vTopLeft - Variable in class com.jme3.system.jopenvr.HmdRect2_t
-
C type : HmdVector2_t
- vUVs - Variable in class com.jme3.system.jopenvr.VROverlayIntersectionResults_t
-
C type : HmdVector2_t
- vVelocity - Variable in class com.jme3.system.jopenvr.TrackedDevicePose_t
-
C type : HmdVector3_t