Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- 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
- A - Enum constant in enum class com.jme3.opencl.Image.ImageChannelOrder
- AABB - Enum constant in enum class com.jme3.bounding.BoundingVolume.Type
- ABGR8 - Enum constant in enum class com.jme3.texture.Image.Format
-
8-bit alpha, blue, green, and red.
- 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
-
Replaces all 9 elements with their absolute values.
- 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(float, LoopMode) - Constructor for class com.jme3.cinematic.events.AbstractCinematicEvent
-
Construct a cinematic event with the given loopMode and the given initialDuration.
- AbstractCinematicEvent(LoopMode) - Constructor for class com.jme3.cinematic.events.AbstractCinematicEvent
-
Construct a cinematic event with the given loopMode.
- 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
-
An abstract implementation of a
VRMouseManager
. - 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
- ACCELEARTOR - Enum constant in enum class com.jme3.opencl.Device.DeviceType
- 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
- Accelerated - Enum constant in enum class com.jme3.system.awt.PaintMode
- 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(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(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(int, E) - Method in class com.jme3.util.SafeArrayList
- 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 newColorRGBA
. - add(Matrix4f) - Method in class com.jme3.math.Matrix4f
-
Add the specified matrix.
- add(Quaternion) - Method in class com.jme3.math.Quaternion
-
Adds the argument and returns the sum as a new instance.
- add(Vector2f) - Method in class com.jme3.math.Vector2f
-
Adds the argument and returns the sum as a new instance.
- add(Vector2f, Vector2f) - Method in class com.jme3.math.Vector2f
-
Adds a specified vector and returns the sum in a 3rd vector.
- add(Vector3f) - Method in class com.jme3.bullet.animation.VectorSet
-
Add the value of the specified Vector3f to this set.
- 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(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(Geometry) - Method in class com.jme3.renderer.queue.GeometryList
-
Adds a geometry to the list.
- add(E) - Method in class com.jme3.util.SafeArrayList
- add(E) - Method in class com.jme3.util.SafeArrayList.ArrayIterator
- add(Object) - Method in class com.jme3.bullet.PhysicsSpace
-
adds an object to the physics space
- 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(T...) - Method in class com.jme3.animation.CompactArray
-
Add objects.
- Add - Enum constant in enum class com.jme3.material.RenderState.BlendEquation
-
Sets the blend equation so that the source and destination data are added.
- Add - Enum constant in enum class com.jme3.material.RenderState.BlendEquationAlpha
-
Sets the blend equation so that the source and destination data are added.
- ADD - Enum constant in enum class com.jme3.network.kernel.EndpointEvent.Type
- addAction(String, Action) - Method in class com.jme3.anim.AnimComposer
-
Register given action with specified name.
- addAll(int, Collection<? extends E>) - Method in class com.jme3.util.SafeArrayList
- 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
- 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(Armature, Spatial) - Method in class com.jme3.scene.debug.custom.ArmatureDebugAppState
- addArmatureFrom(SkinningControl) - Method in class com.jme3.scene.debug.custom.ArmatureDebugAppState
- addAssetEventListener(AssetEventListener) - Method in interface com.jme3.asset.AssetManager
-
Add an
AssetEventListener
to receive events from thisAssetManager
. - addAssetEventListener(AssetEventListener) - Method in class com.jme3.asset.DesktopAssetManager
- addAxis(int, JoystickAxis) - Method in class com.jme3.input.lwjgl.GlfwJoystickInput.GlfwJoystick
- addAxis(InputDevice.MotionRange) - Method in class com.jme3.input.android.AndroidJoystickJoyInput14.AndroidJoystick
- addAxis(JoystickAxis) - Method in class com.jme3.input.AbstractJoystick
- addAxis(String, String, int, float) - Method in class com.jme3.input.android.AndroidSensorJoyInput.AndroidSensorJoystick
- 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(Bone) - Method in class com.jme3.animation.AnimChannel
-
Deprecated.Add a single bone to be influenced by this animation channel.
- addBone(String) - 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.
- addButton(int) - Method in class com.jme3.input.android.AndroidJoystickJoyInput14.AndroidJoystick
- addButton(JoystickButton) - Method in class com.jme3.input.AbstractJoystick
- 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 loadclasses
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(PhysicsCollisionListener) - Method in class com.jme3.bullet.PhysicsSpace
-
Adds a CollisionListener that will be informed about collision events
- addCollisionListener(RagdollCollisionListener) - Method in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.Add a collision listener to this control.
- addCollisionObject(PhysicsCollisionObject) - Method in class com.jme3.bullet.PhysicsSpace
- addColorBuffer(Image.Format) - Method in class com.jme3.texture.FrameBuffer
-
Deprecated.Use addColorTarget
- 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
-
Deprecated.Use addColorTarget
- addColorTexture(TextureArray, int) - Method in class com.jme3.texture.FrameBuffer
-
Deprecated.Use addColorTarget
- addColorTexture(TextureCubeMap, TextureCubeMap.Face) - Method in class com.jme3.texture.FrameBuffer
-
Deprecated.Use addColorTarget
- 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.
- addControlAt(int, Control) - Method in class com.jme3.scene.Spatial
-
Adds the specified control to the list, at the specified index.
- 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
- 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(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.
- 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.
- 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.view.surfaceview.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(byte[]) - Method in class com.jme3.app.state.MjpegFileWriter
- addImage(Bitmap) - Method in class com.jme3.app.state.MjpegFileWriter
- addImage(Bitmap, float) - Method in class com.jme3.app.state.MjpegFileWriter
- addImageToAtlas(BatchRenderBackend.Image, int, int, int) - Method in class com.jme3.niftygui.JmeBatchRenderBackend
- addInBuffer(Vector2f, FloatBuffer, int) - Static method in class com.jme3.util.BufferUtils
-
Add to a Vector2f in-buffer.
- addInBuffer(Vector3f, FloatBuffer, int) - Static method in class com.jme3.util.BufferUtils
-
Add to a Vector3f in-buffer.
- addInfluencedNode(FbxNode, String) - Method in class com.jme3.scene.plugins.fbx.anim.FbxAnimCurveNode
- 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 theRenderState.DEFAULT
render state except that all apply values are set to false. - Additive - Enum constant in enum class com.jme3.material.RenderState.BlendMode
-
Additive blending.
- 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.Adds a key frame for the given rotation at the given keyFrame index
This can't be used if the interpolated angle is higher than PI (180°)
UseAnimationFactory.addKeyFrameRotationAngles(int keyFrameIndex, float x, float y, float z)
instead that uses Euler angle rotations. - 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
- 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(float, float) - Method in class com.jme3.math.Vector2f
-
Adds specified amounts to the vector's components 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(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. - 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
-
Adds the argument and returns the (modified) current instance.
- addLocal(Vector2f) - Method in class com.jme3.math.Vector2f
-
Adds the argument and returns the (modified) current instance.
- addLocal(Vector3f) - Method in class com.jme3.math.Vector3f
-
Adds the argument 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. - 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>) - 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 class com.jme3.network.base.DefaultClient
- 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 class com.jme3.network.base.DefaultServer
- 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 class com.jme3.network.base.DefaultServer
- 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.
- 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
- 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
-
Adds a
SceneProcessor
to this 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
-
Adds a
RawInputListener
to receive raw input events. - 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
orNULL
if the specifiedvalue
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(int, Statement) - Method in class com.jme3.util.blockparser.Statement
- addStatement(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, 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.anim.AnimFactory
-
Add a keyframe for the specified rotation at the specified time.
- addTimeRotation(float, Quaternion) - Method in class com.jme3.animation.AnimationFactory
-
Deprecated.Adds a key frame for the given rotation at the given time
This can't be used if the interpolated angle is higher than PI (180°)
UseAnimationFactory.addTimeRotationAngles(float time, float x, float y, float z)
instead that uses Euler angle rotations. - 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(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.
- 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.
- 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 the adjoint as a new matrix.
- adjoint() - Method in class com.jme3.math.Matrix4f
-
Generate the adjoint.
- adjoint(Matrix3f) - Method in class com.jme3.math.Matrix3f
-
Returns the adjoint in the specified storage.
- 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(Vector2f, 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 class com.jme3.terrain.geomipmap.TerrainGrid
- adjustHeight(List<Vector2f>, List<Float>) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
- 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 - Enum constant in enum class checkers.quals.DefaultLocation
-
Apply default annotations to all unannotated types.
- ALL - Enum constant in enum class com.jme3.opencl.Device.DeviceType
- ALL - Static variable in interface com.jme3.input.TouchInput
-
No filter, get all events
- ALL_EXCEPT_LOCALS - Enum constant in enum class checkers.quals.DefaultLocation
-
Apply default annotations to all unannotated types except the raw types of locals.
- 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
-
Pointer version of
Listenerf
. - 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
-
Deprecated.
- allocate(int) - Method in class com.jme3.util.AndroidNativeBufferAllocator
- 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
- AllSame - Enum constant in enum class com.jme3.scene.plugins.fbx.mesh.FbxLayerElement.MappingInformationType
- alpha - Variable in class com.jme3.scene.plugins.MTLLoader
- alpha - Variable in class com.jme3.system.jopenvr.Compositor_OverlaySettings
- Alpha - Enum constant in enum class com.jme3.material.RenderState.BlendMode
-
Alpha blending, interpolates to source color from dest color using source alpha.
- Alpha8 - Enum constant in enum class com.jme3.texture.Image.Format
-
8-bit alpha
- AlphaAdditive - Enum constant in enum class com.jme3.material.RenderState.BlendMode
-
Additive blending that is multiplied with source alpha.
- alphaFunc - Variable in class com.jme3.renderer.RenderContext
-
Alpha test function.
- alphaMap - Variable in class com.jme3.scene.plugins.MTLLoader
- AlphaSumA - Enum constant in enum class com.jme3.material.RenderState.BlendMode
-
Alpha blending, interpolates to source color from dest color using source alpha.
- 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
-
Integer version of
Sourcef
. - 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
- Always - Enum constant in enum class com.jme3.material.RenderState.TestFunction
-
The test always passes
- Always - Enum constant in enum class com.jme3.scene.Spatial.BatchHint
-
This spatial will always be batched when attached to a BatchNode.
- Always - Enum constant in enum class com.jme3.scene.Spatial.CullHint
-
Always cull this from the view, throwing away this object and any children from rendering commands.
- ALWAYS - Enum constant in enum class com.jme3.system.AWTFrameProcessor.TransferMode
- ambient - Variable in class com.jme3.scene.plugins.MTLLoader
- Ambient - Enum constant in enum class com.jme3.light.Light.Type
-
Ambient light
- 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
- AmbientLightColor - Enum constant in enum class com.jme3.shader.UniformBinding
-
Ambient light color Type: vec4
- AnalogActionState - Class in com.jme3.input.vr
- AnalogActionState(float, float, float, float, float, float) - Constructor for class com.jme3.input.vr.AnalogActionState
- AnalogListener - Interface in com.jme3.input.controls
-
AnalogListener
is used to receive events of inputs in analog format. - Android - Enum constant in enum class com.jme3.system.Platform.Os
-
Android operating systems
- Android_ARM5 - Enum constant in enum class com.jme3.system.Platform
-
Android ARM5
- Android_ARM6 - Enum constant in enum class com.jme3.system.Platform
-
Android ARM6
- Android_ARM7 - Enum constant in enum class com.jme3.system.Platform
-
Android ARM7
- Android_ARM8 - Enum constant in enum class com.jme3.system.Platform
-
Android ARM8
- ANDROID_MEDIAPLAYER - Static variable in class com.jme3.system.AppSettings
-
Deprecated.This audio renderer has too many limitations. use
AppSettings.ANDROID_OPENAL_SOFT
instead. - ANDROID_OPENAL_SOFT - Static variable in class com.jme3.system.AppSettings
-
Use the OpenAL Soft based renderer for Android audio capabilities.
- Android_Other - Enum constant in enum class com.jme3.system.Platform
-
Android running on unknown platform (could be x86 or mips for example).
- Android_X86 - Enum constant in enum class com.jme3.system.Platform
-
Android x86
- 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 anAndroidAudioData
object with the specified asset key. - AndroidAudioLoader() - Constructor for class com.jme3.audio.plugins.AndroidAudioLoader
- AndroidBufferAllocator - Class in com.jme3.util
-
Deprecated.implemented
AndroidNativeBufferAllocator
instead. - AndroidBufferAllocator() - Constructor for class com.jme3.util.AndroidBufferAllocator
-
Deprecated.
- 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
extendsAndroidInputHandler
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
extendsAndroidJoyInput
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 loggingLog
. - AndroidLogHandler() - Constructor for class com.jme3.util.AndroidLogHandler
- AndroidNativeBufferAllocator - Class in com.jme3.util
-
Allocates and destroys direct byte buffers using native code.
- AndroidNativeBufferAllocator() - Constructor for class com.jme3.util.AndroidNativeBufferAllocator
- 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
-
Returns the signed angle between the current instance and the argument.
- 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
- Animated - Enum constant in enum class com.jme3.bullet.animation.KinematicSubmode
-
driven by animation (if any)
- 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
-
Deprecated.use
AnimClip
- 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
-
Deprecated.use
AnimEvent
- 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, float, 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) - 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, float, 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) - 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, LoopMode, 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
- AnimationFactory - Class in com.jme3.animation
-
Deprecated.use
AnimFactory
- 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
-
Deprecated.use AnimationEvent instead
- 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, float, LoopMode) - Constructor for class com.jme3.cinematic.events.AnimationTrack
-
Deprecated.
- AnimationTrack(Spatial, String, 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
-
Deprecated.use
AnimComposer
- 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.
- AnimControl(Skeleton) - Constructor for class com.jme3.animation.AnimControl
-
Deprecated.Creates a new animation control for the given skeleton.
- 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() - Constructor for class com.jme3.cinematic.events.AnimEvent
-
No-argument constructor needed by SavableClassUtil.
- 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.
- 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 - Variable in class com.jme3.scene.plugins.fbx.anim.FbxToJmeTrack
- AnimLayer - Class in com.jme3.anim
-
A named portion of an AnimComposer that can run (at most) one Action at a time.
- 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 Interface in com.jme3.system
-
Annotation used for methods in math primitives that are destructive to the object (xxxLocal, setXXX etc.).
- Annotations.Internal - Annotation Interface in com.jme3.system
-
Annotation used for public methods that are not to be called by users.
- Annotations.ReadOnly - Annotation Interface 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() - Static method in class com.jme3.lwjgl3.utils.APIUtil
-
Returns a thread-local
APIBuffer
that has been reset. - APIBuffer - Class in com.jme3.lwjgl3.utils
-
Helper class for alternative API functions.
- APIBuffer() - Constructor for class com.jme3.lwjgl3.utils.APIBuffer
- 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;
- AppletHarness - Class in com.jme3.app
- AppletHarness() - Constructor for class com.jme3.app.AppletHarness
- application - Variable in class com.jme3.input.AWTInput
-
The
JMonkey application
that provide the context. - Application - Interface in com.jme3.app
-
The
Application
interface represents the minimum exposed capabilities of a concrete jME3 application. - apply() - Method in interface com.jme3.system.jopenvr.VR_IVRApplications_FnTable.GetApplicationCount_callback
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVRApplications_FnTable.GetCurrentSceneProcessId_callback
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVRApplications_FnTable.GetTransitionState_callback
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVRApplications_FnTable.IsQuitUserPromptRequested_callback
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVRChaperone_FnTable.AreBoundsVisible_callback
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVRChaperone_FnTable.GetCalibrationState_callback
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVRChaperone_FnTable.ReloadInfo_callback
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable.RevertWorkingCopy_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() - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.ForceReconnectProcess_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() - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.GetLastFrameRenderer_callback
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.GetTrackingSpace_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() - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.PostPresentHandoff_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() - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.SubmitExplicitTimingData_callback
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVRDriverManager_FnTable.GetDriverCount_callback
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.CloseMessageOverlay_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() - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetPrimaryDashboardDevice_callback
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.HideKeyboard_callback
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.IsDashboardVisible_callback
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable.GetRenderModelCount_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() - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.GetD3D9AdapterIndex_callback
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.GetRawZeroPoseToStandingAbsoluteTrackingPose_callback
- apply() - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.GetSeatedZeroPoseToStandingAbsoluteTrackingPose_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() - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.ResetSeatedZeroPose_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(byte) - Method in interface com.jme3.system.jopenvr.VR_IVRChaperone_FnTable.ForceBoundsVisible_callback
- apply(byte) - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.ForceInterleavedReprojectionOn_callback
- apply(byte) - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.GetCurrentFadeColor_callback
- apply(byte) - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.SuspendRendering_callback
- apply(byte) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.SetDisplayVisibility_callback
- apply(byte, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRSettings_FnTable.Sync_callback
- apply(float) - Method in interface com.jme3.math.EaseFunction
- apply(float) - Method in class com.jme3.math.Easing.InOut
- apply(float, byte) - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.FadeGrid_callback
- apply(float, float) - Method in interface com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable.SetWorkingPlayAreaSize_callback
- apply(float, float, float, float, float, byte) - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.FadeToColor_callback
- 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(int) - Method in interface com.jme3.system.jopenvr.VR_IVRApplications_FnTable.GetApplicationsErrorNameFromEnum_callback
- apply(int) - Method in interface com.jme3.system.jopenvr.VR_IVRApplications_FnTable.GetApplicationsTransitionStateNameFromEnum_callback
- apply(int) - Method in interface com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable.CommitWorkingCopy_callback
- apply(int) - Method in interface com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable.ReloadFromDisk_callback
- apply(int) - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.SetExplicitTimingMode_callback
- apply(int) - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.SetTrackingSpace_callback
- apply(int) - Method in interface com.jme3.system.jopenvr.VR_IVRNotifications_FnTable.RemoveNotification_callback
- apply(int) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetOverlayErrorNameFromEnum_callback
- apply(int) - Method in interface com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable.GetRenderModelErrorNameFromEnum_callback
- apply(int) - Method in interface com.jme3.system.jopenvr.VR_IVRSettings_FnTable.GetSettingsErrorNameFromEnum_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) - 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) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.GetPropErrorNameFromEnum_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) - 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(int) - Method in interface com.jme3.system.jopenvr.VR_IVRTrackedCamera_FnTable.GetCameraErrorNameFromEnum_callback
- apply(int, float) - Method in interface com.jme3.system.jopenvr.VR_IVRScreenshots_FnTable.UpdateScreenshotProgress_callback
- apply(int, float, float) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.GetProjectionMatrix_callback
- apply(int, float, float, DistortionCoordinates_t) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.ComputeDistortion_callback
- apply(int, float, TrackedDevicePose_t, int) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.GetDeviceToAbsoluteTrackingPose_callback
- apply(int, int) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.GetHiddenAreaMesh_callback
- apply(int, int, float, float, HmdMatrix44_t) - Method in interface com.jme3.system.jopenvr.VR_IVRTrackedCamera_FnTable.GetCameraProjection_callback
- apply(int, int, int, Pointer, int, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.GetArrayTrackedDeviceProperty_callback
- apply(int, int, short) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.TriggerHapticPulse_callback
- apply(int, int, HmdVector2_t, HmdVector2_t) - Method in interface com.jme3.system.jopenvr.VR_IVRTrackedCamera_FnTable.GetCameraIntrinsics_callback
- apply(int, int, SpatialAnchorPose_t) - Method in interface com.jme3.system.jopenvr.VR_IVRSpatialAnchors_FnTable.GetSpatialAnchorPose_callback
- apply(int, int, SpatialAnchorPose_t, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRSpatialAnchors_FnTable.CreateSpatialAnchorFromPose_callback
- apply(int, int, VRControllerState_t, int, TrackedDevicePose_t) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.GetControllerStateWithPose_callback
- apply(int, int, VRTextureBounds_t, IntByReference, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRTrackedCamera_FnTable.GetVideoStreamTextureSize_callback
- apply(int, int, Pointer, int, Pointer, byte, long) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.ShowKeyboard_callback
- apply(int, int, Pointer, int, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRScreenshots_FnTable.GetScreenshotPropertyFilename_callback
- apply(int, int, Pointer, int, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.GetStringTrackedDeviceProperty_callback
- apply(int, int, Pointer, Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVRScreenshots_FnTable.SubmitScreenshot_callback
- apply(int, int, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.GetBoolTrackedDeviceProperty_callback
- apply(int, int, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.GetFloatTrackedDeviceProperty_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(int, int, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.GetUint64TrackedDeviceProperty_callback
- apply(int, int, IntByReference, IntByReference, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRTrackedCamera_FnTable.GetCameraFrameSize_callback
- apply(int, long) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.MoveGamepadFocusToNeighbor_callback
- apply(int, long, long) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.SetOverlayNeighbor_callback
- apply(int, HmdMatrix34_t) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.SetKeyboardTransformAbsolute_callback
- apply(int, Texture_t, VRTextureBounds_t, int) - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.Submit_callback
- apply(int, TrackedDevicePose_t, TrackedDevicePose_t) - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.GetLastPoseForTrackedDeviceIndex_callback
- apply(int, VRControllerState_t, int) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.GetControllerState_callback
- apply(int, VREvent_t, int, TrackedDevicePose_t) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.PollNextEventWithPose_callback
- apply(int, Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVRApplications_FnTable.IdentifyApplication_callback
- apply(int, Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.ReleaseSharedGLTexture_callback
- apply(int, Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable.LoadIntoTextureD3D11_Async_callback
- apply(int, Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVRTrackedCamera_FnTable.HasCamera_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(int, Pointer, int) - Method in interface com.jme3.system.jopenvr.VR_IVRDriverManager_FnTable.GetDriverName_callback
- apply(int, Pointer, int) - Method in interface com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable.GetRenderModelName_callback
- apply(int, Pointer, Pointer, int) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.DriverDebugRequest_callback
- apply(int, Pointer, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRSpatialAnchors_FnTable.GetSpatialAnchorDescriptor_callback
- apply(int, Pointer, PointerByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.GetMirrorTextureD3D11_callback
- apply(int, Pointer, PointerByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable.LoadTextureD3D11_Async_callback
- apply(int, FloatByReference, FloatByReference, FloatByReference, FloatByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.GetProjectionRaw_callback
- apply(int, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRScreenshots_FnTable.GetScreenshotPropertyType_callback
- apply(int, IntByReference, int, int) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.GetSortedTrackedDeviceIndicesOfClass_callback
- apply(int, IntByReference, IntByReference, IntByReference, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRExtendedDisplay_FnTable.GetEyeOutputViewport_callback
- apply(int, IntByReference, PointerByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.GetMirrorTextureGL_callback
- apply(int, LongByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRTrackedCamera_FnTable.AcquireVideoStreamingService_callback
- apply(int, PointerByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable.LoadTexture_Async_callback
- apply(long) - Method in interface com.jme3.system.jopenvr.VR_IVRIOBuffer_FnTable.Close_callback
- apply(long) - Method in interface com.jme3.system.jopenvr.VR_IVRIOBuffer_FnTable.PropertyContainer_callback
- apply(long) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.ClearOverlayTexture_callback
- apply(long) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.DestroyOverlay_callback
- apply(long) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetOverlayRenderingPid_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(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(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) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.ShowOverlay_callback
- apply(long) - Method in interface com.jme3.system.jopenvr.VR_IVRTrackedCamera_FnTable.ReleaseVideoStreamingService_callback
- apply(long, float) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.SetOverlayAlpha_callback
- apply(long, float) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.SetOverlayTexelAspect_callback
- apply(long, float) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.SetOverlayWidthInMeters_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, float, float, float, float, long) - Method in interface com.jme3.system.jopenvr.VR_IVRInput_FnTable.TriggerHapticVibrationAction_callback
- apply(long, int) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.SetDashboardOverlaySceneProcess_callback
- apply(long, int) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.SetOverlayInputMethod_callback
- apply(long, int) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.SetOverlayRenderingPid_callback
- apply(long, int) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.SetOverlaySortOrder_callback
- apply(long, int) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.SetOverlayTextureColorSpace_callback
- apply(long, int) - Method in interface com.jme3.system.jopenvr.VR_IVRTrackedCamera_FnTable.ReleaseVideoStreamTextureGL_callback
- apply(long, int, byte) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.SetOverlayFlag_callback
- apply(long, int, float, InputPoseActionData_t, int, long) - Method in interface com.jme3.system.jopenvr.VR_IVRInput_FnTable.GetPoseActionData_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, Pointer, byte, long) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.ShowKeyboardForOverlay_callback
- apply(long, int, int, Pointer, int, IntByReference, long) - Method in interface com.jme3.system.jopenvr.VR_IVRInput_FnTable.GetSkeletalBoneDataCompressed_callback
- apply(long, int, HmdMatrix34_t) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.SetOverlayTransformAbsolute_callback
- apply(long, int, HmdMatrix34_t) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.SetOverlayTransformTrackedDeviceRelative_callback
- apply(long, int, HmdVector2_t.ByValue, HmdMatrix34_t) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetTransformForOverlayCoordinates_callback
- apply(long, int, HmdVector2_t, float) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.SetOverlayDualAnalogTransform_callback
- apply(long, int, HmdVector2_t, FloatByReference) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetOverlayDualAnalogTransform_callback
- apply(long, int, Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetOverlayFlag_callback
- apply(long, int, Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.SetOverlayTransformTrackedDeviceComponent_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(long, long) - Method in interface com.jme3.system.jopenvr.VR_IVRInput_FnTable.ShowActionOrigins_callback
- apply(long, long, int, Pointer, int, NotificationBitmap_t, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRNotifications_FnTable.CreateNotification_callback
- apply(long, long, HmdMatrix34_t) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.SetOverlayTransformOverlayRelative_callback
- apply(long, long, LongByReference, int) - Method in interface com.jme3.system.jopenvr.VR_IVRInput_FnTable.GetActionOrigins_callback
- apply(long, HmdRect2_t.ByValue) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.SetKeyboardPositionForOverlay_callback
- apply(long, HmdVector2_t) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetOverlayMouseScale_callback
- apply(long, HmdVector2_t) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.SetOverlayMouseScale_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(long, InputOriginInfo_t, int) - Method in interface com.jme3.system.jopenvr.VR_IVRInput_FnTable.GetOriginTrackedDeviceInfo_callback
- apply(long, InputSkeletalActionData_t, int, long) - Method in interface com.jme3.system.jopenvr.VR_IVRInput_FnTable.GetSkeletalActionData_callback
- apply(long, Texture_t) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.SetOverlayTexture_callback
- apply(long, VREvent_t, int) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.PollNextOverlayEvent_callback
- apply(long, VROverlayIntersectionMaskPrimitive_t, int, int) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.SetOverlayIntersectionMask_callback
- apply(long, VROverlayIntersectionParams_t, VROverlayIntersectionResults_t) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.ComputeOverlayIntersection_callback
- apply(long, VRTextureBounds_t) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetOverlayTextureBounds_callback
- apply(long, VRTextureBounds_t) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.SetOverlayTextureBounds_callback
- apply(long, Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.ReleaseNativeOverlayHandle_callback
- apply(long, Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.SetOverlayFromFile_callback
- apply(long, Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.SetOverlayName_callback
- apply(long, Pointer, int) - Method in interface com.jme3.system.jopenvr.VR_IVRInput_FnTable.GetOriginLocalizedName_callback
- apply(long, Pointer, int) - Method in interface com.jme3.system.jopenvr.VR_IVRIOBuffer_FnTable.Write_callback
- apply(long, Pointer, int, int, int) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.SetOverlayRaw_callback
- apply(long, Pointer, int, HmdColor_t, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetOverlayRenderModel_callback
- apply(long, Pointer, int, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRIOBuffer_FnTable.Read_callback
- apply(long, Pointer, int, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetOverlayKey_callback
- apply(long, Pointer, int, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetOverlayName_callback
- apply(long, Pointer, int, IntByReference, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetOverlayImageData_callback
- apply(long, Pointer, HmdColor_t) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.SetOverlayRenderModel_callback
- apply(long, FloatByReference) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetOverlayAlpha_callback
- apply(long, FloatByReference) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetOverlayTexelAspect_callback
- apply(long, FloatByReference) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetOverlayWidthInMeters_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, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetDashboardOverlaySceneProcess_callback
- apply(long, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetOverlayFlags_callback
- apply(long, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetOverlayInputMethod_callback
- apply(long, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetOverlaySortOrder_callback
- apply(long, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetOverlayTextureColorSpace_callback
- apply(long, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetOverlayTransformType_callback
- apply(long, IntByReference, HmdMatrix34_t) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetOverlayTransformAbsolute_callback
- apply(long, IntByReference, HmdMatrix34_t) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetOverlayTransformTrackedDeviceRelative_callback
- apply(long, IntByReference, Pointer, int) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetOverlayTransformTrackedDeviceComponent_callback
- apply(long, IntByReference, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetOverlayTextureSize_callback
- apply(long, LongByReference, HmdMatrix34_t) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetOverlayTransformOverlayRelative_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(Matrix3f) - Method in class com.jme3.math.Quaternion
-
Applies the rotation represented by the argument to the current instance.
- apply(Endpoint) - Method in class com.jme3.network.base.DefaultServer.FilterAdapter
- apply(Camera, Geometry) - Method in class com.jme3.scene.instancing.InstancedGeometry.DefaultInstanceCullingFunction
- apply(Compositor_CumulativeStats, int) - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.GetCumulativeStats_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(HmdColor_t.ByValue) - Method in interface com.jme3.system.jopenvr.VR_IVRChaperone_FnTable.SetSceneColor_callback
- apply(HmdColor_t, int, float, HmdColor_t) - Method in interface com.jme3.system.jopenvr.VR_IVRChaperone_FnTable.GetBoundsColor_callback
- apply(HmdMatrix34_t) - Method in interface com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable.GetLiveSeatedZeroPoseToRawTrackingPose_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(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(HmdQuad_t) - Method in interface com.jme3.system.jopenvr.VR_IVRChaperone_FnTable.GetPlayAreaRect_callback
- apply(HmdQuad_t) - Method in interface com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable.GetWorkingPlayAreaRect_callback
- apply(HmdQuad_t, int) - Method in interface com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable.SetWorkingCollisionBoundsInfo_callback
- apply(HmdQuad_t, int) - Method in interface com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable.SetWorkingPhysicalBoundsInfo_callback
- apply(HmdQuad_t, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable.GetLiveCollisionBoundsInfo_callback
- apply(HmdQuad_t, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable.GetLivePhysicalBoundsInfo_callback
- apply(HmdQuad_t, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable.GetWorkingCollisionBoundsInfo_callback
- apply(JOpenVRLibrary.VkPhysicalDevice_T, Pointer, int) - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.GetVulkanDeviceExtensionsRequired_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(Texture_t, int) - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.SetSkyboxOverride_callback
- apply(TrackedDevicePose_t, int, TrackedDevicePose_t, int) - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.GetLastPoses_callback
- apply(TrackedDevicePose_t, int, TrackedDevicePose_t, int) - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.WaitGetPoses_callback
- apply(TrackedDevicePose_t, TrackedDevicePose_t, HmdMatrix34_t) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.ApplyTransform_callback
- apply(VRActiveActionSet_t, int, int) - Method in interface com.jme3.system.jopenvr.VR_IVRInput_FnTable.UpdateActionState_callback
- apply(VRActiveActionSet_t, int, int, long) - Method in interface com.jme3.system.jopenvr.VR_IVRInput_FnTable.ShowBindingsForActionSet_callback
- apply(VREvent_t, int) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.PollNextEvent_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(Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVRApplications_FnTable.GetApplicationProcessId_callback
- apply(Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVRApplications_FnTable.IsApplicationInstalled_callback
- apply(Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVRApplications_FnTable.LaunchApplication_callback
- apply(Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVRApplications_FnTable.LaunchDashboardOverlay_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) - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.LockGLSharedTextureForAccess_callback
- apply(Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.ReleaseMirrorTextureD3D11_callback
- apply(Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.UnlockGLSharedTextureForAccess_callback
- apply(Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVRDriverManager_FnTable.GetDriverHandle_callback
- apply(Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVRInput_FnTable.SetActionManifestPath_callback
- apply(Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.ShowDashboard_callback
- apply(Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable.FreeTextureD3D11_callback
- apply(Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable.GetComponentCount_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) - Method in interface com.jme3.system.osvr.osvrrendermanageropengl.OSVR_OpenGLToolkitFunctions.handleEvents_callback
- apply(Pointer) - Method in interface com.jme3.system.osvr.osvrrendermanageropengl.OSVR_OpenGLToolkitFunctions.OSVR_CBool_callback2
- apply(Pointer, byte) - Method in interface com.jme3.system.jopenvr.VR_IVRApplications_FnTable.AddApplicationManifest_callback
- apply(Pointer, byte) - Method in interface com.jme3.system.jopenvr.VR_IVRApplications_FnTable.SetApplicationAutoLaunch_callback
- apply(Pointer, byte) - Method in interface com.jme3.system.osvr.osvrrendermanageropengl.OSVR_OpenGLToolkitFunctions.OSVR_CBool_callback5
- apply(Pointer, int) - Method in interface com.jme3.system.jopenvr.VR_IVRApplications_FnTable.GetStartingApplication_callback
- apply(Pointer, int) - Method in interface com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable.ImportFromBufferToWorking_callback
- apply(Pointer, int) - Method in interface com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable.SetWorkingCollisionBoundsTagsInfo_callback
- apply(Pointer, int) - Method in interface com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.GetVulkanInstanceExtensionsRequired_callback
- apply(Pointer, int) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.GetKeyboardText_callback
- apply(Pointer, int, int, int, LongByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRIOBuffer_FnTable.Open_callback
- apply(Pointer, int, Pointer, int) - Method in interface com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable.GetComponentName_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.GetApplicationPropertyBool_callback
- apply(Pointer, int, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRApplications_FnTable.GetApplicationPropertyUint64_callback
- apply(Pointer, int, IntByReference, VRBoneTransform_t, int) - Method in interface com.jme3.system.jopenvr.VR_IVRInput_FnTable.DecompressSkeletalBoneData_callback
- apply(Pointer, OSVR_OpenGLContextParams) - Method in interface com.jme3.system.osvr.osvrrendermanageropengl.OSVR_OpenGLToolkitFunctions.OSVR_CBool_callback
- 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, 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, Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVRApplications_FnTable.LaunchApplicationFromMimeType_callback
- apply(Pointer, Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVRApplications_FnTable.SetDefaultApplicationForMimeType_callback
- apply(Pointer, Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable.GetComponentButtonMask_callback
- apply(Pointer, Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable.RenderModelHasComponent_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) - Method in interface com.jme3.system.jopenvr.VR_IVRApplications_FnTable.GetApplicationsThatSupportMimeType_callback
- apply(Pointer, Pointer, int) - Method in interface com.jme3.system.jopenvr.VR_IVRApplications_FnTable.GetApplicationSupportedMimeTypes_callback
- apply(Pointer, Pointer, int) - Method in interface com.jme3.system.jopenvr.VR_IVRApplications_FnTable.GetDefaultApplicationForMimeType_callback
- apply(Pointer, Pointer, int) - Method in interface com.jme3.system.jopenvr.VR_IVRResources_FnTable.LoadSharedResource_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(Pointer, Pointer, int, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRSettings_FnTable.SetInt32_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(Pointer, Pointer, AppOverrideKeys_t, int) - Method in interface com.jme3.system.jopenvr.VR_IVRApplications_FnTable.LaunchTemplateApplication_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, Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVRApplications_FnTable.LaunchInternalProcess_callback
- apply(Pointer, Pointer, Pointer, int) - Method in interface com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable.GetComponentRenderModelName_callback
- apply(Pointer, Pointer, Pointer, int) - Method in interface com.jme3.system.jopenvr.VR_IVRResources_FnTable.GetResourceFullPath_callback
- apply(Pointer, Pointer, Pointer, int, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRSettings_FnTable.GetString_callback
- apply(Pointer, Pointer, Pointer, Pointer, Pointer, Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.ShowMessageOverlay_callback
- apply(Pointer, Pointer, Pointer, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRSettings_FnTable.SetString_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(Pointer, Pointer, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRSettings_FnTable.RemoveKeyInSection_callback
- apply(Pointer, Pointer, LongByReference) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.CreateOverlay_callback
- apply(Pointer, Pointer, LongByReference, LongByReference) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.CreateDashboardOverlay_callback
- apply(Pointer, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable.ExportLiveToBuffer_callback
- apply(Pointer, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable.GetLiveCollisionBoundsTagsInfo_callback
- apply(Pointer, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRSettings_FnTable.RemoveSection_callback
- apply(Pointer, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRSpatialAnchors_FnTable.CreateSpatialAnchorFromDescriptor_callback
- apply(Pointer, LongByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRInput_FnTable.GetActionHandle_callback
- apply(Pointer, LongByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRInput_FnTable.GetActionSetHandle_callback
- apply(Pointer, LongByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRInput_FnTable.GetInputSourceHandle_callback
- apply(Pointer, LongByReference) - Method in interface com.jme3.system.jopenvr.VR_IVROverlay_FnTable.FindOverlay_callback
- apply(Pointer, PointerByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable.LoadRenderModel_Async_callback
- apply(FloatByReference, FloatByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRChaperone_FnTable.GetPlayAreaSize_callback
- apply(FloatByReference, FloatByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable.GetWorkingPlayAreaSize_callback
- apply(FloatByReference, LongByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.GetTimeSinceLastVsync_callback
- apply(IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.GetDXGIOutputInfo_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(IntByReference, Pointer, Pointer) - Method in interface com.jme3.system.jopenvr.VR_IVRScreenshots_FnTable.TakeStereoScreenshot_callback
- apply(IntByReference, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRExtendedDisplay_FnTable.GetDXGIOutputInfo_callback
- apply(IntByReference, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.GetRecommendedRenderTargetSize_callback
- apply(IntByReference, IntByReference, IntByReference, IntByReference) - Method in interface com.jme3.system.jopenvr.VR_IVRExtendedDisplay_FnTable.GetWindowBounds_callback
- apply(LongByReference, int, JOpenVRLibrary.VkInstance_T) - Method in interface com.jme3.system.jopenvr.VR_IVRSystem_FnTable.GetOutputDevice_callback
- apply(InputStream) - Static method in class jme3tools.shader.Preprocessor
- apply(T) - Method in interface com.jme3.network.Filter
-
Returns true if the specified input is accepted by this filter.
- 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.
- applyDefaultSpeedFactors() - Method in class com.jme3.anim.tween.action.BlendAction
-
BlendAction will stretch it's child actions if they don't have the same length.
- 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
-
native declaration : headers\openvr_capi.h:1485
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA. - AppOverrideKeys_t() - Constructor for class com.jme3.system.jopenvr.AppOverrideKeys_t
- AppOverrideKeys_t(Pointer) - Constructor for class com.jme3.system.jopenvr.AppOverrideKeys_t
- AppOverrideKeys_t(Pointer, 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
- 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
-
The
AppStateManager
holds a list ofAppState
s which it will update and render.
When anAppState
is attached or detached, theAppState.stateAttached(com.jme3.app.state.AppStateManager)
andAppState.stateDetached(com.jme3.app.state.AppStateManager)
methods will be called respectively. - 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 Class 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 inAppTaskQueue
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 givenCallable
. - 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
-
Deprecated.use
AreaUtils
instead, due to wrong package - AreaUtils - Class in com.jme3.util
-
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*
- ARGB - Enum constant in enum class com.jme3.opencl.Image.ImageChannelOrder
- ARGB8 - Enum constant in enum class com.jme3.texture.Image.Format
-
8-bit alpha, red, blue and green
- 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 - Variable in class com.jme3.scene.plugins.ogre.AnimData
- 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.
- 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() - Constructor for class com.jme3.scene.debug.custom.ArmatureInterJointsWire
-
For serialization only.
- 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().
- 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 elementbyte
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 anint
in a,b,g,r order. - asIntARGB() - Method in class com.jme3.math.ColorRGBA
-
Retrieves the component values of this
ColorRGBA
as anint
in a,r,g,b order. - asIntRGBA() - Method in class com.jme3.math.ColorRGBA
-
Retrieves the component values of this
ColorRGBA
as anint
in r,g,b,a order. - Aspect - Enum constant in enum class com.jme3.shader.UniformBinding
-
Aspect ratio of the resolution currently set.
- Assert - Enum constant in enum class com.jme3.app.state.ConstantVerifierState.ErrorType
- 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 insideAssetManager
. - 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 - Variable in class com.jme3.audio.android.AndroidAudioData
- AssetKey<T> - Class in com.jme3.asset
-
AssetKey
is a key that is used to look up a resource from a cache. - AssetKey() - Constructor for class com.jme3.asset.AssetKey
- AssetKey(String) - Constructor for class com.jme3.asset.AssetKey
- 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 theAssetManager
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 - 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.
- AssetManager - Interface in com.jme3.asset
-
AssetManager
provides an interface for managing the data assets of a jME3 application. - AssetNotFoundException - Exception in com.jme3.asset
-
AssetNotFoundException
is thrown when theAssetManager
is unable to locate the requested asset using any of the registeredAssetLocator
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) - Method in class com.jme3.input.DefaultJoystickAxis
-
Assign the mappings to receive events from the given joystick axis.
- assignAxis(String, String) - Method in interface com.jme3.input.JoystickAxis
-
Assign the mappings to receive events from the given joystick axis.
- assignAxis(String, String, int) - Method in class com.jme3.input.AbstractJoystick
-
Deprecated.Use JoystickAxis.assignAxis() instead.
- assignAxis(String, String, int) - Method in interface com.jme3.input.Joystick
-
Deprecated.Use JoystickAxis.assignAxis() instead.
- 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) - Method in interface com.jme3.input.JoystickButton
-
Assign the mapping name to receive events from the given button index on the joystick.
- assignButton(String, int) - Method in class com.jme3.input.AbstractJoystick
-
Deprecated.Use JoystickButton.assignButton() instead.
- assignButton(String, int) - Method in interface com.jme3.input.Joystick
-
Deprecated.Use JoystickButton.assignButton() instead.
- associateWithGroupNode(GeometryGroupNode, int) - Method in class com.jme3.scene.Geometry
-
Associate this
Geometry
with aGeometryGroupNode
. - Asynchronous - Enum constant in enum class com.jme3.network.service.rmi.CallType
-
Caller does not block or wait for a response.
- Asynchronous - Annotation Interface 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
- 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 Class in com.jme3.audio
- audioKey - Variable in class com.jme3.audio.AudioNode
- AudioKey - Class in com.jme3.audio
-
AudioKey
is extending AssetKey by holding stream flag. - AudioKey() - Constructor for class com.jme3.audio.AudioKey
- AudioKey(String) - Constructor for class com.jme3.audio.AudioKey
- AudioKey(String, boolean) - Constructor for class com.jme3.audio.AudioKey
-
Create a new AudioKey
- AudioKey(String, boolean, boolean) - Constructor for class com.jme3.audio.AudioKey
-
Create a new AudioKey.
- AudioListenerState - Class in com.jme3.audio
-
AudioListenerState
updates the audio listener's position, orientation, and velocity from aCamera
. - AudioListenerState() - Constructor for class com.jme3.audio.AudioListenerState
- audioNode - Variable in class com.jme3.cinematic.events.SoundEvent
- 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(AssetManager, String) - Constructor for class com.jme3.audio.AudioNode
-
Deprecated.
- AudioNode(AssetManager, String, boolean) - Constructor for class com.jme3.audio.AudioNode
-
Deprecated.
- AudioNode(AssetManager, String, boolean, boolean) - Constructor for class com.jme3.audio.AudioNode
-
Deprecated.
- AudioNode(AssetManager, String, AudioData.DataType) - Constructor for class com.jme3.audio.AudioNode
-
Creates a new
AudioNode
with the given audio file. - AudioNode(AudioData, AudioKey) - Constructor for class com.jme3.audio.AudioNode
-
Creates a new
AudioNode
with the given data and key. - AudioNode(AudioRenderer, AssetManager, String) - Constructor for class com.jme3.audio.AudioNode
-
Deprecated.AudioRenderer parameter is ignored.
- AudioNode.Status - Enum Class in com.jme3.audio
-
Deprecated.- use AudioSource.Status instead
- AudioParam - Enum Class 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.view.surfaceview.JmeSurfaceView
- AudioSource - Interface in com.jme3.audio
- AudioSource.Status - Enum Class 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_CAM_ALL - Enum constant in enum class com.jme3.util.VRGUIPositioningMode
- AUTO_CAM_ALL_SKIP_PITCH - Enum constant in enum class com.jme3.util.VRGUIPositioningMode
- AUTO_INTERLEAVE - Static variable in class com.jme3.scene.plugins.ogre.MeshLoader
- AUTO_OBSERVER_ALL - Enum constant in enum class com.jme3.util.VRGUIPositioningMode
- AUTO_OBSERVER_ALL_CAMHEIGHT - Enum constant in enum class com.jme3.util.VRGUIPositioningMode
- AUTO_OBSERVER_POS_CAM_ROTATION - Enum constant in enum class com.jme3.util.VRGUIPositioningMode
- 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 Class in com.jme3.system
- AWTInput - Class in com.jme3.input
- 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
- 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 AWTcomponent
. - 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.
- AxialY - Enum constant in enum class com.jme3.scene.control.BillboardControl.Alignment
-
Aligns this Billboard to the screen, but keeps the Y axis fixed.
- AxialZ - Enum constant in enum class com.jme3.scene.control.BillboardControl.Alignment
-
Aligns this Billboard to the screen, but keeps the Z axis fixed.
- 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_SWEEP_3 - Enum constant in enum class com.jme3.bullet.PhysicsSpace.BroadphaseType
-
better Broadphase, needs worldBounds , max Object number = 16384
- AXIS_SWEEP_3_32 - Enum constant in enum class com.jme3.bullet.PhysicsSpace.BroadphaseType
-
better Broadphase, needs worldBounds , max Object number = 65536
- 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
B
- b - Variable in class com.jme3.bullet.debug.BulletJointDebugControl
- b - Variable in class com.jme3.math.ColorRGBA
-
The blue component of the color.
- b - Variable in class com.jme3.system.jopenvr.HmdColor_t
- b - Variable in class com.jme3.system.osvr.osvrrendermanager.OSVR_RGB
- b - Variable in class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_RGB
- b16 - Variable in class com.jme3.opencl.lwjgl.Utils.TempBuffer
- b16d - Variable in class com.jme3.opencl.lwjgl.Utils.TempBuffer
- b16f - Variable in class com.jme3.opencl.lwjgl.Utils.TempBuffer
- b16i - Variable in class com.jme3.opencl.lwjgl.Utils.TempBuffer
- b16l - Variable in class com.jme3.opencl.lwjgl.Utils.TempBuffer
- b16s - Variable in class com.jme3.opencl.lwjgl.Utils.TempBuffer
- b80 - Static variable in class com.jme3.opencl.lwjgl.Utils
- b80f - Static variable in class com.jme3.opencl.lwjgl.Utils
- b80l - Static variable in class com.jme3.opencl.lwjgl.Utils
- Back - Enum constant in enum class com.jme3.material.RenderState.FaceCullMode
-
Cull back faces
- backColor - Variable in class com.jme3.renderer.ViewPort
-
Color applied when the color buffer is cleared.
- backGroundColor - Variable in class com.jme3.environment.EnvironmentCamera
- backgroundContext - Variable in class com.jme3.system.AWTContext
-
The background context.
- backStencilDepthFailOperation - Variable in class com.jme3.renderer.RenderContext
-
Action taken when the stencil test passes but the depth test fails on a back-facing polygon.
- backStencilDepthPassOperation - Variable in class com.jme3.renderer.RenderContext
-
Action taken when both tests pass on a back-facing polygon.
- backStencilFunction - Variable in class com.jme3.renderer.RenderContext
-
Stencil test function for back-facing polygons.
- backStencilStencilFailOperation - Variable in class com.jme3.renderer.RenderContext
-
Action taken when the stencil test fails on a back-facing polygon.
- bActive - Variable in class com.jme3.system.jopenvr.InputAnalogActionData_t
- bActive - Variable in class com.jme3.system.jopenvr.InputDigitalActionData_t
- bActive - Variable in class com.jme3.system.jopenvr.InputPoseActionData_t
- bActive - Variable in class com.jme3.system.jopenvr.InputSkeletalActionData_t
- bakeLods(LodGenerator.TriangleReductionMethod, float...) - Method in class jme3tools.optimize.LodGenerator
-
Computes the LODs and bakes them into the mesh.
- BaseAction - Class in com.jme3.anim.tween.action
- BaseAction(Tween) - Constructor for class com.jme3.anim.tween.action.BaseAction
- BaseAppState - Class in com.jme3.app.state
-
A base app state implementation the provides more built-in management convenience than AbstractAppState, including methods for enable/disable/initialize state management.
- BaseAppState() - Constructor for class com.jme3.app.state.BaseAppState
- BaseAppState(String) - Constructor for class com.jme3.app.state.BaseAppState
- basePoint - Variable in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_EyeTracker3DState
-
C type : OSVR_PositionState
- basePointValid - Variable in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_EyeTracker3DState
-
C type : OSVR_CBool
- baseRigidBody - Variable in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
- BasicProbeBlendingStrategy - Class in com.jme3.light
-
This strategy returns the closest probe from the rendered object.
- BasicProbeBlendingStrategy() - Constructor for class com.jme3.light.BasicProbeBlendingStrategy
- BasicProfiler - Class in com.jme3.app
-
An AppProfiler implementation that collects two per-frame application-wide timings for update versus render and uses it to create a bar chart style Mesh.
- BasicProfiler() - Constructor for class com.jme3.app.BasicProfiler
- BasicProfiler(int) - Constructor for class com.jme3.app.BasicProfiler
- BasicProfilerState - Class in com.jme3.app
-
Provides a basic profiling visualization that shows per-frame application-wide timings for update and rendering.
- BasicProfilerState() - Constructor for class com.jme3.app.BasicProfilerState
- BasicProfilerState(boolean) - Constructor for class com.jme3.app.BasicProfilerState
- BasicShadowRenderer - Class in com.jme3.shadow
-
Deprecated.use
DirectionalLightShadowRenderer
with one split. - BasicShadowRenderer(AssetManager, int) - Constructor for class com.jme3.shadow.BasicShadowRenderer
-
Deprecated.Creates a BasicShadowRenderer
- Basis - Interface in com.jme3.terrain.noise
-
Interface for - basically 3D - noise generation algorithms, based on the book: Texturing & Modeling - A Procedural Approach The main concept is to look at noise as a basis for generating fractals.
- batch() - Method in class com.jme3.scene.BatchNode
-
Batch this batchNode every geometry of the sub scene graph of this node will be batched into a single mesh that will be rendered in one call
- batch() - Method in class com.jme3.scene.SimpleBatchNode
- Batch() - Constructor for class com.jme3.scene.BatchNode.Batch
- batches - Variable in class com.jme3.scene.BatchNode
-
the list of geometry holding the batched meshes
- batchesByGeom - Variable in class com.jme3.scene.BatchNode
-
a map for storing the batches by geometry to quickly access the batch when updating
- batchHint - Variable in class com.jme3.scene.Spatial
- BatchNode - Class in com.jme3.scene
-
BatchNode holds geometries that are a batched version of all the geometries that are in its sub scenegraph.
- BatchNode() - Constructor for class com.jme3.scene.BatchNode
-
Construct a batchNode
- BatchNode(String) - Constructor for class com.jme3.scene.BatchNode
- BatchNode.Batch - Class in com.jme3.scene
- batchRendererBackend - Variable in class com.jme3.niftygui.NiftyJmeDisplay
- bbox - Variable in class com.jme3.util.TempVars
-
BoundingVolumes (for shadows etc.)
- BC6H_SF16 - Enum constant in enum class com.jme3.texture.Image.Format
-
BPTC compression BC6 signed float RGB
- BC6H_UF16 - Enum constant in enum class com.jme3.texture.Image.Format
-
BPTC compression BC6 unsigned float RGB
- BC7_UNORM - Enum constant in enum class com.jme3.texture.Image.Format
-
BPTC compression BC7 RGBA
- BC7_UNORM_SRGB - Enum constant in enum class com.jme3.texture.Image.Format
-
BPTC compression BC7 SRGB Alpha
- bChanged - Variable in class com.jme3.system.jopenvr.InputDigitalActionData_t
- bDeviceIsConnected - Variable in class com.jme3.system.jopenvr.TrackedDevicePose_t
- beforeRender() - Method in class com.jme3.post.Filter.Pass
- beginBatch(BlendMode, int) - Method in class com.jme3.niftygui.JmeBatchRenderBackend
- beginFrame() - Method in class com.jme3.niftygui.JmeBatchRenderBackend
- beginFrame() - Method in class com.jme3.niftygui.RenderDeviceJme
- BeginFrame - Enum constant in enum class com.jme3.profile.AppStep
- beginInput() - Method in class com.jme3.input.InputManager
-
Callback from RawInputListener.
- beginInput() - Method in interface com.jme3.input.RawInputListener
-
Called before a batch of input will be sent to this
RawInputListener
. - beginInput() - Method in class com.jme3.niftygui.InputSystemJme
- BeginRender - Enum constant in enum class com.jme3.profile.VpStep
- BetterCharacterControl - Class in com.jme3.bullet.control
-
Intended to replace the CharacterControl class.
- BetterCharacterControl() - Constructor for class com.jme3.bullet.control.BetterCharacterControl
-
No-argument constructor needed by SavableClassUtil.
- BetterCharacterControl(float, float, float) - Constructor for class com.jme3.bullet.control.BetterCharacterControl
-
Instantiate an enabled control with the specified properties.
- Bezier - Enum constant in enum class com.jme3.math.Spline.SplineType
- bFingerDown - Variable in class com.jme3.system.jopenvr.VREvent_TouchPadMove_t
- bForced - Variable in class com.jme3.system.jopenvr.VREvent_Process_t
- BGR8 - Enum constant in enum class com.jme3.texture.Image.Format
-
8-bit blue, green, and red.
- BGRA - Enum constant in enum class com.jme3.opencl.Image.ImageChannelOrder
- BGRA8 - Enum constant in enum class com.jme3.texture.Image.Format
-
8-bit blue, green, red and alpha.
- bias(float, float) - Static method in class com.jme3.terrain.noise.ShaderUtils
- biasFactor - Variable in class com.jme3.bullet.joints.HingeJoint
- BIHNode - Class in com.jme3.collision.bih
-
Bounding Interval Hierarchy.
- BIHNode() - Constructor for class com.jme3.collision.bih.BIHNode
- BIHNode(int) - Constructor for class com.jme3.collision.bih.BIHNode
- BIHNode(int, int) - Constructor for class com.jme3.collision.bih.BIHNode
- BIHNode.BIHStackData - Class in com.jme3.collision.bih
- bihStack - Variable in class com.jme3.util.TempVars
- bihSwapTmp - Variable in class com.jme3.util.TempVars
- BIHTree - Class in com.jme3.collision.bih
- BIHTree() - Constructor for class com.jme3.collision.bih.BIHTree
- BIHTree(Mesh) - Constructor for class com.jme3.collision.bih.BIHTree
- BIHTree(Mesh, int) - Constructor for class com.jme3.collision.bih.BIHTree
- BIHTriangle - Class in com.jme3.collision.bih
- BIHTriangle(Vector3f, Vector3f, Vector3f) - Constructor for class com.jme3.collision.bih.BIHTriangle
- Bilinear - Enum constant in enum class com.jme3.shadow.EdgeFilteringMode
-
Bilinear filtering is used.
- Bilinear - Enum constant in enum class com.jme3.shadow.PssmShadowRenderer.FilterMode
-
Deprecated.Bilinear filtering is used.
- Bilinear - Enum constant in enum class com.jme3.texture.Texture.MagFilter
-
In this mode the four nearest texels to the pixel center are sampled (at the closest mipmap level), and their colors are combined by weighted average according to distance.
- BilinearNearestMipMap - Enum constant in enum class com.jme3.texture.Texture.MinFilter
-
Same as BilinearNoMipMaps except that instead of using samples from texture level 0, the closest mipmap level is chosen based on distance.
- BilinearNoMipMaps - Enum constant in enum class com.jme3.texture.Texture.MinFilter
-
In this method the four nearest texels to the pixel center are sampled (at texture level 0), and their colors are combined by weighted averages.
- BillboardControl - Class in com.jme3.scene.control
- BillboardControl() - Constructor for class com.jme3.scene.control.BillboardControl
- BillboardControl.Alignment - Enum Class in com.jme3.scene.control
-
Determines how the billboard is aligned to the screen/camera.
- BinaryExporter - Class in com.jme3.export.binary
-
Exports savable objects in jMonkeyEngine's native binary format.
- BinaryExporter() - Constructor for class com.jme3.export.binary.BinaryExporter
- BinaryImporter - Class in com.jme3.export.binary
- BinaryImporter() - Constructor for class com.jme3.export.binary.BinaryImporter
- BinaryLoader - Class in com.jme3.export.binary
-
The default loader to load binaries files.
- BinaryLoader() - Constructor for class com.jme3.export.binary.BinaryLoader
- BinaryShader - Enum constant in enum class com.jme3.renderer.Caps
-
GPU support for binary shaders.
- bind(Component) - Method in class com.jme3.input.AWTInput
- bind(Component) - Method in class com.jme3.input.AWTKeyInput
- bind(Component) - Method in class com.jme3.input.AWTMouseInput
- bind(Component, Application) - Method in class com.jme3.system.AWTFrameProcessor
-
Bind this processor.
- bind(Component, Application, ViewPort) - Method in class com.jme3.system.AWTFrameProcessor
-
Bind this processor.
- bind(Component, Application, ViewPort, boolean) - Method in class com.jme3.system.AWTFrameProcessor
-
Bind this processor.
- bindAppStateToActivityLifeCycle(boolean) - Method in class com.jme3.view.surfaceview.JmeSurfaceView
-
Binds/Unbinds the game life cycle to the holder activity life cycle.
- bindCamera(String, Camera) - Method in class com.jme3.cinematic.Cinematic
-
Binds a camera to this Cinematic, tagged by a unique name.
- bindDestination(Application, Component) - Method in class com.jme3.system.AWTFrameProcessor
-
Bind this processor.
- bindImage(Image, Texture.Type, int, MemoryAccess) - Method in class com.jme3.opencl.Context
-
Creates a shared image object from a jME3-image.
- bindImage(Image, Texture.Type, int, MemoryAccess) - Method in class com.jme3.opencl.lwjgl.LwjglContext
- bindImage(Texture, int, MemoryAccess) - Method in class com.jme3.opencl.Context
-
Creates a shared image object from a jME3 texture.
- bindImage(Texture, MemoryAccess) - Method in class com.jme3.opencl.Context
-
Alternative version to
Context.bindImage(com.jme3.texture.Texture, int, com.jme3.opencl.MemoryAccess)
, usesmiplevel=0
. - binding - Variable in class com.jme3.shader.Uniform
-
Binding to a renderer value, or null if user-defined uniform
- bindListeners() - Method in class com.jme3.system.AWTFrameProcessor
- BindPoseNormal - Enum constant in enum class com.jme3.scene.VertexBuffer.Type
-
Initial vertex normals, used with animation.
- BindPosePosition - Enum constant in enum class com.jme3.scene.VertexBuffer.Type
-
Initial vertex position, used with animation.
- BindPoseTangent - Enum constant in enum class com.jme3.scene.VertexBuffer.Type
-
Initial vertex tangents, used with animation.
- bindProgram(Shader) - Method in class com.jme3.renderer.opengl.GLRenderer
- bindPureRenderBuffer(FrameBuffer.RenderBuffer, MemoryAccess) - Method in class com.jme3.opencl.Context
- bindPureRenderBuffer(FrameBuffer.RenderBuffer, MemoryAccess) - Method in class com.jme3.opencl.lwjgl.LwjglContext
- bindRenderBuffer(FrameBuffer.RenderBuffer, MemoryAccess) - Method in class com.jme3.opencl.Context
-
Creates a shared image object from a jME3 render buffer.
- bindTransform - Variable in class com.jme3.scene.plugins.fbx.objects.FbxNode
- bindVertexBuffer(VertexBuffer, MemoryAccess) - Method in class com.jme3.opencl.Context
-
Creates a shared buffer from a VertexBuffer.
- bindVertexBuffer(VertexBuffer, MemoryAccess) - Method in class com.jme3.opencl.lwjgl.LwjglContext
- BinLoader - Class in com.jme3.scene.plugins.gltf
-
Created by Nehon on 08/08/2017.
- BinLoader() - Constructor for class com.jme3.scene.plugins.gltf.BinLoader
- binormal - Variable in class com.jme3.util.TangentBinormalGenerator.TriangleData
- Binormal - Enum constant in enum class com.jme3.scene.plugins.fbx.mesh.FbxLayerElement.Type
- Binormal - Enum constant in enum class com.jme3.scene.VertexBuffer.Type
-
Binormal vector, normalized (3 floats, optional)
- binormals - Variable in class com.jme3.scene.plugins.fbx.objects.FbxMesh
- binormalsMapping - Variable in class com.jme3.scene.plugins.fbx.objects.FbxMesh
- binormalsReference - Variable in class com.jme3.scene.plugins.fbx.objects.FbxMesh
- bitang - Variable in class com.jme3.scene.plugins.IrVertex
- BitmapCharacter - Class in com.jme3.font
-
Represents a single bitmap character.
- BitmapCharacter() - Constructor for class com.jme3.font.BitmapCharacter
- BitmapCharacter(char) - Constructor for class com.jme3.font.BitmapCharacter
- BitmapCharacterSet - Class in com.jme3.font
- BitmapCharacterSet() - Constructor for class com.jme3.font.BitmapCharacterSet
- BitmapFont - Class in com.jme3.font
-
Represents a font within jME that is generated with the AngelCode Bitmap Font Generator
- BitmapFont() - Constructor for class com.jme3.font.BitmapFont
- BitmapFont.Align - Enum Class in com.jme3.font
-
Specifies horizontal alignment for text.
- BitmapFont.VAlign - Enum Class in com.jme3.font
-
Specifies vertical alignment for text.
- BitmapFontLoader - Class in com.jme3.font.plugins
- BitmapFontLoader() - Constructor for class com.jme3.font.plugins.BitmapFontLoader
- BitmapText - Class in com.jme3.font
- BitmapText(BitmapFont) - Constructor for class com.jme3.font.BitmapText
- BitmapText(BitmapFont, boolean) - Constructor for class com.jme3.font.BitmapText
-
Deprecated.The "rightToLeft" flag should be specified in the font. Use
BitmapText(com.jme3.font.BitmapFont)
- BitmapText(BitmapFont, boolean, boolean) - Constructor for class com.jme3.font.BitmapText
- bitRate - Variable in class com.jme3.audio.plugins.NativeVorbisFile
- bitsPerPixel - Variable in class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_OpenGLContextParams
- bitsPerSample - Variable in class com.jme3.audio.AudioData
- Black - Static variable in class com.jme3.math.ColorRGBA
-
The color black (0,0,0).
- BlackNoAlpha - Static variable in class com.jme3.math.ColorRGBA
-
The black color with no alpha (0, 0, 0, 0).
- BlendableAction - Class in com.jme3.anim.tween.action
- BlendableAction(Tween...) - Constructor for class com.jme3.anim.tween.action.BlendableAction
- BlendAction - Class in com.jme3.anim.tween.action
- BlendAction(BlendSpace, BlendableAction...) - Constructor for class com.jme3.anim.tween.action.BlendAction
- blendedControl - Variable in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
- blendEquation - Variable in class com.jme3.renderer.RenderContext
-
RGB blend equation for BlendMode.Custom.
- blendEquationAlpha - Variable in class com.jme3.renderer.RenderContext
-
Alpha blend equation for BlendMode.Custom.
- blendMode - Variable in class com.jme3.renderer.RenderContext
-
How to blend input pixels with those already in the color buffer.
- BlendSpace - Interface in com.jme3.anim.tween.action
- blendStart - Variable in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
- blendTime - Variable in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.blending interval for animations (in seconds, ≥0)
- blendTime - Variable in class com.jme3.cinematic.events.AnimationEvent
-
Deprecated.
- blendToKinematicMode(float) - Method in class com.jme3.bullet.animation.PhysicsLink
-
Begin blending this link to a purely kinematic mode.
- blendToKinematicMode(float) - Method in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.Smoothly blend from Ragdoll mode to Kinematic mode This is useful to blend ragdoll actual position to a keyframe animation for example
- blendToKinematicMode(float, Transform) - Method in class com.jme3.bullet.animation.DynamicAnimControl
-
Begin blending all links to purely kinematic mode, driven by animation.
- blendToKinematicMode(KinematicSubmode, float) - Method in class com.jme3.bullet.animation.BoneLink
-
Begin blending this link to a purely kinematic mode.
- blendToKinematicMode(KinematicSubmode, float, Transform) - Method in class com.jme3.bullet.animation.TorsoLink
-
Begin blending this link to a purely kinematic mode.
- BLOCK_SENTINEL_DATA - Static variable in class com.jme3.scene.plugins.fbx.file.FbxReader
- BLOCK_SENTINEL_LENGTH - Static variable in class com.jme3.scene.plugins.fbx.file.FbxReader
- BlockLanguageParser - Class in com.jme3.util.blockparser
- BloomFilter - Class in com.jme3.post.filters
-
BloomFilter is used to make objects in the scene have a glow effect.
There are 2 mode : Scene and Objects.
Scene mode extracts the bright parts of the scene to make them glow
Object mode makes objects glow according to their material's glowMap or their GlowColor
See advanced:bloom_and_glow for more details - BloomFilter() - Constructor for class com.jme3.post.filters.BloomFilter
-
Creates a Bloom filter
- BloomFilter(BloomFilter.GlowMode) - Constructor for class com.jme3.post.filters.BloomFilter
-
Creates the bloom filter with the specified glow mode
- BloomFilter.GlowMode - Enum Class in com.jme3.post.filters
-
GlowMode specifies if the glow will be applied to the whole scene or to objects that have a glow color or a glow map
- Blue - Static variable in class com.jme3.math.ColorRGBA
-
The color blue (0,0,1).
- bodies - Variable in class com.jme3.bullet.debug.BulletDebugAppState
-
map rigid bodies to visualizations
- body - Variable in class com.jme3.bullet.debug.BulletCharacterDebugControl
-
character to visualize (not null)
- body - Variable in class com.jme3.bullet.debug.BulletGhostObjectDebugControl
-
ghost object to visualize (not null)
- body - Variable in class com.jme3.bullet.debug.BulletJointDebugControl
- body - Variable in class com.jme3.bullet.debug.BulletRigidBodyDebugControl
-
rigid body to visualize (not null)
- body - Variable in class com.jme3.bullet.debug.BulletVehicleDebugControl
- bone - Variable in class com.jme3.bullet.control.KinematicRagdollControl.PhysicsBoneLink
-
Deprecated.
- bone - Variable in class com.jme3.scene.plugins.fbx.anim.FbxLimbNode
- bone - Variable in class com.jme3.scene.plugins.fbx.objects.FbxNode
- Bone - Class in com.jme3.animation
-
Deprecated.use
Joint
- Bone() - Constructor for class com.jme3.animation.Bone
-
Deprecated.Serialization only.
- Bone(String) - Constructor for class com.jme3.animation.Bone
-
Deprecated.Creates a new bone with the given name.
- boneCount - Variable in class com.jme3.system.jopenvr.InputSkeletalActionData_t
- boneIndex - Variable in class com.jme3.scene.plugins.fbx.objects.FbxNode
- BoneIndex - Enum constant in enum class com.jme3.scene.plugins.fbx.mesh.FbxLayerElement.Type
- BoneIndex - Enum constant in enum class com.jme3.scene.VertexBuffer.Type
-
Bone indices, used with animation (4 ubytes).
- BoneLink - Class in com.jme3.bullet.animation
-
Link an animated bone in a skeleton to a jointed rigid body in a ragdoll.
- BoneLink() - Constructor for class com.jme3.bullet.animation.BoneLink
-
No-argument constructor needed by SavableClassUtil.
- boneLinks - Variable in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
- boneList - Variable in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
- boneMap - Variable in class com.jme3.bullet.control.ragdoll.RagdollPreset
-
map bone names to joint presets
- boneName() - Method in class com.jme3.bullet.animation.PhysicsLink
-
Read the name of the corresponding bone.
- boneRecursion(Spatial, Bone, PhysicsRigidBody, int, Map<Integer, List<Float>>) - Method in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.Generate a physics shape and bone links for the specified bone.
- bones - Variable in class com.jme3.scene.plugins.fbx.objects.FbxSkin
- BoneTrack - Class in com.jme3.animation
-
Deprecated.use
AnimTrack
- BoneTrack() - Constructor for class com.jme3.animation.BoneTrack
-
Deprecated.Serialization-only.
- BoneTrack(int) - Constructor for class com.jme3.animation.BoneTrack
-
Deprecated.Creates a bone track for the given bone index
- BoneTrack(int, float[], Vector3f[], Quaternion[]) - Constructor for class com.jme3.animation.BoneTrack
-
Deprecated.Creates a bone track for the given bone index
- BoneTrack(int, float[], Vector3f[], Quaternion[], Vector3f[]) - Constructor for class com.jme3.animation.BoneTrack
-
Deprecated.Creates a bone track for the given bone index
- BoneWeight - Enum constant in enum class com.jme3.scene.plugins.fbx.mesh.FbxLayerElement.Type
- BoneWeight - Enum constant in enum class com.jme3.scene.VertexBuffer.Type
-
Bone weights, used with animation (4 floats).
- boneWeightsIndices - Variable in class com.jme3.scene.plugins.IrVertex
- Boolean - Enum constant in enum class com.jme3.shader.VarType
- booleanParam() - Method in class com.jme3.lwjgl3.utils.APIBuffer
-
Ensures space for an additional boolean value and returns the address offset.
- booleanParam(boolean) - Method in class com.jme3.lwjgl3.utils.APIBuffer
-
Ensures space for an additional boolean value, sets the specified value at the allocated offset and returns that offset.
- BooleanSerializer - Class in com.jme3.network.serializing.serializers
-
Boolean serializer.
- BooleanSerializer() - Constructor for class com.jme3.network.serializing.serializers.BooleanSerializer
- booleanValue(int) - Method in class com.jme3.lwjgl3.utils.APIBuffer
-
Returns the boolean value at the specified offset.
- BorderClamp - Enum constant in enum class com.jme3.texture.Texture.WrapMode
-
Deprecated.Not supported by OpenGL 3 or OpenGL ES 2
- bottom - Variable in class com.jme3.system.osvr.osvrrendermanager.OSVR_ProjectionMatrix
- bottom - Variable in class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_ProjectionMatrix
- Bottom - Enum constant in enum class com.jme3.font.BitmapFont.VAlign
-
Align text at the bottom of the text block
- bottomNeighbour - Variable in class com.jme3.terrain.geomipmap.TerrainPatch
- boundArrayVBO - Variable in class com.jme3.renderer.RenderContext
-
Currently bound array vertex buffer.
- boundAttribs - Variable in class com.jme3.renderer.RenderContext
-
Vertex attribs currently bound and enabled.
- boundElementArrayVBO - Variable in class com.jme3.renderer.RenderContext
-
Currently bound element array vertex buffer.
- boundFB - Variable in class com.jme3.renderer.RenderContext
-
Currently bound FrameBuffer.
- boundFBO - Variable in class com.jme3.renderer.RenderContext
-
ID of the bound FrameBuffer.
- BoundingBox - Class in com.jme3.bounding
-
BoundingBox
describes a bounding volume as an axis-aligned box. - BoundingBox() - Constructor for class com.jme3.bounding.BoundingBox
-
Instantiate a
BoundingBox
without initializing it. - BoundingBox(BoundingBox) - Constructor for class com.jme3.bounding.BoundingBox
-
Instantiate a
BoundingBox
equivalent to an existing box. - BoundingBox(Vector3f, float, float, float) - Constructor for class com.jme3.bounding.BoundingBox
-
Instantiate a
BoundingBox
with given center and extents. - BoundingBox(Vector3f, Vector3f) - Constructor for class com.jme3.bounding.BoundingBox
-
Instantiate a BoundingBox with the specified extremes.
- BoundingSphere - Class in com.jme3.bounding
-
BoundingSphere
defines a sphere that defines a container for a group of vertices of a particular piece of geometry. - BoundingSphere() - Constructor for class com.jme3.bounding.BoundingSphere
-
Default constructor instantiates a new
BoundingSphere
object. - BoundingSphere(float, Vector3f) - Constructor for class com.jme3.bounding.BoundingSphere
-
Constructor instantiates a new
BoundingSphere
object. - BoundingSphereDebug - Class in com.jme3.environment.util
-
A debugging shape for a BoundingSphere Consists of 3 axis aligned circles.
- BoundingSphereDebug() - Constructor for class com.jme3.environment.util.BoundingSphereDebug
- BoundingVolume - Class in com.jme3.bounding
-
BoundingVolume
defines an interface for dealing with containment of a collection of points. - BoundingVolume() - Constructor for class com.jme3.bounding.BoundingVolume
- BoundingVolume(Vector3f) - Constructor for class com.jme3.bounding.BoundingVolume
- BoundingVolume.Type - Enum Class in com.jme3.bounding
-
The type of bounding volume being used.
- boundPixelPackPBO - Variable in class com.jme3.renderer.RenderContext
-
Currently bound pixel pack pixel buffer.
- boundRB - Variable in class com.jme3.renderer.RenderContext
-
Currently bound Renderbuffer.
- boundShader - Variable in class com.jme3.renderer.RenderContext
-
Shader for rendering.
- boundShaderProgram - Variable in class com.jme3.renderer.RenderContext
-
ID of the shader for rendering.
- boundTextures - Variable in class com.jme3.renderer.RenderContext
-
Current bound texture IDs for each texture unit.
- boundTextureUnit - Variable in class com.jme3.renderer.RenderContext
-
Currently bound texture unit.
- boundVertexArray - Variable in class com.jme3.renderer.RenderContext
-
ID of the bound vertex array.
- Box - Class in com.jme3.scene.shape
-
A box with solid (filled) faces.
- Box() - Constructor for class com.jme3.scene.shape.Box
-
Empty constructor for serialization only.
- Box(float, float, float) - Constructor for class com.jme3.scene.shape.Box
-
Creates a new box.
- Box(Vector3f, float, float, float) - Constructor for class com.jme3.scene.shape.Box
-
Deprecated.Due to constant confusion of geometry centers and the center of the box mesh this method has been deprecated.
- Box(Vector3f, Vector3f) - Constructor for class com.jme3.scene.shape.Box
-
Constructor instantiates a new
Box
object. - BoxCollisionShape - Class in com.jme3.bullet.collision.shapes
-
Basic box collision shape
- BoxCollisionShape() - Constructor for class com.jme3.bullet.collision.shapes.BoxCollisionShape
- BoxCollisionShape(Vector3f) - Constructor for class com.jme3.bullet.collision.shapes.BoxCollisionShape
-
creates a collision box from the given halfExtents
- boxstep(float, float, float) - Static method in class com.jme3.terrain.noise.ShaderUtils
- bPoseIsValid - Variable in class com.jme3.system.jopenvr.TrackedDevicePose_t
- bpp - Variable in class com.jme3.texture.image.ByteOffsetImageCodec
- brake(float) - Method in class com.jme3.bullet.objects.PhysicsVehicle
-
Apply the given brake force to all wheels, works continuously
- brake(int, float) - Method in class com.jme3.bullet.objects.PhysicsVehicle
-
Apply the given brake force, works continuously
- BRANCH_NAME - Static variable in class com.jme3.system.JmeVersion
- breadthFirstTraversal(SceneGraphVisitor) - Method in class com.jme3.scene.Spatial
-
Visit each scene graph element ordered by BFS
- breadthFirstTraversal(SceneGraphVisitor, Queue<Spatial>) - Method in class com.jme3.scene.Geometry
- breadthFirstTraversal(SceneGraphVisitor, Queue<Spatial>) - Method in class com.jme3.scene.Node
- breadthFirstTraversal(SceneGraphVisitor, Queue<Spatial>) - Method in class com.jme3.scene.Spatial
- BresenhamTerrainPicker - Class in com.jme3.terrain.geomipmap.picking
-
It basically works by casting a pick ray against the bounding volumes of the TerrainQuad and its children, gathering all of the TerrainPatches hit (in distance order.) The triangles of each patch are then tested using the BresenhamYUpGridTracer to determine which triangles to test and in what order.
- BresenhamTerrainPicker(TerrainQuad) - Constructor for class com.jme3.terrain.geomipmap.picking.BresenhamTerrainPicker
- BresenhamYUpGridTracer - Class in com.jme3.terrain.geomipmap.picking
-
Works on the XZ plane, with positive Y as up.
- BresenhamYUpGridTracer() - Constructor for class com.jme3.terrain.geomipmap.picking.BresenhamYUpGridTracer
- BresenhamYUpGridTracer.Direction - Enum Class in com.jme3.terrain.geomipmap.picking
- bResetBySystemMenu - Variable in class com.jme3.system.jopenvr.VREvent_SeatedZeroPoseReset_t
- broadcast(int, Filter<? super HostedConnection>, Message) - Method in class com.jme3.network.base.DefaultServer
- broadcast(int, Filter<? super HostedConnection>, Message) - Method in interface com.jme3.network.Server
-
Sends the specified message over the specified alternate channel to all connected clients that match the filter.
- broadcast(Filter<? super HostedConnection>, Message) - Method in class com.jme3.network.base.DefaultServer
- broadcast(Filter<? super HostedConnection>, Message) - Method in interface com.jme3.network.Server
-
Sends the specified message to all connected clients that match the filter.
- broadcast(Filter<? super Endpoint>, ByteBuffer, boolean, boolean) - Method in class com.jme3.network.base.KernelAdapter
- broadcast(Filter<? super Endpoint>, ByteBuffer, boolean, boolean) - Method in interface com.jme3.network.kernel.Kernel
-
Dispatches the data to all endpoints managed by the kernel that match the specified endpoint filter.
- broadcast(Filter<? super Endpoint>, ByteBuffer, boolean, boolean) - Method in class com.jme3.network.kernel.tcp.SelectorKernel
- broadcast(Filter<? super Endpoint>, ByteBuffer, boolean, boolean) - Method in class com.jme3.network.kernel.udp.UdpKernel
-
Dispatches the data to all endpoints managed by the kernel.
- broadcast(Message) - Method in class com.jme3.network.base.DefaultServer
- broadcast(Message) - Method in interface com.jme3.network.Server
-
Sends the specified message to all connected clients.
- broadphaseType - Variable in class com.jme3.bullet.BulletAppState
-
broadphase collision-detection algorithm for the physics space to use (not null)
- Brown - Static variable in class com.jme3.math.ColorRGBA
-
The color brown (65/255, 40/255, 25/255).
- bScrollWheelVisible - Variable in class com.jme3.system.jopenvr.RenderModel_ControllerMode_State_t
- bState - Variable in class com.jme3.system.jopenvr.InputDigitalActionData_t
- buffer - Variable in class com.jme3.opencl.Buffer.AsyncMapping
- buffer - Variable in class com.jme3.opencl.Image.ImageMapping
-
The raw byte buffer
- buffer() - Method in class com.jme3.lwjgl3.utils.APIBuffer
-
Returns the
ByteBuffer
that backs thisAPIBuffer
. - Buffer - Class in com.jme3.opencl
-
Wrapper for an OpenCL buffer object.
- Buffer - Enum constant in enum class com.jme3.audio.AudioData.DataType
- Buffer(OpenCLObject.ObjectReleaser) - Constructor for class com.jme3.opencl.Buffer
- Buffer.AsyncMapping - Class in com.jme3.opencl
-
Result of an async mapping operation, contains the event and the target byte buffer.
- BufferAllocator - Interface in com.jme3.util
-
Interface to create/destroy direct buffers.
- BufferAllocatorFactory - Class in com.jme3.util
-
The factory of buffer allocators.
- bufferObject - Variable in class com.jme3.shader.ShaderBufferBlock
-
Current used buffer object.
- BufferObject - Class in com.jme3.shader
-
The base implementation of BO.
- BufferObject - Enum constant in enum class com.jme3.shader.VarType
- BufferObject() - Constructor for class com.jme3.shader.BufferObject
- BufferObject(int) - Constructor for class com.jme3.shader.BufferObject
- BufferObject(int, BufferObject.BufferType) - Constructor for class com.jme3.shader.BufferObject
- BufferObject(int, BufferObject.Layout) - Constructor for class com.jme3.shader.BufferObject
- BufferObject(int, BufferObject.Layout, BufferObject.BufferType) - Constructor for class com.jme3.shader.BufferObject
- BufferObject(BufferObject.BufferType) - Constructor for class com.jme3.shader.BufferObject
- BufferObject(BufferObject.Layout) - Constructor for class com.jme3.shader.BufferObject
- BufferObject.BufferType - Enum Class in com.jme3.shader
- BufferObject.Layout - Enum Class in com.jme3.shader
- BufferObjectField - Class in com.jme3.shader
-
The class to describe a filed in BO.
- BufferObjectField(String, VarType) - Constructor for class com.jme3.shader.BufferObjectField
- bufferParam(int) - Method in class com.jme3.lwjgl3.utils.APIBuffer
-
Ensures space for an additional buffer with the specified size (in bytes) and returns the address offset.
- buffers - Variable in class com.jme3.environment.EnvironmentCamera
- buffers - Variable in class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_OpenResultsOpenGL
-
C type : OSVR_RenderBufferOpenGL
- BufferUtils - Class in com.jme3.util
-
BufferUtils
is a helper class for generating nio buffers from jME data classes such as Vectors and ColorRGBA. - bufType - Variable in class com.jme3.scene.VertexBuffer
- build() - Method in class com.jme3.opencl.Program
-
Builds this program without additional arguments
- build(String, Device...) - Method in class com.jme3.opencl.lwjgl.LwjglProgram
- build(String, Device...) - Method in class com.jme3.opencl.Program
-
Builds this program with the specified argument string on the specified devices.
- BUILD_DATE - Static variable in class com.jme3.system.JmeVersion
- buildAnimation() - Method in class com.jme3.animation.AnimationFactory
-
Deprecated.Creates an Animation based on the keyFrames previously added to the factory.
- buildAnimation(HasLocalTransform) - Method in class com.jme3.anim.AnimFactory
-
Create an AnimClip based on the keyframes added to this factory.
- buildBindPoseBoneTransform() - Method in class com.jme3.scene.plugins.fbx.objects.FbxNode
- buildObject() - Method in class com.jme3.bullet.objects.PhysicsCharacter
- buildObject() - Method in class com.jme3.bullet.objects.PhysicsGhostObject
- buildPointMap(Spatial) - Static method in class com.jme3.bullet.control.ragdoll.RagdollUtils
-
Build a map of mesh vertices in a subtree of the scene graph.
- buildShader(List<ShaderNode>, ShaderGenerationInfo, Shader.ShaderType) - Method in class com.jme3.shader.ShaderGenerator
-
This method is responsible for the shader generation.
- BulletAppState - Class in com.jme3.bullet
-
An app state to manage a single Bullet physics space.
- BulletAppState() - Constructor for class com.jme3.bullet.BulletAppState
-
Instantiate an app state to manage a new PhysicsSpace with DBVT collision detection.
- BulletAppState(PhysicsSpace.BroadphaseType) - Constructor for class com.jme3.bullet.BulletAppState
-
Instantiate an app state to manage a new PhysicsSpace.
- BulletAppState(Vector3f, Vector3f) - Constructor for class com.jme3.bullet.BulletAppState
-
Instantiate an app state to manage a new PhysicsSpace with AXIS_SWEEP_3 collision detection.
- BulletAppState(Vector3f, Vector3f, PhysicsSpace.BroadphaseType) - Constructor for class com.jme3.bullet.BulletAppState
-
Instantiate an app state to manage a new PhysicsSpace.
- BulletAppState.ThreadingType - Enum Class in com.jme3.bullet
-
Enumerate threading modes.
- BulletCharacterDebugControl - Class in com.jme3.bullet.debug
-
A physics-debug control used to visualize a PhysicsCharacter.
- BulletCharacterDebugControl(BulletDebugAppState, PhysicsCharacter) - Constructor for class com.jme3.bullet.debug.BulletCharacterDebugControl
-
Instantiate an enabled control to visualize the specified character.
- BulletDebugAppState - Class in com.jme3.bullet.debug
-
An app state to manage a debug visualization of a physics space.
- BulletDebugAppState(PhysicsSpace) - Constructor for class com.jme3.bullet.debug.BulletDebugAppState
-
Instantiate an app state to visualize the specified space.
- BulletDebugAppState.DebugAppStateFilter - Interface in com.jme3.bullet.debug
-
Interface to restrict which physics objects are visualized.
- BulletGhostObjectDebugControl - Class in com.jme3.bullet.debug
-
A physics-debug control used to visualize a PhysicsGhostObject.
- BulletGhostObjectDebugControl(BulletDebugAppState, PhysicsGhostObject) - Constructor for class com.jme3.bullet.debug.BulletGhostObjectDebugControl
-
Instantiate an enabled control to visualize the specified ghost object.
- BulletJointDebugControl - Class in com.jme3.bullet.debug
-
A physics-debug control used to visualize a PhysicsJoint.
- BulletJointDebugControl(BulletDebugAppState, PhysicsJoint) - Constructor for class com.jme3.bullet.debug.BulletJointDebugControl
-
Instantiate an enabled control to visualize the specified joint.
- bulletMesh - Variable in class com.jme3.bullet.collision.shapes.GImpactCollisionShape
- bulletMesh - Variable in class com.jme3.bullet.collision.shapes.MeshCollisionShape
- BulletRigidBodyDebugControl - Class in com.jme3.bullet.debug
-
A physics-debug control used to visualize a PhysicsRigidBody.
- BulletRigidBodyDebugControl(BulletDebugAppState, PhysicsRigidBody) - Constructor for class com.jme3.bullet.debug.BulletRigidBodyDebugControl
-
Instantiate an enabled control to visualize the specified body.
- BulletVehicleDebugControl - Class in com.jme3.bullet.debug
-
A physics-debug control used to visualize a PhysicsVehicle.
- BulletVehicleDebugControl(BulletDebugAppState, PhysicsVehicle) - Constructor for class com.jme3.bullet.debug.BulletVehicleDebugControl
-
Instantiate an enabled control to visualize the specified vehicle.
- button - Variable in class com.jme3.system.jopenvr.VREvent_Controller_t
- button - Variable in class com.jme3.system.jopenvr.VREvent_Mouse_t
- BUTTON_0 - Static variable in interface com.jme3.input.JoystickButton
- BUTTON_1 - Static variable in interface com.jme3.input.JoystickButton
- BUTTON_10 - Static variable in interface com.jme3.input.JoystickButton
- BUTTON_11 - Static variable in interface com.jme3.input.JoystickButton
- BUTTON_2 - Static variable in interface com.jme3.input.JoystickButton
- BUTTON_3 - Static variable in interface com.jme3.input.JoystickButton
- BUTTON_4 - Static variable in interface com.jme3.input.JoystickButton
- BUTTON_5 - Static variable in interface com.jme3.input.JoystickButton
- BUTTON_6 - Static variable in interface com.jme3.input.JoystickButton
- BUTTON_7 - Static variable in interface com.jme3.input.JoystickButton
- BUTTON_8 - Static variable in interface com.jme3.input.JoystickButton
- BUTTON_9 - Static variable in interface com.jme3.input.JoystickButton
- BUTTON_LEFT - Static variable in interface com.jme3.input.MouseInput
-
Left mouse button.
- BUTTON_MIDDLE - Static variable in interface com.jme3.input.MouseInput
-
Middle mouse button.
- BUTTON_RIGHT - Static variable in interface com.jme3.input.MouseInput
-
Right mouse button.
- ByEdge - Enum constant in enum class com.jme3.scene.plugins.fbx.mesh.FbxLayerElement.MappingInformationType
- ByPolygon - Enum constant in enum class com.jme3.scene.plugins.fbx.mesh.FbxLayerElement.MappingInformationType
- ByPolygonVertex - Enum constant in enum class com.jme3.scene.plugins.fbx.mesh.FbxLayerElement.MappingInformationType
- ByReference() - Constructor for class com.jme3.system.jopenvr.AppOverrideKeys_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.CameraVideoStreamFrameHeader_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.Compositor_CumulativeStats.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.Compositor_FrameTiming.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.Compositor_OverlaySettings.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.COpenVRContext.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.CVRSettingHelper.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.D3D12TextureData_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.DistortionCoordinates_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.DriverDirectMode_FrameTiming.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.HiddenAreaMesh_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.HmdColor_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.HmdMatrix33_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.HmdMatrix34_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.HmdMatrix44_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.HmdQuad_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.HmdQuaternion_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.HmdQuaternionf_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.HmdRect2_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.HmdVector2_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.HmdVector3_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.HmdVector3d_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.HmdVector4_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.ImuSample_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.InputAnalogActionData_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.InputDigitalActionData_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.InputOriginInfo_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.InputPoseActionData_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.InputSkeletalActionData_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.IntersectionMaskCircle_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.IntersectionMaskRectangle_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.NotificationBitmap_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.RenderModel_ComponentState_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.RenderModel_ControllerMode_State_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.RenderModel_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.RenderModel_TextureMap_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.RenderModel_Vertex_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.SpatialAnchorPose_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.Texture_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.TrackedDevicePose_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VR_IVRApplications_FnTable.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VR_IVRChaperone_FnTable.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VR_IVRDriverManager_FnTable.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VR_IVRExtendedDisplay_FnTable.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VR_IVRInput_FnTable.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VR_IVRIOBuffer_FnTable.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VR_IVRNotifications_FnTable.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VR_IVROverlay_FnTable.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VR_IVRResources_FnTable.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VR_IVRScreenshots_FnTable.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VR_IVRSettings_FnTable.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VR_IVRSpatialAnchors_FnTable.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VR_IVRSystem_FnTable.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VR_IVRTrackedCamera_FnTable.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VRActiveActionSet_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VRBoneTransform_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VRControllerAxis_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VRControllerState_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VREvent_ApplicationLaunch_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VREvent_Chaperone_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VREvent_Controller_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VREvent_Data_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VREvent_DualAnalog_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VREvent_EditingCameraSurface_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VREvent_HapticVibration_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VREvent_InputActionManifestLoad_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VREvent_InputBindingLoad_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VREvent_Ipd_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VREvent_Keyboard_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VREvent_MessageOverlay_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VREvent_Mouse_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VREvent_Notification_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VREvent_Overlay_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VREvent_PerformanceTest_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VREvent_Process_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VREvent_Property_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VREvent_Reserved_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VREvent_Screenshot_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VREvent_ScreenshotProgress_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VREvent_Scroll_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VREvent_SeatedZeroPoseReset_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VREvent_SpatialAnchor_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VREvent_Status_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VREvent_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VREvent_TouchPadMove_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VREvent_WebConsole_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VROverlayIntersectionMaskPrimitive_Data_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VROverlayIntersectionMaskPrimitive_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VROverlayIntersectionParams_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VROverlayIntersectionResults_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VRTextureBounds_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VRTextureDepthInfo_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VRTextureWithDepth_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VRTextureWithPose_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VRTextureWithPoseAndDepth_t.ByReference
- ByReference() - Constructor for class com.jme3.system.jopenvr.VRVulkanTextureData_t.ByReference
- ByReference() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_AccelerationReport.ByReference
- ByReference() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_AccelerationState.ByReference
- ByReference() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_AnalogReport.ByReference
- ByReference() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_AngularAccelerationReport.ByReference
- ByReference() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_AngularVelocityReport.ByReference
- ByReference() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_ButtonReport.ByReference
- ByReference() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_DirectionReport.ByReference
- ByReference() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_EyeTracker2DReport.ByReference
- ByReference() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_EyeTracker3DReport.ByReference
- ByReference() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_EyeTracker3DState.ByReference
- ByReference() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_EyeTrackerBlinkReport.ByReference
- ByReference() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_IncrementalQuaternion.ByReference
- ByReference() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_LinearAccelerationReport.ByReference
- ByReference() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_LinearVelocityReport.ByReference
- ByReference() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_Location2DReport.ByReference
- ByReference() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_NaviPositionReport.ByReference
- ByReference() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_NaviVelocityReport.ByReference
- ByReference() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_OrientationReport.ByReference
- ByReference() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_Pose3.ByReference
- ByReference() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_PoseReport.ByReference
- ByReference() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_PositionReport.ByReference
- ByReference() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_Quaternion.ByReference
- ByReference() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_Vec2.ByReference
- ByReference() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_Vec3.ByReference
- ByReference() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_VelocityReport.ByReference
- ByReference() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_VelocityState.ByReference
- ByReference() - Constructor for class com.jme3.system.osvr.osvrmatrixconventions.OSVR_Pose3.ByReference
- ByReference() - Constructor for class com.jme3.system.osvr.osvrmatrixconventions.OSVR_Quaternion.ByReference
- ByReference() - Constructor for class com.jme3.system.osvr.osvrmatrixconventions.OSVR_Vec3.ByReference
- ByReference() - Constructor for class com.jme3.system.osvr.osvrrendermanager.OSVR_ProjectionMatrix.ByReference
- ByReference() - Constructor for class com.jme3.system.osvr.osvrrendermanager.OSVR_RenderParams.ByReference
- ByReference() - Constructor for class com.jme3.system.osvr.osvrrendermanager.OSVR_RGB.ByReference
- ByReference() - Constructor for class com.jme3.system.osvr.osvrrendermanager.OSVR_ViewportDescription.ByReference
- ByReference() - Constructor for class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_GraphicsLibraryOpenGL.ByReference
- ByReference() - Constructor for class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_OpenGLContextParams.ByReference
- ByReference() - Constructor for class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_OpenGLToolkitFunctions.ByReference
- ByReference() - Constructor for class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_OpenResultsOpenGL.ByReference
- ByReference() - Constructor for class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_ProjectionMatrix.ByReference
- ByReference() - Constructor for class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_RenderBufferOpenGL.ByReference
- ByReference() - Constructor for class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_RenderInfoOpenGL.ByReference
- ByReference() - Constructor for class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_RenderParams.ByReference
- ByReference() - Constructor for class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_RGB.ByReference
- ByReference() - Constructor for class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_ViewportDescription.ByReference
- ByReference() - Constructor for class com.jme3.system.osvr.osvrtimevalue.OSVR_TimeValue.ByReference
- Byte - Enum constant in enum class com.jme3.scene.VertexBuffer.Format
-
1 byte integer, signed.
- byteBuffer - Variable in class com.jme3.system.AWTComponentRenderer
-
The byte buffer.
- ByteOffsetImageCodec - Class in com.jme3.texture.image
- ByteOffsetImageCodec(int, int, int, int, int, int) - Constructor for class com.jme3.texture.image.ByteOffsetImageCodec
- byteParam() - Method in class com.jme3.lwjgl3.utils.APIBuffer
-
Ensures space for an additional byte value and returns the address offset.
- byteParam(byte) - Method in class com.jme3.lwjgl3.utils.APIBuffer
-
Ensures space for an additional byte value, sets the specified value at the allocated offset and returns that offset.
- ByteSerializer - Class in com.jme3.network.serializing.serializers
-
Byte serializer.
- ByteSerializer() - Constructor for class com.jme3.network.serializing.serializers.ByteSerializer
- ByteUtils - Class in com.jme3.export.binary
-
ByteUtils
is a helper class for converting numeric primitives to and from byte representations. - byteValue(int) - Method in class com.jme3.lwjgl3.utils.APIBuffer
-
Returns the boolean value at the specified offset.
- ByValue() - Constructor for class com.jme3.system.jopenvr.AppOverrideKeys_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.CameraVideoStreamFrameHeader_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.Compositor_CumulativeStats.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.Compositor_FrameTiming.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.Compositor_OverlaySettings.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.COpenVRContext.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.CVRSettingHelper.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.D3D12TextureData_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.DistortionCoordinates_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.DriverDirectMode_FrameTiming.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.HiddenAreaMesh_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.HmdColor_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.HmdMatrix33_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.HmdMatrix34_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.HmdMatrix44_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.HmdQuad_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.HmdQuaternion_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.HmdQuaternionf_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.HmdRect2_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.HmdVector2_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.HmdVector3_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.HmdVector3d_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.HmdVector4_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.ImuSample_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.InputAnalogActionData_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.InputDigitalActionData_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.InputOriginInfo_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.InputPoseActionData_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.InputSkeletalActionData_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.IntersectionMaskCircle_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.IntersectionMaskRectangle_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.NotificationBitmap_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.RenderModel_ComponentState_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.RenderModel_ControllerMode_State_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.RenderModel_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.RenderModel_TextureMap_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.RenderModel_Vertex_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.SpatialAnchorPose_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.Texture_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.TrackedDevicePose_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VR_IVRApplications_FnTable.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VR_IVRChaperone_FnTable.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VR_IVRChaperoneSetup_FnTable.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VR_IVRCompositor_FnTable.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VR_IVRDriverManager_FnTable.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VR_IVRExtendedDisplay_FnTable.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VR_IVRInput_FnTable.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VR_IVRIOBuffer_FnTable.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VR_IVRNotifications_FnTable.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VR_IVROverlay_FnTable.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VR_IVRResources_FnTable.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VR_IVRScreenshots_FnTable.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VR_IVRSettings_FnTable.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VR_IVRSpatialAnchors_FnTable.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VR_IVRSystem_FnTable.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VR_IVRTrackedCamera_FnTable.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VRActiveActionSet_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VRBoneTransform_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VRControllerAxis_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VRControllerState_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VREvent_ApplicationLaunch_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VREvent_Chaperone_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VREvent_Controller_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VREvent_Data_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VREvent_DualAnalog_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VREvent_EditingCameraSurface_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VREvent_HapticVibration_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VREvent_InputActionManifestLoad_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VREvent_InputBindingLoad_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VREvent_Ipd_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VREvent_Keyboard_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VREvent_MessageOverlay_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VREvent_Mouse_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VREvent_Notification_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VREvent_Overlay_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VREvent_PerformanceTest_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VREvent_Process_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VREvent_Property_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VREvent_Reserved_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VREvent_Screenshot_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VREvent_ScreenshotProgress_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VREvent_Scroll_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VREvent_SeatedZeroPoseReset_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VREvent_SpatialAnchor_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VREvent_Status_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VREvent_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VREvent_TouchPadMove_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VREvent_WebConsole_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VROverlayIntersectionMaskPrimitive_Data_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VROverlayIntersectionMaskPrimitive_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VROverlayIntersectionParams_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VROverlayIntersectionResults_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VRTextureBounds_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VRTextureDepthInfo_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VRTextureWithDepth_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VRTextureWithPose_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VRTextureWithPoseAndDepth_t.ByValue
- ByValue() - Constructor for class com.jme3.system.jopenvr.VRVulkanTextureData_t.ByValue
- ByValue() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_AccelerationReport.ByValue
- ByValue() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_AccelerationState.ByValue
- ByValue() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_AnalogReport.ByValue
- ByValue() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_AngularAccelerationReport.ByValue
- ByValue() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_AngularVelocityReport.ByValue
- ByValue() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_ButtonReport.ByValue
- ByValue() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_DirectionReport.ByValue
- ByValue() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_EyeTracker2DReport.ByValue
- ByValue() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_EyeTracker3DReport.ByValue
- ByValue() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_EyeTracker3DState.ByValue
- ByValue() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_EyeTrackerBlinkReport.ByValue
- ByValue() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_IncrementalQuaternion.ByValue
- ByValue() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_LinearAccelerationReport.ByValue
- ByValue() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_LinearVelocityReport.ByValue
- ByValue() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_Location2DReport.ByValue
- ByValue() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_NaviPositionReport.ByValue
- ByValue() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_NaviVelocityReport.ByValue
- ByValue() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_OrientationReport.ByValue
- ByValue() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_Pose3.ByValue
- ByValue() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_PoseReport.ByValue
- ByValue() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_PositionReport.ByValue
- ByValue() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_Quaternion.ByValue
- ByValue() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_Vec2.ByValue
- ByValue() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_Vec3.ByValue
- ByValue() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_VelocityReport.ByValue
- ByValue() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_VelocityState.ByValue
- ByValue() - Constructor for class com.jme3.system.osvr.osvrmatrixconventions.OSVR_Pose3.ByValue
- ByValue() - Constructor for class com.jme3.system.osvr.osvrmatrixconventions.OSVR_Quaternion.ByValue
- ByValue() - Constructor for class com.jme3.system.osvr.osvrmatrixconventions.OSVR_Vec3.ByValue
- ByValue() - Constructor for class com.jme3.system.osvr.osvrrendermanager.OSVR_ProjectionMatrix.ByValue
- ByValue() - Constructor for class com.jme3.system.osvr.osvrrendermanager.OSVR_RenderParams.ByValue
- ByValue() - Constructor for class com.jme3.system.osvr.osvrrendermanager.OSVR_RGB.ByValue
- ByValue() - Constructor for class com.jme3.system.osvr.osvrrendermanager.OSVR_ViewportDescription.ByValue
- ByValue() - Constructor for class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_GraphicsLibraryOpenGL.ByValue
- ByValue() - Constructor for class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_OpenGLContextParams.ByValue
- ByValue() - Constructor for class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_OpenGLToolkitFunctions.ByValue
- ByValue() - Constructor for class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_OpenResultsOpenGL.ByValue
- ByValue() - Constructor for class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_ProjectionMatrix.ByValue
- ByValue() - Constructor for class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_RenderBufferOpenGL.ByValue
- ByValue() - Constructor for class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_RenderInfoOpenGL.ByValue
- ByValue() - Constructor for class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_RenderParams.ByValue
- ByValue() - Constructor for class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_RGB.ByValue
- ByValue() - Constructor for class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_ViewportDescription.ByValue
- ByValue() - Constructor for class com.jme3.system.osvr.osvrtimevalue.OSVR_TimeValue.ByValue
- ByVertex - Enum constant in enum class com.jme3.scene.plugins.fbx.mesh.FbxLayerElement.MappingInformationType
C
- 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
-
Deprecated.Estimate the screen area of a bounding volume.
- calcScreenArea(BoundingVolume, float, float) - Static method in class com.jme3.util.AreaUtils
-
Estimate the screen area of a bounding volume.
- calculateCenter() - Method in class com.jme3.math.Triangle
-
Recalculates 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() - Method in class com.jme3.math.Triangle
-
Recalculates the stored normal based on the current vertex locations.
- calculateNormal(Vector3f) - Method in class com.jme3.math.Rectangle
-
Returns a normal vector, calculated by the formula
- 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() - Method in class com.jme3.terrain.geomipmap.MultiTerrainLodControl.UpdateMultiLOD
- call() - Method in class com.jme3.terrain.geomipmap.TerrainLodControl.UpdateLOD
- 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.
- 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 Class 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 - Variable in class com.jme3.terrain.geomipmap.TerrainLodControl
-
The camera from render view port.
- Camera - Class in com.jme3.renderer
-
A standalone, purely mathematical class for doing camera-related computations.
- Camera - Enum constant in enum class com.jme3.scene.control.BillboardControl.Alignment
-
Aligns this Billboard to the camera position.
- 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.FrustumIntersect - Enum Class 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 Class in com.jme3.scene.control
- CameraDirection - Enum constant in enum class com.jme3.shader.UniformBinding
-
Direction of the camera.
- 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
- CameraLeft - Enum constant in enum class com.jme3.shader.UniformBinding
-
Left vector of the camera.
- cameraLocations - Variable in class com.jme3.terrain.geomipmap.TerrainLodControl
- CameraNode - Class in com.jme3.scene
-
CameraNode
simply usesCameraControl
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
- CameraPosition - Enum constant in enum class com.jme3.shader.UniformBinding
-
Camera position in world space.
- cameras - Variable in class com.jme3.terrain.geomipmap.TerrainLodControl
-
The list of cameras for when terrain supports multiple cameras (ie split screen)
- CameraToSpatial - Enum constant in enum class com.jme3.scene.control.CameraControl.ControlDirection
-
Means, that the Camera's transform is "copied" to the Transform of the Spatial.
- CameraUp - Enum constant in enum class com.jme3.shader.UniformBinding
-
Up vector of the camera.
- CameraVideoStreamFrameHeader_t - Class in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1466
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA. - 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(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 - Static variable in interface com.jme3.input.controls.SoftTextDialogInputListener
- 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
- Canvas - Enum constant in enum class com.jme3.system.JmeContext.Type
-
A canvas type context makes a rendering surface available as an AWT Canvas object that can be embedded in a Swing/AWT frame.
- Caps - Enum Class in com.jme3.renderer
-
Specifies a capability that the
Renderer
supports. - Capsule - Enum constant in enum class com.jme3.bounding.BoundingVolume.Type
-
Currently unsupported by jME3.
- 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).
- Cast - Enum constant in enum class com.jme3.renderer.queue.RenderQueue.ShadowMode
-
Enable casting of shadows but not receiving them.
- CastAndReceive - Enum constant in enum class com.jme3.renderer.queue.RenderQueue.ShadowMode
-
Enable both receiving and casting of shadows.
- casterCount - Variable in class com.jme3.shadow.ShadowUtil.OccludersExtractor
- CatmullRom - Enum constant in enum class com.jme3.math.Spline.SplineType
- CatmullRom - Static variable in class com.jme3.anim.interpolator.AnimInterpolators
-
CatmullRom interpolation
- CatmullRomInterpolator() - Constructor for class com.jme3.anim.interpolator.AnimInterpolators.CatmullRomInterpolator
- CatmullRomInterpolator(float) - 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.
- Center - Enum constant in enum class com.jme3.font.BitmapFont.Align
-
Align text in the center of the text block
- Center - Enum constant in enum class com.jme3.font.BitmapFont.VAlign
-
Align text in the center of the text block
- 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
-
Deprecated.use com.jme3.scene.shape.CenterQuad
- 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.CenterQuad
-
Deprecated.For serialization only.
- CenterQuad() - Constructor for class com.jme3.scene.shape.CenterQuad
-
For serialization only.
- CenterQuad(float, float) - Constructor for class com.jme3.scene.CenterQuad
-
Deprecated.Create a quad with the given width and height.
- 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.CenterQuad
-
Deprecated.Create a quad with the given 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
- changed - Variable in class com.jme3.input.vr.DigitalActionState
-
If since the last loop the value of this action has changed
- 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
- Character - Enum constant in enum class com.jme3.font.LineWrapMode
- 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
-
Deprecated.
- ChaseCamera - Class in com.jme3.input
-
A camera that follows a spatial and can turn around it by dragging the mouse
- 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) - Constructor for class com.jme3.input.ChaseCamera
-
Constructs the chase camera
- 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
-
Deprecated.
- ChaseCamMoveRight - Static variable in class com.jme3.input.ChaseCamera
-
Deprecated.
- ChaseCamToggleRotate - Static variable in class com.jme3.input.ChaseCamera
-
Deprecated.
- ChaseCamUp - Static variable in class com.jme3.input.ChaseCamera
-
Deprecated.
- ChaseCamZoomIn - Static variable in class com.jme3.input.ChaseCamera
-
Deprecated.
- ChaseCamZoomOut - Static variable in class com.jme3.input.ChaseCamera
-
Deprecated.
- chasing - Variable in class com.jme3.input.ChaseCamera
- chasingSensitivity - Variable in class com.jme3.input.ChaseCamera
- 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(int) - Static method in class com.jme3.opencl.lwjgl.info.CLUtil
- checkCLError(ByteBuffer) - Static method in class com.jme3.opencl.lwjgl.info.CLUtil
-
Checks the
errcode
present in the current position of the specifiederrcode_ret
buffer and throws anOpenCLException
if it's not equal toCL10.CL_SUCCESS
. - checkCLError(IntBuffer) - Static method in class com.jme3.opencl.lwjgl.info.CLUtil
-
Checks the
errcode
present in the current position of the specifiederrcode_ret
buffer and throws anOpenCLException
if it's not equal toCL10.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
-
Checks for an EGL error and throws a
RendererException
if there is one. - checkError() - Method in class com.jme3.renderer.opengl.GLDebug
- checkError(int, String) - Static method in class com.jme3.opencl.lwjgl.Utils
- checkError(IntBuffer, String) - Static method in class com.jme3.opencl.lwjgl.Utils
- 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
-
Checks for an OpenGL error and throws a
RendererException
if there is one. - 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
-
Checks for an OpenGL error and throws a
RendererException
if there is one. - 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
-
Deprecated.
- checkTimesConsistency() - Method in class com.jme3.scene.plugins.gltf.TrackData
-
Verify that the
TrackData.times
,TrackData.translations
,TrackData.rotations
, andTrackData.scales
vectors all have the same length, if present. - 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.
- cinematic - Variable in class com.jme3.cinematic.events.AnimationEvent
-
Deprecated.
- 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(float, LoopMode) - Constructor for class com.jme3.cinematic.Cinematic
- Cinematic(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, float, LoopMode) - Constructor for class com.jme3.cinematic.Cinematic
-
creates a cinematic
- Cinematic(Node, LoopMode) - Constructor for class com.jme3.cinematic.Cinematic
-
creates a cinematic
- CinematicEvent - Interface in com.jme3.cinematic.events
- CinematicEventListener - Interface in com.jme3.cinematic.events
- Circular - Enum constant in enum class com.jme3.water.WaterFilter.AreaShape
- 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
- Clamp - Enum constant in enum class com.jme3.texture.Texture.WrapMode
-
Deprecated.Not supported by OpenGL 3
- 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.app.DebugKeysAppState
- 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 thisAppState
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() - 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() - 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() - 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() - Method in class com.jme3.niftygui.NiftyJmeDisplay
- 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() - 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(Application) - Method in class com.jme3.app.BasicProfilerState
- cleanup(Application) - Method in class com.jme3.app.DetailedProfilerState
- 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(Application) - Method in class com.jme3.app.state.ConstantVerifierState
- cleanup(Application) - Method in class com.jme3.audio.AudioListenerState
- cleanup(Application) - Method in class com.jme3.environment.EnvironmentCamera
- cleanup(Application) - Method in class com.jme3.environment.util.LightsDebugState
- cleanup(Application) - Method in class com.jme3.scene.debug.custom.ArmatureDebugAppState
- 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.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.
- 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
-
Clears the clipping rectangle set with
Renderer.setClipRect(int, int, int, int)
. - 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
-
Removes all
scene processors
from this 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
-
Clears all
RawInputListener
s. - 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*
- clearSpeedFactors() - Method in class com.jme3.anim.tween.action.BlendAction
- 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
-
Clear the flag
ShaderBufferBlock.isUpdateNeeded()
. - 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
- Clip - Enum constant in enum class com.jme3.font.LineWrapMode
- 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() - 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() - 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
-
Creates a copy.
- clone() - Method in class com.jme3.math.Matrix4f
-
Creates a copy.
- clone() - Method in class com.jme3.math.Plane
-
Create a copy of this plane.
- clone() - Method in class com.jme3.math.Quaternion
-
Creates a copy.
- 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
-
Creates a copy of this triangle.
- clone() - Method in class com.jme3.math.Vector2f
-
Creates a copy.
- 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() - 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() - Method in class com.jme3.scene.Mesh
-
Create a shallow clone of this Mesh.
- 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() - Method in class com.jme3.scene.Spatial
- clone() - Method in class com.jme3.scene.VertexBuffer
-
Creates a deep clone of the
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() - Method in class com.jme3.texture.Image
- clone() - Method in class com.jme3.texture.Texture
- 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(boolean) - Method in class com.jme3.effect.ParticleEmitter
- 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(boolean) - Method in class com.jme3.scene.instancing.InstancedNode
- clone(boolean) - Method in class com.jme3.scene.Node
- clone(boolean) - Method in class com.jme3.scene.Spatial
- clone(boolean) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
- 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(VertexBuffer.Type) - Method in class com.jme3.scene.VertexBuffer
-
Creates a deep clone of this VertexBuffer but overrides the
VertexBuffer.Type
. - clone(Buffer) - Static method in class com.jme3.util.BufferUtils
-
Creates a clone of the given buffer.
- clone(ByteBuffer) - Static method in class com.jme3.util.BufferUtils
-
Creates a new ByteBuffer with the same contents as the given ByteBuffer.
- 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(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.
- CloneableAssetProcessor - Class in com.jme3.asset
-
CloneableAssetProcessor
simply callsObject.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, 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, 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, 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, T, T) - Method in class com.jme3.util.clone.ListCloneFunction
-
Clones the elements of the list.
- 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
- 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() - Method in class com.jme3.network.base.KernelAdapter
- close() - Method in interface com.jme3.network.Client
-
Closes this connection to the server.
- 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() - 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() - 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() - Method in class com.jme3.util.AndroidLogHandler
- close() - Method in class com.jme3.util.LittleEndien
- close(boolean) - Method in interface com.jme3.network.kernel.Endpoint
-
Closes this endpoint, optionally flushing any queued data before closing.
- close(boolean) - Method in class com.jme3.network.kernel.tcp.NioEndpoint
- close(boolean) - Method in class com.jme3.network.kernel.udp.UdpEndpoint
- close(String) - Method in class com.jme3.network.base.DefaultServer.Connection
- 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 - Variable in class com.jme3.system.jopenvr.VR_IVRIOBuffer_FnTable
-
C type : Close_callback*
- 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.
- COLLAPSE_COST - Enum constant in enum class jme3tools.optimize.LodGenerator.TriangleReductionMethod
-
Collapses vertices until the cost exceeds the given value.
- 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(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 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.
- collideWith(Collidable) - Method in class com.jme3.bounding.BoundingBox
- collideWith(Collidable) - Method in class com.jme3.bounding.BoundingSphere
- collideWith(Collidable) - Method in class com.jme3.bounding.BoundingVolume
- collideWith(Collidable, CollisionResults) - Method in class com.jme3.bounding.BoundingBox
- collideWith(Collidable, CollisionResults) - Method in class com.jme3.bounding.BoundingSphere
- 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, 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, 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
- collideWith(Collidable, Matrix4f, BoundingVolume, CollisionResults) - Method in class com.jme3.collision.bih.BIHTree
- collideWith(Collidable, Matrix4f, BoundingVolume, CollisionResults) - Method in interface com.jme3.scene.CollisionData
- collideWith(Collidable, Matrix4f, BoundingVolume, CollisionResults) - Method in class com.jme3.scene.Mesh
-
Handles collision detection, internal use only.
- 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_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 twoCollidable
. - CollisionResult() - Constructor for class com.jme3.collision.CollisionResult
- CollisionResult(Vector3f, float) - Constructor for class com.jme3.collision.CollisionResult
- CollisionResult(Geometry, Vector3f, float, int) - Constructor for class com.jme3.collision.CollisionResult
- collisionResults - Variable in class com.jme3.util.TempVars
-
BIHTree
- CollisionResults - Class in com.jme3.collision
-
CollisionResults
is a collection returned as a result of a collision detection operation done byCollidable
. - CollisionResults() - Constructor for class com.jme3.collision.CollisionResults
- 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 - Variable in class com.jme3.util.TempVars
-
Color
- Color - Class in com.jme3.terrain.noise
-
Helper class for working with colors and gradients
- Color - Enum constant in enum class com.jme3.material.RenderState.BlendMode
-
Color blending, blends in color from dest color using source color.
- Color - Enum constant in enum class com.jme3.scene.plugins.fbx.mesh.FbxLayerElement.Type
- Color - Enum constant in enum class com.jme3.scene.VertexBuffer.Type
-
Color and Alpha (4 floats)
- Color() - 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(int, int, int) - Constructor for class com.jme3.terrain.noise.Color
- Color(int, int, int, int) - Constructor for class com.jme3.terrain.noise.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. - ColorRGBA(Vector3f) - Constructor for class com.jme3.math.ColorRGBA
-
Constructor creates a new
ColorRGBA
object, based on a provided Vector3f, at full opacity with a 1.0 alpha value by default - ColorRGBA(Vector4f) - Constructor for class com.jme3.math.ColorRGBA
-
Constructor creates a new
ColorRGBA
object, based on a provided Vector4f. - colorSpace - Variable in class com.jme3.texture.Image
- ColorSpace - Enum Class in com.jme3.texture.image
- ColorTextureSamples - Enum constant in enum class com.jme3.renderer.Limits
-
Maximum number of color texture samples.
- 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
- com.jme3.app - package com.jme3.app
- com.jme3.app.state - package com.jme3.app.state
- com.jme3.asset - package com.jme3.asset
- com.jme3.asset.cache - package com.jme3.asset.cache
- 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
- 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
- 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
- com.jme3.input.dummy - package com.jme3.input.dummy
- com.jme3.input.event - package com.jme3.input.event
- 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
- 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
- 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
- com.jme3.network - package com.jme3.network
- com.jme3.network.base - package com.jme3.network.base
- com.jme3.network.base.protocol - package com.jme3.network.base.protocol
- com.jme3.network.kernel - package com.jme3.network.kernel
- 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
- 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
- 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
- com.jme3.scene.control - package com.jme3.scene.control
- 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
- 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.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.view.surfaceview - package com.jme3.view.surfaceview
-
Holds
JmeSurfaceView
with some lifecycle interfaces. - 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, float, AbstractHeightMap, float, int) - Constructor for class com.jme3.terrain.heightmap.CombinerHeightMap
-
Constructor combines two given heightmaps by the specified mode.
- CombinerHeightMap(AbstractHeightMap, AbstractHeightMap, 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.
- 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 - Variable in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
- CompareMode - Enum Class in com.jme3.shadow
-
Specifies the shadow comparison mode
- 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
-
native declaration : headers\openvr_capi.h:1528
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA. - 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
-
native declaration : headers\openvr_capi.h:1511
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA. - 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
-
native declaration : headers\openvr_capi.h:1452
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA. - 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[], Matrix4f) - Static method in class com.jme3.shadow.ShadowUtil
-
Compute bounds from an array of points
- computeBoundForPoints(Vector3f[], Transform) - 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(int[], Mesh, int, int) - Method in class com.jme3.bounding.BoundingBox
- computeFromTris(Triangle[], int, int) - Method in class com.jme3.bounding.BoundingBox
-
computeFromTris
creates a new Bounding Box from a given set of triangles. - 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, Matrix4f) - Static method in class com.jme3.shadow.ShadowUtil
-
Compute bounds of a geomList
- computeUnionBound(GeometryList, Transform) - 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
-
Recomputes the matrix returned by
Geometry.getWorldMatrix()
. - 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 - Variable in class com.jme3.material.plugins.ShaderNodeLoaderDelegate
- 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
- 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) - Constructor for class com.jme3.bullet.collision.shapes.ConeCollisionShape
-
Creates a new cone collision shape with the given height, radius and default Y axis.
- 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.
- 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
- 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.
- 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) - Constructor for exception com.jme3.network.kernel.ConnectorException
- ConnectorException(String, Throwable) - 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, 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(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(InetAddress, int, int) - Method in class com.jme3.network.Network.NetworkClientImpl
- connectToServer(InetAddress, int, int) - Method in interface com.jme3.network.NetworkClient
-
Connects this client to the specified remote server and ports.
- 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.
- CONSTANT - Enum constant in enum class jme3tools.optimize.LodGenerator.TriangleReductionMethod
-
Number of triangles to be removed from the mesh.
- 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 Class 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(BoundingVolume) - Method in class com.jme3.renderer.Camera
-
Tests a bounding volume against the planes of the camera's frustum.
- 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(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(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
-
Used to locate a resource based on a
ContentTextureKey
. - 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(IndexedMesh) - Static method in class com.jme3.bullet.util.Converter
- convert(HeightfieldTerrainShape) - Static method in class com.jme3.bullet.util.Converter
- convert(Transform, Transform) - 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(Quaternion) - Static method in class com.jme3.bullet.util.Converter
- convert(Quaternion, Matrix3f) - Static method in class com.jme3.bullet.util.Converter
- convert(Quaternion, Quat4f) - Static method in class com.jme3.bullet.util.Converter
- convert(Transform, Transform) - 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(Mesh) - Static method in class com.jme3.bullet.util.Converter
- convert(Image, boolean, boolean, int) - Static method in class jme3tools.converters.ImageToAwt
- convert(Image, Image) - Static method in class jme3tools.converters.ImageToAwt
-
Convert the image from the given format to the output format.
- convert(BufferedImage, Image.Format, ByteBuffer) - Static method in class jme3tools.converters.ImageToAwt
-
Convert an AWT image to jME image.
- 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, Quaternion) - Static method in class com.jme3.bullet.util.Converter
- convert(Quat4f) - Static method in class com.jme3.bullet.util.Converter
- convert(Quat4f, Quaternion) - 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
- 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_t, Matrix4f) - Static method in class com.jme3.input.vr.openvr.OpenVR
-
Convert specific OpenVR
HmdMatrix34_t
into JMEMatrix4f
- convertSteamVRMatrix3ToMatrix4f(HmdMatrix34, Matrix4f) - Static method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVR
-
Convert specific OpenVR
HmdMatrix34
into JMEMatrix4f
- convertSteamVRMatrix4ToMatrix4f(HmdMatrix44_t, Matrix4f) - Static method in class com.jme3.input.vr.openvr.OpenVR
-
Convert specific OpenVR
HmdMatrix34_t
into JMEMatrix4f
- convertSteamVRMatrix4ToMatrix4f(HmdMatrix44, Matrix4f) - Static method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVR
-
Convert specific OpenVR
HmdMatrix34_t
into JMEMatrix4f
- convertToBytes(boolean) - 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(int) - Static method in class com.jme3.export.binary.ByteUtils
- convertToBytes(long) - Static method in class com.jme3.export.binary.ByteUtils
- convertToBytes(short) - 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
-
native declaration : headers\openvr_capi.h:1670
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA. - 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) - Method in class com.jme3.system.NullRenderer
- copyFrameBuffer(FrameBuffer, FrameBuffer, boolean) - Method in class com.jme3.renderer.opengl.GLRenderer
- copyFrameBuffer(FrameBuffer, FrameBuffer, boolean) - Method in interface com.jme3.renderer.Renderer
- copyFrameBuffer(FrameBuffer, FrameBuffer, boolean) - Method in class com.jme3.system.NullRenderer
- copyFrameBuffer(FrameBuffer, FrameBuffer, boolean, boolean) - Method in class com.jme3.renderer.opengl.GLRenderer
- copyFrameBuffer(FrameBuffer, FrameBuffer, boolean, boolean) - Method in interface com.jme3.renderer.Renderer
-
Copies contents from src to dst, scaling if necessary.
- 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
tothis
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 andadditionalState
into the parameterstate
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) - Method in class com.jme3.opencl.Buffer
-
Alternative version of
Buffer.copyTo(com.jme3.opencl.CommandQueue, com.jme3.opencl.Buffer, long)
, setssize
tothis.getSize()
. - copyTo(CommandQueue, Buffer, long) - Method in class com.jme3.opencl.Buffer
-
Alternative version of
Buffer.copyTo(com.jme3.opencl.CommandQueue, com.jme3.opencl.Buffer, long, long, long)
, setssrcOffset
anddestOffset
to zero. - 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, long, long) - Method in class com.jme3.opencl.lwjgl.LwjglBuffer
- 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, Image, long[], long[], long[]) - Method in class com.jme3.opencl.lwjgl.LwjglImage
- copyToAsync(CommandQueue, Buffer) - Method in class com.jme3.opencl.Buffer
-
Alternative version of
Buffer.copyToAsync(com.jme3.opencl.CommandQueue, com.jme3.opencl.Buffer, long)
, setssize
tothis.getSize()
. - copyToAsync(CommandQueue, Buffer, long) - Method in class com.jme3.opencl.Buffer
-
Alternative version of
Buffer.copyToAsync(com.jme3.opencl.CommandQueue, com.jme3.opencl.Buffer, long, long, long)
, setssrcOffset
anddestOffset
to zero. - 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, long, long) - Method in class com.jme3.opencl.lwjgl.LwjglBuffer
- 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, 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
- CoreProfile - Enum constant in enum class com.jme3.renderer.Caps
-
Running with OpenGL 3.2+ core profile.
- 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.
- CPU - Enum constant in enum class com.jme3.opencl.Device.DeviceType
- CpuOnly - Enum constant in enum class com.jme3.scene.VertexBuffer.Usage
-
Mesh data is not sent to GPU at all.
- cr - Variable in class com.jme3.terrain.geomipmap.picking.TerrainPickData
- create - Variable in class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_OpenGLToolkitFunctions
-
C type : create_callback*
- create() - Method in class com.jme3.bullet.PhysicsSpace
-
Has to be called from the (designated) physics thread
- create() - Method in class com.jme3.system.android.OGLESContext
- create() - Method in class com.jme3.system.ios.IGLESContext
- create() - Method in class com.jme3.system.lwjgl.LwjglContext
- create() - Method in class com.jme3.system.lwjgl.LwjglContextVR
-
Create the context.
- create() - Method in class com.jme3.system.NullContext
- create() - Static method in class com.jme3.util.BufferAllocatorFactory
- create(boolean) - 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(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(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(AssetManager, AssetKey, URL) - Static method in class com.jme3.asset.plugins.UrlAssetInfo
- create(Image) - Static method in class com.jme3.texture.image.ImageRaster
-
Create new image reader / writer for 2D images.
- create(Image, int) - Static method in class com.jme3.texture.image.ImageRaster
-
Create new image reader / writer.
- create(Image, int, int, boolean) - Static method in class com.jme3.texture.image.ImageRaster
-
Create new image reader / writer.
- create(Object) - Static method in class com.jme3.scene.plugins.fbx.file.FbxId
- 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(EndpointEvent) - Method in class com.jme3.network.base.KernelAdapter
- createAndDispatch(Envelope) - Method in class com.jme3.network.base.KernelAdapter
- createArray(int) - Method in class com.jme3.util.SafeArrayList
- createArray(Class<T>, 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.
- createBackgroundContext() - Method in class com.jme3.system.AWTContext
- 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) - Method in class com.jme3.opencl.Context
-
Alternative version of
Context.createBuffer(long, com.jme3.opencl.MemoryAccess)
, creates a buffer with read and write access. - 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, 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) - Method in class com.jme3.opencl.Context
-
Alternative version of
Context.createBufferFromHost(java.nio.ByteBuffer, com.jme3.opencl.MemoryAccess)
, creates a buffer with read and write access. - createBufferFromHost(ByteBuffer, MemoryAccess) - Method in class com.jme3.opencl.Context
-
Creates a new buffer wrapping the specific host memory.
- createBufferFromHost(ByteBuffer, MemoryAccess) - Method in class com.jme3.opencl.lwjgl.LwjglContext
- createByteBuffer(byte...) - Static method in class com.jme3.util.BufferUtils
- createByteBuffer(int) - Static method in class com.jme3.util.BufferUtils
-
Create a new ByteBuffer of the specified size.
- createByteBuffer(String) - Static method in class com.jme3.util.BufferUtils
- 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.
- createCanvas() - Method in class com.jme3.app.LegacyApplication
-
Initializes the application's canvas for use.
- 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.
- 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(float...) - Static method in class com.jme3.util.BufferUtils
-
Generate a new FloatBuffer using the given array of float primitives.
- createFloatBuffer(int) - Static method in class com.jme3.util.BufferUtils
-
Create a new FloatBuffer of the specified size.
- createFloatBuffer(ColorRGBA...) - Static method in class com.jme3.util.BufferUtils
-
Generate a new FloatBuffer using the given array of ColorRGBA objects.
- createFloatBuffer(Quaternion...) - Static method in class com.jme3.util.BufferUtils
-
Generate a new FloatBuffer using the given array of Quaternion objects.
- createFloatBuffer(Vector2f...) - Static method in class com.jme3.util.BufferUtils
-
Generate a new FloatBuffer using the given array of Vector2f objects.
- createFloatBuffer(Vector3f...) - Static method in class com.jme3.util.BufferUtils
-
Generate a new FloatBuffer using the given array of Vector3f objects.
- createFloatBuffer(Vector4f...) - Static method in class com.jme3.util.BufferUtils
-
Generate a new FloatBuffer using the given array of Vector4 objects.
- 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() - Method in class com.jme3.scene.plugins.OBJLoader.ObjectGroup
- createGeometry(ArrayList<OBJLoader.Face>, String) - Method in class com.jme3.scene.plugins.OBJLoader
- 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
- createHeightSubBlock(float[], int, int, int) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
- createHostThread() - Method in class com.jme3.network.kernel.udp.UdpKernel
- 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
- createImage(String, boolean) - Method in class com.jme3.niftygui.RenderDeviceJme
- 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
-
Create a new IntBuffer of the specified size.
- createIntBuffer(int...) - Static method in class com.jme3.util.BufferUtils
-
Generate a new IntBuffer using the given array of ints.
- 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.
- CreateMissingBuffers - Enum constant in enum class jme3tools.optimize.GeometryBatchFactory.AlignOption
-
Will create missing buffers and pad with dummy data
- 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.
- 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
- 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
-
Resolves dependencies (using
#include
in the source code) and delegates the combined source code toContext.createProgramFromSourceCode(java.lang.String)
. - createProgramFromSourceFiles(AssetManager, String...) - Method in class com.jme3.opencl.Context
-
Alternative version of
Context.createProgramFromSourceFilesWithInclude(com.jme3.asset.AssetManager, java.lang.String, java.lang.String...)
with an empty include string - createProgramFromSourceFiles(AssetManager, List<String>) - Method in class com.jme3.opencl.Context
-
Alternative version of
Context.createProgramFromSourceFilesWithInclude(com.jme3.asset.AssetManager, java.lang.String, java.util.List)
with an empty include string - 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
-
Creates a debug-proxied object, which will call
GL.glGetError()
after every method invocation and throw aRendererException
if there was a GL Error. - 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
-
Alternative version of
Context.createQueue(com.jme3.opencl.Device)
, just uses the first device returned byContext.getDevices()
. - 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.
- 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() - 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
- createShape(float[]) - Method in class com.jme3.bullet.collision.shapes.HullCollisionShape
- createShortBuffer(int) - Static method in class com.jme3.util.BufferUtils
-
Create a new ShortBuffer of the specified size.
- createShortBuffer(short...) - Static method in class com.jme3.util.BufferUtils
- 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.
- createSimpleClone() - Method in class com.jme3.texture.Texture
-
Deprecated.Use
Texture.clone()
instead. - createSimpleClone() - Method in class com.jme3.texture.Texture2D
- createSimpleClone() - Method in class com.jme3.texture.Texture3D
- createSimpleClone() - Method in class com.jme3.texture.TextureArray
- createSimpleClone() - Method in class com.jme3.texture.TextureCubeMap
- createSimpleClone(Texture) - Method in class com.jme3.texture.Texture
-
Deprecated.Use
Texture.clone()
instead. - createSimpleClone(Texture) - Method in class com.jme3.texture.Texture2D
- createSimpleClone(Texture) - Method in class com.jme3.texture.Texture3D
- createSimpleClone(Texture) - Method in class com.jme3.texture.TextureArray
- 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, boolean) - Static method in class com.jme3.util.SkyFactory
- createSky(AssetManager, Texture, Vector3f, boolean) - Static method in class com.jme3.util.SkyFactory
- createSky(AssetManager, Texture, Vector3f, boolean, int) - 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, SkyFactory.EnvMapType, float) - 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) - Static method in class com.jme3.util.SkyFactory
-
Create a cube-mapped sky using six textures.
- 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, SkyFactory.EnvMapType) - Static method in class com.jme3.util.SkyFactory
-
Create a sky using the given cubemap or spheremap texture.
- createSky(AssetManager, String, boolean) - Static method in class com.jme3.util.SkyFactory
- createSky(AssetManager, String, SkyFactory.EnvMapType) - Static method in class com.jme3.util.SkyFactory
-
Create a sky using the given cubemap or spheremap texture.
- 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(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.
- cross(Vector2f) - Method in class com.jme3.math.Vector2f
-
Calculates a cross product with the argument and returns the product as a new instance.
- 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.
- 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(float, float, float) - Method in class com.jme3.math.Vector3f
-
Right multiplies by the specified components (cross product) and returns the (modified) current instance.
- crossLocal(Vector3f) - Method in class com.jme3.math.Vector3f
-
Right multiplies by the argument (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
- CubeMap - Enum constant in enum class com.jme3.texture.Texture.Type
-
A set of 6 TwoDimensional textures arranged as faces of a cube facing inwards.
- CubeMap - Enum constant in enum class com.jme3.util.SkyFactory.EnvMapType
-
The env map is a cube map see
TextureCubeMap
or 6 separate images that form a cube map The texture is either aTextureCubeMap
or 6Texture2D
. - CubemapSize - Enum constant in enum class com.jme3.renderer.Limits
-
Maximum cubemap size.
- 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 aSpline
. - Curve() - Constructor for class com.jme3.scene.shape.Curve
-
Serialization only.
- Curve(Spline, int) - Constructor for class com.jme3.scene.shape.Curve
-
Create a curve mesh from a Spline
- Curve(Vector3f[], int) - Constructor for class com.jme3.scene.shape.Curve
-
Create a curve mesh.
- 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
- Custom - Enum constant in enum class com.jme3.material.RenderState.BlendMode
-
Uses the blend equations and blend factors defined by the render state.
- 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
- CVRSettingHelper - Class in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1592
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA. - CVRSettingHelper() - Constructor for class com.jme3.system.jopenvr.CVRSettingHelper
- CVRSettingHelper(Pointer) - Constructor for class com.jme3.system.jopenvr.CVRSettingHelper
- CVRSettingHelper(IntByReference) - 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).
- cycle(Tween) - Static method in class com.jme3.anim.tween.Tweens
-
Creates a tween that will cycle back and forth the specified delegate tween.
- Cycle - Enum constant in enum class com.jme3.animation.LoopMode
-
Deprecated.The animation will cycle back and forth.
- 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
D
- D3D12TextureData_t - Class in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1301
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA. - D3D12TextureData_t() - Constructor for class com.jme3.system.jopenvr.D3D12TextureData_t
- D3D12TextureData_t(JOpenVRLibrary.ID3D12Resource, JOpenVRLibrary.ID3D12CommandQueue, int) - Constructor for class com.jme3.system.jopenvr.D3D12TextureData_t
- D3D12TextureData_t(Pointer) - Constructor for class com.jme3.system.jopenvr.D3D12TextureData_t
- D3D12TextureData_t.ByReference - Class in com.jme3.system.jopenvr
- D3D12TextureData_t.ByValue - Class in com.jme3.system.jopenvr
- DacConfiguration - Class in com.jme3.bullet.animation
-
Configure a DynamicAnimControl and access its configuration.
- DacLinks - Class in com.jme3.bullet.animation
-
Access a DynamicAnimControl at the PhysicsLink level once it's been added to a Spatial.
- damping() - Method in class com.jme3.bullet.animation.DacConfiguration
-
Read the damping ratio for new rigid bodies.
- darkenFps - Variable in class com.jme3.app.StatsAppState
- darkenStats - Variable in class com.jme3.app.StatsAppState
- DarkGray - Static variable in class com.jme3.math.ColorRGBA
-
The color gray (.2,.2,.2).
- data - Variable in class com.jme3.audio.AudioNode
- data - Variable in class com.jme3.scene.VertexBuffer
- data - Variable in class com.jme3.system.jopenvr.VREvent_t
-
C type : VREvent_Data_t
- data - Variable in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_Quaternion
-
C type : double[4]
- data - Variable in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_Vec2
-
C type : double[2]
- data - Variable in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_Vec3
-
C type : double[3]
- data - Variable in class com.jme3.system.osvr.osvrmatrixconventions.OSVR_Quaternion
-
C type : double[4]
- data - Variable in class com.jme3.system.osvr.osvrmatrixconventions.OSVR_Vec3
-
C type : double[3]
- data - Variable in class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_OpenGLToolkitFunctions
-
C type : void*
- data - Variable in class com.jme3.texture.Image
- dataSizeChanged - Variable in class com.jme3.scene.VertexBuffer
- dataType - Variable in class com.jme3.renderer.opengl.GLImageFormat
- DateSerializer - Class in com.jme3.network.serializing.serializers
-
Date serializer.
- DateSerializer() - Constructor for class com.jme3.network.serializing.serializers.DateSerializer
- DBL_EPSILON - Static variable in class com.jme3.math.FastMath
-
A "close to zero" double epsilon value for use
- DBVT - Enum constant in enum class com.jme3.bullet.PhysicsSpace.BroadphaseType
-
Broadphase allowing quicker adding/removing of physics objects
- DDSLoader - Class in com.jme3.texture.plugins
-
DDSLoader
is an image loader that reads in a DirectX DDS file. - DDSLoader() - Constructor for class com.jme3.texture.plugins.DDSLoader
- debug - Variable in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
- debug - Static variable in class com.jme3.export.binary.BinaryExporter
- debug - Static variable in class com.jme3.export.binary.BinaryImporter
- debug - Variable in class com.jme3.shadow.AbstractShadowRenderer
- debug - Variable in class com.jme3.shadow.AbstractShadowRendererVR
- debug - Variable in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
- debug - Static variable in class com.jme3.util.TangentBinormalGenerator
- debug - Variable in class com.jme3.water.SimpleWaterProcessor
- DEBUG_BLUE - Variable in class com.jme3.bullet.debug.BulletDebugAppState
-
material for inactive rigid bodies
- DEBUG_BLUE - Variable in class com.jme3.bullet.debug.DebugTools
-
unshaded blue material
- DEBUG_GREEN - Variable in class com.jme3.bullet.debug.BulletDebugAppState
-
material for joints
- DEBUG_GREEN - Variable in class com.jme3.bullet.debug.DebugTools
-
unshaded green material
- DEBUG_MAGENTA - Variable in class com.jme3.bullet.debug.BulletDebugAppState
-
material for vehicles and active rigid bodies
- DEBUG_MAGENTA - Variable in class com.jme3.bullet.debug.DebugTools
-
unshaded magenta material
- DEBUG_PINK - Variable in class com.jme3.bullet.debug.BulletDebugAppState
-
material for physics characters
- DEBUG_PINK - Variable in class com.jme3.bullet.debug.DebugTools
-
unshaded pink material
- DEBUG_RED - Variable in class com.jme3.bullet.debug.BulletDebugAppState
- DEBUG_RED - Variable in class com.jme3.bullet.debug.DebugTools
-
unshaded red material
- DEBUG_YELLOW - Variable in class com.jme3.bullet.debug.BulletDebugAppState
-
material for ghosts
- DEBUG_YELLOW - Variable in class com.jme3.bullet.debug.DebugTools
-
unshaded yellow material
- debugAppState - Variable in class com.jme3.bullet.BulletAppState
-
app state to manage the debug visualization, or null if none
- debugAppState - Variable in class com.jme3.bullet.debug.AbstractPhysicsDebugControl
-
the app state that this control serves
- debugEnabled - Variable in class com.jme3.bullet.BulletAppState
-
true if-and-only-if debug visualization is enabled
- debugEnv - Variable in class com.jme3.environment.EnvironmentCamera
- DebugKeysAppState - Class in com.jme3.app
-
Registers a few keys that will dump debug information to the console.
- DebugKeysAppState() - Constructor for class com.jme3.app.DebugKeysAppState
- debugNode - Variable in class com.jme3.bullet.debug.DebugTools
-
node for attaching debug geometries
- DebugShapeFactory - Class in com.jme3.bullet.util
- DebugTools - Class in com.jme3.bullet.debug
-
Debugging aids.
- DebugTools(AssetManager) - Constructor for class com.jme3.bullet.debug.DebugTools
-
Instantiate a set of debug tools.
- declareAttribute(StringBuilder, ShaderNodeVariable) - Method in class com.jme3.shader.Glsl100ShaderGenerator
-
Declares an attribute
- declareAttribute(StringBuilder, ShaderNodeVariable) - Method in class com.jme3.shader.Glsl150ShaderGenerator
-
Declares an attribute
- DeclaredVariable(ShaderNodeVariable) - Constructor for class com.jme3.material.plugins.ShaderNodeLoaderDelegate.DeclaredVariable
- declareField(String, VarType) - Method in class com.jme3.shader.BufferObject
-
Declares a filed in this BO.
- declareGlobalPosition(ShaderGenerationInfo, StringBuilder) - Method in class com.jme3.shader.Glsl100ShaderGenerator
-
declare and assign the global position in the vertex shader.
- declareVariable(StringBuilder, ShaderNodeVariable) - Method in class com.jme3.shader.Glsl100ShaderGenerator
-
declares a variable, embed in a conditional block if needed.
- declareVariable(StringBuilder, ShaderNodeVariable, boolean) - Method in class com.jme3.shader.Glsl100ShaderGenerator
-
declares a variable, embed in a conditional block if needed
- declareVariable(StringBuilder, ShaderNodeVariable, boolean, String) - Method in class com.jme3.shader.Glsl100ShaderGenerator
-
declares a variable, embed in a conditional block if needed.
- declareVariable(StringBuilder, ShaderNodeVariable, String) - Method in class com.jme3.shader.Glsl100ShaderGenerator
-
declares a variable, embed in a conditional block if needed.
- declareVariable(StringBuilder, ShaderNodeVariable, String, boolean, String) - Method in class com.jme3.shader.Glsl100ShaderGenerator
-
declares a variable, embed in a conditional block if needed.
- declareVarying(StringBuilder, ShaderNodeVariable, boolean) - Method in class com.jme3.shader.Glsl100ShaderGenerator
-
Declares a varying
- declareVarying(StringBuilder, ShaderNodeVariable, boolean) - Method in class com.jme3.shader.Glsl150ShaderGenerator
-
Declares a varying
- decodeError(int) - Method in class com.jme3.renderer.opengl.GLDebug
- decodeImageChannelOrder(Image.ImageChannelOrder) - Static method in class com.jme3.opencl.lwjgl.LwjglImage
- decodeImageChannelType(Image.ImageChannelType) - Static method in class com.jme3.opencl.lwjgl.LwjglImage
- decodeImageType(Image.ImageType) - Static method in class com.jme3.opencl.lwjgl.LwjglImage
- DecompressSkeletalBoneData - Variable in class com.jme3.system.jopenvr.VR_IVRInput_FnTable
-
C type : DecompressSkeletalBoneData_callback*
- Decrement - Enum constant in enum class com.jme3.material.RenderState.StencilOperation
-
Decrement the value in the stencil buffer and clamp once reaching 0.
- DecrementWrap - Enum constant in enum class com.jme3.material.RenderState.StencilOperation
-
Decrement the value in the stencil buffer and wrap to the maximum value when reaching 0.
- deepClone() - Method in class com.jme3.effect.shapes.EmitterBoxShape
- deepClone() - Method in class com.jme3.effect.shapes.EmitterMeshVertexShape
- deepClone() - Method in class com.jme3.effect.shapes.EmitterPointShape
- deepClone() - Method in interface com.jme3.effect.shapes.EmitterShape
-
This method creates a deep clone of the current instance of the emitter shape.
- deepClone() - Method in class com.jme3.effect.shapes.EmitterSphereShape
- deepClone() - Method in class com.jme3.scene.Geometry
-
Create a deep clone of the geometry.
- deepClone() - Method in class com.jme3.scene.Mesh
-
Creates a deep clone of this mesh.
- deepClone() - Method in class com.jme3.scene.Node
- deepClone() - Method in class com.jme3.scene.plugins.IrMesh
- deepClone() - Method in class com.jme3.scene.plugins.IrPolygon
- deepClone() - Method in class com.jme3.scene.plugins.IrVertex
- deepClone() - Method in class com.jme3.scene.Spatial
- deepClone() - Method in class com.jme3.shader.DefineList
- deepClone(T) - Static method in class com.jme3.util.clone.Cloner
-
Convenience utility function that creates a new Cloner, uses it to deep clone the object, and then returns the result.
- DEFAULT - Enum constant in enum class com.jme3.opencl.Device.DeviceType
- DEFAULT - Static variable in class com.jme3.anim.interpolator.FrameInterpolator
- DEFAULT - Static variable in class com.jme3.material.RenderState
-
The
DEFAULT
render state is the one used by default on all materials unless changed otherwise by the user. - DEFAULT - Static variable in interface com.jme3.network.base.KernelFactory
- DEFAULT_ASPECT - Variable in class com.jme3.app.VRApplication
-
Deprecated.The default aspect ratio.
- DEFAULT_CAUSTICS - Static variable in class com.jme3.water.WaterFilter
- DEFAULT_FOAM - Static variable in class com.jme3.water.WaterFilter
- DEFAULT_FOV - Variable in class com.jme3.app.VRApplication
-
Deprecated.The default FOV.
- DEFAULT_GAME_NAME - Static variable in class com.jme3.network.Network
- DEFAULT_HEIGHT_MAP - Static variable in class com.jme3.water.WaterFilter
- DEFAULT_LAYER - Static variable in class com.jme3.anim.AnimComposer
-
The name of the default layer.
- DEFAULT_NORMAL_MAP - Static variable in class com.jme3.water.WaterFilter
- DEFAULT_TECHNIQUE_NAME - Static variable in class com.jme3.material.TechniqueDef
-
The default technique name.
- DEFAULT_VERSION - Static variable in class com.jme3.network.Network
- DefaultAndroidProfiler - Class in com.jme3.app
-
An AppProfiler implementation that integrates the per-frame application-wide timings for update versus render into the Android systrace utility.
- DefaultAndroidProfiler() - Constructor for class com.jme3.app.DefaultAndroidProfiler
- DefaultClient - Class in com.jme3.network.base
-
A default implementation of the Client interface that delegates its network connectivity to a kernel.Connector.
- DefaultClient(String, int) - Constructor for class com.jme3.network.base.DefaultClient
- DefaultClient(String, int, Connector, Connector, ConnectorFactory) - Constructor for class com.jme3.network.base.DefaultClient
- DefaultClient.Redispatch - Class in com.jme3.network.base
- DefaultImageRaster - Class in com.jme3.texture.image
- DefaultImageRaster(Image, int, int, boolean) - Constructor for class com.jme3.texture.image.DefaultImageRaster
- DefaultInstanceCullingFunction() - Constructor for class com.jme3.scene.instancing.InstancedGeometry.DefaultInstanceCullingFunction
- DefaultJoystickAxis - Class in com.jme3.input
-
Default implementation of the JoystickAxis interface.
- DefaultJoystickAxis(InputManager, Joystick, int, String, String, boolean, boolean, float) - Constructor for class com.jme3.input.DefaultJoystickAxis
-
Creates a new joystick axis instance.
- DefaultJoystickButton - Class in com.jme3.input
-
Default implementation of the JoystickButton interface.
- DefaultJoystickButton(InputManager, Joystick, int, String, String) - Constructor for class com.jme3.input.DefaultJoystickButton
- defaultJString - Static variable in class com.jme3.input.vr.osvr.OSVR
-
The default J String.
- DefaultLightFilter - Class in com.jme3.light
- DefaultLightFilter() - Constructor for class com.jme3.light.DefaultLightFilter
- DefaultLightFilter(LightProbeBlendingStrategy) - Constructor for class com.jme3.light.DefaultLightFilter
- DefaultLocation - Enum Class in checkers.quals
-
Specifies the locations to which a
DefaultQualifier
annotation applies. - DefaultParticleInfluencer - Class in com.jme3.effect.influencers
-
This emitter influences the particles so that they move all in the same direction.
- DefaultParticleInfluencer() - Constructor for class com.jme3.effect.influencers.DefaultParticleInfluencer
- defaultPass - Variable in class com.jme3.post.Filter
- DefaultPlatformChooser - Class in com.jme3.opencl
-
A default implementation of
PlatformChooser
. - DefaultPlatformChooser() - Constructor for class com.jme3.opencl.DefaultPlatformChooser
- DefaultQualifier - Annotation Interface in checkers.quals
-
Applied to a declaration of a package, type, method, variable, etc., specifies that the given annotation should be the default.
- DefaultQualifierInHierarchy - Annotation Interface in checkers.quals
-
Indicates that the annotated qualifier is the default qualifier in the qualifier hierarchy: it applies if the programmer writes no explicit qualifier.
- DefaultQualifiers - Annotation Interface in checkers.quals
-
Specifies the annotations to be included in a type without having to provide them explicitly.
- DefaultServer - Class in com.jme3.network.base
-
A default implementation of the Server interface that delegates its network connectivity to kernel.Kernel.
- DefaultServer(String, int, Kernel, Kernel) - Constructor for class com.jme3.network.base.DefaultServer
- DefaultServer.Connection - Class in com.jme3.network.base
- DefaultServer.FilterAdapter - Class in com.jme3.network.base
- DefaultServer.Redispatch - Class in com.jme3.network.base
- DefaultTechniqueDefLogic - Class in com.jme3.material.logic
- DefaultTechniqueDefLogic(TechniqueDef) - Constructor for class com.jme3.material.logic.DefaultTechniqueDefLogic
- defaultValue - Variable in class com.jme3.scene.plugins.fbx.objects.FbxAnimCurve
- DefineList - Class in com.jme3.shader
-
The new define list.
- DefineList(int) - Constructor for class com.jme3.shader.DefineList
- DEG_TO_RAD - Static variable in class com.jme3.math.FastMath
-
A value to multiply a degree value by, to convert it to radians.
- deinitInThread() - Method in class com.jme3.system.android.OGLESContext
-
De-initialize in the OpenGL thread.
- deinitInThread() - Method in class com.jme3.system.lwjgl.LwjglAbstractDisplay
-
De-initialize in the OpenGL thread.
- deinitInThread() - Method in class com.jme3.system.lwjgl.LwjglOffscreenBuffer
- deinitInThread() - Method in class com.jme3.system.lwjgl.LwjglWindow
-
De-initialize in the OpenGL thread.
- deinitInThread() - Method in class com.jme3.system.lwjgl.LwjglWindowVR
-
De-initialize in the OpenGL thread.
- deinitInThread() - Method in class com.jme3.system.NullContext
- delay(double) - Static method in class com.jme3.anim.tween.Tweens
-
Creates a tween that will perform a no-op until the length has expired.
- deleteAllObjects() - Method in class com.jme3.opencl.OpenCLObjectManager
- deleteAllObjects(Object) - Method in class com.jme3.util.NativeObjectManager
-
(Internal use only) Deletes all objects.
- deleteAudioData(AudioData) - Method in interface com.jme3.audio.AudioRenderer
- deleteAudioData(AudioData) - Method in class com.jme3.audio.openal.ALAudioRenderer
- deleteBuffer(VertexBuffer) - Method in class com.jme3.renderer.opengl.GLRenderer
- deleteBuffer(VertexBuffer) - Method in interface com.jme3.renderer.Renderer
-
Deletes a vertex buffer from the GPU.
- deleteBuffer(VertexBuffer) - Method in class com.jme3.system.NullRenderer
- deleteBuffer(BufferObject) - Method in class com.jme3.renderer.opengl.GLRenderer
- deleteBuffer(BufferObject) - Method in interface com.jme3.renderer.Renderer
-
Deletes the buffer object from the GPU.
- deleteBuffer(BufferObject) - Method in class com.jme3.system.NullRenderer
- deleteFilter(Filter) - Method in interface com.jme3.audio.AudioRenderer
- deleteFilter(Filter) - Method in class com.jme3.audio.openal.ALAudioRenderer
- deleteFrameBuffer(FrameBuffer) - Method in class com.jme3.renderer.opengl.GLRenderer
- deleteFrameBuffer(FrameBuffer) - Method in interface com.jme3.renderer.Renderer
-
Deletes a framebuffer and all attached renderbuffers.
- deleteFrameBuffer(FrameBuffer) - Method in class com.jme3.system.NullRenderer
- deleteFromCache(AssetKey) - Method in interface com.jme3.asset.cache.AssetCache
-
Deletes an asset from the cache.
- deleteFromCache(AssetKey) - Method in class com.jme3.asset.cache.SimpleAssetCache
- deleteFromCache(AssetKey) - Method in class com.jme3.asset.cache.WeakRefAssetCache
- deleteFromCache(AssetKey) - Method in class com.jme3.asset.cache.WeakRefCloneAssetCache
- deleteFromCache(AssetKey<T>) - Method in interface com.jme3.asset.AssetManager
-
Delete an asset from the asset cache.
- deleteFromCache(AssetKey<T>) - Method in class com.jme3.asset.DesktopAssetManager
- deleteImage(Image) - Method in class com.jme3.renderer.opengl.GLRenderer
- deleteImage(Image) - Method in interface com.jme3.renderer.Renderer
-
Deletes a texture from the GPU.
- deleteImage(Image) - Method in class com.jme3.system.NullRenderer
- deleteInstance(Geometry) - Method in class com.jme3.scene.instancing.InstancedGeometry
- deleteMapping(String) - Method in class com.jme3.input.InputManager
-
Deletes a mapping from receiving trigger events.
- deleteNativeBuffers() - Method in class com.jme3.audio.AudioBuffer
- deleteNativeBuffers() - Method in class com.jme3.scene.VertexBuffer
- deleteNativeBuffers() - Method in class com.jme3.shader.BufferObject
- deleteNativeBuffers() - Method in class com.jme3.shader.Uniform
- deleteNativeBuffers() - Method in class com.jme3.texture.Image
- deleteNativeBuffers() - Method in class com.jme3.util.NativeObject
-
Deletes any associated native
buffers
. - deleteNonAtlasTexture(int) - Method in class com.jme3.niftygui.JmeBatchRenderBackend
- deleteObject(Object) - Method in class com.jme3.audio.android.AndroidAudioData
- deleteObject(Object) - Method in class com.jme3.audio.AudioBuffer
- deleteObject(Object) - Method in class com.jme3.audio.AudioStream
- deleteObject(Object) - Method in class com.jme3.audio.Filter
- deleteObject(Object) - Method in class com.jme3.scene.VertexBuffer
- deleteObject(Object) - Method in class com.jme3.shader.BufferObject
- deleteObject(Object) - Method in class com.jme3.shader.Shader
- deleteObject(Object) - Method in class com.jme3.shader.Shader.ShaderSource
- deleteObject(Object) - Method in class com.jme3.texture.FrameBuffer
- deleteObject(Object) - Method in class com.jme3.texture.Image
- deleteObject(Object) - Method in class com.jme3.util.NativeObject
-
Deletes the GL object from the GPU when it is no longer used.
- deleteShader(Shader) - Method in class com.jme3.renderer.opengl.GLRenderer
- deleteShader(Shader) - Method in interface com.jme3.renderer.Renderer
-
Deletes a shader.
- deleteShader(Shader) - Method in class com.jme3.system.NullRenderer
- deleteShaderSource(Shader.ShaderSource) - Method in class com.jme3.renderer.opengl.GLRenderer
- deleteShaderSource(Shader.ShaderSource) - Method in interface com.jme3.renderer.Renderer
-
Deletes the provided shader source.
- deleteShaderSource(Shader.ShaderSource) - Method in class com.jme3.system.NullRenderer
- deleteTrigger(String, Trigger) - Method in class com.jme3.input.InputManager
-
Deletes a specific trigger registered to a mapping.
- deleteUnused(Object) - Method in class com.jme3.util.NativeObjectManager
-
(Internal use only) Deletes unused NativeObjects.
- deleteUnusedObjects() - Method in class com.jme3.opencl.OpenCLObjectManager
- deltaX - Variable in class com.jme3.input.vr.AnalogActionState
-
The change in the X coordinate since the last frame
- deltaX - Variable in class com.jme3.system.jopenvr.InputAnalogActionData_t
- deltaY - Variable in class com.jme3.input.vr.AnalogActionState
-
The change in the Y coordinate since the last frame
- deltaY - Variable in class com.jme3.system.jopenvr.InputAnalogActionData_t
- deltaZ - Variable in class com.jme3.input.vr.AnalogActionState
-
The change in the Z coordinate since the last frame
- deltaZ - Variable in class com.jme3.system.jopenvr.InputAnalogActionData_t
- Dependent - Annotation Interface in checkers.quals
-
Refines the qualified type of the annotated field or variable based on the qualified type of the receiver.
- depth - Variable in class com.jme3.opencl.Image.ImageDescriptor
- depth - Variable in class com.jme3.system.jopenvr.VRTextureWithDepth_t
-
C type : VRTextureDepthInfo_t
- depth - Variable in class com.jme3.system.jopenvr.VRTextureWithPoseAndDepth_t
-
C type : VRTextureDepthInfo_t
- depth - Variable in class com.jme3.texture.Image
- Depth - Enum constant in enum class com.jme3.texture.Image.Format
-
Arbitrary depth format.
- Depth16 - Enum constant in enum class com.jme3.texture.Image.Format
-
16-bit depth.
- Depth24 - Enum constant in enum class com.jme3.renderer.Caps
-
Explicit support of depth 24 textures.
- Depth24 - Enum constant in enum class com.jme3.texture.Image.Format
-
24-bit depth.
- Depth24Stencil8 - Enum constant in enum class com.jme3.texture.Image.Format
-
24-bit depth with 8-bit stencil.
- Depth32 - Enum constant in enum class com.jme3.texture.Image.Format
-
32-bit depth.
- Depth32F - Enum constant in enum class com.jme3.texture.Image.Format
-
single-precision floating point depth.
- depthFirstTraversal(SceneGraphVisitor) - Method in class com.jme3.scene.Spatial
-
Visit each scene graph element ordered by DFS with the default post order mode.
- depthFirstTraversal(SceneGraphVisitor, Spatial.DFSMode) - Method in class com.jme3.scene.Geometry
- depthFirstTraversal(SceneGraphVisitor, Spatial.DFSMode) - Method in class com.jme3.scene.Node
- depthFirstTraversal(SceneGraphVisitor, Spatial.DFSMode) - Method in class com.jme3.scene.Spatial
-
Visit each scene graph element ordered by DFS.
- depthFunc - Variable in class com.jme3.renderer.RenderContext
-
Depth test function.
- DepthOfFieldFilter - Class in com.jme3.post.filters
-
A post-processing filter that performs a depth range blur using a scaled convolution filter.
- DepthOfFieldFilter() - Constructor for class com.jme3.post.filters.DepthOfFieldFilter
-
Creates a DepthOfField filter
- depthStencilBufferName - Variable in class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_RenderBufferOpenGL
- depthTestEnabled - Variable in class com.jme3.renderer.RenderContext
-
Enables depth testing for color pixels.
- depthTexture - Variable in class com.jme3.post.Filter.Pass
- depthTexture - Variable in class com.jme3.water.SimpleWaterProcessor
- DepthTexture - Enum constant in enum class com.jme3.renderer.Caps
-
Supports depth textures.
- DepthTextureSamples - Enum constant in enum class com.jme3.renderer.Limits
-
Maximum number of depth texture samples.
- depthWriteEnabled - Variable in class com.jme3.renderer.RenderContext
-
Enables depth writing.
- descendantMatches(Class<T>) - Method in class com.jme3.scene.Node
-
Convenience wrapper.
- descendantMatches(Class<T>, String) - Method in class com.jme3.scene.Node
-
Returns flat list of Spatials implementing the specified class AND with name matching the specified pattern.
- descendantMatches(String) - Method in class com.jme3.scene.Node
-
Convenience wrapper.
- deserialize(int, Quaternion) - Method in class com.jme3.animation.CompactQuaternionArray
- deserialize(int, Vector3f) - Method in class com.jme3.animation.CompactVector3Array
- deserialize(int, Float) - Method in class com.jme3.animation.CompactFloatArray
- deserialize(int, T) - Method in class com.jme3.animation.CompactArray
-
deserialize object
- DesktopAssetManager - Class in com.jme3.asset
-
AssetManager
is the primary method for managing and loading assets inside jME. - DesktopAssetManager() - Constructor for class com.jme3.asset.DesktopAssetManager
- DesktopAssetManager(boolean) - Constructor for class com.jme3.asset.DesktopAssetManager
- DesktopAssetManager(URL) - Constructor for class com.jme3.asset.DesktopAssetManager
- destination - Variable in class com.jme3.system.AWTFrameProcessor
-
The destination of jMe frames.
- destroy - Variable in class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_OpenGLToolkitFunctions
-
C type : destroy_callback*
- destroy() - Method in class com.jme3.app.AndroidHarness
- destroy() - Method in class com.jme3.app.AndroidHarnessFragment
- destroy() - Method in class com.jme3.app.AppletHarness
- destroy() - Method in class com.jme3.app.LegacyApplication
-
Do not call manually.
- destroy() - Method in class com.jme3.app.VRApplication
-
Deprecated.Destroy the application (release all resources).
- destroy() - Method in class com.jme3.bullet.joints.PhysicsJoint
-
destroys this joint and removes it from its connected PhysicsRigidBody's joint lists
- destroy() - Method in class com.jme3.bullet.objects.PhysicsCharacter
- destroy() - Method in class com.jme3.bullet.objects.PhysicsGhostObject
-
destroys this PhysicsGhostNode and removes it from memory
- destroy() - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
destroys this PhysicsRigidBody and removes it from memory
- destroy() - Method in class com.jme3.bullet.objects.PhysicsVehicle
- destroy() - Method in class com.jme3.bullet.PhysicsSpace
-
destroys the current PhysicsSpace so that a new one can be created
- destroy() - Method in class com.jme3.input.android.AndroidJoyInput
- destroy() - Method in class com.jme3.input.android.AndroidJoyInput14
- destroy() - Method in class com.jme3.input.android.AndroidJoystickJoyInput14
- destroy() - Method in class com.jme3.input.android.AndroidSensorJoyInput
- destroy() - Method in class com.jme3.input.android.AndroidTouchInput
- destroy() - Method in class com.jme3.input.android.TouchEventPool
- destroy() - Method in class com.jme3.input.awt.AwtKeyInput
- destroy() - Method in class com.jme3.input.awt.AwtMouseInput
- destroy() - Method in class com.jme3.input.AWTInput
- destroy() - Method in class com.jme3.input.dummy.DummyInput
- destroy() - Method in interface com.jme3.input.Input
-
Ceases listening to events from the device.
- destroy() - Method in class com.jme3.input.ios.IosInputHandler
- destroy() - Method in class com.jme3.input.ios.IosTouchHandler
- destroy() - Method in class com.jme3.input.ios.TouchEventPool
- destroy() - Method in class com.jme3.input.lwjgl.GlfwJoystickInput
- destroy() - Method in class com.jme3.input.lwjgl.GlfwKeyInput
- destroy() - Method in class com.jme3.input.lwjgl.GlfwKeyInputVR
- destroy() - Method in class com.jme3.input.lwjgl.GlfwMouseInput
- destroy() - Method in class com.jme3.input.lwjgl.GlfwMouseInputVR
- destroy() - Method in class com.jme3.input.lwjgl.JInputJoyInput
- destroy() - Method in class com.jme3.input.lwjgl.LwjglKeyInput
- destroy() - Method in class com.jme3.input.lwjgl.LwjglMouseInput
- destroy() - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVR
- destroy() - Method in class com.jme3.input.vr.oculus.OculusVR
- destroy() - Method in class com.jme3.input.vr.openvr.OpenVR
- destroy() - Method in class com.jme3.input.vr.osvr.OSVR
- destroy() - Method in interface com.jme3.input.vr.VRAPI
-
Close the link with underlying VR system and free all attached resources.
- destroy() - Method in class com.jme3.system.android.OGLESContext
- destroy() - Method in class com.jme3.system.ios.IGLESContext
- destroy() - Method in class com.jme3.system.lwjgl.LwjglContext
- destroy() - Method in class com.jme3.system.lwjgl.LwjglContextVR
-
Destroy the context.
- destroy() - Method in class com.jme3.system.NullContext
- destroy() - Method in interface com.jme3.system.SystemListener
-
Callback to indicate that the context has been destroyed (either by the user or requested by the application itself).
- destroy() - Method in class com.jme3.view.surfaceview.JmeSurfaceView
- destroy(boolean) - Method in class com.jme3.system.android.OGLESContext
- destroy(boolean) - Method in class com.jme3.system.awt.AwtPanelsContext
- destroy(boolean) - Method in class com.jme3.system.AWTContext
- destroy(boolean) - Method in class com.jme3.system.ios.IGLESContext
- destroy(boolean) - Method in interface com.jme3.system.JmeContext
-
Destroys the context completely, making it inactive.
- destroy(boolean) - Method in class com.jme3.system.lwjgl.LwjglAbstractDisplay
- destroy(boolean) - Method in class com.jme3.system.lwjgl.LwjglOffscreenBuffer
- destroy(boolean) - Method in class com.jme3.system.lwjgl.LwjglWindow
- destroy(boolean) - Method in class com.jme3.system.lwjgl.LwjglWindowVR
- destroy(boolean) - Method in class com.jme3.system.NullContext
- DESTROY_WHEN_FINISH - Enum constant in enum class com.jme3.view.surfaceview.JmeSurfaceView.DestructionPolicy
-
Finishes the game context with the activity context (ignores the static memory
JmeSurfaceView.GameState.legacyApplication
). - destroyALC() - Method in class com.jme3.audio.android.AndroidALC
- destroyALC() - Method in class com.jme3.audio.ios.IosALC
- destroyALC() - Method in class com.jme3.audio.lwjgl.LwjglALC
- destroyALC() - Method in interface com.jme3.audio.openal.ALC
-
Destroys an AL context.
- destroyContext() - Method in class com.jme3.system.lwjgl.LwjglAbstractDisplay
-
Destroy the context.
- destroyContext() - Method in class com.jme3.system.lwjgl.LwjglCanvas
-
This is called: 1) When the context thread ends 2) Any time the canvas becomes non-displayable
- destroyContext() - Method in class com.jme3.system.lwjgl.LwjglDisplay
- destroyContext() - Method in class com.jme3.system.lwjgl.LwjglWindow
-
Destroy the context.
- destroyContext() - Method in class com.jme3.system.lwjgl.LwjglWindowVR
-
Destroy the context.
- destroyDirectBuffer(Buffer) - Method in class com.jme3.util.AndroidBufferAllocator
-
Deprecated.Searches the inner direct buffer of the Android-specific wrapped buffer classes and destroys it using the reflection allocator method.
- destroyDirectBuffer(Buffer) - Method in class com.jme3.util.AndroidNativeBufferAllocator
- destroyDirectBuffer(Buffer) - Method in interface com.jme3.util.BufferAllocator
-
De-allocate a direct buffer.
- destroyDirectBuffer(Buffer) - Static method in class com.jme3.util.BufferUtils
-
Direct buffers are garbage collected by using a phantom reference and a reference queue.
- destroyDirectBuffer(Buffer) - Method in class com.jme3.util.LWJGLBufferAllocator.ConcurrentLWJGLBufferAllocator
- destroyDirectBuffer(Buffer) - Method in class com.jme3.util.LWJGLBufferAllocator
- destroyDirectBuffer(Buffer) - Method in class com.jme3.util.PrimitiveAllocator
-
De-allocate a direct buffer.
- destroyDirectBuffer(Buffer) - Method in class com.jme3.util.ReflectionAllocator
-
This function explicitly calls the Cleaner method of a direct buffer.
- destroyInput() - Method in class com.jme3.app.LegacyApplication
- destroyInput() - Method in class com.jme3.app.VRApplication
-
Deprecated.
- DestroyOverlay - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : DestroyOverlay_callback*
- destroyPbuffer() - Method in class com.jme3.system.lwjgl.LwjglCanvas
- destroyViews() - Method in class com.jme3.water.SimpleWaterProcessor
- detach(AppState) - Method in class com.jme3.app.state.AppStateManager
-
Detaches the state from the AppStateManager.
- detachAllChildren() - Method in class com.jme3.scene.Node
-
detachAllChildren
removes all children attached to this node. - detachAndCleanUpControl() - Method in class com.jme3.terrain.geomipmap.TerrainLodControl
-
Call this when you remove the terrain or this control from the scene.
- detachChild(Spatial) - Method in class com.jme3.scene.Node
-
detachChild
removes a given child from the node's list. - detachChildAt(int) - Method in class com.jme3.scene.BatchNode
- detachChildAt(int) - Method in class com.jme3.scene.instancing.InstancedNode
- detachChildAt(int) - Method in class com.jme3.scene.Node
-
detachChildAt
removes a child at a given index. - detachChildNamed(String) - Method in class com.jme3.scene.Node
-
detachChild
removes a given child from the node's list. - detachLinkedChild(ModelKey) - Method in class com.jme3.scene.AssetLinkNode
- detachLinkedChild(Spatial, ModelKey) - Method in class com.jme3.scene.AssetLinkNode
- detachLinkedChildren() - Method in class com.jme3.scene.AssetLinkNode
- detachScene(Spatial) - Method in class com.jme3.renderer.ViewPort
-
Detaches a scene from rendering.
- DetailedProfiler - Class in com.jme3.app
-
Created by Nehon on 25/01/2017.
- DetailedProfiler() - Constructor for class com.jme3.app.DetailedProfiler
- DetailedProfiler.StatLine - Class in com.jme3.app
- DetailedProfilerState - Class in com.jme3.app
-
Created by Nehon on 25/01/2017.
- DetailedProfilerState() - Constructor for class com.jme3.app.DetailedProfilerState
- determinant() - Method in class com.jme3.math.Matrix3f
-
Returns the determinant.
- determinant() - Method in class com.jme3.math.Matrix4f
-
Calculate the determinant.
- determinant(double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double) - Static method in class com.jme3.math.FastMath
-
Returns the determinant of a 4x4 matrix.
- determinant(Vector2f) - Method in class com.jme3.math.Vector2f
-
Returns the Z component of the cross product with the argument.
- determineMaxSamples() - Method in class com.jme3.system.lwjgl.LwjglContextVR
- determineMaxSamples(int) - Method in class com.jme3.system.lwjgl.LwjglContext
- device - Variable in class com.jme3.opencl.CommandQueue
- Device - Interface in com.jme3.opencl
-
Represents a hardware device actually running the OpenCL kernels.
- Device.DeviceType - Enum Class in com.jme3.opencl
-
The device type
- devicePath - Variable in class com.jme3.system.jopenvr.InputOriginInfo_t
-
C type : VRInputValueHandle_t
- devicePath - Variable in class com.jme3.system.jopenvr.VREvent_Overlay_t
- dfactorAlpha - Variable in class com.jme3.renderer.RenderContext
-
Alpha destination blend factor for BlendMode.Custom.
- dfactorRGB - Variable in class com.jme3.renderer.RenderContext
-
RGB destination blend factor for BlendMode.Custom.
- diffuse - Variable in class com.jme3.scene.plugins.MTLLoader
- diffuseColor - Variable in class com.jme3.scene.plugins.fbx.objects.FbxMaterial
- diffuseFactor - Variable in class com.jme3.scene.plugins.fbx.objects.FbxMaterial
- diffuseMap - Variable in class com.jme3.scene.plugins.MTLLoader
- diffuseTextureId - Variable in class com.jme3.system.jopenvr.RenderModel_t
-
C type : TextureID_t
- DigitalActionState - Class in com.jme3.input.vr
- DigitalActionState(boolean, boolean) - Constructor for class com.jme3.input.vr.DigitalActionState
- Direct - Enum constant in enum class com.jme3.scene.plugins.fbx.mesh.FbxLayerElement.ReferenceInformationType
- direction - Variable in class com.jme3.audio.AudioNode
- direction - Variable in class com.jme3.bullet.objects.VehicleWheel
- direction - Variable in class com.jme3.cinematic.events.MotionEvent
- direction - Variable in class com.jme3.light.DirectionalLight
- direction - Variable in class com.jme3.light.SpotLight
- direction - Variable in class com.jme3.math.Ray
-
The direction of the ray.
- direction - Variable in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
- direction - Variable in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_DirectionReport
-
C type : OSVR_DirectionState
- direction - Variable in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_EyeTracker3DState
-
C type : OSVR_DirectionState
- Direction - Enum constant in enum class com.jme3.audio.AudioParam
- DIRECTION_Z - Static variable in class com.jme3.math.Quaternion
-
Another shared instance of the identity quaternion (0, 0, 0, 1).
- Directional - Enum constant in enum class com.jme3.light.Light.Type
-
Directional light
- DirectionalLight - Class in com.jme3.light
-
DirectionalLight
is a light coming from a certain direction in world space. - DirectionalLight() - Constructor for class com.jme3.light.DirectionalLight
-
Creates a DirectionalLight
- DirectionalLight(Vector3f) - Constructor for class com.jme3.light.DirectionalLight
-
Creates a DirectionalLight with the given direction
- DirectionalLight(Vector3f, ColorRGBA) - Constructor for class com.jme3.light.DirectionalLight
-
Creates a DirectionalLight with the given direction and the given color
- DirectionalLightShadowFilter - Class in com.jme3.shadow
-
This Filter does basically the same as a DirectionalLightShadowRenderer except it renders the post shadow pass as a fullscreen quad pass instead of a geometry pass.
- DirectionalLightShadowFilter() - Constructor for class com.jme3.shadow.DirectionalLightShadowFilter
-
Used for serialization.
- DirectionalLightShadowFilter(AssetManager, int, int) - Constructor for class com.jme3.shadow.DirectionalLightShadowFilter
-
Creates a DirectionalLight shadow filter.
- DirectionalLightShadowFilterVR - Class in com.jme3.shadow
-
This Filter does basically the same as a DirectionalLightShadowRenderer except it renders the post shadow pass as a fullscreen quad pass instead of a geometry pass.
- DirectionalLightShadowFilterVR(AssetManager, int, int) - Constructor for class com.jme3.shadow.DirectionalLightShadowFilterVR
-
Creates a DirectionalLightShadowFilter Shadow Filter More info on the technique at http://http.developer.nvidia.com/GPUGems3/gpugems3_ch10.html
- DirectionalLightShadowFilterVR(AssetManager, int, int, String) - Constructor for class com.jme3.shadow.DirectionalLightShadowFilterVR
-
Creates a DirectionalLight shadow filter.
- DirectionalLightShadowRenderer - 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 https://developer.nvidia.com/gpugems/GPUGems3/gpugems3_ch10.html - DirectionalLightShadowRenderer() - Constructor for class com.jme3.shadow.DirectionalLightShadowRenderer
-
Used for serialization use DirectionalLightShadowRenderer#DirectionalLightShadowRenderer(AssetManager assetManager, int shadowMapSize, int nbSplits)
- DirectionalLightShadowRenderer(AssetManager, int, int) - Constructor for class com.jme3.shadow.DirectionalLightShadowRenderer
-
Creates a DirectionalLight shadow renderer.
- DirectionalLightShadowRendererVR - 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 - DirectionalLightShadowRendererVR() - Constructor for class com.jme3.shadow.DirectionalLightShadowRendererVR
-
Used for serialization use DirectionalLightShadowRenderer#DirectionalLightShadowRenderer(AssetManager assetManager, int shadowMapSize, int nbSplits)
- DirectionalLightShadowRendererVR(AssetManager, int, int) - Constructor for class com.jme3.shadow.DirectionalLightShadowRendererVR
-
Creates a DirectionalLight shadow renderer.
- directionType - Variable in class com.jme3.cinematic.events.MotionEvent
- directionValid - Variable in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_EyeTracker3DState
-
C type : OSVR_CBool
- Disable - Enum constant in enum class com.jme3.material.TechniqueDef.LightMode
-
Disable light-based rendering
- Disable - Enum constant in enum class com.jme3.material.TechniqueDef.ShadowMode
- DISABLE_VR - Enum constant in enum class com.jme3.app.VRApplication.PreconfigParameter
-
Deprecated.Disable VR rendering, regardless VR API and devices are presents.
- DISABLE_VR - Variable in class com.jme3.app.VRApplication
-
Deprecated.Is the application has not to start within VR mode (default is
false
). - DISABLE_VR - Variable in class com.jme3.app.VRAppState
-
Is the application has not to start within VR mode (default is
false
). - disableClip() - Method in class com.jme3.niftygui.RenderDeviceJme
- Disabled - Enum constant in enum class com.jme3.app.LostFocusBehavior
-
No lost focus behavior.
- disableDebugShape() - Method in class com.jme3.cinematic.MotionPath
-
disable the display of the path and the waypoints
- disableMouseCursor() - Method in class com.jme3.niftygui.JmeBatchRenderBackend
- disableMouseCursor() - Method in class com.jme3.niftygui.RenderDeviceJme
- disableSensors - Static variable in class com.jme3.input.android.AndroidJoyInput
- disallowAmbient - Variable in class com.jme3.scene.plugins.MTLLoader
- disallowSpecular - Variable in class com.jme3.scene.plugins.MTLLoader
- DisconnectInfo() - Constructor for class com.jme3.network.ClientStateListener.DisconnectInfo
- DisconnectMessage - Class in com.jme3.network.message
-
Represents a disconnect message.
- DisconnectMessage() - Constructor for class com.jme3.network.message.DisconnectMessage
- DisconnectMessage.DisconnectSerializer - Class in com.jme3.network.message
-
A message-specific serializer to avoid compatibility issues between versions.
- DisconnectSerializer() - Constructor for class com.jme3.network.message.DisconnectMessage.DisconnectSerializer
- dispatch(HostedConnection, Message) - Method in class com.jme3.network.base.DefaultServer
- dispatch(Endpoint, Message) - Method in class com.jme3.network.base.KernelAdapter
-
Note on threading for those writing their own server or adapter implementations.
- dispatch(Message) - Method in class com.jme3.network.base.ConnectorAdapter
- dispatch(Message) - Method in class com.jme3.network.base.DefaultClient
- Display - Enum constant in enum class com.jme3.system.JmeContext.Type
-
A display can represent a windowed or a fullscreen-exclusive display.
- displayDebug() - Method in class com.jme3.shadow.AbstractShadowRenderer
-
For debugging purposes, "snapshot" the current frustum to the scene.
- displayDebug() - Method in class com.jme3.shadow.AbstractShadowRendererVR
-
For debugging purposes, "snapshot" the current frustum to the scene.
- displayDebug() - Method in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.For debugging purpose Allow to "snapshot" the current frustum to the scene
- displayFrustum() - Method in class com.jme3.shadow.AbstractShadowRenderer
- displayFrustum() - Method in class com.jme3.shadow.AbstractShadowRendererVR
-
Force the frustum to be displayed.
- displayFrustum() - Method in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
- displayMap(Renderer, Picture, int) - Method in class com.jme3.water.SimpleWaterProcessor
- displayNonDeformingJoint(boolean) - Method in class com.jme3.scene.debug.custom.ArmatureDebugger
- displayObject(Object) - Method in interface com.jme3.bullet.debug.BulletDebugAppState.DebugAppStateFilter
-
Test whether the specified physics object should be displayed.
- displayShadowMap(Renderer) - Method in class com.jme3.shadow.AbstractShadowRenderer
-
For debugging purposes, display depth shadow maps.
- displayShadowMap(Renderer) - Method in class com.jme3.shadow.AbstractShadowRendererVR
-
For debugging purposes, display depth shadow maps.
- displayShadowMap(Renderer) - Method in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
- dispose() - Method in class com.jme3.cinematic.Cinematic
-
used internally to clean up the cinematic.
- dispose() - Method in class com.jme3.cinematic.events.AbstractCinematicEvent
- dispose() - Method in class com.jme3.cinematic.events.AnimationEvent
-
Deprecated.
- dispose() - Method in interface com.jme3.cinematic.events.CinematicEvent
-
method called when an event is removed from a cinematic this method should remove any reference to any external objects.
- dispose() - Method in class com.jme3.input.vr.oculus.OculusVRInput
- dispose() - Method in class com.jme3.niftygui.RenderFontJme
- dispose() - Method in class com.jme3.niftygui.RenderImageJme
- dispose() - Method in class com.jme3.niftygui.SoundHandleJme
- dispose() - Method in class com.jme3.system.AWTComponentRenderer
-
Dispose this renderer.
- dispose() - Method in class com.jme3.util.NativeObject
-
Reclaims native resources used by this NativeObject.
- DISPOSED_STATE - Static variable in class com.jme3.system.AWTComponentRenderer
-
The constant DISPOSED_STATE.
- DISPOSING_STATE - Static variable in class com.jme3.system.AWTComponentRenderer
-
The constant DISPOSING_STATE.
- dispPic - Variable in class com.jme3.shadow.AbstractShadowRenderer
- dispPic - Variable in class com.jme3.shadow.AbstractShadowRendererVR
- dispPic - Variable in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
- distance - Variable in class com.jme3.app.ChaseCameraAppState
- distance - Variable in class com.jme3.input.ChaseCamera
- distance - Variable in class com.jme3.system.jopenvr.Compositor_OverlaySettings
- distance(LineSegment) - Method in class com.jme3.math.LineSegment
-
Calculate the distance between this segment and another.
- distance(Ray) - Method in class com.jme3.math.LineSegment
-
Calculate the distance between this segment and the specified Ray.
- distance(Vector2f) - Method in class com.jme3.math.Vector2f
-
Returns the distance between the current instance and the argument.
- distance(Vector3f) - Method in class com.jme3.math.Line
-
Calculate the distance from this line to the specified point.
- distance(Vector3f) - Method in class com.jme3.math.LineSegment
-
Calculate the distance between this segment and the specified point.
- distance(Vector3f) - Method in class com.jme3.math.Vector3f
-
Returns the distance between this vector and the argument.
- distance(Vector4f) - Method in class com.jme3.math.Vector4f
-
distance
calculates the distance between this vector and vector v. - distanceLerpFactor - Variable in class com.jme3.input.ChaseCamera
- DistanceLodCalculator - Class in com.jme3.terrain.geomipmap.lodcalc
-
Calculates the LOD of the terrain based on its distance from the cameras.
- DistanceLodCalculator() - Constructor for class com.jme3.terrain.geomipmap.lodcalc.DistanceLodCalculator
- DistanceLodCalculator(int, float) - Constructor for class com.jme3.terrain.geomipmap.lodcalc.DistanceLodCalculator
- distanceSquared(float, float) - Method in class com.jme3.math.Vector2f
-
Returns the square of the distance between the current instance and a vector with the specified components.
- distanceSquared(LineSegment) - Method in class com.jme3.math.LineSegment
-
Calculate the squared distance between this segment and another.
- distanceSquared(Ray) - Method in class com.jme3.math.LineSegment
-
Calculate the squared distance between this segment and the specified Ray.
- distanceSquared(Vector2f) - Method in class com.jme3.math.Vector2f
-
Returns the square of the distance between the current instance and the argument.
- distanceSquared(Vector3f) - Method in class com.jme3.math.Line
-
Calculate the squared distance from this line to the specified point.
- distanceSquared(Vector3f) - Method in class com.jme3.math.LineSegment
-
Calculate the squared distance between this segment and the specified point.
- distanceSquared(Vector3f) - Method in class com.jme3.math.Ray
-
Calculate the squared distance from this ray to the specified point.
- distanceSquared(Vector3f) - Method in class com.jme3.math.Vector3f
-
Returns the square of the distance between this vector and the argument.
- distanceSquared(Vector4f) - Method in class com.jme3.math.Vector4f
-
distanceSquared
calculates the distance squared between this vector and vector v. - distanceSquaredTo(Vector3f) - Method in class com.jme3.bounding.BoundingVolume
-
Find the squared distance from the center of this Bounding Volume to the given point.
- distanceTo(Vector3f) - Method in class com.jme3.bounding.BoundingVolume
-
Find the distance from the center of this Bounding Volume to the given point.
- distanceToCam(Geometry) - Method in class com.jme3.renderer.queue.OpaqueComparator
- distanceToEdge(Vector3f) - Method in class com.jme3.bounding.BoundingBox
- distanceToEdge(Vector3f) - Method in class com.jme3.bounding.BoundingSphere
- distanceToEdge(Vector3f) - Method in class com.jme3.bounding.BoundingVolume
-
Find the distance from the nearest edge of this Bounding Volume to the given point.
- distanceToNearPlane(Vector3f) - Method in class com.jme3.renderer.Camera
-
Returns the pseudo distance from the given position to the near plane of the camera.
- DistortionCoordinates_t - Class in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1237
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA. - DistortionCoordinates_t() - Constructor for class com.jme3.system.jopenvr.DistortionCoordinates_t
- DistortionCoordinates_t(float[], float[], float[]) - Constructor for class com.jme3.system.jopenvr.DistortionCoordinates_t
- DistortionCoordinates_t(Pointer) - Constructor for class com.jme3.system.jopenvr.DistortionCoordinates_t
- DistortionCoordinates_t.ByReference - Class in com.jme3.system.jopenvr
- DistortionCoordinates_t.ByValue - Class in com.jme3.system.jopenvr
- distributeEvents() - Method in class com.jme3.bullet.PhysicsSpace
- Dither - Enum constant in enum class com.jme3.shadow.EdgeFilteringMode
-
Dither-based sampling is used, very cheap but can look bad at low resolutions.
- Dither - Enum constant in enum class com.jme3.shadow.PssmShadowRenderer.FilterMode
-
Deprecated.Dither-based sampling is used, very cheap but can look bad at low resolutions.
- divide(float) - Method in class com.jme3.math.Vector2f
-
Divides by the scalar argument and returns the quotient as a new instance.
- divide(float) - Method in class com.jme3.math.Vector3f
-
Divides by the argument and returns the quotient as a new instance.
- divide(float) - Method in class com.jme3.math.Vector4f
-
divide
divides the values of this vector by a scalar and returns the result. - divide(float, float) - Method in class com.jme3.math.Vector2f
-
Divides component-wise by the specified components and returns the quotient as a new instance.
- divide(float, float, float) - Method in class com.jme3.math.Vector3f
-
Divides component-wise by the specified components and returns the quotient as a new instance.
- divide(float, float, float, float) - Method in class com.jme3.math.Vector4f
-
Divides component-wise by the specified components and returns the quotient as a new instance.
- divide(Vector3f) - Method in class com.jme3.math.Vector3f
-
Divides component-wise by the argument and returns the quotient as a new instance.
- divide(Vector4f) - Method in class com.jme3.math.Vector4f
-
divide
divides the values of this vector by a scalar and returns the result. - divideLocal(float) - Method in class com.jme3.math.Vector2f
-
Divides the vector by the scalar argument and returns the (modified) current instance.
- divideLocal(float) - Method in class com.jme3.math.Vector3f
-
Divides by the argument and returns the (modified) current instance.
- divideLocal(float) - Method in class com.jme3.math.Vector4f
-
divideLocal
divides this vector by a scalar internally, and returns a handle to this vector for easy chaining of calls. - divideLocal(float, float) - Method in class com.jme3.math.Vector2f
-
Divides component-wise by the specified components returns the (modified) current instance.
- divideLocal(float, float, float) - Method in class com.jme3.math.Vector3f
-
Divides component-wise by the specified components returns the (modified) current instance.
- divideLocal(float, float, float, float) - Method in class com.jme3.math.Vector4f
-
Divides component-wise by the specified components returns the (modified) current instance.
- divideLocal(Vector3f) - Method in class com.jme3.math.Vector3f
-
Divides component-wise by the argument and returns the (modified) current instance.
- divideLocal(Vector4f) - Method in class com.jme3.math.Vector4f
-
divideLocal
divides this vector by a scalar internally, and returns a handle to this vector for easy chaining of calls. - doBatch() - Method in class com.jme3.scene.BatchNode
- doDiamondStep(float[][], int[], int, float, Random) - Method in class com.jme3.terrain.heightmap.MidpointDisplacementHeightMap
-
Will fill the cell at (x+stepSize/2, y) with the average of the 4 corners of the diamond centered on that point with width and height of stepSize.
- doDisplayFrustumDebug(int) - Method in class com.jme3.shadow.AbstractShadowRenderer
-
responsible for displaying the frustum of the shadow cam for debug purpose
- doDisplayFrustumDebug(int) - Method in class com.jme3.shadow.AbstractShadowRendererVR
-
responsible for displaying the frustum of the shadow cam for debug purpose
- doDisplayFrustumDebug(int) - Method in class com.jme3.shadow.DirectionalLightShadowRenderer
- doDisplayFrustumDebug(int) - Method in class com.jme3.shadow.DirectionalLightShadowRendererVR
- doDisplayFrustumDebug(int) - Method in class com.jme3.shadow.PointLightShadowRenderer
- doDisplayFrustumDebug(int) - Method in class com.jme3.shadow.SpotLightShadowRenderer
- doFilter(float, float, float, FloatBuffer, int) - Method in class com.jme3.terrain.noise.filter.AbstractFilter
- doFilter(float, float, float, FloatBuffer, int) - Method in interface com.jme3.terrain.noise.Filter
- doInterpolate(double) - Method in class com.jme3.anim.tween.AbstractTween
- doInterpolate(double) - Method in class com.jme3.anim.tween.action.BlendableAction
- doInterpolate(double) - Method in class com.jme3.anim.tween.action.BlendAction
- doInterpolate(double) - Method in class com.jme3.anim.tween.action.ClipAction
- Dome - Class in com.jme3.scene.shape
-
A hemisphere.
- Dome() - Constructor for class com.jme3.scene.shape.Dome
-
Serialization only.
- Dome(int, int, float) - Constructor for class com.jme3.scene.shape.Dome
-
Constructs a dome for use as a SkyDome.
- Dome(Vector3f, int, int, float) - Constructor for class com.jme3.scene.shape.Dome
-
Constructs a dome visible from the inside, e.g.
- Dome(Vector3f, int, int, float, boolean) - Constructor for class com.jme3.scene.shape.Dome
-
Constructs a dome.
- DOMInputCapsule - Class in com.jme3.export.xml
-
Part of the jME XML IO system as introduced in the Google Code jmexml project.
- DOMInputCapsule(Document, XMLImporter) - Constructor for class com.jme3.export.xml.DOMInputCapsule
- DOMOutputCapsule - Class in com.jme3.export.xml
-
Part of the jME XML IO system as introduced in the Google Code jmexml project.
- DOMOutputCapsule(Document, JmeExporter) - Constructor for class com.jme3.export.xml.DOMOutputCapsule
- DOMSerializer - Class in com.jme3.export.xml
-
The DOMSerializer was based primarily off the DOMSerializer.java class from the "Java and XML" 3rd Edition book by Brett McLaughlin, and Justin Edelson.
- DOMSerializer() - Constructor for class com.jme3.export.xml.DOMSerializer
- done(T) - Method in class com.jme3.environment.generation.JobProgressAdapter
- done(T) - Method in interface com.jme3.environment.generation.JobProgressListener
-
Called when the process is done.
- DontLoop - Enum constant in enum class com.jme3.animation.LoopMode
-
Deprecated.The animation will not loop.
- doSquareStep(float[][], int[], int, float, Random) - Method in class com.jme3.terrain.heightmap.MidpointDisplacementHeightMap
-
Will fill the value at (coords[0]+stepSize/2, coords[1]+stepSize/2) with the average from the corners of the square with top, left corner at (coords[0],coords[1]) and width of stepSize.
- dot(Quaternion) - Method in class com.jme3.math.Quaternion
-
Returns the dot product with the argument.
- dot(Vector2f) - Method in class com.jme3.math.Vector2f
-
Returns the dot (or inner) product with the argument.
- dot(Vector3f) - Method in class com.jme3.math.Vector3f
-
Returns the dot (or inner) product with the argument.
- dot(Vector4f) - Method in class com.jme3.math.Vector4f
-
dot
calculates the dot product of this vector with a provided vector. - Double - Enum constant in enum class com.jme3.scene.VertexBuffer.Format
-
Double precision floating point.
- doubleParam() - Method in class com.jme3.lwjgl3.utils.APIBuffer
-
Ensures space for an additional double value and returns the address offset.
- doubleParam(double) - Method in class com.jme3.lwjgl3.utils.APIBuffer
-
Ensures space for an additional double value, sets the specified value at the allocated offset and returns that offset.
- DoubleSerializer - Class in com.jme3.network.serializing.serializers
-
Double serializer.
- DoubleSerializer() - Constructor for class com.jme3.network.serializing.serializers.DoubleSerializer
- DOUBLETAP - Enum constant in enum class com.jme3.input.event.TouchEvent.Type
- doubleValue(int) - Method in class com.jme3.lwjgl3.utils.APIBuffer
-
Returns the double value at the specified offset.
- doUpdateGeometryIndices() - Method in class com.jme3.scene.shape.AbstractBox
-
Convert the indices into the list of vertices that define the box's geometry.
- doUpdateGeometryIndices() - Method in class com.jme3.scene.shape.Box
- doUpdateGeometryIndices() - Method in class com.jme3.scene.shape.StripBox
- doUpdateGeometryNormals() - Method in class com.jme3.scene.shape.AbstractBox
-
Update the normals of each of the box's planes.
- doUpdateGeometryNormals() - Method in class com.jme3.scene.shape.Box
- doUpdateGeometryNormals() - Method in class com.jme3.scene.shape.StripBox
- doUpdateGeometryTextures() - Method in class com.jme3.scene.shape.AbstractBox
-
Update the points that define the texture of the box.
- doUpdateGeometryTextures() - Method in class com.jme3.scene.shape.Box
- doUpdateGeometryTextures() - Method in class com.jme3.scene.shape.StripBox
- doUpdateGeometryVertices() - Method in class com.jme3.scene.shape.AbstractBox
-
Update the position of the vertices that define the box.
- doUpdateGeometryVertices() - Method in class com.jme3.scene.shape.Box
- doUpdateGeometryVertices() - Method in class com.jme3.scene.shape.StripBox
- DOWN - Enum constant in enum class com.jme3.input.event.TouchEvent.Type
-
Touch down event, fields: posX, posY, pressure
- dragToRotate - Variable in class com.jme3.app.ChaseCameraAppState
- dragToRotate - Variable in class com.jme3.input.ChaseCamera
- dragToRotate - Variable in class com.jme3.input.FlyByCamera
-
drag-to-rotate mode flag
- drawFrameInThread() - Method in class com.jme3.system.awt.AwtPanel
- drawTriangleArray(Mesh.Mode, int, int) - Method in class com.jme3.renderer.opengl.GLRenderer
- drawTriangleList(VertexBuffer, Mesh, int) - Method in class com.jme3.renderer.opengl.GLRenderer
- DriverDebugRequest - Variable in class com.jme3.system.jopenvr.VR_IVRSystem_FnTable
-
C type : DriverDebugRequest_callback*
- DriverDirectMode_FrameTiming - Class in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1473
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA. - DriverDirectMode_FrameTiming() - Constructor for class com.jme3.system.jopenvr.DriverDirectMode_FrameTiming
- DriverDirectMode_FrameTiming(int, int, int, int, int) - Constructor for class com.jme3.system.jopenvr.DriverDirectMode_FrameTiming
- DriverDirectMode_FrameTiming(Pointer) - Constructor for class com.jme3.system.jopenvr.DriverDirectMode_FrameTiming
- DriverDirectMode_FrameTiming.ByReference - Class in com.jme3.system.jopenvr
- DriverDirectMode_FrameTiming.ByValue - Class in com.jme3.system.jopenvr
- dryFilter - Variable in class com.jme3.audio.AudioNode
- DryFilter - Enum constant in enum class com.jme3.audio.AudioParam
- Dst_Alpha - Enum constant in enum class com.jme3.material.RenderState.BlendFunc
-
RGB Factor (A_d, A_d, A_d), Alpha Factor (A_d)
- Dst_Color - Enum constant in enum class com.jme3.material.RenderState.BlendFunc
-
RGB Factor (R_d, G_d, B_d), Alpha Factor (A_d)
- dt - Variable in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_IncrementalQuaternion
- ducked - Variable in class com.jme3.bullet.control.BetterCharacterControl
- duckedFactor - Variable in class com.jme3.bullet.control.BetterCharacterControl
-
relative height when ducked (1=full height)
- dudvTexture - Variable in class com.jme3.water.SimpleWaterProcessor
- DummyInput - Class in com.jme3.input.dummy
-
DummyInput as an implementation of
Input
that raises no input events. - DummyInput() - Constructor for class com.jme3.input.dummy.DummyInput
- DummyKeyInput - Class in com.jme3.input.dummy
-
DummyKeyInput as an implementation of
KeyInput
that raises no input events. - DummyKeyInput() - Constructor for class com.jme3.input.dummy.DummyKeyInput
- DummyMouseInput - Class in com.jme3.input.dummy
-
DummyMouseInput as an implementation of
MouseInput
that raises no input events. - DummyMouseInput() - Constructor for class com.jme3.input.dummy.DummyMouseInput
- dummyTex - Variable in class com.jme3.shadow.AbstractShadowRenderer
- dummyTex - Variable in class com.jme3.shadow.AbstractShadowRendererVR
- dummyTex - Variable in class com.jme3.shadow.BasicShadowRenderer
-
Deprecated.
- dummyTex - Variable in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
- dumpArray(float[]) - Static method in class com.jme3.scene.plugins.gltf.GltfUtils
- dumpArray(Object[]) - Static method in class com.jme3.scene.plugins.gltf.GltfUtils
- dumpElement(FbxElement, PrintStream, int, Map<FbxId, FbxElement>) - Static method in class com.jme3.scene.plugins.fbx.file.FbxDump
- dumpFile(FbxFile) - Static method in class com.jme3.scene.plugins.fbx.file.FbxDump
-
Dump FBX to standard output.
- dumpFile(FbxFile, OutputStream) - Static method in class com.jme3.scene.plugins.fbx.file.FbxDump
-
Dump FBX to the given output stream.
- dumpMesh(Mesh) - Static method in class com.jme3.scene.plugins.gltf.GltfUtils
- dumpProperty(String, char, Object, PrintStream, Map<FbxId, FbxElement>) - Static method in class com.jme3.scene.plugins.fbx.file.FbxDump
- Dungeon - Static variable in class com.jme3.audio.Environment
- duplicateCubeMap(TextureCubeMap) - Static method in class com.jme3.environment.util.EnvMapUtils
-
Make a duplicate of this cube Map.
- duration - Variable in class com.jme3.animation.AnimationFactory
-
Deprecated.Animation duration in seconds
- duration - Variable in class com.jme3.audio.AudioStream
- duration - Variable in class com.jme3.audio.plugins.NativeVorbisFile
- DXT1 - Enum constant in enum class com.jme3.texture.Image.Format
-
S3TC compression DXT1.
- DXT1A - Enum constant in enum class com.jme3.texture.Image.Format
-
S3TC compression DXT1 with 1-bit alpha.
- DXT3 - Enum constant in enum class com.jme3.texture.Image.Format
-
S3TC compression DXT3 with 4-bit alpha.
- DXT5 - Enum constant in enum class com.jme3.texture.Image.Format
-
S3TC compression DXT5 with interpolated 8-bit alpha.
- DXTFlipper - Class in com.jme3.texture.plugins
-
DXTFlipper is a utility class used to flip along Y axis DXT compressed textures.
- Dynamic - Enum constant in enum class com.jme3.scene.Spatial.CullHint
-
Do not draw if we are not at least partially within the view frustum of the camera.
- Dynamic - Enum constant in enum class com.jme3.scene.VertexBuffer.Usage
-
Mesh data is updated occasionally (once per frame or less).
- DynamicAnimControl - Class in com.jme3.bullet.animation
-
Before adding this control to a spatial, configure it by invoking
DacConfiguration.link(java.lang.String, float, com.jme3.bullet.animation.RangeOfMotion)
for each bone that should have its own rigid body. - DynamicAnimControl() - Constructor for class com.jme3.bullet.animation.DynamicAnimControl
-
Instantiate an enabled control without any linked bones (torso only).
- dynamicUpdate() - Method in class com.jme3.bullet.animation.BoneLink
-
Update this link in Dynamic mode, setting the linked bone's transform based on the transform of the rigid body.
- dynamicUpdate() - Method in class com.jme3.bullet.animation.PhysicsLink
-
Update this link in Dynamic mode, setting the linked bone's transform based on the transform of the rigid body.
- dynamicUpdate() - Method in class com.jme3.bullet.animation.TorsoLink
-
Update this link in Dynamic mode, setting the local transform of the model's root spatial based on the transform of the linked rigid body.
E
- 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
- EdgeClamp - Enum constant in enum class com.jme3.texture.Texture.WrapMode
-
coordinate will be clamped to the range [1/(2N), 1 - 1/(2N)] where N is the size of the texture in the direction of clamping.
- edgeFilteringMode - Variable in class com.jme3.shadow.AbstractShadowRenderer
- edgeFilteringMode - Variable in class com.jme3.shadow.AbstractShadowRendererVR
- EdgeFilteringMode - Enum Class 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.
- ENABLE_MIRROR_WINDOW - Enum constant in enum class com.jme3.app.VRApplication.PreconfigParameter
-
Deprecated.Display a mirror rendering on the screen.
- 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
- 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
- EndFrame - Enum constant in enum class com.jme3.profile.AppStep
- 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
- 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 Class in com.jme3.network.kernel
- EndRender - Enum constant in enum class com.jme3.profile.VpStep
- enqueue(Runnable) - Method in interface com.jme3.app.Application
-
Enqueues a runnable 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(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 interface com.jme3.app.Application
-
Enqueues a task/callable 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(Callable<V>) - Method in class com.jme3.app.VRApplication
-
Deprecated.
- 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(ByteBuffer, int) - Static method in class com.jme3.util.BufferUtils
- 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
- 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 - Variable in class com.jme3.input.vr.AbstractVRViewManager
- Environment - Class in com.jme3.audio
-
Audio environment, for reverb effects.
- Environment() - Constructor for class com.jme3.audio.Environment
- Environment(float[]) - 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(Environment) - Constructor for class com.jme3.audio.Environment
- 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 Class in com.jme3.environment.util
- EnvMapUtils.GenerationType - Enum Class 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
- Equal - Enum constant in enum class com.jme3.material.RenderState.TestFunction
-
The test succeeds if the input value is equal to the reference value.
- 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(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(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
-
Tests for equivalence with the argument.
- equals(Object) - Method in class com.jme3.math.ColorRGBA
-
equals
returns true if thisColorRGBA
is logically equivalent to a given color. - equals(Object) - Method in class com.jme3.math.Matrix3f
-
Tests for exact equality with the argument, distinguishing -0 from 0.
- equals(Object) - Method in class com.jme3.math.Matrix4f
-
Tests for exact equality with the argument, distinguishing -0 from 0.
- equals(Object) - Method in class com.jme3.math.Quaternion
-
Tests for exact equality with the argument, distinguishing -0 from 0.
- 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
-
Tests for exact equality with the argument, distinguishing -0 from 0.
- 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(Object) - Method in class com.jme3.util.SafeArrayList
- equalsEpsilon(Quaternion, Quaternion) - Static method in class com.jme3.scene.plugins.gltf.GltfUtils
- equalsEpsilon(Vector3f, Vector3f) - 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.
- EquirectMap - Enum constant in enum class com.jme3.util.SkyFactory.EnvMapType
-
The env map is an Equirectangular map.
- 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
- ErrorListener<S> - Interface in com.jme3.network
-
Notified when errors happen on a connection.
- errorMessageHandler - Variable in class com.jme3.system.JmeSystemDelegate
- 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.
- ETC1 - Enum constant in enum class com.jme3.texture.Image.Format
-
Ericsson Texture Compression.
- 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
- EULER_XYZ - Enum constant in enum class com.jme3.scene.plugins.fbx.RotationOrder
- EULER_XZY - Enum constant in enum class com.jme3.scene.plugins.fbx.RotationOrder
- EULER_YXZ - Enum constant in enum class com.jme3.scene.plugins.fbx.RotationOrder
- EULER_YZX - Enum constant in enum class com.jme3.scene.plugins.fbx.RotationOrder
- EULER_ZXY - Enum constant in enum class com.jme3.scene.plugins.fbx.RotationOrder
- EULER_ZYX - Enum constant in enum class com.jme3.scene.plugins.fbx.RotationOrder
- 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.Function
- 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 - Variable in class com.jme3.opencl.Image.ImageMapping
-
The event object used to detect when the memory is available.
- Event - Class in com.jme3.opencl
-
Wrapper for an OpenCL Event object.
- Event(OpenCLObject.ObjectReleaser) - Constructor for class com.jme3.opencl.Event
- eventAgeSeconds - Variable in class com.jme3.system.jopenvr.VREvent_t
- eventDispatchImpulseThreshold - Variable in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
- eventDispatchImpulseThreshold() - Method in class com.jme3.bullet.animation.DacConfiguration
-
Read the event-dispatch impulse threshold of this control.
- 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
- Exception - Enum constant in enum class com.jme3.app.state.ConstantVerifierState.ErrorType
- Exclusion - Enum constant in enum class com.jme3.material.RenderState.BlendMode
-
Mixes the destination and source colors similar to a color-based XOR operation.
- 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.
- External - Enum constant in enum class com.jme3.system.JmeSystem.StorageFolderType
- 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(Platform, File) - Static method in class com.jme3.system.NativeLibraryLoader
- 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
- 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) - 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.
- 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.
F
- face(int) - Method in class com.jme3.texture.FrameBuffer.FrameBufferTextureTarget
- face(TextureCubeMap.Face) - Method in class com.jme3.texture.FrameBuffer.FrameBufferTextureTarget
- Face() - Constructor for class com.jme3.scene.plugins.OBJLoader.Face
- fADdU - Variable in class com.jme3.util.TempVars
- FadeFilter - Class in com.jme3.post.filters
-
Fade Filter allows you to make an animated fade effect on a scene.
- FadeFilter() - Constructor for class com.jme3.post.filters.FadeFilter
-
Creates a FadeFilter
- FadeFilter(float) - Constructor for class com.jme3.post.filters.FadeFilter
-
Creates a FadeFilter with the given duration
- FadeGrid - Variable in class com.jme3.system.jopenvr.VR_IVRCompositor_FnTable
-
C type : FadeGrid_callback*
- fadeIn() - Method in class com.jme3.post.filters.FadeFilter
-
fades the scene in (black to scene)
- fadeInfo - Variable in class com.jme3.shadow.AbstractShadowRenderer
- fadeInfo - Variable in class com.jme3.shadow.AbstractShadowRendererVR
- fadeInfo - Variable in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
- fadeLength - Variable in class com.jme3.shadow.AbstractShadowRenderer
- fadeLength - Variable in class com.jme3.shadow.AbstractShadowRendererVR
- fadeLength - Variable in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
- fadeOut() - Method in class com.jme3.post.filters.FadeFilter
-
fades the scene out (scene to black)
- FadeToColor - Variable in class com.jme3.system.jopenvr.VR_IVRCompositor_FnTable
-
C type : FadeToColor_callback*
- FALLBACK_MATRIX - Static variable in class com.jme3.light.LightProbe
- fallSpeed - Variable in class com.jme3.bullet.objects.PhysicsCharacter
- fAmplitude - Variable in class com.jme3.system.jopenvr.VREvent_HapticVibration_t
- farClip - Variable in class com.jme3.system.osvr.osvrrendermanager.OSVR_ProjectionMatrix
- farClip - Variable in class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_ProjectionMatrix
- farClipDistanceMeters - Variable in class com.jme3.system.osvr.osvrrendermanager.OSVR_RenderParams
- farClipDistanceMeters - Variable in class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_RenderParams
- Fast - Enum constant in enum class com.jme3.environment.util.EnvMapUtils.GenerationType
- FastFullAngles(Quaternion, float, float, float) - Static method in class com.jme3.util.VRUtil
- fastInvSqrt(float) - Static method in class com.jme3.math.FastMath
-
Quickly estimate 1/sqrt(fValue).
- FastMath - Class in com.jme3.math
-
FastMath
provides 'fast' math approximations and float equivalents of Math functions. - FaultHeightMap - Class in com.jme3.terrain.heightmap
-
Creates a heightmap based on the fault algorithm.
- FaultHeightMap(int, int, float, float) - Constructor for class com.jme3.terrain.heightmap.FaultHeightMap
-
Create a heightmap with linear step faults.
- FaultHeightMap(int, int, int, int, float, float, long) - Constructor for class com.jme3.terrain.heightmap.FaultHeightMap
-
Constructor creates the fault.
- FAULTSHAPE_CIRCLE - Static variable in class com.jme3.terrain.heightmap.FaultHeightMap
-
A circular fault is created.
- FAULTSHAPE_LINE - Static variable in class com.jme3.terrain.heightmap.FaultHeightMap
-
A linear fault is created
- FAULTTYPE_COSINE - Static variable in class com.jme3.terrain.heightmap.FaultHeightMap
-
Values are lowered on one side, increased on the other, creating a cosine curve on the fault line
- FAULTTYPE_LINEAR - Static variable in class com.jme3.terrain.heightmap.FaultHeightMap
-
Values on one side are lowered, then increase linearly while crossing the fault line to the other side.
- FAULTTYPE_SINE - Static variable in class com.jme3.terrain.heightmap.FaultHeightMap
-
Value are lowered on both side, but increased on the fault line creating a smooth ridge on the fault line.
- FAULTTYPE_STEP - Static variable in class com.jme3.terrain.heightmap.FaultHeightMap
-
Values on one side are lowered, on the other side increased, creating a step at the fault line
- fAWdU - Variable in class com.jme3.util.TempVars
- fAWxDdU - Variable in class com.jme3.util.TempVars
- fbosUsed - Variable in class com.jme3.renderer.Statistics
-
IDs of all FBOs in use.
- FbxAnimCurve - Class in com.jme3.scene.plugins.fbx.anim
- FbxAnimCurve - Class in com.jme3.scene.plugins.fbx.objects
- FbxAnimCurve(AssetManager, String) - Constructor for class com.jme3.scene.plugins.fbx.anim.FbxAnimCurve
- FbxAnimCurve(SceneLoader, FbxElement) - Constructor for class com.jme3.scene.plugins.fbx.objects.FbxAnimCurve
- FbxAnimCurveNode - Class in com.jme3.scene.plugins.fbx.anim
- FbxAnimCurveNode(AssetManager, String) - Constructor for class com.jme3.scene.plugins.fbx.anim.FbxAnimCurveNode
- FbxAnimLayer - Class in com.jme3.scene.plugins.fbx.anim
- FbxAnimLayer(AssetManager, String) - Constructor for class com.jme3.scene.plugins.fbx.anim.FbxAnimLayer
- FbxAnimNode - Class in com.jme3.scene.plugins.fbx.objects
- FbxAnimNode(SceneLoader, FbxElement) - Constructor for class com.jme3.scene.plugins.fbx.objects.FbxAnimNode
- FbxAnimStack - Class in com.jme3.scene.plugins.fbx.anim
- FbxAnimStack(AssetManager, String) - Constructor for class com.jme3.scene.plugins.fbx.anim.FbxAnimStack
- FbxAnimUtil - Class in com.jme3.scene.plugins.fbx.anim
- FbxBindPose - Class in com.jme3.scene.plugins.fbx.anim
- FbxBindPose - Class in com.jme3.scene.plugins.fbx.objects
- FbxBindPose(AssetManager, String) - Constructor for class com.jme3.scene.plugins.fbx.anim.FbxBindPose
- FbxBindPose(SceneLoader, FbxElement) - Constructor for class com.jme3.scene.plugins.fbx.objects.FbxBindPose
- FbxCluster - Class in com.jme3.scene.plugins.fbx.anim
- FbxCluster - Class in com.jme3.scene.plugins.fbx.objects
- FbxCluster(AssetManager, String) - Constructor for class com.jme3.scene.plugins.fbx.anim.FbxCluster
- FbxCluster(SceneLoader, FbxElement) - Constructor for class com.jme3.scene.plugins.fbx.objects.FbxCluster
- FbxDump - Class in com.jme3.scene.plugins.fbx.file
-
Quick n' dirty dumper of FBX binary files.
- FbxElement - Class in com.jme3.scene.plugins.fbx.file
- FbxElement(int) - Constructor for class com.jme3.scene.plugins.fbx.file.FbxElement
- FbxFile - Class in com.jme3.scene.plugins.fbx.file
- FbxFile() - Constructor for class com.jme3.scene.plugins.fbx.file.FbxFile
- FbxGlobalSettings - Class in com.jme3.scene.plugins.fbx.misc
- FbxGlobalSettings() - Constructor for class com.jme3.scene.plugins.fbx.misc.FbxGlobalSettings
- FbxId - Class in com.jme3.scene.plugins.fbx.file
- FbxId() - Constructor for class com.jme3.scene.plugins.fbx.file.FbxId
- FbxImage - Class in com.jme3.scene.plugins.fbx.material
- FbxImage - Class in com.jme3.scene.plugins.fbx.objects
- FbxImage(AssetManager, String) - Constructor for class com.jme3.scene.plugins.fbx.material.FbxImage
- FbxImage(SceneLoader, FbxElement) - Constructor for class com.jme3.scene.plugins.fbx.objects.FbxImage
- FbxLayer - Class in com.jme3.scene.plugins.fbx.mesh
- FbxLayer.FbxLayerElementRef - Class in com.jme3.scene.plugins.fbx.mesh
- FbxLayerElement - Class in com.jme3.scene.plugins.fbx.mesh
- FbxLayerElement.MappingInformationType - Enum Class in com.jme3.scene.plugins.fbx.mesh
- FbxLayerElement.ReferenceInformationType - Enum Class in com.jme3.scene.plugins.fbx.mesh
- FbxLayerElement.TextureBlendMode - Enum Class in com.jme3.scene.plugins.fbx.mesh
- FbxLayerElement.Type - Enum Class in com.jme3.scene.plugins.fbx.mesh
- FbxLayerElementRef() - Constructor for class com.jme3.scene.plugins.fbx.mesh.FbxLayer.FbxLayerElementRef
- FbxLimbNode - Class in com.jme3.scene.plugins.fbx.anim
- FbxLimbNode(AssetManager, String) - Constructor for class com.jme3.scene.plugins.fbx.anim.FbxLimbNode
- FbxLoader - Class in com.jme3.scene.plugins.fbx
- FbxLoader() - Constructor for class com.jme3.scene.plugins.fbx.FbxLoader
- FbxMaterial - Class in com.jme3.scene.plugins.fbx.material
- FbxMaterial - Class in com.jme3.scene.plugins.fbx.objects
- FbxMaterial(AssetManager, String) - Constructor for class com.jme3.scene.plugins.fbx.material.FbxMaterial
- FbxMaterial(SceneLoader, FbxElement) - Constructor for class com.jme3.scene.plugins.fbx.objects.FbxMaterial
- FbxMaterialProperties - Class in com.jme3.scene.plugins.fbx.material
- FbxMaterialProperties() - Constructor for class com.jme3.scene.plugins.fbx.material.FbxMaterialProperties
- FbxMesh - Class in com.jme3.scene.plugins.fbx.mesh
- FbxMesh - Class in com.jme3.scene.plugins.fbx.objects
- FbxMesh(AssetManager, String) - Constructor for class com.jme3.scene.plugins.fbx.mesh.FbxMesh
- FbxMesh(SceneLoader, FbxElement) - Constructor for class com.jme3.scene.plugins.fbx.objects.FbxMesh
- FbxMeshUtil - Class in com.jme3.scene.plugins.fbx.mesh
- FbxNode - Class in com.jme3.scene.plugins.fbx.node
- FbxNode - Class in com.jme3.scene.plugins.fbx.objects
- FbxNode(AssetManager, String) - Constructor for class com.jme3.scene.plugins.fbx.node.FbxNode
- FbxNode(SceneLoader, FbxElement) - Constructor for class com.jme3.scene.plugins.fbx.objects.FbxNode
- FbxNodeAttribute<JT> - Class in com.jme3.scene.plugins.fbx.node
- FbxNodeAttribute(AssetManager, String) - Constructor for class com.jme3.scene.plugins.fbx.node.FbxNodeAttribute
- FbxNodeUtil - Class in com.jme3.scene.plugins.fbx.node
- FbxNullAttribute - Class in com.jme3.scene.plugins.fbx.node
- FbxNullAttribute(AssetManager, String) - Constructor for class com.jme3.scene.plugins.fbx.node.FbxNullAttribute
- FbxObject<JT> - Class in com.jme3.scene.plugins.fbx.obj
- FbxObject - Class in com.jme3.scene.plugins.fbx.objects
- FbxObject(AssetManager, String) - Constructor for class com.jme3.scene.plugins.fbx.obj.FbxObject
- FbxObject(SceneLoader, FbxElement) - Constructor for class com.jme3.scene.plugins.fbx.objects.FbxObject
- FbxObjectFactory - Class in com.jme3.scene.plugins.fbx.obj
-
Responsible for producing FBX objects given an FBXElement.
- FbxPolygon - Class in com.jme3.scene.plugins.fbx.mesh
- FbxPolygon() - Constructor for class com.jme3.scene.plugins.fbx.mesh.FbxPolygon
- FbxReader - Class in com.jme3.scene.plugins.fbx.file
- FbxRootNode - Class in com.jme3.scene.plugins.fbx.node
- FbxRootNode(AssetManager, String) - Constructor for class com.jme3.scene.plugins.fbx.node.FbxRootNode
- FbxSkin - Class in com.jme3.scene.plugins.fbx.objects
- FbxSkin(SceneLoader, FbxElement) - Constructor for class com.jme3.scene.plugins.fbx.objects.FbxSkin
- FbxSkinDeformer - Class in com.jme3.scene.plugins.fbx.anim
- FbxSkinDeformer(AssetManager, String) - Constructor for class com.jme3.scene.plugins.fbx.anim.FbxSkinDeformer
- FbxTexture - Class in com.jme3.scene.plugins.fbx.material
- FbxTexture - Class in com.jme3.scene.plugins.fbx.objects
- FbxTexture(AssetManager, String) - Constructor for class com.jme3.scene.plugins.fbx.material.FbxTexture
- FbxTexture(SceneLoader, FbxElement) - Constructor for class com.jme3.scene.plugins.fbx.objects.FbxTexture
- FbxToJmeTrack - Class in com.jme3.scene.plugins.fbx.anim
-
Maps animation stacks to influenced nodes.
- FbxToJmeTrack() - Constructor for class com.jme3.scene.plugins.fbx.anim.FbxToJmeTrack
- FbxUnknownObject - Class in com.jme3.scene.plugins.fbx.obj
- FbxUnknownObject(AssetManager, String) - Constructor for class com.jme3.scene.plugins.fbx.obj.FbxUnknownObject
- fd - Variable in class com.jme3.audio.plugins.NativeVorbisFile
- fDdU - Variable in class com.jme3.util.TempVars
- fDistance - Variable in class com.jme3.system.jopenvr.VROverlayIntersectionResults_t
- fDurationSeconds - Variable in class com.jme3.system.jopenvr.VREvent_HapticVibration_t
- fetchFromCache(String, int, Class<T>) - Method in class com.jme3.scene.plugins.gltf.GltfLoader
- fFrequency - Variable in class com.jme3.system.jopenvr.VREvent_HapticVibration_t
- FieldSerializer - Class in com.jme3.network.serializing.serializers
-
The field serializer is the default serializer used for custom class.
- FieldSerializer() - Constructor for class com.jme3.network.serializing.serializers.FieldSerializer
- FileLocator - Class in com.jme3.asset.plugins
-
FileLocator
allows you to specify a folder where to look for assets. - FileLocator() - Constructor for class com.jme3.asset.plugins.FileLocator
- filePath - Variable in class com.jme3.scene.plugins.fbx.material.FbxImage
- fill(int, float[]) - Method in class com.jme3.animation.CompactFloatArray
- fill(PhysicsCollisionObject, Vector3f, float, boolean) - Method in class com.jme3.bullet.collision.PhysicsRayTestResult
- fill(PhysicsCollisionObject, Vector3f, float, boolean) - Method in class com.jme3.bullet.collision.PhysicsSweepTestResult
- fillAsync(CommandQueue, long[], long[], int[]) - Method in class com.jme3.opencl.Image
-
Fills the image with the specified color given as four integer variables.
- fillAsync(CommandQueue, long[], long[], int[]) - Method in class com.jme3.opencl.lwjgl.LwjglImage
- fillAsync(CommandQueue, long[], long[], ColorRGBA) - Method in class com.jme3.opencl.Image
-
Fills the image with the specified color.
- fillAsync(CommandQueue, long[], long[], ColorRGBA) - Method in class com.jme3.opencl.lwjgl.LwjglImage
- fillAsync(CommandQueue, ByteBuffer, long, long) - Method in class com.jme3.opencl.Buffer
-
Enqueues a fill operation.
- fillAsync(CommandQueue, ByteBuffer, long, long) - Method in class com.jme3.opencl.lwjgl.LwjglBuffer
- fillBindTransforms() - Method in class com.jme3.scene.plugins.fbx.objects.FbxBindPose
- fillFloatArray(float[], boolean) - Method in class com.jme3.math.Matrix3f
-
Copies the matrix to the 1st 9 elements of the specified array.
- fillFloatArray(float[], boolean) - Method in class com.jme3.math.Matrix4f
-
Copy all elements to a float array.
- fillFloatBuffer(FloatBuffer) - Method in class com.jme3.math.Matrix4f
-
Copy all elements to an existing FloatBuffer, starting at its current position, in row-major order.
- fillFloatBuffer(FloatBuffer, boolean) - Method in class com.jme3.math.Matrix3f
-
Copies the matrix to the specified FloatBuffer, starting at its current position.
- fillFloatBuffer(FloatBuffer, boolean) - Method in class com.jme3.math.Matrix4f
-
Copy all elements to an existing FloatBuffer, starting at its current position.
- fillRemovedImagesInAtlas(boolean) - Method in class com.jme3.niftygui.JmeBatchRenderBackend
-
Whether or not to overwrite previously used atlas space with blank data.
- filter - Variable in class com.jme3.bullet.debug.BulletDebugAppState
-
limit which objects are visualized, or null to visualize all objects
- filter - Variable in class com.jme3.terrain.heightmap.AbstractHeightMap
-
The filter is used to erode the terrain.
- filter(float, float, float, FloatBuffer, int) - Method in class com.jme3.terrain.noise.basis.FilteredBasis
- filter(float, float, float, FloatBuffer, int) - Method in class com.jme3.terrain.noise.filter.AbstractFilter
- filter(float, float, float, FloatBuffer, int) - Method in class com.jme3.terrain.noise.filter.HydraulicErodeFilter
- filter(float, float, float, FloatBuffer, int) - Method in class com.jme3.terrain.noise.filter.IterativeFilter
- filter(float, float, float, FloatBuffer, int) - Method in class com.jme3.terrain.noise.filter.OptimizedErode
- filter(float, float, float, FloatBuffer, int) - Method in class com.jme3.terrain.noise.filter.PerturbFilter
- filter(float, float, float, FloatBuffer, int) - Method in class com.jme3.terrain.noise.filter.SmoothFilter
- filter(float, float, float, FloatBuffer, int) - Method in class com.jme3.terrain.noise.filter.ThermalErodeFilter
- Filter - Class in com.jme3.audio
- Filter - Class in com.jme3.post
-
Filters are 2D effects applied to the rendered scene.
The filter is fed with the rendered scene image rendered in an offscreen frame buffer.
This texture is applied on a full-screen quad with a special material.
This material uses a shader that applies the desired effect to the scene texture.
This class is abstract, any Filter must extend it.
Any filter holds a frameBuffer and a texture
The getMaterial must return a Material that use a GLSL shader implementing the desired effect - Filter<T> - Interface in com.jme3.network
-
Determines a true or false value for a given input.
- Filter - Interface in com.jme3.terrain.noise
- Filter() - Constructor for class com.jme3.audio.Filter
- Filter() - Constructor for class com.jme3.post.Filter
-
construct a Filter
- Filter(int) - Constructor for class com.jme3.audio.Filter
- Filter(String) - Constructor for class com.jme3.post.Filter
- Filter.Pass - Class in com.jme3.post
-
Passes are like filters within filters.
- FilterAdapter(Filter<? super HostedConnection>) - Constructor for class com.jme3.network.base.DefaultServer.FilterAdapter
- FILTERED - Static variable in class com.jme3.network.message.DisconnectMessage
- FilteredBasis - Class in com.jme3.terrain.noise.basis
- FilteredBasis() - Constructor for class com.jme3.terrain.noise.basis.FilteredBasis
- FilteredBasis(Basis) - Constructor for class com.jme3.terrain.noise.basis.FilteredBasis
- FilterKey - Class in com.jme3.asset
-
Used to load FilterPostProcessors which are not cached.
- FilterKey() - Constructor for class com.jme3.asset.FilterKey
- FilterKey(String) - Constructor for class com.jme3.asset.FilterKey
- filterLights(Geometry, LightList) - Method in class com.jme3.light.DefaultLightFilter
- filterLights(Geometry, LightList) - Method in interface com.jme3.light.LightFilter
-
Determine which lights on the
world light list
are to be rendered. - filterLights(Geometry, LightList) - Method in class com.jme3.light.NullLightFilter
- filterMode - Variable in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
- FilterPostProcessor - Class in com.jme3.post
-
A FilterPostProcessor is a processor that can apply several
Filter
s to a rendered scene
It manages a list of filters that will be applied in the order in which they've been added to the list - FilterPostProcessor() - Constructor for class com.jme3.post.FilterPostProcessor
-
Don't use this constructor, use
FilterPostProcessor(AssetManager assetManager)
This constructor is used for serialization only - FilterPostProcessor(AssetManager) - Constructor for class com.jme3.post.FilterPostProcessor
-
Create a FilterProcessor
- Filters - Class in com.jme3.network
-
Static utility methods pertaining to Filter instances.
- FilterUtil - Class in com.jme3.post
- finalize() - Method in class com.jme3.opencl.AbstractOpenCLObject
- findBone(String) - Method in class com.jme3.bullet.animation.DacLinks
-
Access the named bone.
- findBoneLink(String) - Method in class com.jme3.bullet.animation.DacLinks
-
Access the BoneLink for the named bone.
- findClosestHeightIndex(int, int) - Method in class com.jme3.terrain.geomipmap.LODGeomap
- findClosestHeightIndex(Vector3f, TerrainPatch) - Method in class com.jme3.terrain.geomipmap.picking.BresenhamTerrainPicker
-
Finds the closest height point to a position.
- findCommonAncestor(List<Spatial>) - Static method in class com.jme3.scene.plugins.gltf.GltfUtils
- findDefinition(Statement) - Method in class com.jme3.material.plugins.ShaderNodeLoaderDelegate
-
Find the definition from this statement (loads it if necessary)
- findDelegate(String, Class) - Method in class com.jme3.network.util.AbstractMessageDelegator
-
Goes through all of the delegate type's methods to find a method of the specified name that may take the specified message type.
- findDownPatch(TerrainPatch) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
- findDownQuad() - Method in class com.jme3.terrain.geomipmap.TerrainQuad
- findHMDTextureSize() - Method in class com.jme3.input.vr.oculus.OculusVR
- findLeftPatch(TerrainPatch) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
- findLeftQuad() - Method in class com.jme3.terrain.geomipmap.TerrainQuad
- findLink(String) - Method in class com.jme3.bullet.animation.DacLinks
-
Access the named link.
- findManager(Joint) - Method in class com.jme3.bullet.animation.DacConfiguration
-
Find the manager of the specified bone.
- findMatParam(String) - Method in class com.jme3.material.plugins.ShaderNodeLoaderDelegate
-
Finds a
MatParam
in theMaterialDef
from the given name. - findMinMaxHeights() - Method in class com.jme3.terrain.heightmap.AbstractHeightMap
-
Find the minimum and maximum height values.
- findNeighboursLod(HashMap<String, UpdatedTerrainPatch>) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
- findNodeOutput(List<ShaderNodeVariable>, String) - Method in class com.jme3.material.plugins.ShaderNodeLoaderDelegate
-
Finds a variable with the given name from the list of variable.
- FindOverlay - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : FindOverlay_callback*
- findPick(Ray, List<TerrainPickData>) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
Gather the terrain patches that intersect the given ray (toTest).
- findRightPatch(TerrainPatch) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
- findRightQuad() - Method in class com.jme3.terrain.geomipmap.TerrainQuad
- findShaderIndexFromVersion(ShaderNode, Shader.ShaderType) - Method in class com.jme3.shader.ShaderGenerator
-
Returns the shader-path index according to the version of the generator.
- findTopPatch(TerrainPatch) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
- findTopQuad() - Method in class com.jme3.terrain.geomipmap.TerrainQuad
- findVertexIndex(OBJLoader.Vertex) - Method in class com.jme3.scene.plugins.OBJLoader
- findWorldParam(String) - Method in class com.jme3.material.plugins.ShaderNodeLoaderDelegate
-
finds an UniformBinding representing a WorldParam from the techniqueDef
- finish() - Method in class com.jme3.opencl.CommandQueue
-
Blocks until all previously queued OpenCL commands in command queue are issued to the associated device and have completed.
- finish() - Method in class com.jme3.opencl.lwjgl.LwjglCommandQueue
- finishAVI() - Method in class com.jme3.app.state.MjpegFileWriter
- finishOnAppStop - Variable in class com.jme3.app.AndroidHarness
-
if true finish this activity when the jme app is stopped
- finishOnAppStop - Variable in class com.jme3.app.AndroidHarnessFragment
-
if true finish this activity when the jme app is stopped
- fireConnected() - Method in class com.jme3.network.base.DefaultClient
- fireConnectionAdded(HostedConnection) - Method in class com.jme3.network.base.DefaultServer
- fireConnectionRemoved(HostedConnection) - Method in class com.jme3.network.base.DefaultServer
- fireDisconnected(ClientStateListener.DisconnectInfo) - Method in class com.jme3.network.base.DefaultClient
- fireJoystickConnectedEvent(int) - Method in class com.jme3.input.lwjgl.GlfwJoystickInput
- fireJoystickConnectedEvent(Joystick) - Method in class com.jme3.input.InputManager
-
Called when a joystick has been connected.
- fireJoystickDisconnectedEvent(int) - Method in class com.jme3.input.lwjgl.GlfwJoystickInput
- fireJoystickDisconnectedEvent(Joystick) - Method in class com.jme3.input.InputManager
-
Called when a joystick has been disconnected.
- FIRST_VIEWER - Static variable in class com.jme3.input.vr.osvr.OSVR
-
The first viewer index.
- fitDuration() - Method in class com.jme3.cinematic.Cinematic
-
fits the duration of the cinematic to the duration of all its child cinematic events
- fixClassAlias(byte[], int) - Method in class com.jme3.export.binary.BinaryExporter
- fixEdges(HashMap<String, UpdatedTerrainPatch>) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
Find any neighbours that should have their edges seamed because another neighbour changed its LOD to a greater value (less detailed)
- FixedPipeline - Enum constant in enum class com.jme3.material.TechniqueDef.LightMode
-
Deprecated.OpenGL1 is not supported anymore
- fixInPositionType(ShaderNodeVariable) - Method in class com.jme3.shader.Glsl100ShaderGenerator
-
makes sure inPosition attribute is of type vec3 or vec4
- fixNormalEdges(BoundingBox) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
fix the normals on the edge of the terrain patches.
- fixNormalEdges(TerrainPatch, TerrainPatch, TerrainPatch, TerrainPatch, TerrainPatch, TerrainPatch, TerrainPatch, TerrainPatch) - Method in class com.jme3.terrain.geomipmap.TerrainPatch
-
Matches the normals along the edge of the patch with the neighbours.
- fixNormals(BoundingBox) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
Find what terrain patches need normal recalculations and update their normals;
- fixSamplerType(String, String) - Method in class com.jme3.material.plugins.ShaderNodeLoaderDelegate
-
retrieve the leftType corresponding sampler type from the rightType
- FLAG_F16 - Static variable in class com.jme3.texture.image.ByteOffsetImageCodec
- FLAG_F32 - Static variable in class com.jme3.texture.image.ByteOffsetImageCodec
- FLAG_GRAY - Static variable in class com.jme3.texture.image.ByteOffsetImageCodec
- flatten(byte) - Method in class com.jme3.terrain.heightmap.AbstractHeightMap
-
Flattens out the valleys.
- FLING - Enum constant in enum class com.jme3.input.event.TouchEvent.Type
- flip() - Method in class com.jme3.scene.shape.RectangleMesh
-
Flips this mesh by reversing its normal vector direction and setting the
flipped
variable accordingly. - FLIP_EYES - Enum constant in enum class com.jme3.app.VRApplication.PreconfigParameter
-
Deprecated.Invert the eyes.
- flipData(byte[], int, int) - Method in class com.jme3.texture.plugins.DDSLoader
-
Flips the given image data on the Y axis.
- flipDXT(ByteBuffer, int, int, Image.Format) - Static method in class com.jme3.texture.plugins.DXTFlipper
- flipImage(Image, int) - Static method in class com.jme3.texture.plugins.ImageFlipper
- flipQuadEdges - Variable in class com.jme3.bullet.collision.shapes.HeightfieldCollisionShape
- Float - Enum constant in enum class com.jme3.scene.VertexBuffer.Format
-
Single precision floating point.
- Float - Enum constant in enum class com.jme3.shader.VarType
- FLOAT - Enum constant in enum class com.jme3.opencl.Image.ImageChannelType
- FloatArray - Enum constant in enum class com.jme3.shader.VarType
- floatBuffer16 - Variable in class com.jme3.util.TempVars
- FloatBufferHeightMap(FloatBuffer) - Constructor for class com.jme3.terrain.geomipmap.grid.FractalTileLoader.FloatBufferHeightMap
- FloatColorBuffer - Enum constant in enum class com.jme3.renderer.Caps
-
Supports floating point FBO color buffers (Format.RGB16F).
- FloatDepthBuffer - Enum constant in enum class com.jme3.renderer.Caps
-
Supports floating point depth buffer.
- floatParam() - Method in class com.jme3.lwjgl3.utils.APIBuffer
-
Ensures space for an additional float value and returns the address offset.
- floatParam(float) - Method in class com.jme3.lwjgl3.utils.APIBuffer
-
Ensures space for an additional float value, sets the specified value at the allocated offset and returns that offset.
- FloatSerializer - Class in com.jme3.network.serializing.serializers
-
Float serializer.
- FloatSerializer() - Constructor for class com.jme3.network.serializing.serializers.FloatSerializer
- FloatTexture - Enum constant in enum class com.jme3.renderer.Caps
-
Supports floating point and half textures (Format.RGB16F).
- floatValue(int) - Method in class com.jme3.lwjgl3.utils.APIBuffer
-
Returns the float value at the specified offset.
- floor(float) - Static method in class com.jme3.math.FastMath
-
Returns a number rounded down.
- floor(float) - Static method in class com.jme3.terrain.noise.ShaderUtils
- floor(float[]) - Static method in class com.jme3.terrain.noise.ShaderUtils
- flSecondsFingerDown - Variable in class com.jme3.system.jopenvr.VREvent_TouchPadMove_t
- FLT_EPSILON - Static variable in class com.jme3.math.FastMath
-
A "close to zero" float epsilon value for use
- FluidSimHeightMap - Class in com.jme3.terrain.heightmap
-
FluidSimHeightMap
generates a height map based using some sort of fluid simulation. - FluidSimHeightMap(int, int) - Constructor for class com.jme3.terrain.heightmap.FluidSimHeightMap
-
Constructor sets the attributes of the hill system and generates the height map.
- FluidSimHeightMap(int, int, float, float, float, float, float, float, long) - Constructor for class com.jme3.terrain.heightmap.FluidSimHeightMap
-
Constructor sets the attributes of the hill system and generates the height map.
- flush() - Method in class com.jme3.opencl.CommandQueue
-
Issues all previously queued OpenCL commands in command_queue to the device associated with command queue.
- flush() - Method in class com.jme3.opencl.lwjgl.LwjglCommandQueue
- flush() - Method in class com.jme3.system.ios.IosLogHandler
- flush() - Method in class com.jme3.util.AndroidLogHandler
- flushEvents() - Method in class com.jme3.network.base.KernelAdapter
- flushQueue(ViewPort) - Method in class com.jme3.renderer.RenderManager
-
Flushes the ViewPort's
render queue
by rendering each of its visible buckets. - FlushQueue - Enum constant in enum class com.jme3.profile.VpStep
- flushQueues - Variable in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
- FlyByCamera - Class in com.jme3.input
-
A first-person camera controller.
- FlyByCamera(Camera) - Constructor for class com.jme3.input.FlyByCamera
-
Creates a new FlyByCamera to control the specified camera.
- flyCam - Variable in class com.jme3.app.SimpleApplication
- FLYCAM_BACKWARD - Static variable in class com.jme3.input.CameraInput
-
Fly camera mapping to move backward.
- FLYCAM_DOWN - Static variable in class com.jme3.input.CameraInput
-
Fly camera mapping to look down.
- FLYCAM_FORWARD - Static variable in class com.jme3.input.CameraInput
-
Fly camera mapping to move forward.
- FLYCAM_INVERTY - Static variable in class com.jme3.input.CameraInput
- FLYCAM_LEFT - Static variable in class com.jme3.input.CameraInput
-
Fly camera mapping to look left.
- FLYCAM_LOWER - Static variable in class com.jme3.input.CameraInput
-
Fly camera mapping to move down.
- FLYCAM_RIGHT - Static variable in class com.jme3.input.CameraInput
-
Fly camera mapping to look right.
- FLYCAM_RISE - Static variable in class com.jme3.input.CameraInput
-
Fly camera mapping to move up.
- FLYCAM_ROTATEDRAG - Static variable in class com.jme3.input.CameraInput
-
Fly camera mapping to toggle rotation.
- FLYCAM_STRAFELEFT - Static variable in class com.jme3.input.CameraInput
-
Fly camera mapping to move left.
- FLYCAM_STRAFERIGHT - Static variable in class com.jme3.input.CameraInput
-
Fly camera mapping to move right.
- FLYCAM_UP - Static variable in class com.jme3.input.CameraInput
-
Fly camera mapping to look up.
- FLYCAM_ZOOMIN - Static variable in class com.jme3.input.CameraInput
-
Fly camera mapping to zoom in.
- FLYCAM_ZOOMOUT - Static variable in class com.jme3.input.CameraInput
-
Fly camera mapping to zoom in.
- FlyCamAppState - Class in com.jme3.app
-
Manages a FlyByCamera.
- FlyCamAppState() - Constructor for class com.jme3.app.FlyCamAppState
- FogFilter - Class in com.jme3.post.filters
-
A filter to render a fog effect
- FogFilter() - Constructor for class com.jme3.post.filters.FogFilter
-
Creates a FogFilter
- FogFilter(ColorRGBA, float, float) - Constructor for class com.jme3.post.filters.FogFilter
-
Create a fog filter
- folder - Variable in class com.jme3.asset.AssetKey
- folderName - Variable in class com.jme3.scene.plugins.MTLLoader
- FORCE_DISABLE_MSAA - Enum constant in enum class com.jme3.app.VRApplication.PreconfigParameter
-
Deprecated.
- FORCE_VR_MODE - Enum constant in enum class com.jme3.app.VRApplication.PreconfigParameter
-
Deprecated.Render two eyes, regardless of VR API detection.
- ForceBoundsVisible - Variable in class com.jme3.system.jopenvr.VR_IVRChaperone_FnTable
-
C type : ForceBoundsVisible_callback*
- forcedRenderState - Variable in class com.jme3.shadow.AbstractShadowRenderer
- forcedRenderState - Variable in class com.jme3.shadow.AbstractShadowRendererVR
- ForceInterleavedReprojectionOn - Variable in class com.jme3.system.jopenvr.VR_IVRCompositor_FnTable
-
C type : ForceInterleavedReprojectionOn_callback*
- ForceReconnectProcess - Variable in class com.jme3.system.jopenvr.VR_IVRCompositor_FnTable
-
C type : ForceReconnectProcess_callback*
- forceRefresh(boolean, boolean, boolean) - Method in class com.jme3.scene.Spatial
-
(Internal use only) Forces a refresh of the given types of data.
- forceStop() - Method in class com.jme3.cinematic.events.AbstractCinematicEvent
-
Implement this method if the event needs different handling when stopped naturally (when the event reach its end), or when it was force-stopped during playback.
- forceStop() - Method in class com.jme3.cinematic.events.AnimationEvent
-
Deprecated.
- forceStop() - Method in class com.jme3.cinematic.events.CameraEvent
- forceStop() - Method in interface com.jme3.cinematic.events.CinematicEvent
-
this method can be implemented if the event needs different handling when stopped naturally (when the event reach its end) or when it was forced stopped during playback otherwise it just calls regular stop()
- forceUpdate - Variable in class com.jme3.terrain.geomipmap.TerrainLodControl
- forceUpdate() - Method in class com.jme3.terrain.geomipmap.TerrainLodControl
-
Force the LOD to update instantly, does not wait for the camera to move.
- forMacro(String) - Static method in class jme3tools.shader.Preprocessor
- format - Variable in class com.jme3.renderer.opengl.GLImageFormat
- format - Variable in class com.jme3.scene.VertexBuffer
- format - Variable in class com.jme3.texture.Image
- format(Savable) - Method in class com.jme3.material.plugin.export.material.J3MOutputCapsule
- format(LogRecord) - Method in class com.jme3.util.JmeFormatter
- FORMAT_16BITBE - Static variable in class com.jme3.terrain.heightmap.RawHeightMap
-
Format specification for 16 bit big endian heightmaps
- FORMAT_16BITLE - Static variable in class com.jme3.terrain.heightmap.RawHeightMap
-
Format specification for 16 bit little endian heightmaps
- FORMAT_8BIT - Static variable in class com.jme3.terrain.heightmap.RawHeightMap
-
Format specification for 8 bit precision heightmaps
- formatMatParamTexture(MatParamTexture) - Static method in class com.jme3.material.plugin.export.material.J3MOutputCapsule
- formatShaderSource(String) - Static method in class jme3tools.shader.ShaderDebug
-
Prepend line numbers to the source code of a shader, for output.
- FormatVersion - Class in com.jme3.export
-
Specifies the version of the format for jME3 object (j3o) files.
- formatWrapMode(Texture, Texture.WrapAxis) - Static method in class com.jme3.material.plugin.export.material.J3MOutputCapsule
- forwardEvents(NiftyInputConsumer) - Method in class com.jme3.niftygui.InputSystemJme
- FOVE - Enum constant in enum class com.jme3.input.vr.HmdType
-
FOVE Head Mounted Device (HMD).
- FPP - Static variable in class com.jme3.post.FilterPostProcessor
- fps - Variable in class com.jme3.animation.AnimationFactory
-
Deprecated.frames per seconds
- fpsText - Variable in class com.jme3.app.SimpleApplication
- fpsText - Variable in class com.jme3.app.StatsAppState
- frac(float) - Static method in class com.jme3.terrain.noise.ShaderUtils
- Fractal - Interface in com.jme3.terrain.noise.fractal
-
Interface for a general fractal basis.
- FractalSum - Class in com.jme3.terrain.noise.fractal
-
FractalSum is the simplest form of fractal functions summing up a few octaves of the noise value with an ever decreasing roughness (0 to 1) amplitude lacunarity = 2.0f is the classical octave distance Note: though noise basis functions are generally designed to return value between -1..1, there sum can easily be made to extend out of this range.
- FractalSum() - Constructor for class com.jme3.terrain.noise.fractal.FractalSum
- FractalTileLoader - Class in com.jme3.terrain.geomipmap.grid
- FractalTileLoader(Basis, float) - Constructor for class com.jme3.terrain.geomipmap.grid.FractalTileLoader
- FractalTileLoader.FloatBufferHeightMap - Class in com.jme3.terrain.geomipmap.grid
- Fragment - Enum constant in enum class com.jme3.shader.Shader.ShaderType
-
Control fragment rasterization.
- fragmentDeclaredUniforms - Variable in class com.jme3.material.plugins.ShaderNodeLoaderDelegate
- fragmentGlobals - Variable in class com.jme3.material.ShaderGenerationInfo
-
the list of all the fragment shader global outputs (to assign ot gl_FragColor or gl_Fragdata[n])
- FragmentTextureUnits - Enum constant in enum class com.jme3.renderer.Limits
-
Maximum number of fragment texture units, or number of textures that can be used in the fragment shader.
- fragmentUniforms - Variable in class com.jme3.material.ShaderGenerationInfo
-
the list of all the uniforms to declare in the fragment shader
- FragmentUniformVectors - Enum constant in enum class com.jme3.renderer.Limits
-
Maximum number of fragment uniform vectors.
- frameBuffer - Variable in class com.jme3.system.AWTComponentRenderer
-
The Frame buffer.
- FrameBuffer - Class in com.jme3.texture
-
FrameBuffer
s are rendering surfaces allowing off-screen rendering and render-to-texture functionality. - FrameBuffer - Enum constant in enum class com.jme3.renderer.Caps
-
Supports
FrameBuffers
. - FrameBuffer(int, int, int) - Constructor for class com.jme3.texture.FrameBuffer
-
Creates a new FrameBuffer with the given width, height, and number of samples.
- FrameBuffer(FrameBuffer) - Constructor for class com.jme3.texture.FrameBuffer
- FrameBuffer.FrameBufferBufferTarget - Class in com.jme3.texture
- FrameBuffer.FrameBufferTarget - Class in com.jme3.texture
- FrameBuffer.FrameBufferTextureTarget - Class in com.jme3.texture
- FrameBuffer.RenderBuffer - Class in com.jme3.texture
-
RenderBuffer
represents either a texture or a buffer that will be rendered to. - FrameBufferAttachments - Enum constant in enum class com.jme3.renderer.Limits
-
Maximum number of FrameBuffer attachments.
- FrameBufferBlit - Enum constant in enum class com.jme3.renderer.Caps
-
Supports blitting framebuffers.
- FrameBufferMRT - Enum constant in enum class com.jme3.renderer.Caps
-
Supports framebuffer Multiple Render Targets (MRT).
- FrameBufferMrtAttachments - Enum constant in enum class com.jme3.renderer.Limits
-
Maximum number of FrameBuffer MRT attachments.
- FrameBufferMultisample - Enum constant in enum class com.jme3.renderer.Caps
-
Supports framebuffer multi-sampling.
- framebuffers - Variable in class com.jme3.environment.EnvironmentCamera
- FrameBufferSamples - Enum constant in enum class com.jme3.renderer.Limits
-
Maximum number of FrameBuffer samples.
- frameByteBuffer - Variable in class com.jme3.system.AWTComponentRenderer
-
The Frame byte buffer.
- frameCount - Variable in class com.jme3.system.AWTComponentRenderer
-
How many frames need to write else.
- frameCounter - Variable in class com.jme3.app.StatsAppState
- FrameInterpolator - Class in com.jme3.anim.interpolator
-
Created by nehon on 15/04/17.
- FrameInterpolator() - Constructor for class com.jme3.anim.interpolator.FrameInterpolator
- FrameInterpolator.TrackDataReader<T> - Class in com.jme3.anim.interpolator
- FrameInterpolator.TrackTimeReader - Class in com.jme3.anim.interpolator
- frameLayout - Variable in class com.jme3.app.AndroidHarness
- frameLayout - Variable in class com.jme3.app.AndroidHarnessFragment
- frameRate - Variable in class com.jme3.app.AndroidHarness
-
Set the desired frame rate.
- frameRate - Variable in class com.jme3.app.AndroidHarnessFragment
-
Set the desired frame rate.
- frameRate - Variable in class com.jme3.scene.plugins.fbx.misc.FbxGlobalSettings
- frameRate - Variable in class com.jme3.system.lwjgl.LwjglAbstractDisplay
- frameRate - Variable in class com.jme3.system.NullContext
- FrameRate - Enum constant in enum class com.jme3.shader.UniformBinding
-
Frames per second.
- frameState - Variable in class com.jme3.system.AWTComponentRenderer
-
The Frame state.
- FreeRenderModel - Variable in class com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable
-
C type : FreeRenderModel_callback*
- FreeTexture - Variable in class com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable
-
C type : FreeTexture_callback*
- FreeTextureD3D11 - Variable in class com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable
-
C type : FreeTextureD3D11_callback*
- freeze() - Method in class com.jme3.animation.CompactArray
-
release objects.
- frictionSlip - Variable in class com.jme3.bullet.objects.VehicleWheel
- fromAngleAxis(float, Vector3f) - Method in class com.jme3.math.Matrix3f
-
Sets all 9 elements to form a pure rotation matrix with the specified rotation angle and axis of rotation.
- fromAngleAxis(float, Vector3f) - Method in class com.jme3.math.Matrix4f
-
Load a 3-D rotation specified by an angle and axis.
- fromAngleAxis(float, Vector3f) - Method in class com.jme3.math.Quaternion
-
Sets the quaternion from the specified rotation angle and axis of rotation.
- fromAngleNormalAxis(float, Vector3f) - Method in class com.jme3.math.Matrix3f
-
Sets all 9 elements to form a rotation matrix with the specified rotation angle and normalized axis of rotation.
- fromAngleNormalAxis(float, Vector3f) - Method in class com.jme3.math.Matrix4f
-
Load a 3-D rotation specified by an angle and axis.
- fromAngleNormalAxis(float, Vector3f) - Method in class com.jme3.math.Quaternion
-
Sets the quaternion from the specified rotation angle and normalized axis of rotation.
- fromAngles(float[]) - Method in class com.jme3.math.Quaternion
-
Sets the quaternion from the specified Tait-Bryan angles, applying the rotations in x-z-y extrinsic order or y-z'-x" intrinsic order.
- fromAngles(float, float, float) - Method in class com.jme3.math.Quaternion
-
Sets the quaternion from the specified Tait-Bryan angles, applying the rotations in x-z-y extrinsic order or y-z'-x" intrinsic order.
- fromAxes(Vector3f[]) - Method in class com.jme3.math.Quaternion
-
Sets the quaternion from the specified orthonormal basis.
- fromAxes(Vector3f, Vector3f, Vector3f) - Method in class com.jme3.math.Matrix3f
-
Configures from the specified column vectors.
- fromAxes(Vector3f, Vector3f, Vector3f) - Method in class com.jme3.math.Quaternion
-
Sets the quaternion from the specified orthonormal basis.
- fromBoneTrack(BoneTrack, Bone, Joint) - Static method in class com.jme3.anim.util.AnimMigrationUtils
- fromBoundingSphere(BoundingSphere) - Method in class com.jme3.scene.debug.WireSphere
-
Create a WireSphere from a BoundingSphere
- fromElement(FbxElement) - Method in class com.jme3.scene.plugins.fbx.anim.FbxAnimCurve
- fromElement(FbxElement) - Method in class com.jme3.scene.plugins.fbx.anim.FbxAnimCurveNode
- fromElement(FbxElement) - Method in class com.jme3.scene.plugins.fbx.anim.FbxAnimLayer
- fromElement(FbxElement) - Method in class com.jme3.scene.plugins.fbx.anim.FbxAnimStack
- fromElement(FbxElement) - Method in class com.jme3.scene.plugins.fbx.anim.FbxBindPose
- fromElement(FbxElement) - Method in class com.jme3.scene.plugins.fbx.anim.FbxCluster
- fromElement(FbxElement) - Method in class com.jme3.scene.plugins.fbx.material.FbxImage
- fromElement(FbxElement) - Method in class com.jme3.scene.plugins.fbx.material.FbxMaterial
- fromElement(FbxElement) - Method in class com.jme3.scene.plugins.fbx.material.FbxTexture
- fromElement(FbxElement) - Static method in class com.jme3.scene.plugins.fbx.mesh.FbxLayer
- fromElement(FbxElement) - Static method in class com.jme3.scene.plugins.fbx.mesh.FbxLayerElement
- fromElement(FbxElement) - Method in class com.jme3.scene.plugins.fbx.mesh.FbxMesh
- fromElement(FbxElement) - Method in class com.jme3.scene.plugins.fbx.misc.FbxGlobalSettings
- fromElement(FbxElement) - Method in class com.jme3.scene.plugins.fbx.node.FbxNode
- fromElement(FbxElement) - Method in class com.jme3.scene.plugins.fbx.obj.FbxObject
- fromFrame(Vector3f, Vector3f, Vector3f, Vector3f) - Method in class com.jme3.math.Matrix4f
- fromFrustum(float, float, float, float, float, float, boolean) - Method in class com.jme3.math.Matrix4f
-
Load a perspective-view transform with the specified clipping planes.
- fromIndices(List<Integer>) - Static method in class com.jme3.scene.plugins.fbx.mesh.FbxPolygon
- fromIntABGR(int) - Method in class com.jme3.math.ColorRGBA
-
Sets the RGBA values of this
ColorRGBA
with the given combined ABGR value Bits 24-31 are alpha, bits 16-23 are blue, bits 8-15 are green, bits 0-7 are red. - fromIntARGB(int) - Method in class com.jme3.math.ColorRGBA
-
Sets the component values of this
ColorRGBA
with the given combined ARGBint
. - fromIntRGBA(int) - Method in class com.jme3.math.ColorRGBA
-
Sets the RGBA values of this
ColorRGBA
with the given combined RGBA value Bits 24-31 are red, bits 16-23 are green, bits 8-15 are blue, bits 0-7 are alpha. - fromJmeKeyCode(int) - Static method in class com.jme3.input.lwjgl.GlfwKeyMap
-
Returns the glfw keycode that matches the specified jme keycode or GLFW_KEY_UNKNOWN if there isn't any match.
- fromName(String) - Static method in class com.jme3.export.SavableClassUtil
-
fromName creates a new Savable from the provided class name.
- fromName(String, List<ClassLoader>) - Static method in class com.jme3.export.SavableClassUtil
- fromPositions(double[]) - Static method in class com.jme3.scene.plugins.fbx.mesh.FbxLayerElement
- fromRGBA255(int, int, int, int) - Static method in class com.jme3.math.ColorRGBA
-
Converts a color from RGBA 255 values.
- fromRotationMatrix(float, float, float, float, float, float, float, float, float) - Method in class com.jme3.math.Quaternion
-
Sets the quaternion from a rotation matrix with the specified elements.
- fromRotationMatrix(Matrix3f) - Method in class com.jme3.math.Quaternion
-
Sets the quaternion from the specified rotation matrix.
- fromStartEndVectors(Vector3f, Vector3f) - Method in class com.jme3.math.Matrix3f
-
Configures a rotation matrix that rotates the specified start direction to the specified end direction.
- fromTransformMatrix(Matrix4f) - Method in class com.jme3.math.Transform
-
Sets the current instance from a transform matrix.
- Front - Enum constant in enum class com.jme3.material.RenderState.FaceCullMode
-
Cull front faces
- FrontAndBack - Enum constant in enum class com.jme3.material.RenderState.FaceCullMode
-
Cull both front and back faces.
- frontStencilDepthFailOperation - Variable in class com.jme3.renderer.RenderContext
-
Action taken when the stencil test passes but the depth test fails on a front-facing polygon.
- frontStencilDepthPassOperation - Variable in class com.jme3.renderer.RenderContext
-
Action taken when both tests pass on a front-facing polygon.
- frontStencilFunction - Variable in class com.jme3.renderer.RenderContext
-
Stencil test function for front-facing polygons.
- frontStencilStencilFailOperation - Variable in class com.jme3.renderer.RenderContext
-
Action taken when the stencil test fails on a front-facing polygon.
- frontWheel - Variable in class com.jme3.bullet.objects.VehicleWheel
- Frozen - Enum constant in enum class com.jme3.bullet.animation.KinematicSubmode
-
frozen in the transform it had when blending started
- frustrumIntersects - Variable in class com.jme3.scene.Spatial
- frustumBottom - Variable in class com.jme3.renderer.Camera
-
Distance from camera to bottom frustum plane.
- frustumCam - Variable in class com.jme3.shadow.AbstractShadowRenderer
- frustumCam - Variable in class com.jme3.shadow.AbstractShadowRendererVR
- frustumFar - Variable in class com.jme3.renderer.Camera
-
Distance from camera to far frustum plane.
- frustumLeft - Variable in class com.jme3.renderer.Camera
-
Distance from camera to left frustum plane.
- frustumNear - Variable in class com.jme3.renderer.Camera
-
Distance from camera to near frustum plane.
- FrustumNearFar - Enum constant in enum class com.jme3.shader.UniformBinding
-
The near and far values for the camera frustum.
- frustumRight - Variable in class com.jme3.renderer.Camera
-
Distance from camera to right frustum plane.
- frustumTop - Variable in class com.jme3.renderer.Camera
-
Distance from camera to top frustum plane.
- fSampleTime - Variable in class com.jme3.system.jopenvr.ImuSample_t
- FULL_NAME - Static variable in class com.jme3.system.JmeVersion
- fullScreen - Variable in class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_OpenGLContextParams
-
C type : OSVR_CBool
- Function<R,
T> - Interface in com.jme3.util.functional - fUpdateTime - Variable in class com.jme3.system.jopenvr.InputAnalogActionData_t
- fUpdateTime - Variable in class com.jme3.system.jopenvr.InputDigitalActionData_t
- fValueXFirst - Variable in class com.jme3.system.jopenvr.VREvent_TouchPadMove_t
- fValueXRaw - Variable in class com.jme3.system.jopenvr.VREvent_TouchPadMove_t
- fValueYFirst - Variable in class com.jme3.system.jopenvr.VREvent_TouchPadMove_t
- fValueYRaw - Variable in class com.jme3.system.jopenvr.VREvent_TouchPadMove_t
- fWdU - Variable in class com.jme3.util.TempVars
-
BoundingBox ray collision
- FXAAFilter - Class in com.jme3.post.filters
- FXAAFilter() - Constructor for class com.jme3.post.filters.FXAAFilter
G
- 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.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.
- gainFocus() - Method in class com.jme3.view.surfaceview.JmeSurfaceView
- GAMEFACE - Enum constant in enum class com.jme3.input.vr.HmdType
-
GameFace Head Mounted Device (HMD).
- gammaCorrection(float, float) - Static method in class com.jme3.terrain.noise.ShaderUtils
- GammaCorrectionFilter - Class in com.jme3.post.filters
-
Deprecated.use the Gamma Correction setting instead.
- 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
- GEARVR - Enum constant in enum class com.jme3.input.vr.HmdType
-
Samsung GearVR Head Mounted Device (HMD).
- generate(Mesh) - Static method in class com.jme3.util.TangentBinormalGenerator
- generate(Mesh, boolean) - Static method in class com.jme3.util.TangentBinormalGenerator
- generate(Mesh, boolean, boolean) - Static method in class com.jme3.util.TangentBinormalGenerator
- generate(Spatial) - Static method in class com.jme3.util.mikktspace.MikktspaceTangentGenerator
- generate(Spatial) - Static method in class com.jme3.util.TangentBinormalGenerator
- generate(Spatial, 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() - Method in class com.jme3.scene.Mesh
-
Generates the
VertexBuffer.Type.BindPosePosition
,VertexBuffer.Type.BindPoseNormal
, andVertexBuffer.Type.BindPoseTangent
buffers for this mesh by duplicating them based on the position and normal buffers already set on the mesh. - generateBindPose(boolean) - Method in class com.jme3.scene.Mesh
-
Deprecated.use generateBindPose();
- 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, 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.
- generateUniforms(StringBuilder, List<ShaderNodeVariable>) - Method in class com.jme3.shader.Glsl100ShaderGenerator
-
declare a list of uniforms
- 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 - Variable in class com.jme3.terrain.geomipmap.TerrainPatch
- 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
- 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 - Enum constant in enum class com.jme3.shader.Shader.ShaderType
-
Control geometry assembly.
- 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 Class 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 ofComparator
that is used to sort geometries for rendering in theRenderQueue
. - 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. - GeometryShader - Enum constant in enum class com.jme3.renderer.Caps
-
Supports geometry shader.
- geomIndex - Variable in class com.jme3.scene.plugins.OBJLoader
- get() - Method in class com.jme3.app.AppTask
- get() - Method in class com.jme3.scene.mesh.IndexBuffer
-
Returns the vertex index for the current position.
- get() - Method in class com.jme3.scene.mesh.IndexByteBuffer
- get() - Method in class com.jme3.scene.mesh.IndexIntBuffer
- get() - Method in class com.jme3.scene.mesh.IndexShortBuffer
- get() - Method in class com.jme3.scene.mesh.VirtualIndexBuffer
- get() - Static method in class com.jme3.util.TempVars
-
Acquire an instance of the TempVar class.
- 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.Matrix3f
-
Copies the matrix to the specified array.
- get(float[], boolean) - Method in class com.jme3.math.Matrix4f
-
Copy all elements to a float array.
- get(int) - Method in class com.jme3.light.LightList
- get(int) - Method in class com.jme3.math.Triangle
-
Accesses 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(int) - Method in class com.jme3.scene.mesh.IndexBuffer
-
Returns the vertex index for the given index in the index buffer.
- get(int) - Method in class com.jme3.scene.mesh.IndexByteBuffer
- get(int) - Method in class com.jme3.scene.mesh.IndexIntBuffer
- get(int) - Method in class com.jme3.scene.mesh.IndexShortBuffer
- get(int) - Method in class com.jme3.scene.mesh.VirtualIndexBuffer
- get(int) - Method in class com.jme3.scene.mesh.WrappedIndexBuffer
- get(int) - Method in class com.jme3.util.IntMap
- get(int) - Method in class com.jme3.util.SafeArrayList
- get(int, int) - Method in class com.jme3.math.Matrix3f
-
Returns the element at the specified position.
- get(int, int) - Method in class com.jme3.math.Matrix4f
-
Retrieve the element at the specified position.
- get(int, T) - Method in class com.jme3.animation.CompactArray
-
returns the object for the given index
- get(long, TimeUnit) - Method in class com.jme3.app.AppTask
- get(Object) - Method in class com.jme3.util.ListMap
- 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. - 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
-
Accesses 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
-
Accesses 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
-
Accesses 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(MotionEvent) - Method in class com.jme3.input.android.AndroidTouchInput
- getAction(String) - Method in class com.jme3.anim.AnimComposer
- 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(AssetInfo, String) - Static method in class com.jme3.scene.plugins.gltf.GltfUtils
- getAdapterForMaterial(String) - Method in class com.jme3.scene.plugins.gltf.GltfModelKey
- 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
-
Deprecated.Preset defines are precompiled into
TechniqueDef.getShaderPrologue()
, whereas dynamic defines are available viaTechnique.getDynamicDefines()
. - 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*
- getAnalogActionState(String) - Method in interface com.jme3.input.vr.VRInputAPI
-
Gets the current state of the action (abstract version of a button press).
- getAnalogActionState(String, String) - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVRInput
- getAnalogActionState(String, String) - Method in interface com.jme3.input.vr.VRInputAPI
-
Gets the current state of the action (abstract version of a button press).
- getAndroidAxes() - Method in class com.jme3.input.android.AndroidJoystickJoyInput14.AndroidJoystick
- getAngle() - Method in class com.jme3.math.Vector2f
-
Returns the angle of the vector in polar coordinates.
- 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(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.
- getAngularVelocity(Vector3f) - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
Get the current angular velocity of this PhysicsRigidBody
- 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.view.surfaceview.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(VertexBuffer.Type) - Method in class com.jme3.shader.Shader
- 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.
- 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() - Static method in class com.jme3.system.android.JmeAndroidSystem
- getAudioRendererType() - Method in class com.jme3.view.surfaceview.JmeSurfaceView
-
Gets the audio renderer in String.
- 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() - Method in class com.jme3.input.event.JoyAxisEvent
-
Returns the JoystickAxis that triggered this event.
- getAxis(int) - Method in class com.jme3.input.android.AndroidJoystickJoyInput14.AndroidJoystick
- 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
-
Deprecated.
- getAxis(String) - Method in class com.jme3.input.AbstractJoystick
- getAxis(String) - Method in interface com.jme3.input.Joystick
-
Returns the JoystickAxis with the specified logical ID.
- 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
-
Deprecated.
- 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
-
Deprecated.
- 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.
- getBackStencilMask() - Method in class com.jme3.material.RenderState
-
Returns the back stencil mask.
- getBackStencilReference() - Method in class com.jme3.material.RenderState
-
Returns the back stencil reference.
- 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
-
Return the bias
seeSSAOFilter.setBias(float bias)
- 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 class com.jme3.texture.Image.Format
- getBitsPerSample() - Method in class com.jme3.audio.AudioData
- getBlendEquation() - Method in class com.jme3.material.RenderState
-
Returns the blend equation.
- getBlendEquationAlpha() - Method in class com.jme3.material.RenderState
-
Returns the blend equation used for the alpha component.
- getBlendMode() - Method in class com.jme3.material.RenderState
-
Returns 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
-
returns the blur start of the scattering see
LightScatteringFilter.setBlurStart(float blurStart)
- getBlurThreshold() - Method in class com.jme3.post.filters.DepthOfFieldFilter
-
returns the blur threshold.
- getBlurWidth() - Method in class com.jme3.post.filters.LightScatteringFilter
-
returns the blur width
seeLightScatteringFilter.setBlurWidth(float blurWidth)
- getBodyA() - Method in class com.jme3.bullet.joints.PhysicsJoint
- getBodyB() - Method in class com.jme3.bullet.joints.PhysicsJoint
- getBone() - Method in class com.jme3.bullet.animation.PhysicsLink
-
Access the corresponding bone.
- getBone() - Method in class com.jme3.bullet.control.KinematicRagdollControl.PhysicsBoneLink
-
Deprecated.Access the linked bone.
- 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(String) - Method in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.Access the named 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
-
Returns the
BoundingVolume
of this Mesh. - getBounds() - Method in class com.jme3.light.LightProbe
-
Deprecated.
- 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() - 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() - Method in class com.jme3.scene.mesh.VirtualIndexBuffer
- getBuffer() - Method in class com.jme3.scene.mesh.WrappedIndexBuffer
- getBuffer() - Method in class com.jme3.util.SafeArrayList
- 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(VertexBuffer.Type) - Method in class com.jme3.scene.Mesh
-
Get the
VertexBuffer
stored on this mesh with the given type. - getBuffer(VertexBuffer.Type) - Method in class com.jme3.scene.mesh.MorphTarget
- 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
-
Returns a list of all
vertex buffers
on this Mesh. - getBufferObject() - Method in class com.jme3.shader.ShaderBufferBlock
-
Get the current storage data.
- getBuffers() - Method in class com.jme3.scene.Mesh
-
Returns a map of all
vertex buffers
on this 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() - Method in class com.jme3.input.event.JoyButtonEvent
-
Returns the JoystickButton that triggered this event.
- getButton(int) - Method in class com.jme3.input.android.AndroidJoystickJoyInput14.AndroidJoystick
- getButton(String) - Method in class com.jme3.input.AbstractJoystick
- 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() - 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
- getCamera(String) - Method in class com.jme3.cinematic.Cinematic
-
returns a cameraNode given its name
- 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
-
Returns the
OutputCapsule
for the given savable object. - 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.
- 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() - 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
-
Accesses 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
- getCenter(Vector3f) - Method in class com.jme3.bounding.BoundingVolume
- 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() - Method in class com.jme3.audio.AudioNode
-
Do not use.
- getChannel() - Method in interface com.jme3.audio.AudioSource
-
Do not use.
- getChannel() - Method in class com.jme3.network.service.rpc.msg.RpcCallMessage
- getChannel(int) - Method in class com.jme3.animation.AnimControl
-
Deprecated.Return the animation channel at the given index.
- getChannel(KernelAdapter) - Method in class com.jme3.network.base.DefaultServer
- 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) - Method in class com.jme3.math.Plane
-
Find the point in this plane that's nearest to the specified point.
- getClosestPoint(Vector3f, 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() - Method in class com.jme3.bullet.objects.VehicleWheel
-
returns the location where the wheel collides with the ground (world space)
- getCollisionLocation(Vector3f) - Method in class com.jme3.bullet.objects.VehicleWheel
-
returns the location 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)
- getCollisionNormal(Vector3f) - 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 thisColorRGBA
as a four elementfloat
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() - Method in class com.jme3.texture.FrameBuffer
-
Deprecated.Use getColorTarget()
- getColorBuffer(int) - Method in class com.jme3.texture.FrameBuffer
-
Deprecated.Use getColorTarget(int)
- 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() - Method in class com.jme3.texture.FrameBuffer
- getColorTarget(int) - Method in class com.jme3.texture.FrameBuffer
- getColumn(int) - Method in class com.jme3.math.Matrix3f
-
Returns the specified column.
- 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.
- getColumn(int, Vector3f) - Method in class com.jme3.math.Matrix3f
-
Returns the specified column.
- 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 class 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(int) - Method in interface com.jme3.network.Server
-
Retrieves a hosted connection by ID.
- getConnection(Endpoint) - Method in class com.jme3.network.base.DefaultServer
- getConnection(Endpoint) - Method in class com.jme3.network.base.KernelAdapter
- 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(int) - Method in class com.jme3.scene.Spatial
-
Returns the control at the given index in the list.
- 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.
- 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
- 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() - Method in class com.jme3.anim.AnimLayer
-
Returns the Action that's currently running.
- getCurrentAction(String) - Method in class com.jme3.anim.AnimComposer
-
Return current action on specified layer.
- getCurrentActionName() - Method in class com.jme3.anim.AnimLayer
-
Returns the name of 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*
- 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
-
Returns the destination factor for the alpha component in
BlendMode.Custom
. - getCustomDfactorRGB() - Method in class com.jme3.material.RenderState
-
Returns the destination factor for the RGB components in
BlendMode.Custom
. - getCustomSfactorAlpha() - Method in class com.jme3.material.RenderState
-
Returns the source factor for the alpha component in
BlendMode.Custom
. - getCustomSfactorRGB() - Method in class com.jme3.material.RenderState
-
Returns 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() - 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. - getData(int[]) - Method in class com.jme3.renderer.Statistics
-
Retrieves the statistics data into the given array.
- getDataAtTime(double, float[]) - Method in class com.jme3.anim.MorphTrack
- getDataAtTime(double, Transform) - Method in class com.jme3.anim.TransformTrack
- getDataAtTime(double, T) - Method in interface com.jme3.anim.AnimTrack
-
Determine the track value for the specified time.
- 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.
- 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
-
Deprecated.Use getDepthTarget()
- getDepthFunc() - Method in class com.jme3.material.RenderState
-
Retrieve the depth comparison function
- getDepthSensitivity() - Method in class com.jme3.post.filters.CartoonEdgeFilter
-
Return the depth sensitivity
for more details seeCartoonEdgeFilter.setDepthSensitivity(float depthSensitivity)
- 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
-
returns the depth threshold
for more details seeCartoonEdgeFilter.setDepthThreshold(float depthThreshold)
- 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.view.surfaceview.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*
- getDigitalActionState(String) - Method in interface com.jme3.input.vr.VRInputAPI
-
Gets the current state of the action (abstract version of a button press).
- getDigitalActionState(String, String) - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVRInput
- getDigitalActionState(String, String) - Method in interface com.jme3.input.vr.VRInputAPI
-
Gets the current state of the action (abstract version of a button press).
- 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() - 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
- getDirection(Vector3f) - Method in class com.jme3.renderer.Camera
-
Retrieves the direction vector the camera is facing.
- 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
-
returns the downSampling factor
for more details seeBloomFilter.setDownSamplingFactor(float downSamplingFactor)
- 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
-
Get the
DefineList
for dynamic defines. - getDynamicsWorld() - Method in class com.jme3.bullet.PhysicsSpace
-
used internally
- getEColorSpaceString(int) - Static method in class com.jme3.system.jopenvr.OpenVRUtil
-
Get the description of the given
color space
. - 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
-
returns the edge intensity
for more details seeCartoonEdgeFilter.setEdgeIntensity(float edgeIntensity)
- 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
-
Deprecated.This feature is no longer used by the engine
- getEglAlphaBits() - Method in class com.jme3.view.surfaceview.JmeSurfaceView
-
Gets the Embedded gL alpha(opacity) bits.
- getEglBitsPerPixel() - Method in class com.jme3.view.surfaceview.JmeSurfaceView
-
Gets the bits/pixel for Embedded gL
- getEglDepthBits() - Method in class com.jme3.view.surfaceview.JmeSurfaceView
-
Gets the memory representing the EGL depth in bits.
- getEglSamples() - Method in class com.jme3.view.surfaceview.JmeSurfaceView
-
Gets the number of samples to use for multi-sampling.
- getEglStencilBits() - Method in class com.jme3.view.surfaceview.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
-
Get the element lengths for
Mesh.Mode.Hybrid
mesh mode. - 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
-
Get the description of the given
texture type
. - 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
-
Get the String description of the given
string tracked property error
. - getEvent() - Method in class com.jme3.opencl.Buffer.AsyncMapping
- getEvent() - Method in class com.jme3.opencl.lwjgl.LwjglEvent
- getEvent(int, PhysicsCollisionObject, PhysicsCollisionObject, ManifoldPoint) - Method in class com.jme3.bullet.collision.PhysicsCollisionEventFactory
- 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
-
Get the description of the given
EVR compositor error
. - getEVRInitErrorString(int) - Static method in class com.jme3.system.jopenvr.OpenVRUtil
-
Get the description of the given
EVR init error
. - getExactSerializer(Class) - Static method in class com.jme3.network.serializing.Serializer
- getExactSerializerRegistration(Class) - Static method in class com.jme3.network.serializing.Serializer
- getExposedObject(String, Class<T>, boolean) - Method in class com.jme3.network.rmi.ObjectStore
- getExposureCutOff() - Method in class com.jme3.post.filters.BloomFilter
-
returns the exposure cutoff
for more details seeBloomFilter.setExposureCutOff(float exposureCutOff)
- getExposurePower() - Method in class com.jme3.post.filters.BloomFilter
-
returns the exposure power
for more details seeBloomFilter.setExposurePower(float exposurePower)
- getExtension() - Method in class com.jme3.asset.AssetKey
- getExtension() - Method in enum class com.jme3.shader.Shader.ShaderType
- getExtension(String) - Static method in class com.jme3.asset.AssetKey
- 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() - Method in class com.jme3.light.OrientedBoxProbeArea
- getExtent() - Method in class com.jme3.math.LineSegment
-
Read the extent of this segment.
- getExtent(Vector3f) - Method in class com.jme3.bounding.BoundingBox
-
Query extent.
- 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() - Method in class com.jme3.asset.AssetKey
- getFolder(String) - Static 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
-
Returns the forced render state previously set with
RenderManager.setForcedRenderState(com.jme3.material.RenderState)
. - getForcedTechnique() - Method in class com.jme3.renderer.RenderManager
-
Returns the forced technique name set.
- 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
- getFrameBufferDepthFormat() - Method in class com.jme3.post.FilterPostProcessor
-
Returns the depth format currently used for the internal frame buffer's depth buffer
- getFramebufferHeight() - Method in class com.jme3.system.android.OGLESContext
-
Returns the height of the input surface.
- getFramebufferHeight() - Method in class com.jme3.system.awt.AwtPanelsContext
-
Returns the height of the input panel.
- getFramebufferHeight() - Method in class com.jme3.system.AWTContext
-
Returns the height of the framebuffer.
- getFramebufferHeight() - Method in class com.jme3.system.ios.IGLESContext
-
Returns the height of the framebuffer.
- getFramebufferHeight() - Method in interface com.jme3.system.JmeContext
-
Returns the height of the framebuffer.
- getFramebufferHeight() - Method in class com.jme3.system.lwjgl.LwjglContext
-
Returns the height of the framebuffer.
- getFramebufferHeight() - Method in class com.jme3.system.lwjgl.LwjglWindow
-
Returns the height of the framebuffer.
- getFramebufferHeight() - Method in class com.jme3.system.lwjgl.LwjglWindowVR
-
Returns the height of the framebuffer.
- getFramebufferHeight() - Method in class com.jme3.system.NullContext
-
Returns the height of the framebuffer.
- getFramebuffers(int) - Method in class com.jme3.input.vr.oculus.OculusVR
- getFrameBufferSamplePositions(FrameBuffer) - Method in class com.jme3.renderer.opengl.GLRenderer
- getFramebufferWidth() - Method in class com.jme3.system.android.OGLESContext
-
Returns the width of the input surface.
- getFramebufferWidth() - Method in class com.jme3.system.awt.AwtPanelsContext
-
Returns the width of the input panel.
- getFramebufferWidth() - Method in class com.jme3.system.AWTContext
-
Returns the width of the framebuffer.
- getFramebufferWidth() - Method in class com.jme3.system.ios.IGLESContext
-
Returns the width of the framebuffer.
- getFramebufferWidth() - Method in interface com.jme3.system.JmeContext
-
Returns the width of the framebuffer.
- getFramebufferWidth() - Method in class com.jme3.system.lwjgl.LwjglContext
-
Returns the width of the framebuffer.
- getFramebufferWidth() - Method in class com.jme3.system.lwjgl.LwjglWindow
-
Returns the width of the framebuffer.
- getFramebufferWidth() - Method in class com.jme3.system.lwjgl.LwjglWindowVR
-
Returns the width of the framebuffer.
- getFramebufferWidth() - Method in class com.jme3.system.NullContext
-
Returns the width of the framebuffer.
- getFrameCount() - Method in class com.jme3.app.BasicProfiler
- getFrameCount() - Method in class com.jme3.app.BasicProfilerState
- 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 toupdate
. - getFrameRate() - Method in class com.jme3.system.lwjgl.LwjglTimer
-
getFrameRate
returns the current frame rate since the last call toupdate
. - 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 com.jme3.view.surfaceview.JmeSurfaceView
-
Gets the limited FrameRate level for egl INFO.
- 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.
- getFrontStencilMask() - Method in class com.jme3.material.RenderState
-
Returns the front stencil mask.
- getFrontStencilReference() - Method in class com.jme3.material.RenderState
-
Returns the front stencil reference.
- 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.view.surfaceview.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 class com.jme3.shader.UniformBinding
- getGlslType() - Method in enum class 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() - Method in class com.jme3.bullet.objects.PhysicsCharacter
- getGravity() - Method in class com.jme3.bullet.objects.PhysicsRigidBody
- getGravity() - Method in class com.jme3.effect.ParticleEmitter
-
Get the gravity vector.
- getGravity(Vector3f) - Method in class com.jme3.bullet.control.BetterCharacterControl
-
Copy the character's gravity vector.
- 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
- 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) - Method in class com.jme3.terrain.geomipmap.LODGeomap
-
Get the two triangles that make up the grid section at the specified 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.
- 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() - 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
- 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(int, int, float, float) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
gets an interpolated value at the specified point
- getHeight(Vector2f) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
-
Get the interpolated height of the terrain 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.
- 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(float, float) - Method in class com.jme3.terrain.geomipmap.TerrainPatch
- getHeightmapHeight(int, int) - Method in class com.jme3.terrain.geomipmap.TerrainGrid
- 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 class com.jme3.terrain.geomipmap.TerrainQuad
- 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() - Method in class com.jme3.cinematic.Cinematic
- getId() - Method in enum class 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
- getId(int) - Method in class com.jme3.audio.AudioStream
- 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() - Method in class com.jme3.cinematic.KeyFrame
- getIndex() - Method in class com.jme3.math.Triangle
-
Returns the index of this triangle, used to identify it in an OBBTree.
- getIndex(String) - Static method in class com.jme3.scene.plugins.gltf.GltfUtils
- getIndex(T...) - Method in class com.jme3.animation.CompactArray
-
Return an array of indices for the given objects
- 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
-
Deprecated.Use ParticleEmitter.getParticleInfluencer().getInitialVelocity() instead.
- 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.
- getInstanceCullingFunction() - Static method in class com.jme3.scene.instancing.InstancedGeometry
- 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
- getJavaType() - Method in enum class com.jme3.shader.VarType
-
Get the java types mapped to this VarType
- 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() - Method in class com.jme3.bullet.animation.PhysicsLink
-
Access the joint between this link's rigid body and that of its parent.
- 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(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() - 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
- getKey(AssetInfo) - Static method in class com.jme3.scene.plugins.gltf.GltfUtils
- 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
- 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() - Method in class com.jme3.texture.FrameBuffer.RenderBuffer
- getLayer(String) - Method in class com.jme3.anim.AnimComposer
-
Provides access to the named layer.
- 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
-
Get the
filter post processor
attached to the left eye. - 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.view.surfaceview.JmeSurfaceView.GameState
-
Returns the current application state.
- getLegacyApplication() - Method in class com.jme3.view.surfaceview.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
- 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
-
returns the light density see
LightScatteringFilter.setLightDensity(float lightDensity)
- 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() - 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
-
Deprecated.
- getLineWidth(CharSequence) - Method in class com.jme3.font.BitmapFont
- getLineWrapMode() - Method in class com.jme3.font.BitmapText
- 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
-
Returns the local
LightList
, which are the lights that were directly attached to thisSpatial
through theSpatial.addLight(com.jme3.light.Light)
andSpatial.removeLight(com.jme3.light.Light)
methods. - 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
-
Returns the LOD level set with
Geometry.setLodLevel(int)
. - 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() - Method in class com.jme3.texture.Texture
- getMagFilter(Integer) - Static method in class com.jme3.scene.plugins.gltf.GltfUtils
- 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() - Method in class com.jme3.terrain.geomipmap.TerrainQuad
- getMaterial() - 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
- getMaterial(Vector3f) - Method in class com.jme3.terrain.geomipmap.TerrainGrid
- getMaterial(Vector3f) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
- getMaterial(Vector3f) - Method in interface com.jme3.terrain.Terrain
-
Returns the material that this terrain uses.
- 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
-
Returns the
MaterialExtension
for a given Ogre3D base material name. - getMaterialExtensionSet() - Method in class com.jme3.scene.plugins.ogre.matext.OgreMaterialKey
-
Returns the
MaterialExtensionSet
previously set usingOgreMaterialKey.setMaterialExtensionSet(com.jme3.scene.plugins.ogre.matext.MaterialExtensionSet)
method. - 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 class 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
-
Maximum number of work-items that can be specified in each dimension of the work-group to
Kernel.Run2(com.jme3.opencl.CommandQueue, com.jme3.opencl.Kernel.WorkSize, com.jme3.opencl.Kernel.WorkSize, java.lang.Object...)
. - 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
- getMaxTransitionWeight() - Method in class com.jme3.anim.tween.action.BlendableAction
- 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
- 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(Class) - Method in class com.jme3.network.util.AbstractMessageDelegator
-
Returns the mapped method for the specified message type.
- getMethod(Method) - Method in class com.jme3.network.service.rmi.ClassInfo
- getMethodInfo(Method) - Method in class com.jme3.network.service.rmi.RemoteObjectHandler
- getMethods() - Method in class com.jme3.network.service.rmi.ClassInfo
- getMin() - Method in class com.jme3.effect.shapes.EmitterBoxShape
- getMin(Vector3f) - Method in class com.jme3.bounding.BoundingBox
-
Determine the minimum coordinate value for each axis.
- 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() - Method in class com.jme3.texture.Texture
- getMinFilter(Integer) - Static method in class com.jme3.scene.plugins.gltf.GltfUtils
- 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.system.AppSettings
-
Get the width
- getMipFromRoughness(float, int) - Static method in class com.jme3.environment.util.EnvMapUtils
- getMipMapsGenerationHint() - Method in class com.jme3.texture.FrameBuffer
- 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
-
Set the mode start indices for
Mesh.Mode.Hybrid
mesh mode. - 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.
- 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() - 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.scene.VertexBuffer
- 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() - Method in class com.jme3.texture.FrameBuffer
- getName() - Method in class com.jme3.texture.Texture
- 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
- getName(int) - Static method in class com.jme3.input.KeyNames
-
Obtain a descriptive name for the specified key code.
- getName(int, int) - Method in interface com.jme3.terrain.heightmap.Namer
-
Gets a name for a heightmap tile given its cell id
- 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
-
Accesses 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(float[], int, int) - Method in interface com.jme3.util.mikktspace.MikkTSpaceContext
- getNormal(float[], int, int) - Method in class com.jme3.util.mikktspace.MikkTSpaceImpl
- getNormal(float, float, Vector2f) - Method in class com.jme3.terrain.geomipmap.TerrainQuad
- getNormal(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.
- 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
-
returns the normals sensitivity
form more details seeCartoonEdgeFilter.setNormalSensitivity(float normalSensitivity)
- getNormalTexture() - Method in class com.jme3.water.WaterFilter
-
Gets the normal texture.
- getNormalThreshold() - Method in class com.jme3.post.filters.CartoonEdgeFilter
-
returns the normal threshold
for more details seeCartoonEdgeFilter.setNormalThreshold(float normalThreshold)
- 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
-
Deprecated.Use getNumColorTargets
- 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.
- 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
- getOrFetchInputHandle(String) - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVRInput
-
Given an input name returns the handle to address it.
- getOrientation() - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVR
- getOrientation() - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVRTrackedController
- getOrientation() - Method in class com.jme3.input.vr.oculus.OculusVR
- getOrientation() - Method in class com.jme3.input.vr.oculus.OculusVRInput.OculusController
- getOrientation() - Method in class com.jme3.input.vr.openvr.OpenVR
- getOrientation() - Method in class com.jme3.input.vr.openvr.OpenVRTrackedController
- getOrientation() - Method in class com.jme3.input.vr.osvr.OSVR
- getOrientation() - Method in interface com.jme3.input.vr.VRAPI
-
Get the Head Mounted Device (HMD) orientation.
- getOrientation() - Method in interface com.jme3.input.vr.VRTrackedController
-
Get the orientation of the tracked device.
- getOrientation(int) - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVRInput
- getOrientation(int) - Method in class com.jme3.input.vr.oculus.OculusVRInput
- getOrientation(int) - Method in class com.jme3.input.vr.openvr.OpenVRInput
- getOrientation(int) - Method in class com.jme3.input.vr.osvr.OSVRInput
- getOrientation(int) - Method in interface com.jme3.input.vr.VRInputAPI
-
Get the orientation of the input.
- 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*
- getOs() - Method in enum class com.jme3.system.Platform
-
Returns the operating system of this platform.
- 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. - getParticleInfluencer() - Method in class com.jme3.effect.ParticleEmitter
-
Returns the
ParticleInfluencer
that influences this particle emitter. - 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() - Method in class com.jme3.bullet.objects.PhysicsCharacter
- 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.PhysicsCharacter
- getPhysicsLocation(Vector3f) - Method in class com.jme3.bullet.objects.PhysicsGhostObject
- getPhysicsLocation(Vector3f) - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
Gets the physics object location, no object instantiation
- 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.PhysicsGhostObject
- getPhysicsRotation(Quaternion) - Method in class com.jme3.bullet.objects.PhysicsRigidBody
-
Gets the physics object rotation as a quaternion, converts the bullet Matrix3f value
- 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.PhysicsGhostObject
- 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 - 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(int, int) - Method in class com.jme3.texture.image.ImageRaster
-
Retrieve the color at the given coordinate.
- 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, 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, 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, ColorRGBA) - Method in class com.jme3.texture.image.MipMapImageRaster
- getPixel(Vector3f, float, ColorRGBA) - Method in class com.jme3.environment.util.CubeMapWrapper
-
Reads a pixel from the cube map given the coordinate vector
- getPixel(Vector3f, ColorRGBA) - Method in class com.jme3.environment.util.CubeMapWrapper
-
Reads a pixel from the cube map given the coordinate vector
- 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
- 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() - Method in class com.jme3.input.event.TouchEvent
- getPointerId(MotionEvent) - Method in class com.jme3.input.android.AndroidTouchInput
- getPointerIndex(MotionEvent) - Method in class com.jme3.input.android.AndroidTouchInput
- getPoints() - Method in class com.jme3.scene.debug.SkeletonDebugger
- getPoints() - Method in class com.jme3.shadow.BasicShadowRenderer
-
Deprecated.debug only
- getPoints(Mesh) - Method in class com.jme3.bullet.collision.shapes.HullCollisionShape
- getPointSize() - Method in class com.jme3.scene.Mesh
-
Deprecated.Always returns
1.0
since point size is determined in the vertex shader. - 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() - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVRTrackedController
- getPosition() - Method in class com.jme3.input.vr.oculus.OculusVR
- getPosition() - Method in class com.jme3.input.vr.oculus.OculusVRInput.OculusController
- getPosition() - Method in class com.jme3.input.vr.openvr.OpenVR
- getPosition() - Method in class com.jme3.input.vr.openvr.OpenVRTrackedController
- getPosition() - Method in class com.jme3.input.vr.osvr.OSVR
- getPosition() - Method in interface com.jme3.input.vr.VRAPI
-
Get the Head Mounted Device (HMD) position.
- 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
- getPosition(int) - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVRInput
- getPosition(int) - Method in class com.jme3.input.vr.oculus.OculusVRInput
- getPosition(int) - Method in class com.jme3.input.vr.openvr.OpenVRInput
- getPosition(int) - Method in class com.jme3.input.vr.osvr.OSVRInput
- getPosition(int) - Method in interface com.jme3.input.vr.VRInputAPI
-
Get the position of the input.
- 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
-
Get the GUI
positioning mode
. - 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.
- 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*
- 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
-
Gets the list of
scene processors
that were added to thisViewPort
. - 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
-
Returns 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() - Method in class com.jme3.terrain.geomipmap.TerrainPatch
- getQuadrant() - Method in class com.jme3.terrain.geomipmap.TerrainQuad
- getQuadrant(int) - Method in class com.jme3.terrain.geomipmap.TerrainGrid
- 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
-
Converts the euler angles from
FbxAnimCurveNode.getVector3Value(long)
to a quaternion rotation. - 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
-
returns the reflection displace see
WaterFilter.setReflectionDisplace(float)
- 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(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.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(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
-
Gets the
renderer capabilities
that are required by this technique. - getRequiredCaps() - Method in enum class 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.
- 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
-
Get the
filter post processor
attached to the right eye. - 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
- 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() - 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.
- getRotation(Quaternion) - Method in class com.jme3.math.Transform
-
Copies the rotation component to the argument.
- 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
-
Calculates one of the basis vectors of the rotation.
- getRotationColumn(int, Vector3f) - Method in class com.jme3.math.Quaternion
-
Calculates one of the basis vectors of the rotation.
- 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
-
Returns the specified row.
- getRow(int, Vector3f) - Method in class com.jme3.math.Matrix3f
-
Returns the specified row.
- 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
-
Deprecated.
- 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() - Method in class com.jme3.post.ssao.SSAOFilter
-
returns the scale
seeSSAOFilter.setScale(float scale)
- 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
- getScale(Vector3f) - Method in class com.jme3.math.Transform
-
Copies the scaling component to the argument.
- 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() - Method in class com.jme3.network.serializing.SerializerRegistration
-
Get the serializer.
- getSerializer(Class) - Static method in class com.jme3.network.serializing.Serializer
- getSerializer(Class, boolean) - Static method in class com.jme3.network.serializing.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<S>) - Method in class com.jme3.network.service.ServiceManager
-
Retrieves the first service of the specified type.
- getService(Class<T>) - Method in class com.jme3.network.service.AbstractService
-
Retrieves the first sibling 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
-
Get the
material
used by this filter. - 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
-
Deprecated.Use isSimulateMouse Returns state of simulation of mouse events. Used for touchscreen input only.
- 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(HostedConnection) - Method in class com.jme3.network.util.SessionDataDelegator
-
Returns the attributeName attribute of the supplied source HostConnection.
- getSourceDelegate(MessageConnection) - Method in class com.jme3.network.util.ObjectMessageDelegator
- 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.
- 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.anim.tween.action.BlendAction
- getSpeed() - Method in class com.jme3.animation.AnimChannel
-
Deprecated.
- getSpeed() - Method in class com.jme3.app.SimpleApplication
-
Returns the application's 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.
- getSpeedFactors() - Method in class com.jme3.anim.tween.action.BlendAction
- 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>) - Method in class com.jme3.app.state.BaseAppState
- 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(Class<T>, boolean) - Method in class com.jme3.app.state.BaseAppState
- 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(String, Class<T>) - Method in class com.jme3.app.state.BaseAppState
- getState(String, Class<T>, boolean) - Method in class com.jme3.app.state.BaseAppState
- 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
-
Get the
state manager
to which this app state is attached. - 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() - Static method in class com.jme3.system.JmeSystem
- getStorageFolder(JmeSystem.StorageFolderType) - Method in class com.jme3.system.android.JmeAndroidSystem
- 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*
- 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.
- getSystemListener() - Method in class com.jme3.system.android.OGLESContext
-
Accesses the listener that receives events related to this context.
- getSystemListener() - Method in class com.jme3.system.awt.AwtPanelsContext
-
Accesses the listener that receives events related to this context.
- getSystemListener() - Method in class com.jme3.system.AWTContext
-
Accesses the listener that receives events related to this context.
- getSystemListener() - Method in class com.jme3.system.ios.IGLESContext
-
Accesses the listener that receives events related to this context.
- getSystemListener() - Method in interface com.jme3.system.JmeContext
-
Accesses the listener that receives events related to this context.
- getSystemListener() - Method in class com.jme3.system.lwjgl.LwjglContext
-
Accesses the listener that receives events related to this context.
- getSystemListener() - Method in class com.jme3.system.lwjgl.LwjglContextVR
-
Accesses the listener that receives events related to this context.
- getSystemListener() - Method in class com.jme3.system.NullContext
-
Accesses the listener that receives events related to this context.
- 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() - 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(String) - Method in class com.jme3.anim.AnimComposer
-
Returns current time of the specified layer.
- 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.
- 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.
- 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) - 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, 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.Returns the tracks set in
Animation.setTracks(com.jme3.animation.Track[])
. - 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(float, float) - Method in class com.jme3.terrain.geomipmap.TerrainPatch
-
Get the triangle of this geometry at the specified local coordinate.
- 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(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, Vector3f, Vector3f, Vector3f) - Method in class com.jme3.collision.bih.BIHTree
- 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(Triangle) - Method in class com.jme3.collision.CollisionResult
- getTriangleAtPoint(float, float) - Method in class com.jme3.terrain.geomipmap.LODGeomap
-
Get the triangle that the point is on.
- 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.
- getTriangleCount() - Method in class com.jme3.scene.Geometry
-
Returns this geometry's mesh triangle count.
- 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
- getTriangleCount(int) - Method in class com.jme3.scene.Mesh
-
Returns the triangle count for the given LOD level.
- 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.
- 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
- getUV(int, int, Vector2f) - Method in class com.jme3.terrain.GeoMap
- getUV(int, int, Vector2f, Vector2f, float, int) - Method in class com.jme3.terrain.geomipmap.LODGeomap
- getUV(int, Vector2f) - Method in class com.jme3.terrain.GeoMap
- getUvSet() - Method in class com.jme3.scene.plugins.fbx.material.FbxTexture
- getValue() - Method in class com.jme3.input.event.JoyAxisEvent
-
The value of the axis.
- getValue() - Method in enum class com.jme3.input.vr.VRInputType
-
Deprecated.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() - 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() - Method in class com.jme3.util.IntMap.Entry
- getValue(int) - Method in class com.jme3.terrain.GeoMap
-
Returns the height value at the given index.
- getValue(int) - Method in class com.jme3.util.ListMap
- getValue(int, int) - Method in class com.jme3.terrain.GeoMap
-
Returns the height value for a given point.
- 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
- 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
-
Deprecated.This method is deprecated. Use ParticleEmitter.getParticleInfluencer().getVelocityVariation(); instead.
- 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(int, int, int, int) - Method in class com.jme3.scene.plugins.fbx.mesh.FbxLayerElement
- getVertexData(FbxLayerElement.Type, int, int, int, int) - Method in class com.jme3.scene.plugins.fbx.mesh.FbxLayer
- 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
-
Return the
VR environment
on which this app state relies. - 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
-
Get the
VR Environment
to which this manager is attached. - getVREnvironment() - Method in interface com.jme3.input.vr.VRViewManager
-
Get the
VR environment
to which the view manager is attached. - 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
-
Returns 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() - Method in class com.jme3.input.event.MouseMotionEvent
-
Current mouse wheel value
- getWheel(int) - Method in class com.jme3.bullet.objects.PhysicsVehicle
-
You can get access to the single wheels via this method.
- 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() - 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
- 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
- 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.
- getWindowHeight() - Method in class com.jme3.system.AppSettings
-
Get the height of the window
- getWindowWidth() - Method in class com.jme3.system.AppSettings
-
Get the width of the window
- getWindowXPosition() - Method in class com.jme3.system.android.OGLESContext
-
Returns the screen X coordinate of the left edge of the content area.
- getWindowXPosition() - Method in class com.jme3.system.AppSettings
-
Gets the window's initial X position on the desktop.
- getWindowXPosition() - Method in class com.jme3.system.awt.AwtPanelsContext
-
Returns the screen X coordinate of the left edge of the input panel.
- getWindowXPosition() - Method in class com.jme3.system.AWTContext
-
Returns the screen X coordinate of the left edge of the content area.
- getWindowXPosition() - Method in class com.jme3.system.ios.IGLESContext
-
Returns the screen X coordinate of the left edge of the content area.
- getWindowXPosition() - Method in interface com.jme3.system.JmeContext
-
Returns the screen X coordinate of the left edge of the content area.
- getWindowXPosition() - Method in class com.jme3.system.lwjgl.LwjglContext
-
Returns the screen X coordinate of the left edge of the content area.
- getWindowXPosition() - Method in class com.jme3.system.lwjgl.LwjglWindow
-
Returns the screen X coordinate of the left edge of the content area.
- getWindowXPosition() - Method in class com.jme3.system.lwjgl.LwjglWindowVR
-
Returns the screen X coordinate of the left edge of the content area.
- getWindowXPosition() - Method in class com.jme3.system.NullContext
-
Returns the screen X coordinate of the left edge of the content area.
- getWindowYPosition() - Method in class com.jme3.system.android.OGLESContext
-
Returns the screen Y coordinate of the top edge of the content area.
- getWindowYPosition() - Method in class com.jme3.system.AppSettings
-
Gets the window's initial Y position on the desktop.
- getWindowYPosition() - Method in class com.jme3.system.awt.AwtPanelsContext
-
Returns the screen Y coordinate of the top edge of the input panel.
- getWindowYPosition() - Method in class com.jme3.system.AWTContext
-
Returns the screen Y coordinate of the top edge of the content area.
- getWindowYPosition() - Method in class com.jme3.system.ios.IGLESContext
-
Returns the screen Y coordinate of the top edge of the content area.
- getWindowYPosition() - Method in interface com.jme3.system.JmeContext
-
Returns the screen Y coordinate of the top edge of the content area.
- getWindowYPosition() - Method in class com.jme3.system.lwjgl.LwjglContext
-
Returns the screen Y coordinate of the top edge of the content area.
- getWindowYPosition() - Method in class com.jme3.system.lwjgl.LwjglWindow
-
Returns the screen Y coordinate of the top edge of the content area.
- getWindowYPosition() - Method in class com.jme3.system.lwjgl.LwjglWindowVR
-
Returns the screen Y coordinate of the top edge of the content area.
- getWindowYPosition() - Method in class com.jme3.system.NullContext
-
Returns the screen Y coordinate of the top edge of the content area.
- 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
-
Deprecated.
- getWorldBindInverseRotation() - Method in class com.jme3.animation.Bone
-
Deprecated.
- getWorldBindInverseScale() - Method in class com.jme3.animation.Bone
-
Deprecated.
- getWorldBindPosition() - Method in class com.jme3.animation.Bone
-
Deprecated.
- getWorldBindRotation() - Method in class com.jme3.animation.Bone
-
Deprecated.
- getWorldBindScale() - Method in class com.jme3.animation.Bone
-
Deprecated.
- 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 thisSpatial's
parents up to and including thisSpatial
'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
- 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() - Method in class com.jme3.scene.Spatial
-
getWorldTransform
retrieves the world transformation of the spatial. - getWorldTransform(Transform) - Method in class com.jme3.bullet.objects.infos.RigidBodyMotionState
-
Called from Bullet when creating the rigid body.
- 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
-
Returns the X component.
- getX() - Method in class com.jme3.math.Vector2f
-
Returns the X component.
- 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() - 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.
- 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
-
Returns the Y component.
- getY() - Method in class com.jme3.math.Vector2f
-
Returns the Y component.
- 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() - 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.
- getYOffset() - Method in class com.jme3.font.BitmapCharacter
- getZ() - Method in class com.jme3.math.Quaternion
-
Returns 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.
- 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.
- 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 - Variable in class com.jme3.renderer.opengl.GLDebug
- GL - Interface in com.jme3.renderer.opengl
-
Baseline GL methods that must be available on all platforms.
- 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_ALPHA_TEST - Static variable in interface com.jme3.renderer.opengl.GL2
- GL_ALPHA8 - 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_BUFFER - Static variable in interface com.jme3.renderer.opengl.GLExt
- 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_ATTACHMENT1_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_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_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_RGB8_ETC2 - 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_DEBUG_SOURCE_API - Static variable in interface com.jme3.renderer.opengl.GLExt
- GL_DEBUG_SOURCE_APPLICATION - Static variable in interface com.jme3.renderer.opengl.GLExt
- GL_DEBUG_SOURCE_OTHER - Static variable in interface com.jme3.renderer.opengl.GLExt
- GL_DEBUG_SOURCE_SHADER_COMPILER - Static variable in interface com.jme3.renderer.opengl.GLExt
- GL_DEBUG_SOURCE_THIRD_PARTY - Static variable in interface com.jme3.renderer.opengl.GLExt
- GL_DEBUG_SOURCE_WINDOW_SYSTEM - Static variable in interface com.jme3.renderer.opengl.GLExt
- GL_DECR - Static variable in interface com.jme3.renderer.opengl.GL
- GL_DECR_WRAP - Static variable in interface com.jme3.renderer.opengl.GL
- 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_DEPTH24_STENCIL8_EXT - Static variable in interface com.jme3.renderer.opengl.GLExt
- GL_DISPLAY_LIST - Static variable in interface com.jme3.renderer.opengl.GLExt
- 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 - Static variable in interface com.jme3.renderer.opengl.GL3
- 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 - Static variable in interface com.jme3.renderer.opengl.GL3
- 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_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_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_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_PROGRAM - Static variable in interface com.jme3.renderer.opengl.GLExt
- GL_PROGRAM_PIPELINE - Static variable in interface com.jme3.renderer.opengl.GLExt
- GL_QUERY - Static variable in interface com.jme3.renderer.opengl.GLExt
- 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 - Static variable in interface com.jme3.renderer.opengl.GL3
- 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_RG_INTEGER - 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_RGB - Static variable in class com.jme3.renderer.ios.JmeIosGLES
- GL_RGB - Static variable in interface com.jme3.renderer.opengl.GL
- GL_RGB_INTEGER - Static variable in interface com.jme3.renderer.opengl.GL3
- 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_RGB5_A1 - Static variable in class com.jme3.renderer.ios.JmeIosGLES
- GL_RGB5_A1 - Static variable in interface com.jme3.renderer.opengl.GL
- GL_RGB565 - Static variable in class com.jme3.renderer.ios.JmeIosGLES
- GL_RGB565 - 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_RGBA - Static variable in class com.jme3.renderer.ios.JmeIosGLES
- GL_RGBA - Static variable in interface com.jme3.renderer.opengl.GL
- GL_RGBA_INTEGER - Static variable in interface com.jme3.renderer.opengl.GL3
- 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_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_SAMPLER - 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 - Static variable in interface com.jme3.renderer.opengl.GLExt
- 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_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_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_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_2_10_10_10_REV - Static variable in interface com.jme3.renderer.opengl.GLES_30
- GL_UNSIGNED_INT_24_8_EXT - Static variable in interface com.jme3.renderer.opengl.GLExt
- 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
- 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.
- 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, int, Buffer, int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
- glBufferData(int, long, int) - Method in class com.jme3.renderer.android.AndroidGL
- glBufferData(int, long, int) - Method in class com.jme3.renderer.ios.IosGL
- glBufferData(int, long, int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
- glBufferData(int, long, int) - Method in interface com.jme3.renderer.opengl.GL
- glBufferData(int, ByteBuffer, int) - Method in class com.jme3.renderer.android.AndroidGL
- glBufferData(int, ByteBuffer, int) - Method in class com.jme3.renderer.ios.IosGL
- glBufferData(int, ByteBuffer, int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
- glBufferData(int, ByteBuffer, int) - Method in interface com.jme3.renderer.opengl.GL
- glBufferData(int, FloatBuffer, int) - Method in class com.jme3.renderer.android.AndroidGL
- glBufferData(int, FloatBuffer, int) - Method in class com.jme3.renderer.ios.IosGL
- glBufferData(int, FloatBuffer, int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
- glBufferData(int, FloatBuffer, int) - Method in interface com.jme3.renderer.opengl.GL
- glBufferData(int, IntBuffer, int) - Method in class com.jme3.renderer.android.AndroidGL
- glBufferData(int, IntBuffer, int) - Method in class com.jme3.renderer.ios.IosGL
- glBufferData(int, IntBuffer, int) - Method in class com.jme3.renderer.lwjgl.LwjglGLExt
- glBufferData(int, IntBuffer, int) - Method in interface com.jme3.renderer.opengl.GLExt
- glBufferData(int, ShortBuffer, int) - Method in class com.jme3.renderer.android.AndroidGL
- glBufferData(int, ShortBuffer, int) - Method in class com.jme3.renderer.ios.IosGL
- glBufferData(int, ShortBuffer, int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
- glBufferData(int, ShortBuffer, int) - Method in interface com.jme3.renderer.opengl.GL
- glBufferData2(int, int, byte[], int, int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
- glBufferSubData(int, int, int, Buffer) - Static method in class com.jme3.renderer.ios.JmeIosGLES
- glBufferSubData(int, long, ByteBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glBufferSubData(int, long, ByteBuffer) - Method in class com.jme3.renderer.ios.IosGL
- glBufferSubData(int, long, ByteBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGL
- glBufferSubData(int, long, ByteBuffer) - Method in interface com.jme3.renderer.opengl.GL
- glBufferSubData(int, long, FloatBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glBufferSubData(int, long, FloatBuffer) - Method in class com.jme3.renderer.ios.IosGL
- glBufferSubData(int, long, FloatBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGL
- glBufferSubData(int, long, FloatBuffer) - Method in interface com.jme3.renderer.opengl.GL
- glBufferSubData(int, long, IntBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glBufferSubData(int, long, IntBuffer) - Method in class com.jme3.renderer.ios.IosGL
- glBufferSubData(int, long, IntBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGLExt
- glBufferSubData(int, long, IntBuffer) - Method in interface com.jme3.renderer.opengl.GLExt
- glBufferSubData(int, long, ShortBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glBufferSubData(int, long, ShortBuffer) - Method in class com.jme3.renderer.ios.IosGL
- glBufferSubData(int, long, ShortBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGL
- glBufferSubData(int, long, ShortBuffer) - Method in interface com.jme3.renderer.opengl.GL
- 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, 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.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, 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, 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.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, 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, 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.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, 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, 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.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, 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
-
This class uses Reflection to intercept method calls to the Proxy Object (
GLDebug.createProxy(GL, Object, Class[])
and extends them with the Error Checking inGLDebug.checkError()
.
This means we don't have to generate a class with overrides for every possible method just to add aGLDebug.checkError()
call.
Note that we should not callGLDebug.checkError()
forGL.glGetError()
, it doesn't make sense.
Note that this class is general purpose and as such every class instance (every object) can be guarded as long as the passed gl instance is valid. - GLDebug - Enum constant in enum class com.jme3.renderer.Caps
-
Supports debugging capabilities
- glDeleteBuffers(int, int[], int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
- glDeleteBuffers(IntBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glDeleteBuffers(IntBuffer) - Method in class com.jme3.renderer.ios.IosGL
- 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(int, int[], int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
- glDeleteTextures(IntBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glDeleteTextures(IntBuffer) - Method in class com.jme3.renderer.ios.IosGL
- 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(int, IntBuffer) - Static method in class com.jme3.renderer.ios.JmeIosGLES
- glDrawBuffers(IntBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glDrawBuffers(IntBuffer) - Method in class com.jme3.renderer.ios.IosGL
- 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
-
The LWJGL implementation of
JoyInput
. - GlfwJoystickInput() - Constructor for class com.jme3.input.lwjgl.GlfwJoystickInput
- GlfwJoystickInput.GlfwJoystick - Class in com.jme3.input.lwjgl
- GlfwKeyInput - Class in com.jme3.input.lwjgl
-
The LWJGL implementation of
KeyInput
. - 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(int, int[], int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
- glGenBuffers(IntBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glGenBuffers(IntBuffer) - Method in class com.jme3.renderer.ios.IosGL
- 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(int, int[], int) - Static method in class com.jme3.renderer.ios.JmeIosGLES
- glGenTextures(IntBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glGenTextures(IntBuffer) - Method in class com.jme3.renderer.ios.IosGL
- 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) - Static method in class com.jme3.renderer.ios.JmeIosGLES
- glGetProgramInfoLog(int, int) - Method in class com.jme3.renderer.android.AndroidGL
- glGetProgramInfoLog(int, int) - Method in class com.jme3.renderer.ios.IosGL
- 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) - Static method in class com.jme3.renderer.ios.JmeIosGLES
- glGetShaderInfoLog(int, int) - Method in class com.jme3.renderer.android.AndroidGL
- glGetShaderInfoLog(int, int) - Method in class com.jme3.renderer.ios.IosGL
- 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) - Method in interface com.jme3.renderer.opengl.GL
- glGetString(int, int) - Method in class com.jme3.renderer.lwjgl.LwjglGL
- 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
- glObjectLabel(int, int, String) - Method in interface com.jme3.renderer.opengl.GLExt
- 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
- glPopDebugGroup() - Method in interface com.jme3.renderer.opengl.GLExt
- glPushDebugGroup(int, int, String) - Method in interface com.jme3.renderer.opengl.GLExt
- 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, long) - Method in class com.jme3.renderer.android.AndroidGL
- glReadPixels(int, int, int, int, int, int, long) - Method in class com.jme3.renderer.ios.IosGL
- glReadPixels(int, int, int, int, int, int, long) - Method in class com.jme3.renderer.lwjgl.LwjglGL
- glReadPixels(int, int, int, int, int, int, long) - Method in interface com.jme3.renderer.opengl.GL
- 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.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, ByteBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGL
- glReadPixels(int, int, int, int, int, int, ByteBuffer) - 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) - Static method in class com.jme3.renderer.ios.JmeIosGLES
- 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[], 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.
- GLSL100 - Enum constant in enum class com.jme3.renderer.Caps
-
Supports GLSL 1.0.
- 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
- GLSL110 - Enum constant in enum class com.jme3.renderer.Caps
-
Supports GLSL 1.1.
- GLSL120 - Enum constant in enum class com.jme3.renderer.Caps
-
Supports GLSL 1.2.
- GLSL130 - Enum constant in enum class com.jme3.renderer.Caps
-
Supports GLSL 1.3.
- GLSL140 - Enum constant in enum class com.jme3.renderer.Caps
-
Supports GLSL 1.4.
- GLSL150 - Enum constant in enum class com.jme3.renderer.Caps
-
Supports GLSL 1.5.
- 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
- GLSL300 - Enum constant in enum class com.jme3.renderer.Caps
-
Supports GLSL 3.0.
- 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
- GLSL310 - Enum constant in enum class com.jme3.renderer.Caps
-
Supports GLSL 3.1.
- GLSL320 - Enum constant in enum class com.jme3.renderer.Caps
-
Supports GLSL 3.2.
- GLSL330 - Enum constant in enum class com.jme3.renderer.Caps
-
Supports GLSL 3.3.
- GLSL400 - Enum constant in enum class com.jme3.renderer.Caps
-
Supports GLSL 4.0.
- GLSL410 - Enum constant in enum class com.jme3.renderer.Caps
-
Supports GLSL 4.1.
- GLSL420 - Enum constant in enum class com.jme3.renderer.Caps
-
Supports GLSL 4.2.
- GLSL430 - Enum constant in enum class com.jme3.renderer.Caps
-
Supports GLSL 4.3.
- GLSL440 - Enum constant in enum class com.jme3.renderer.Caps
-
Supports GLSL 4.4.
- GLSL450 - Enum constant in enum class com.jme3.renderer.Caps
-
Supports GLSL 4.5.
- 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, 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.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, 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, 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.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, 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() - Constructor for class com.jme3.scene.plugins.gltf.GltfModelKey
- GltfModelKey(String) - 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, FloatBuffer) - Method in class com.jme3.renderer.ios.IosGL
- glUniform1(int, FloatBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGL
- glUniform1(int, FloatBuffer) - Method in interface com.jme3.renderer.opengl.GL
- glUniform1(int, IntBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glUniform1(int, IntBuffer) - Method in class com.jme3.renderer.ios.IosGL
- glUniform1(int, IntBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGL
- 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, FloatBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glUniform2(int, FloatBuffer) - Method in class com.jme3.renderer.ios.IosGL
- glUniform2(int, FloatBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGL
- glUniform2(int, FloatBuffer) - Method in interface com.jme3.renderer.opengl.GL
- glUniform2(int, IntBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glUniform2(int, IntBuffer) - Method in class com.jme3.renderer.ios.IosGL
- glUniform2(int, IntBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGL
- glUniform2(int, IntBuffer) - 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, FloatBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glUniform3(int, FloatBuffer) - Method in class com.jme3.renderer.ios.IosGL
- glUniform3(int, FloatBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGL
- glUniform3(int, FloatBuffer) - Method in interface com.jme3.renderer.opengl.GL
- glUniform3(int, IntBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glUniform3(int, IntBuffer) - Method in class com.jme3.renderer.ios.IosGL
- glUniform3(int, IntBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGL
- glUniform3(int, IntBuffer) - 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, FloatBuffer) - Method in class com.jme3.renderer.ios.IosGL
- glUniform4(int, FloatBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGL
- glUniform4(int, FloatBuffer) - Method in interface com.jme3.renderer.opengl.GL
- glUniform4(int, IntBuffer) - Method in class com.jme3.renderer.android.AndroidGL
- glUniform4(int, IntBuffer) - Method in class com.jme3.renderer.ios.IosGL
- glUniform4(int, IntBuffer) - Method in class com.jme3.renderer.lwjgl.LwjglGL
- 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, long) - Method in class com.jme3.renderer.lwjgl.LwjglGL
- glVertexAttribPointer(int, int, int, boolean, int, long) - Method in interface com.jme3.renderer.opengl.GL
- glVertexAttribPointer(int, int, int, boolean, int, Buffer) - Static method in class com.jme3.renderer.ios.JmeIosGLES
- 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
- GPU - Enum constant in enum class com.jme3.opencl.Device.DeviceType
- 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.
- 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).
- Greater - Enum constant in enum class com.jme3.material.RenderState.TestFunction
-
The test succeeds if the input value is greater than the reference value.
- GreaterOrEqual - Enum constant in enum class com.jme3.material.RenderState.TestFunction
-
The test succeeds if the input value is greater than or equal to the reference value.
- GreaterOrEqual - Enum constant in enum class com.jme3.texture.Texture.ShadowCompareMode
-
Compares the 3rd texture coordinate R to the value in this depth texture. If R >= texture value then result is 1.0, otherwise, result is 0.0. If filtering is set to bilinear or trilinear the implementation may sample the texture multiple times to provide smoother results in the range [0, 1].
- 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
-
Specifies which
GeometryGroupNode
thisGeometry
is managed by. - gsort(Object[], Comparator) - Static method in class com.jme3.util.SortUtil
- Gui - Enum constant in enum class com.jme3.renderer.queue.RenderQueue.Bucket
-
This is a special mode, for drawing 2D object without perspective (such as GUI or HUD parts).
- 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, float, LoopMode) - Constructor for class com.jme3.cinematic.events.GuiEvent
-
Instantiate an event with the specified initial duration and loop mode.
- GuiEvent(Nifty, String, LoopMode) - Constructor for class com.jme3.cinematic.events.GuiEvent
-
Instantiate an event with the default initial duration (10).
- 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
-
Deprecated.use GuiEvent instead
- 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, float, LoopMode) - Constructor for class com.jme3.cinematic.events.GuiTrack
-
Deprecated.
- GuiTrack(Nifty, String, 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
H
- h - Variable in class com.jme3.niftygui.NiftyJmeDisplay
- Half - Enum constant in enum class com.jme3.scene.VertexBuffer.Format
-
Half precision floating point.
- HALF_FLOAT - Enum constant in enum class com.jme3.opencl.Image.ImageChannelType
- HALF_PI - Static variable in class com.jme3.math.FastMath
-
The value PI/2 as a float.
- halfExtents - Variable in class com.jme3.bullet.collision.shapes.CylinderCollisionShape
- handle - Variable in class com.jme3.system.jopenvr.Texture_t
-
void *
C type : void* - handle - Variable in class com.jme3.system.jopenvr.VREvent_Screenshot_t
- handle - Variable in class com.jme3.system.jopenvr.VRTextureDepthInfo_t
-
void *
C type : void* - handleError(Exception) - Method in class com.jme3.network.base.ConnectorAdapter
- handleError(Object, Throwable) - Method in class com.jme3.network.base.DefaultClient.Redispatch
- handleError(String, Throwable) - Method in class com.jme3.app.AndroidHarness
-
Called when an error has occurred.
- handleError(String, Throwable) - Method in class com.jme3.app.AndroidHarnessFragment
-
Called when an error has occurred.
- handleError(String, Throwable) - Method in class com.jme3.app.LegacyApplication
-
Internal use only.
- handleError(String, Throwable) - Method in class com.jme3.app.VRApplication
-
Deprecated.Handle the error given in parameters by creating a log entry and a dialog window.
- handleError(String, Throwable) - Method in interface com.jme3.system.SystemListener
-
Called when an error has occurred.
- handleError(String, Throwable) - Method in class com.jme3.view.surfaceview.JmeSurfaceView
- handleError(Throwable) - Method in class com.jme3.network.base.DefaultClient
-
Either calls the ErrorListener or closes the connection if there are no listeners.
- handleError(S, Throwable) - Method in interface com.jme3.network.ErrorListener
- handleErrorMessage(String) - Static method in class com.jme3.system.JmeSystem
- handleErrorMessage(String) - Method in class com.jme3.system.JmeSystemDelegate
-
Internal use only: submit an error to the error message handler
- handleEvents - Variable in class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_OpenGLToolkitFunctions
-
C type : handleEvents_callback*
- handleExitHook - Variable in class com.jme3.app.AndroidHarness
-
set to false if you don't want the harness to handle the exit hook
- handleExitHook - Variable in class com.jme3.app.AndroidHarnessFragment
-
set to false if you don't want the harness to handle the exit hook
- handleExtension(GltfLoader, String, JsonElement, JsonElement, Object) - Method in interface com.jme3.scene.plugins.gltf.ExtensionLoader
-
Handles a glTF extension.
- handleExtension(GltfLoader, String, JsonElement, JsonElement, Object) - Method in class com.jme3.scene.plugins.gltf.LightsPunctualExtensionLoader
- handleExtension(GltfLoader, String, JsonElement, JsonElement, Object) - Method in class com.jme3.scene.plugins.gltf.PBRSpecGlossExtensionLoader
- handleExtension(GltfLoader, String, JsonElement, JsonElement, Object) - Method in class com.jme3.scene.plugins.gltf.TextureTransformExtensionLoader
- handleExtension(GltfLoader, String, JsonElement, JsonElement, Object) - Method in class com.jme3.scene.plugins.gltf.UnlitExtensionLoader
- handleExtras(GltfLoader, String, JsonElement, JsonElement, Object) - Method in interface com.jme3.scene.plugins.gltf.ExtrasLoader
-
Handles a glTF extra.
- handleMessage(RpcCallMessage) - Method in class com.jme3.network.service.rpc.RpcConnection
-
Called internally when an RpcCallMessage is received from the remote connection.
- handleMessage(RpcResponseMessage) - Method in class com.jme3.network.service.rpc.RpcConnection
-
Called internally when an RpcResponseMessage is received from the remote connection.
- handleRef - Variable in class com.jme3.util.NativeObject
-
A reference to a "handle".
- handleRenderBufferPresent(OSVR_ViewportDescription.ByValue, OSVR_ViewportDescription.ByValue, OSVR_RenderBufferOpenGL.ByValue, OSVR_RenderBufferOpenGL.ByValue) - Method in class com.jme3.input.vr.osvr.OSVR
-
Access to the underlying OSVR structures.
- handleSettings(AppSettings, boolean) - Static method in class com.jme3.system.JmeSystem
- handleSettings(AppSettings, boolean) - Method in class com.jme3.system.JmeSystemDelegate
-
Internal use only: summon the settings handler
- handleSkinningBuffers(Mesh, IntMap<GltfLoader.SkinBuffers>) - Static method in class com.jme3.scene.plugins.gltf.GltfUtils
- Hardware - Enum constant in enum class com.jme3.shadow.CompareMode
-
Shadow depth comparisons are done by using the GPU's dedicated shadowing pipeline.
- Hardware - Enum constant in enum class com.jme3.shadow.PssmShadowRenderer.CompareMode
-
Deprecated.Shadow depth comparisons are done by using the GPU's dedicated shadowing pipeline.
- hasAction(String) - Method in class com.jme3.anim.AnimComposer
-
Tells if an action is contained in the list of actions.
- hasAncestor(Node) - Method in class com.jme3.scene.Spatial
-
determines if the provided Node is the parent, or parent's parent, etc.
- hasAnimClip(String) - Method in class com.jme3.anim.AnimComposer
-
Tells if an animation is contained in the list of animations.
- hasApplication() - Method in class com.jme3.system.AWTFrameProcessor
-
Checks of existing application.
- hasBoneLink(String) - Method in class com.jme3.bullet.animation.DacConfiguration
-
Test whether a BoneLink exists for the named bone.
- HasCamera - Variable in class com.jme3.system.jopenvr.VR_IVRTrackedCamera_FnTable
-
C type : HasCamera_callback*
- hasChild(Spatial) - Method in class com.jme3.scene.Node
-
determines if the provided Spatial is contained in the children list of this node.
- hasCompiler() - Method in interface com.jme3.opencl.Device
- hasCompiler() - Method in class com.jme3.opencl.lwjgl.LwjglDevice
- hasConnections() - Method in class com.jme3.network.base.DefaultServer
- hasConnections() - Method in interface com.jme3.network.Server
-
Returns true if the server has active connections at the time of this call.
- hasDataSizeChanged() - Method in class com.jme3.scene.VertexBuffer
-
Returns true if the data size of the VertexBuffer has changed.
- hasDestination() - Method in class com.jme3.system.AWTFrameProcessor
-
Checks of existing destination.
- hasDouble() - Method in interface com.jme3.opencl.Device
- hasDouble() - Method in class com.jme3.opencl.lwjgl.LwjglDevice
- hasEnvelopes() - Method in class com.jme3.network.kernel.AbstractKernel
-
Returns true if there are waiting envelopes.
- hasEnvelopes() - Method in interface com.jme3.network.kernel.Kernel
-
Returns true if there are waiting envelopes.
- hasErrorCorrectingMemory() - Method in interface com.jme3.opencl.Device
- hasErrorCorrectingMemory() - Method in class com.jme3.opencl.lwjgl.LwjglDevice
- hasExtension(String) - Method in interface com.jme3.opencl.Device
-
Explicitly tests for the availability of the specified extension
- hasExtension(String) - Method in class com.jme3.opencl.lwjgl.LwjglDevice
- hasExtension(String) - Method in class com.jme3.opencl.lwjgl.LwjglPlatform
- hasExtension(String) - Method in interface com.jme3.opencl.Platform
-
Queries if the specified extension is available.
- hasHalfFloat() - Method in interface com.jme3.opencl.Device
- hasHalfFloat() - Method in class com.jme3.opencl.lwjgl.LwjglDevice
- hashCode() - Method in class com.jme3.asset.AssetKey
- hashCode() - Method in class com.jme3.asset.TextureKey
- hashCode() - Method in class com.jme3.audio.AudioKey
- hashCode() - Method in class com.jme3.collision.CollisionResult
- hashCode() - Method in class com.jme3.material.MatParam
- hashCode() - Method in class com.jme3.material.MatParamOverride
- hashCode() - Method in class com.jme3.math.ColorRGBA
-
hashCode
returns a unique code for thisColorRGBA
based on its values. - hashCode() - Method in class com.jme3.math.Matrix3f
-
Returns a hash code.
- hashCode() - Method in class com.jme3.math.Matrix4f
-
Returns a hash code.
- hashCode() - Method in class com.jme3.math.Quaternion
-
Returns a hash code.
- hashCode() - Method in class com.jme3.math.Transform
-
Returns a hash code.
- hashCode() - Method in class com.jme3.math.Vector2f
-
Returns a hash code.
- hashCode() - Method in class com.jme3.math.Vector3f
-
Returns a hash code.
- hashCode() - Method in class com.jme3.math.Vector4f
-
hashCode
returns a unique code for this vector object based on its values. - hashCode() - Method in class com.jme3.network.service.rmi.MethodInfo
- hashCode() - Method in class com.jme3.opencl.Image.ImageFormat
- hashCode() - Method in class com.jme3.opencl.Kernel.LocalMem
- hashCode() - Method in class com.jme3.opencl.Kernel.LocalMemPerElement
- hashCode() - Method in class com.jme3.opencl.Kernel.WorkSize
- hashCode() - Method in class com.jme3.scene.plugins.fbx.anim.FbxToJmeTrack
- hashCode() - Method in class com.jme3.scene.plugins.IrBoneWeightIndex
- hashCode() - Method in class com.jme3.scene.plugins.IrVertex
- hashCode() - Method in class com.jme3.scene.plugins.OBJLoader.Vertex
- hashCode() - Method in class com.jme3.scene.plugins.ogre.matext.OgreMaterialKey
- hashCode() - Method in class com.jme3.scene.plugins.ogre.OgreMeshKey
- hashCode() - Method in class com.jme3.shader.DefineList
- hashCode() - Method in class com.jme3.shader.ShaderNodeVariable
- hashCode() - Method in class com.jme3.shader.Uniform
- hashCode() - Method in class com.jme3.texture.Image
- hashCode() - Method in class com.jme3.texture.Texture
- hashCode() - Method in class com.jme3.texture.Texture2D
- hashCode() - Method in class com.jme3.texture.TextureCubeMap
- hashCode() - Method in class com.jme3.util.SafeArrayList
- hasImageSupport() - Method in interface com.jme3.opencl.Device
- hasImageSupport() - Method in class com.jme3.opencl.lwjgl.LwjglDevice
- hasInitialConnection() - Method in class com.jme3.asset.plugins.UrlAssetInfo
- HasLocalTransform - Interface in com.jme3.anim.util
- hasMapping(String) - Method in class com.jme3.input.InputManager
-
Returns true if this InputManager has a mapping registered for the given mappingName.
- hasMessages() - Method in interface com.jme3.network.base.MessageBuffer
-
Returns true if there is a message waiting in the buffer.
- hasMessages() - Method in class com.jme3.network.base.protocol.GreedyMessageBuffer
-
Returns true if there is a message waiting in the buffer.
- hasMessages() - Method in class com.jme3.network.base.protocol.LazyMessageBuffer
-
Returns true if there is a message waiting in the buffer.
- hasMipmaps() - Method in class com.jme3.texture.Image
-
Returns whether the image data contains mipmaps.
- hasMorphTargets() - Method in class com.jme3.scene.Mesh
- hasNext() - Method in class com.jme3.util.SafeArrayList.ArrayIterator
- hasOpenGLInterop() - Method in interface com.jme3.opencl.Device
- hasOpenGLInterop() - Method in class com.jme3.opencl.lwjgl.LwjglDevice
- hasOpenGLInterop() - Method in class com.jme3.opencl.lwjgl.LwjglPlatform
- hasOpenGLInterop() - Method in interface com.jme3.opencl.Platform
-
Queries if this platform supports OpenGL interop at all.
- hasPending() - Method in class com.jme3.network.kernel.tcp.NioEndpoint
- hasPrevious() - Method in class com.jme3.util.SafeArrayList.ArrayIterator
- hasResetLod - Variable in class com.jme3.terrain.geomipmap.TerrainLodControl
- hasState(AppState) - Method in class com.jme3.app.state.AppStateManager
-
Check if a state is attached or not.
- hasState(String) - Method in class com.jme3.app.state.AppStateManager
-
Returns true if there is currently a state associated with the specified ID.
- hasTraditionalGUIOverlay() - Method in class com.jme3.app.VRApplication
-
Deprecated.Check if the application has a GUI overlay attached.
- hasTraditionalGUIOverlay() - Method in class com.jme3.app.VREnvironment
-
Check if the application has a GUI overlay attached.
- hasUnifiedMemory() - Method in interface com.jme3.opencl.Device
- hasUnifiedMemory() - Method in class com.jme3.opencl.lwjgl.LwjglDevice
- hasUserControl() - Method in class com.jme3.animation.Bone
-
Deprecated.returns true if this bone can be directly manipulated by the user.
- hasVertices(int, Mesh[], float) - Static method in class com.jme3.bullet.control.ragdoll.RagdollUtils
-
Test whether the indexed bone has at least one vertex in the specified meshes with a weight greater than the specified threshold.
- hasWritableImage3D() - Method in interface com.jme3.opencl.Device
- hasWritableImage3D() - Method in class com.jme3.opencl.lwjgl.LwjglDevice
- haveAnyChannel() - Method in class com.jme3.scene.plugins.fbx.objects.FbxAnimNode
- hdata - Variable in class com.jme3.terrain.GeoMap
- HDRLoader - Class in com.jme3.texture.plugins
- HDRLoader() - Constructor for class com.jme3.texture.plugins.HDRLoader
- HDRLoader(boolean) - Constructor for class com.jme3.texture.plugins.HDRLoader
- HDRRenderer - Class in com.jme3.post
-
Deprecated.use the ToneMappingFilter.
- HDRRenderer(AssetManager, Renderer) - Constructor for class com.jme3.post.HDRRenderer
-
Deprecated.
- HEAD_MAGIC - Static variable in class com.jme3.scene.plugins.fbx.file.FbxReader
-
magic string at start: "Kaydara FBX Binary\x20\x20\x00\x1a\x00"
- Headless - Enum constant in enum class com.jme3.system.JmeContext.Type
-
A
Headless
context is not visible and does not have any drawable surface. - height - Variable in class com.jme3.bullet.collision.shapes.CapsuleCollisionShape
- height - Variable in class com.jme3.bullet.collision.shapes.ConeCollisionShape
- height - Variable in class com.jme3.bullet.control.BetterCharacterControl
- height - Variable in class com.jme3.font.Rectangle
- height - Variable in class com.jme3.opencl.Image.ImageDescriptor
- height - Variable in class com.jme3.renderer.Camera
-
The height of the viewport in pixels.
- height - Variable in class com.jme3.system.osvr.osvrrendermanager.OSVR_ViewportDescription
-
Last pixel on the right of the viewport in pixels
- height - Variable in class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_OpenGLContextParams
- height - Variable in class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_ViewportDescription
-
Last pixel on the right of the viewport in pixels
- height - Variable in class com.jme3.terrain.GeoMap
- height - Variable in class com.jme3.texture.Image
- heightData - Variable in class com.jme3.terrain.heightmap.AbstractHeightMap
-
Height data information.
- HeightfieldCollisionShape - Class in com.jme3.bullet.collision.shapes
-
Uses Bullet Physics Heightfield terrain collision system.
- HeightfieldCollisionShape() - Constructor for class com.jme3.bullet.collision.shapes.HeightfieldCollisionShape
- HeightfieldCollisionShape(float[]) - Constructor for class com.jme3.bullet.collision.shapes.HeightfieldCollisionShape
- HeightfieldCollisionShape(float[], Vector3f) - Constructor for class com.jme3.bullet.collision.shapes.HeightfieldCollisionShape
- heightfieldData - Variable in class com.jme3.bullet.collision.shapes.HeightfieldCollisionShape
- heightListener - Variable in class com.jme3.system.AWTFrameProcessor
-
The height listener.
- HeightMap - Interface in com.jme3.terrain.heightmap
- HeightMapGrid - Interface in com.jme3.terrain.heightmap
-
Deprecated.in favor of TerrainGridTileLoader
- heightScale - Variable in class com.jme3.bullet.collision.shapes.HeightfieldCollisionShape
- heightScale - Variable in class com.jme3.terrain.heightmap.AbstractHeightMap
-
Allows scaling the Y height of the map.
- heightStickLength - Variable in class com.jme3.bullet.collision.shapes.HeightfieldCollisionShape
- heightStickWidth - Variable in class com.jme3.bullet.collision.shapes.HeightfieldCollisionShape
- HiddenAreaMesh_t - Class in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1425
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA. - HiddenAreaMesh_t() - Constructor for class com.jme3.system.jopenvr.HiddenAreaMesh_t
- HiddenAreaMesh_t(HmdVector2_t.ByReference, int) - Constructor for class com.jme3.system.jopenvr.HiddenAreaMesh_t
- HiddenAreaMesh_t(Pointer) - Constructor for class com.jme3.system.jopenvr.HiddenAreaMesh_t
- HiddenAreaMesh_t.ByReference - Class in com.jme3.system.jopenvr
- HiddenAreaMesh_t.ByValue - Class in com.jme3.system.jopenvr
- hideActiveCursor() - Method in class com.jme3.input.lwjgl.GlfwMouseInputVR
-
Hide the active cursor within the display.
- hideCursorOnRotate - Variable in class com.jme3.app.ChaseCameraAppState
- hideCursorOnRotate - Variable in class com.jme3.input.ChaseCamera
- HideKeyboard - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : HideKeyboard_callback*
- HideMirrorWindow - Variable in class com.jme3.system.jopenvr.VR_IVRCompositor_FnTable
-
C type : HideMirrorWindow_callback*
- HideOverlay - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : HideOverlay_callback*
- highFreqVolume - Variable in class com.jme3.audio.LowPassFilter
- HighQuality - Enum constant in enum class com.jme3.environment.util.EnvMapUtils.GenerationType
- HillHeightMap - Class in com.jme3.terrain.heightmap
-
HillHeightMap
generates a height map base on the Hill Algorithm. - HillHeightMap(int, int, float, float) - Constructor for class com.jme3.terrain.heightmap.HillHeightMap
-
Constructor sets the attributes of the hill system and generates the height map by using a random seed.
- HillHeightMap(int, int, float, float, long) - Constructor for class com.jme3.terrain.heightmap.HillHeightMap
-
Constructor sets the attributes of the hill system and generates the height map.
- HingeJoint - Class in com.jme3.bullet.joints
-
From bullet manual:
Hinge constraint, or revolute joint restricts two additional angular degrees of freedom, so the body can only rotate around one axis, the hinge axis. - HingeJoint() - Constructor for class com.jme3.bullet.joints.HingeJoint
- HingeJoint(PhysicsRigidBody, PhysicsRigidBody, Vector3f, Vector3f, Vector3f, Vector3f) - Constructor for class com.jme3.bullet.joints.HingeJoint
-
Creates a new HingeJoint
- HmdColor_t - Class in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1221
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA. - HmdColor_t() - Constructor for class com.jme3.system.jopenvr.HmdColor_t
- HmdColor_t(float, float, float, float) - Constructor for class com.jme3.system.jopenvr.HmdColor_t
- HmdColor_t(Pointer) - Constructor for class com.jme3.system.jopenvr.HmdColor_t
- HmdColor_t.ByReference - Class in com.jme3.system.jopenvr
- HmdColor_t.ByValue - Class in com.jme3.system.jopenvr
- hmdErrorStore - Variable in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVR
- hmdErrorStore - Variable in class com.jme3.input.vr.openvr.OpenVR
- HmdMatrix33_t - Class in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1183
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA. - HmdMatrix33_t() - Constructor for class com.jme3.system.jopenvr.HmdMatrix33_t
- HmdMatrix33_t(float[]) - Constructor for class com.jme3.system.jopenvr.HmdMatrix33_t
- HmdMatrix33_t(Pointer) - Constructor for class com.jme3.system.jopenvr.HmdMatrix33_t
- HmdMatrix33_t.ByReference - Class in com.jme3.system.jopenvr
- HmdMatrix33_t.ByValue - Class in com.jme3.system.jopenvr
- HmdMatrix34_t - Class in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1179
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA. - HmdMatrix34_t() - Constructor for class com.jme3.system.jopenvr.HmdMatrix34_t
- HmdMatrix34_t(float[]) - Constructor for class com.jme3.system.jopenvr.HmdMatrix34_t
- HmdMatrix34_t(Pointer) - Constructor for class com.jme3.system.jopenvr.HmdMatrix34_t
- HmdMatrix34_t.ByReference - Class in com.jme3.system.jopenvr
- HmdMatrix34_t.ByValue - Class in com.jme3.system.jopenvr
- HmdMatrix44_t - Class in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1187
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA. - HmdMatrix44_t() - Constructor for class com.jme3.system.jopenvr.HmdMatrix44_t
- HmdMatrix44_t(float[]) - Constructor for class com.jme3.system.jopenvr.HmdMatrix44_t
- HmdMatrix44_t(Pointer) - Constructor for class com.jme3.system.jopenvr.HmdMatrix44_t
- HmdMatrix44_t.ByReference - Class in com.jme3.system.jopenvr
- HmdMatrix44_t.ByValue - Class in com.jme3.system.jopenvr
- HmdQuad_t - Class in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1225
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA. - HmdQuad_t() - Constructor for class com.jme3.system.jopenvr.HmdQuad_t
- HmdQuad_t(HmdVector3_t[]) - Constructor for class com.jme3.system.jopenvr.HmdQuad_t
- HmdQuad_t(Pointer) - Constructor for class com.jme3.system.jopenvr.HmdQuad_t
- HmdQuad_t.ByReference - Class in com.jme3.system.jopenvr
- HmdQuad_t.ByValue - Class in com.jme3.system.jopenvr
- HmdQuaternion_t - Class in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1209
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA. - HmdQuaternion_t() - Constructor for class com.jme3.system.jopenvr.HmdQuaternion_t
- HmdQuaternion_t(double, double, double, double) - Constructor for class com.jme3.system.jopenvr.HmdQuaternion_t
- HmdQuaternion_t(Pointer) - Constructor for class com.jme3.system.jopenvr.HmdQuaternion_t
- HmdQuaternion_t.ByReference - Class in com.jme3.system.jopenvr
- HmdQuaternion_t.ByValue - Class in com.jme3.system.jopenvr
- HmdQuaternionf_t - Class in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1215
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA. - HmdQuaternionf_t() - Constructor for class com.jme3.system.jopenvr.HmdQuaternionf_t
- HmdQuaternionf_t(float, float, float, float) - Constructor for class com.jme3.system.jopenvr.HmdQuaternionf_t
- HmdQuaternionf_t(Pointer) - Constructor for class com.jme3.system.jopenvr.HmdQuaternionf_t
- HmdQuaternionf_t.ByReference - Class in com.jme3.system.jopenvr
- HmdQuaternionf_t.ByValue - Class in com.jme3.system.jopenvr
- HmdRect2_t - Class in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1229
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA. - HmdRect2_t() - Constructor for class com.jme3.system.jopenvr.HmdRect2_t
- HmdRect2_t(HmdVector2_t, HmdVector2_t) - Constructor for class com.jme3.system.jopenvr.HmdRect2_t
- HmdRect2_t(Pointer) - Constructor for class com.jme3.system.jopenvr.HmdRect2_t
- HmdRect2_t.ByReference - Class in com.jme3.system.jopenvr
- HmdRect2_t.ByValue - Class in com.jme3.system.jopenvr
- hmdTrackedDevicePoses - Variable in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVR
- hmdTrackedDevicePoses - Variable in class com.jme3.input.vr.openvr.OpenVR
- HmdType - Enum Class in com.jme3.input.vr
-
The type of VR Head Mounted Device (HMD)
- HmdVector2_t - Class in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1203
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA. - HmdVector2_t() - Constructor for class com.jme3.system.jopenvr.HmdVector2_t
- HmdVector2_t(float[]) - Constructor for class com.jme3.system.jopenvr.HmdVector2_t
- HmdVector2_t(Pointer) - Constructor for class com.jme3.system.jopenvr.HmdVector2_t
- HmdVector2_t.ByReference - Class in com.jme3.system.jopenvr
- HmdVector2_t.ByValue - Class in com.jme3.system.jopenvr
- HmdVector3_t - Class in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1191
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA. - HmdVector3_t() - Constructor for class com.jme3.system.jopenvr.HmdVector3_t
- HmdVector3_t(float[]) - Constructor for class com.jme3.system.jopenvr.HmdVector3_t
- HmdVector3_t(Pointer) - Constructor for class com.jme3.system.jopenvr.HmdVector3_t
- HmdVector3_t.ByReference - Class in com.jme3.system.jopenvr
- HmdVector3_t.ByValue - Class in com.jme3.system.jopenvr
- HmdVector3d_t - Class in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1199
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA. - HmdVector3d_t() - Constructor for class com.jme3.system.jopenvr.HmdVector3d_t
- HmdVector3d_t(double[]) - Constructor for class com.jme3.system.jopenvr.HmdVector3d_t
- HmdVector3d_t(Pointer) - Constructor for class com.jme3.system.jopenvr.HmdVector3d_t
- HmdVector3d_t.ByReference - Class in com.jme3.system.jopenvr
- HmdVector3d_t.ByValue - Class in com.jme3.system.jopenvr
- HmdVector4_t - Class in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1195
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA. - HmdVector4_t() - Constructor for class com.jme3.system.jopenvr.HmdVector4_t
- HmdVector4_t(float[]) - Constructor for class com.jme3.system.jopenvr.HmdVector4_t
- HmdVector4_t(Pointer) - Constructor for class com.jme3.system.jopenvr.HmdVector4_t
- HmdVector4_t.ByReference - Class in com.jme3.system.jopenvr
- HmdVector4_t.ByValue - Class in com.jme3.system.jopenvr
- HookScreenshot - Variable in class com.jme3.system.jopenvr.VR_IVRScreenshots_FnTable
-
C type : HookScreenshot_callback*
- horizontalRotation - Variable in class com.jme3.app.ChaseCameraAppState
- HostedConnection - Interface in com.jme3.network
-
This is the connection back to a client that is being hosted in a server instance.
- HostedService - Interface in com.jme3.network.service
-
Interface implemented by Server-side services that augment a network Server's functionality.
- HostedServiceManager - Class in com.jme3.network.service
-
Manages HostedServices on behalf of a network Server object.
- HostedServiceManager(Server) - Constructor for class com.jme3.network.service.HostedServiceManager
-
Creates a HostedServiceManager for the specified network Server.
- HostedServiceManager.ConnectionObserver - Class in com.jme3.network.service
- hostPtr - Variable in class com.jme3.opencl.Image.ImageDescriptor
- HostThread() - Constructor for class com.jme3.network.kernel.udp.UdpKernel.HostThread
- HOVER_END - Enum constant in enum class com.jme3.input.event.TouchEvent.Type
-
Finger was pulled away from the screen or touched the screen Requires Android OS rev 14 or higher (Android 4.0 or higher)
- HOVER_MOVE - Enum constant in enum class com.jme3.input.event.TouchEvent.Type
-
Finger moved while still hovering over the screen without touching Requires Android OS rev 14 or higher (Android 4.0 or higher)
- HOVER_START - Enum constant in enum class com.jme3.input.event.TouchEvent.Type
-
Finger started hovering over the screen without touching Requires Android OS rev 14 or higher (Android 4.0 or higher)
- HTC_VIVE - Enum constant in enum class com.jme3.input.vr.HmdType
-
HTC vive Head Mounted Device (HMD).
- HttpZipLocator - Class in com.jme3.asset.plugins
-
HttpZipLocator
is similar toZipLocator
, except it allows loading assets from a.ZIP
file on the web instead of on the local filesystem. - HttpZipLocator() - Constructor for class com.jme3.asset.plugins.HttpZipLocator
- HullCollisionShape - Class in com.jme3.bullet.collision.shapes
- HullCollisionShape() - Constructor for class com.jme3.bullet.collision.shapes.HullCollisionShape
- HullCollisionShape(float[]) - Constructor for class com.jme3.bullet.collision.shapes.HullCollisionShape
- HullCollisionShape(Mesh) - Constructor for class com.jme3.bullet.collision.shapes.HullCollisionShape
- HumanoidRagdollPreset - Class in com.jme3.bullet.control.ragdoll
-
Example ragdoll presets for a typical humanoid skeleton.
- HumanoidRagdollPreset() - Constructor for class com.jme3.bullet.control.ragdoll.HumanoidRagdollPreset
- HWBoneIndex - Enum constant in enum class com.jme3.scene.VertexBuffer.Type
-
Bone indices, used with animation (4 ubytes).
- HWBoneWeight - Enum constant in enum class com.jme3.scene.VertexBuffer.Type
-
Bone weights, used with animation (4 floats).
- Hybrid - Enum constant in enum class com.jme3.scene.Mesh.Mode
-
A combination of various triangle modes.
- HydraulicErodeFilter - Class in com.jme3.terrain.noise.filter
- HydraulicErodeFilter() - Constructor for class com.jme3.terrain.noise.filter.HydraulicErodeFilter
I
- 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.
- id() - Element in annotation interface com.jme3.network.serializing.Serializable
- ID - Static variable in class com.jme3.app.VRAppState
- ID3D12CommandQueue() - Constructor for class com.jme3.system.jopenvr.JOpenVRLibrary.ID3D12CommandQueue
- ID3D12CommandQueue(Pointer) - Constructor for class com.jme3.system.jopenvr.JOpenVRLibrary.ID3D12CommandQueue
- ID3D12Resource() - Constructor for class com.jme3.system.jopenvr.JOpenVRLibrary.ID3D12Resource
- ID3D12Resource(Pointer) - 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
-
Shared 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
-
Shared instance of the identity quaternion (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
- IDLE - Enum constant in enum class com.jme3.input.event.TouchEvent.Type
- 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.
- IK - Enum constant in enum class com.jme3.bullet.control.KinematicRagdollControl.Mode
-
Deprecated.skeleton is controlled by inverse-kinematic targets
- image - Variable in class com.jme3.scene.plugins.fbx.objects.FbxImage
- Image - Class in com.jme3.opencl
-
Wrapper for an OpenCL image.
- 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(OpenCLObject.ObjectReleaser) - Constructor for class com.jme3.opencl.Image
- Image(Image.Format, int, int, int, ArrayList<ByteBuffer>) - Constructor for class com.jme3.texture.Image
- Image(Image.Format, int, int, int, ArrayList<ByteBuffer>, 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>, 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(Image.Format, int, int, 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, ColorSpace) - Constructor for class com.jme3.texture.Image
-
Constructor instantiates a new
Image
object. - IMAGE_1D - Enum constant in enum class com.jme3.opencl.Image.ImageType
- IMAGE_1D_ARRAY - Enum constant in enum class com.jme3.opencl.Image.ImageType
- IMAGE_1D_BUFFER - Enum constant in enum class com.jme3.opencl.Image.ImageType
- IMAGE_2D - Enum constant in enum class com.jme3.opencl.Image.ImageType
- IMAGE_2D_ARRAY - Enum constant in enum class com.jme3.opencl.Image.ImageType
- IMAGE_3D - Enum constant in enum class com.jme3.opencl.Image.ImageType
- Image.Format - Enum Class in com.jme3.texture
- Image.ImageChannelOrder - Enum Class in com.jme3.opencl
-
ImageChannelOrder
specifies the number of channels and the channel layout i.e. - Image.ImageChannelType - Enum Class 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
-
Describes the image format, consisting of
Image.ImageChannelOrder
andImage.ImageChannelType
. - Image.ImageMapping - Class in com.jme3.opencl
-
Describes a mapped region of the image
- Image.ImageType - Enum Class 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) - Constructor for class com.jme3.opencl.Image.ImageDescriptor
-
Specifies an image without a host buffer, a new chunk of memory will be allocated.
- 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
- 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) - Constructor for class com.jme3.opencl.Image.ImageMapping
- ImageMapping(ByteBuffer, long, long, Event) - 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(AssetManager, Namer) - Constructor for class com.jme3.terrain.geomipmap.grid.ImageTileLoader
- ImageTileLoader(String, String, AssetManager) - 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
-
native declaration : headers\openvr_capi.h:1479
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA. - 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 - Variable in class com.jme3.util.LittleEndien
- 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(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.
- inBounce - Static variable in class com.jme3.math.Easing
-
a function containing a series of increasing bounces
- Increment - Enum constant in enum class com.jme3.material.RenderState.StencilOperation
-
Increment the value in the stencil buffer, clamp once reaching the maximum value.
- 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.
- IncrementWrap - Enum constant in enum class com.jme3.material.RenderState.StencilOperation
-
Increment the value in the stencil buffer and wrap to 0 when reaching the maximum value.
- inCubic - Static variable in class com.jme3.math.Easing
-
a function that returns the cube of its input
- indent - Variable in class com.jme3.shader.ShaderGenerator
-
indentation value for generation
- indent() - Method in class com.jme3.shader.Glsl100ShaderGenerator
-
increase indentation with a check so that indentation is never over 10
- index - Variable in class com.jme3.animation.CompactArray
- index - Variable in class com.jme3.util.TangentBinormalGenerator.TriangleData
- Index - Enum constant in enum class com.jme3.scene.VertexBuffer.Type
-
Specifies the index buffer, must contain integer data (ubyte, ushort, or uint).
- 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.
- IndexToDirect - Enum constant in enum class com.jme3.scene.plugins.fbx.mesh.FbxLayerElement.ReferenceInformationType
- 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.
- Inherit - Enum constant in enum class com.jme3.renderer.queue.RenderQueue.Bucket
-
A special mode, that will ensure that this spatial uses the same mode as the parent Node does.
- Inherit - Enum constant in enum class com.jme3.renderer.queue.RenderQueue.ShadowMode
-
Inherit the
ShadowMode
from the parent node. - Inherit - Enum constant in enum class com.jme3.scene.Spatial.BatchHint
-
Do whatever our parent does.
- Inherit - Enum constant in enum class com.jme3.scene.Spatial.CullHint
-
Do whatever our parent does.
- InheritColor - Enum constant in enum class com.jme3.material.RenderState.BlendEquationAlpha
-
Sets the blend equation to be the same as the one defined by
RenderState.blendEquation
. - init() - Method in class com.jme3.app.AppletHarness
- init() - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVRInput
- init() - Method in class com.jme3.input.vr.oculus.OculusVRInput
- 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() - 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(AssetManager) - Method in class com.jme3.scene.plugins.gltf.MaterialAdapter
- init(AssetManager, RenderManager, ViewPort, int, int) - Method in class com.jme3.post.Filter
-
initialize this filter use InitFilter for overriding filter initialization
- init(OpenVR) - Method in class com.jme3.input.vr.openvr.OpenVRBounds
-
Initialize the VR bounds.
- init(VRAPI) - Method in class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVRBounds
-
Initialize the VR bounds.
- init(Renderer, boolean) - Method in class com.jme3.system.AWTComponentRenderer
-
Initialize the component renderer.
- 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, boolean) - Method in class com.jme3.post.Filter.Pass
-
init the pass called internally
- init(Renderer, int, int, Image.Format, Image.Format, int, Material) - Method in class com.jme3.post.Filter.Pass
-
init the pass called internally
- 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
- 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
- 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() - Method in class com.jme3.app.LegacyApplication
-
Do not call manually.
- initialize() - Method in class com.jme3.app.SimpleApplication
- initialize() - Method in class com.jme3.app.VRApplication
-
Deprecated.
- initialize() - Method in class com.jme3.app.VREnvironment
-
Initialize this VR environment.
- initialize() - Method in interface com.jme3.audio.AudioRenderer
-
Initializes the renderer.
- initialize() - Method in class com.jme3.audio.openal.ALAudioRenderer
- 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() - Method in class com.jme3.renderer.opengl.GLRenderer
- initialize() - Method in interface com.jme3.renderer.Renderer
-
Detects available capabilities of the GPU.
- initialize() - Method in class com.jme3.system.NullRenderer
- initialize() - Method in interface com.jme3.system.SystemListener
-
Callback to indicate the application to initialize.
- initialize() - Method in class com.jme3.view.surfaceview.JmeSurfaceView
- initialize(Application) - Method in class com.jme3.app.BasicProfilerState
- initialize(Application) - Method in class com.jme3.app.DetailedProfilerState
- 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(Application) - Method in class com.jme3.app.state.ConstantVerifierState
- initialize(Application) - Method in class com.jme3.audio.AudioListenerState
- initialize(Application) - Method in class com.jme3.environment.EnvironmentCamera
- initialize(Application) - Method in class com.jme3.environment.util.LightsDebugState
- initialize(Application) - Method in class com.jme3.scene.debug.custom.ArmatureDebugAppState
- initialize(AppStateManager, Application) - Method in class com.jme3.app.ChaseCameraAppState
- initialize(AppStateManager, Application) - Method in class com.jme3.app.DebugKeysAppState
- initialize(AppStateManager, Application) - Method in class com.jme3.app.FlyCamAppState
- initialize(AppStateManager, Application) - Method in class com.jme3.app.state.AbstractAppState
- initialize(AppStateManager, Application) - Method in interface com.jme3.app.state.AppState
-
Called by
AppStateManager
when transitioning thisAppState
from initializing to running.
This will happen on the next iteration through the update loop afterAppStateManager.attach(com.jme3.app.state.AppState)
was called. - initialize(AppStateManager, Application) - Method in class com.jme3.app.state.AWTComponentAppState
- 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(AppStateManager, Application) - Method in class com.jme3.app.state.RootNodeAppState
- initialize(AppStateManager, Application) - 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(AppStateManager, Application) - Method in class com.jme3.app.VRAppState
- 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(AppStateManager, Application) - Method in class com.jme3.util.MaterialDebugAppState
- initialize(AssetManager, Camera) - Method in class com.jme3.scene.debug.custom.ArmatureDebugger
- initialize(TechniqueDef) - Method in class com.jme3.shader.ShaderGenerator
- 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(RenderManager, ViewPort) - Method in class com.jme3.app.state.ScreenshotAppState
- 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(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(RenderManager, ViewPort) - Method in class com.jme3.system.awt.AwtPanel
- initialize(RenderManager, ViewPort) - Method in class com.jme3.system.AWTFrameProcessor
- 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(AppSettings) - Method in class com.jme3.system.android.JmeAndroidSystem
- 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(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(S) - Method in interface com.jme3.network.service.Service
-
Called when the service is first attached to the service manager.
- initialized - Variable in class com.jme3.app.state.AbstractAppState
-
initialized
is set to true when the methodAbstractAppState.initialize(com.jme3.app.state.AppStateManager, com.jme3.app.Application)
is called. - 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
- 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.
- 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.
- 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.
- 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
- InnerAngle - Enum constant in enum class com.jme3.audio.AudioParam
- 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
- InPass - Enum constant in enum class com.jme3.material.TechniqueDef.ShadowMode
- inPosTmp - Variable in class com.jme3.shader.Glsl100ShaderGenerator
- input - Variable in class com.jme3.system.ios.IGLESContext
- Input - Interface in com.jme3.input
-
Abstract interface for an input device.
- 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
- InputAnalogActionData_t - Class in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1603
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA. - 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
-
native declaration : headers\openvr_capi.h:1610
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA. - 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
-
A generic interface for input listeners, the
AnalogListener
andActionListener
interfaces extend this interface. - 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 - Variable in class com.jme3.niftygui.NiftyJmeDisplay
- 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.
- InputOriginInfo_t - Class in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1626
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA. - 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
-
native declaration : headers\openvr_capi.h:1615
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA. - 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
-
native declaration : headers\openvr_capi.h:1620
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA. - 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
- Inside - Enum constant in enum class com.jme3.renderer.Camera.FrustumIntersect
-
Defines a constant assigned to spatials that are completely inside the camera's view frustum.
- instance() - Method in class com.jme3.scene.instancing.InstancedNode
- INSTANCE - Static variable in class com.jme3.network.message.SerializerRegistrationsMessage
- INSTANCE_VR_RENDERING - Enum constant in enum class com.jme3.app.VRApplication.PreconfigParameter
-
Deprecated.Faster VR rendering, requires some vertex shader changes (see Common/MatDefs/VR/Unshaded.j3md)
- InstanceData - Enum constant in enum class com.jme3.scene.VertexBuffer.Type
-
Information about this instance.
- InstancedDirectionalShadowFilter - Class in com.jme3.shadow
-
An instanced version of the
directional light shadow filter
. - InstancedDirectionalShadowFilter(Application, Camera, int, int, boolean, Camera) - Constructor for class com.jme3.shadow.InstancedDirectionalShadowFilter
-
Create a new instanced version of the
directional light shadow filter
. - 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.
- InstancedGeometry.DefaultInstanceCullingFunction - Class in com.jme3.scene.instancing
-
By default, it checks if geometry is in camera frustum and culls it if it is outside camera view.
- 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
- Int - Enum constant in enum class com.jme3.scene.VertexBuffer.Format
-
4 byte integer, signed.
- Int - Enum constant in enum class com.jme3.shader.VarType
- IntArray - Enum constant in enum class com.jme3.shader.VarType
- 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
- IntegerIndexBuffer - Enum constant in enum class com.jme3.renderer.Caps
-
Supports 32-bit index buffers.
- IntegerTexture - Enum constant in enum class com.jme3.renderer.Caps
-
Supports integer textures.
- INTENSITY - Enum constant in enum class com.jme3.opencl.Image.ImageChannelOrder
- interior - Variable in class com.jme3.environment.util.BoundingSphereDebug
- interior - Variable in class com.jme3.scene.shape.Sphere
- InterleavedData - Enum constant in enum class com.jme3.scene.VertexBuffer.Type
-
Specifies the source data for various vertex buffers when interleaving is used.
- Internal - Enum constant in enum class com.jme3.system.JmeSystem.StorageFolderType
- 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(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, 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, FrameInterpolator.TrackDataReader<T>, FrameInterpolator.TrackTimeReader, T) - Method in class com.jme3.anim.interpolator.AnimInterpolator
- interpolate(float, int, CompactVector3Array, CompactQuaternionArray, CompactVector3Array, float[]) - Method in class com.jme3.anim.interpolator.FrameInterpolator
- 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) - 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.
- 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) - Static method in class com.jme3.math.FastMath
-
Interpolate a spline between at least 4 control points using 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.
- 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) - 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.
- 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
-
Interpolates linearly between the current instance and the specified vector, returning the (modified) current instance.
- interpolateLocal(Vector2f, Vector2f, float) - Method in class com.jme3.math.Vector2f
-
Interpolates linearly between the specified beginning and final vectors, returning the (modified) current instance.
- 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
-
Interpolates quickly between the specified transforms, using
Quaternion.nlerp(com.jme3.math.Quaternion, float)
andVector3f.interpolateLocal(com.jme3.math.Vector3f, com.jme3.math.Vector3f, float)
. - interpolateWeights(float, int, float[], int, float[]) - Method in class com.jme3.anim.interpolator.FrameInterpolator
- intersect(BoundingBox, Vector3f, float) - Static method in class com.jme3.bounding.Intersection
- intersect(BoundingBox, Vector3f, Vector3f, Vector3f) - Static method in class com.jme3.bounding.Intersection
- intersect(BoundingSphere, Vector3f, float) - Static method in class com.jme3.bounding.Intersection
- intersect(Camera, Vector3f, float) - 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
-
native declaration : headers\openvr_capi.h:1552
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA. - 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
-
native declaration : headers\openvr_capi.h:1547
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA. - 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(BoundingVolume) - 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.BoundingBox
-
determines if this bounding box intersects with a given ray object.
- intersects(Ray) - Method in class com.jme3.bounding.BoundingSphere
- 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.BoundingBox
- intersects(Vector3f) - Method in class com.jme3.bounding.BoundingSphere
- 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.bounding.BoundingBox
-
C code ported from http://www.cs.lth.se/home/Tomas_Akenine_Moller/code/tribox3.txt
- intersects(Vector3f, Vector3f, Vector3f) - Method in class com.jme3.math.Ray
- Intersects - Enum constant in enum class com.jme3.renderer.Camera.FrustumIntersect
-
Defines a constant assigned to spatials that are intersecting one of the six planes that define the view frustum.
- 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
-
Returns the multiplicative inverse.
- inverseLocal() - Method in class com.jme3.math.Quaternion
-
Inverts the quaternion and returns the (modified) current instance.
- 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
-
Returns the multiplicative inverse as a new matrix.
- invert() - Method in class com.jme3.math.Matrix4f
-
Generate the inverse.
- invert() - Method in class com.jme3.math.Transform
-
Returns the inverse.
- invert(Tween) - Static method in class com.jme3.anim.tween.Tweens
-
Creates a tween that inverts the specified delegate tween.
- invert(Matrix3f) - Method in class com.jme3.math.Matrix3f
-
Returns the multiplicative inverse in the specified storage.
- invert(Matrix4f) - Method in class com.jme3.math.Matrix4f
-
Generate the inverse.
- Invert - Enum constant in enum class com.jme3.material.RenderState.StencilOperation
-
Does a bitwise invert of the value in the stencil buffer.
- invertLocal() - Method in class com.jme3.math.Matrix3f
-
Inverts the matrix and returns the (modified) current instance.
- invertLocal() - Method in class com.jme3.math.Matrix4f
-
Inverts 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 - Variable in class com.jme3.input.FlyByCamera
- invertY(float) - Method in class com.jme3.input.android.AndroidTouchInput
- 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
-
Invocation ID that was set in the
RemoteMethodCallMessage
. - invoke() - Method in class com.jme3.app.AppTask
- invoke(Object, Object...) - Method in class com.jme3.network.service.rmi.MethodInfo
- invoke(Object, Method, Object[]) - Method in class com.jme3.network.rmi.RemoteObject
-
Callback from InvocationHandler.
- 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)
- iOS - Enum constant in enum class com.jme3.system.Platform.Os
-
iOS operating systems
- iOS_ARM - Enum constant in enum class com.jme3.system.Platform
-
iOS on ARM
- iOS_X86 - Enum constant in enum class com.jme3.system.Platform
-
iOS on x86
- 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 class 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
-
Deprecated.To use alpha test, set the
AlphaDiscardThreshold
material parameter. - 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
-
Deprecated.use isAnimatedByJoint
- 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.view.surfaceview.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
-
Deprecated.Use
Geometry.isGrouped()
instead. - 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
-
Deprecated.
- 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 class 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 class 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
- IsDirectional - Enum constant in enum class com.jme3.audio.AudioParam
- 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
- 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.system.AppSettings
-
Returns true if keyboard emulation is enabled, false otherwise.
- isEmulateKeyBoard() - Method in class com.jme3.view.surfaceview.JmeSurfaceView
-
Checks if the keyboard interfacing is enabled.
- isEmulateMouse() - Method in class com.jme3.system.AppSettings
-
Returns true if mouse emulation is enabled, false otherwise.
- isEmulateMouse() - Method in class com.jme3.view.surfaceview.JmeSurfaceView
-
Checks whether the mouse interfacing is enabled or not.
- 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
- 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.view.surfaceview.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.view.surfaceview.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 class com.jme3.texture.Image.Format
- isFlushQueues() - Method in class com.jme3.shadow.AbstractShadowFilter
-
Deprecated.
- isFlushQueues() - Method in class com.jme3.shadow.AbstractShadowFilterVR
-
Deprecated.does nothing and is kept only for backward compatibility.
- isFlushQueues() - Method in class com.jme3.shadow.AbstractShadowRenderer
-
Deprecated.
- isFlushQueues() - Method in class com.jme3.shadow.AbstractShadowRendererVR
-
Deprecated.This method does nothing now and is kept only for backward compatibility.
- 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.view.surfaceview.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 whenGL.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.
- isGray - Variable in class com.jme3.texture.image.ByteOffsetImageCodec
- isGrouped() - Method in class com.jme3.scene.Geometry
-
Determine whether this
Geometry
is managed by aGeometryGroupNode
or not. - 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
-
Tests for exact identity.
- isIdentity() - Method in class com.jme3.math.Matrix4f
-
Test for exact identity.
- isIdentity() - Method in class com.jme3.math.Quaternion
-
Compares with the identity quaternion, without distinguishing -0 from 0.
- 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
- 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
-
Check if the rendering is instanced (see Geometry instancing).
- isInstanceRendering() - Method in class com.jme3.app.VREnvironment
-
Check if the rendering is instanced (see Geometry instancing).
- 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.Check if the rendering is instanced (see Geometry instancing).
- 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 class 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.anim.AnimLayer
- 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.
- isMaskPropagationEnabled() - Method in class com.jme3.anim.tween.action.BaseAction
- 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
- isOfType(Object) - Method in enum class com.jme3.shader.VarType
-
Check if the passed object is of a type mapped to this VarType
- 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
-
Deprecated.Always returns true since point sprite is always enabled.
- 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
- IsPositional - Enum constant in enum class com.jme3.audio.AudioParam
- 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.
- 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.view.surfaceview.JmeSurfaceView
-
Checks whether the error dialog is enabled upon encountering exceptions/errors.
- isShowEscExitPrompt() - Method in class com.jme3.view.surfaceview.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
-
Tests for approximate equality with the specified quaternion, using the specified tolerance.
- isSimilar(Vector2f, float) - Method in class com.jme3.math.Vector2f
-
Tests for approximate equality with the specified vector, using the specified tolerance.
- 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 class 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.
- isTypeCheckEnabled() - Method in class com.jme3.material.MatParam
- 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.view.surfaceview.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
-
Tests whether the argument is a valid vector, returning false if it's null or if any component is NaN or infinite.
- 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
J
- J3mdExporter - Class in com.jme3.material.plugin.export.materialdef
-
Saves a Material to a j3m file with proper formatting.
- J3mdExporter() - Constructor for class com.jme3.material.plugin.export.materialdef.J3mdExporter
-
Create a J3mdExporter
- J3mdMatParamWriter - Class in com.jme3.material.plugin.export.materialdef
- J3mdMatParamWriter() - Constructor for class com.jme3.material.plugin.export.materialdef.J3mdMatParamWriter
- J3mdTechniqueDefWriter - Class in com.jme3.material.plugin.export.materialdef
- J3mdTechniqueDefWriter() - Constructor for class com.jme3.material.plugin.export.materialdef.J3mdTechniqueDefWriter
- J3MExporter - Class in com.jme3.material.plugin.export.material
-
Saves a Material to a j3m file with proper formatting.
- J3MExporter() - Constructor for class com.jme3.material.plugin.export.material.J3MExporter
-
Create a J3MExporter
- J3MLoader - Class in com.jme3.material.plugins
- J3MLoader() - Constructor for class com.jme3.material.plugins.J3MLoader
- J3MOutputCapsule - Class in com.jme3.material.plugin.export.material
- J3MOutputCapsule(J3MExporter) - Constructor for class com.jme3.material.plugin.export.material.J3MOutputCapsule
- J3MRenderStateOutputCapsule - Class in com.jme3.material.plugin.export.material
- J3MRenderStateOutputCapsule(J3MExporter) - Constructor for class com.jme3.material.plugin.export.material.J3MRenderStateOutputCapsule
- J3MRootOutputCapsule - Class in com.jme3.material.plugin.export.material
- J3MRootOutputCapsule(J3MExporter) - Constructor for class com.jme3.material.plugin.export.material.J3MRootOutputCapsule
- javaClone(T) - Method in class com.jme3.util.clone.Cloner
-
Performs a raw shallow Java clone using reflection.
- JInputJoyInput - Class in com.jme3.input.lwjgl
- JInputJoyInput() - Constructor for class com.jme3.input.lwjgl.JInputJoyInput
- JInputJoyInput.JInputJoystick - Class in com.jme3.input.lwjgl
- JInputJoystick(InputManager, JoyInput, Controller, int, String) - Constructor for class com.jme3.input.lwjgl.JInputJoyInput.JInputJoystick
- JME_PHYSICSIGNORE - Static variable in class com.jme3.scene.UserData
-
Boolean type on Geometries to indicate that physics collision shape generation should ignore them.
- JME_SHAREDMESH - Static variable in class com.jme3.scene.UserData
-
For geometries using shared mesh, this will specify the shared mesh reference.
- jme3tools.converters - package jme3tools.converters
- jme3tools.optimize - package jme3tools.optimize
- jme3tools.savegame - package jme3tools.savegame
- jme3tools.shader - package jme3tools.shader
- jme3tools.shadercheck - package jme3tools.shadercheck
- JmeAndroidSystem - Class in com.jme3.system.android
- JmeAndroidSystem() - Constructor for class com.jme3.system.android.JmeAndroidSystem
- JmeBatchRenderBackend - Class in com.jme3.niftygui
-
Nifty GUI BatchRenderBackend Implementation for jMonkeyEngine.
- JmeBatchRenderBackend(NiftyJmeDisplay) - Constructor for class com.jme3.niftygui.JmeBatchRenderBackend
- JmeCanvasContext - Interface in com.jme3.system
- jmeClone() - Method in class com.jme3.anim.AnimClip
-
Create a shallow clone for the JME cloner.
- jmeClone() - Method in class com.jme3.anim.AnimComposer
-
Create a shallow clone for the JME cloner.
- jmeClone() - Method in class com.jme3.anim.AnimLayer
- jmeClone() - Method in class com.jme3.anim.Armature
- jmeClone() - Method in class com.jme3.anim.Joint
-
Create a shallow clone for the JME cloner.
- jmeClone() - Method in class com.jme3.anim.MorphControl
-
Create a shallow clone for the JME cloner.
- jmeClone() - Method in class com.jme3.anim.MorphTrack
- jmeClone() - Method in class com.jme3.anim.SkinningControl
- jmeClone() - Method in class com.jme3.anim.TransformTrack
- jmeClone() - Method in class com.jme3.anim.tween.AbstractTween
-
Create a shallow clone for the JME cloner.
- jmeClone() - Method in class com.jme3.anim.tween.action.Action
-
Create a shallow clone for the JME cloner.
- jmeClone() - Method in class com.jme3.anim.tween.action.BlendableAction
-
Create a shallow clone for the JME cloner.
- jmeClone() - Method in class com.jme3.anim.tween.action.ClipAction
-
Create a shallow clone for the JME cloner.
- jmeClone() - Method in class com.jme3.animation.Animation
-
Deprecated.
- jmeClone() - Method in class com.jme3.animation.AnimControl
-
Deprecated.
- jmeClone() - Method in class com.jme3.animation.AudioTrack
-
Deprecated.
- jmeClone() - Method in class com.jme3.animation.Bone
-
Deprecated.
- jmeClone() - Method in class com.jme3.animation.BoneTrack
-
Deprecated.Create a shallow clone for the JME cloner.
- jmeClone() - Method in class com.jme3.animation.CompactArray
-
Create a shallow clone for the JME cloner.
- jmeClone() - Method in class com.jme3.animation.EffectTrack
-
Deprecated.
- jmeClone() - Method in class com.jme3.animation.EffectTrack.KillParticleControl
-
Deprecated.
- jmeClone() - Method in class com.jme3.animation.Skeleton
-
Deprecated.
- jmeClone() - Method in class com.jme3.animation.SkeletonControl
-
Deprecated.
- jmeClone() - Method in class com.jme3.animation.SpatialTrack
-
Deprecated.Create a shallow clone for the JME cloner.
- jmeClone() - Method in class com.jme3.animation.TrackInfo
-
Deprecated.
- jmeClone() - Method in class com.jme3.app.StatsView
- jmeClone() - Method in class com.jme3.bullet.animation.BoneLink
-
Create a shallow clone for the JME cloner.
- jmeClone() - Method in class com.jme3.bullet.animation.DacConfiguration
-
Create a shallow clone for the JME cloner.
- jmeClone() - Method in class com.jme3.bullet.animation.DacLinks
-
Create a shallow clone for the JME cloner.
- jmeClone() - Method in class com.jme3.bullet.animation.DynamicAnimControl
-
Create a shallow clone for the JME cloner.
- jmeClone() - Method in class com.jme3.bullet.animation.PhysicsLink
-
Create a shallow clone for the JME cloner.
- jmeClone() - Method in class com.jme3.bullet.animation.TorsoLink
-
Create a shallow clone for the JME cloner.
- jmeClone() - Method in class com.jme3.bullet.control.BetterCharacterControl
-
Create a shallow clone for the JME cloner.
- jmeClone() - Method in class com.jme3.bullet.control.CharacterControl
- jmeClone() - Method in class com.jme3.bullet.control.GhostControl
-
Create a shallow clone for the JME cloner.
- jmeClone() - Method in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.Create a shallow clone for the JME cloner.
- jmeClone() - Method in class com.jme3.bullet.control.RigidBodyControl
-
Create a shallow clone for the JME cloner.
- jmeClone() - Method in class com.jme3.bullet.control.VehicleControl
-
Create a shallow clone for the JME cloner.
- jmeClone() - Method in class com.jme3.cinematic.events.MotionEvent
- jmeClone() - Method in class com.jme3.effect.influencers.DefaultParticleInfluencer
-
Called internally by com.jme3.util.clone.Cloner.
- jmeClone() - Method in class com.jme3.effect.influencers.EmptyParticleInfluencer
-
Called internally by com.jme3.util.clone.Cloner.
- jmeClone() - Method in class com.jme3.effect.ParticleEmitter.ParticleEmitterControl
- jmeClone() - Method in class com.jme3.effect.shapes.EmitterBoxShape
-
Called internally by com.jme3.util.clone.Cloner.
- jmeClone() - Method in class com.jme3.effect.shapes.EmitterMeshVertexShape
-
Called internally by com.jme3.util.clone.Cloner.
- jmeClone() - Method in class com.jme3.effect.shapes.EmitterPointShape
-
Called internally by com.jme3.util.clone.Cloner.
- jmeClone() - Method in class com.jme3.effect.shapes.EmitterSphereShape
-
Called internally by com.jme3.util.clone.Cloner.
- jmeClone() - Method in class com.jme3.input.ChaseCamera
- jmeClone() - Method in class com.jme3.light.LightList
- jmeClone() - Method in class com.jme3.scene.BatchNode.Batch
- jmeClone() - Method in class com.jme3.scene.control.AbstractControl
- jmeClone() - Method in class com.jme3.scene.control.LodControl
- jmeClone() - Method in class com.jme3.scene.control.UpdateControl
- jmeClone() - Method in class com.jme3.scene.Mesh
-
Called internally by com.jme3.util.clone.Cloner.
- jmeClone() - Method in class com.jme3.scene.Spatial
-
Called internally by com.jme3.util.clone.Cloner.
- jmeClone() - Method in class com.jme3.shadow.AbstractShadowFilter
- jmeClone() - Method in class com.jme3.shadow.AbstractShadowRenderer
- jmeClone() - Method in class com.jme3.terrain.geomipmap.NormalRecalcControl
-
Called internally by com.jme3.util.clone.Cloner.
- jmeClone() - Method in class com.jme3.terrain.geomipmap.TerrainLodControl
- jmeClone() - Method in interface com.jme3.util.clone.JmeCloneable
-
Performs a regular shallow clone of the object.
- jmeClone() - Method in class com.jme3.util.IntMap.Entry
- jmeClone() - Method in class com.jme3.util.IntMap
-
Called internally by com.jme3.util.clone.Cloner.
- jmeClone() - Method in class com.jme3.water.WaterFilter
- JmeCloneable - Interface in com.jme3.util.clone
-
Indicates an object that wishes to more actively participate in the two-part deep copying process provided by the Cloner.
- JmeContext - Interface in com.jme3.system
-
Represents a rendering context within the engine.
- JmeContext.Type - Enum Class in com.jme3.system
-
The type of context.
- JmeCursor - Class in com.jme3.cursors.plugins
-
A Jme representation of the LWJGL Cursor class.
- JmeCursor() - Constructor for class com.jme3.cursors.plugins.JmeCursor
- JmeDesktopSystem - Class in com.jme3.system
- JmeDesktopSystem() - Constructor for class com.jme3.system.JmeDesktopSystem
- JmeDialogsFactory - Interface in com.jme3.system
- JmeExporter - Interface in com.jme3.export
-
JmeExporter
specifies an export implementation for jME3 data. - JmeFormatter - Class in com.jme3.util
-
More simple formatter than the default one used in Java logging.
- JmeFormatter() - Constructor for class com.jme3.util.JmeFormatter
- JmeImporter - Interface in com.jme3.export
- JmeIosGLES - Class in com.jme3.renderer.ios
-
The
iOS GLES interface
iOS alternative to Android's GLES20 and GLES30 classes - JmeIosSystem - Class in com.jme3.system.ios
- JmeIosSystem() - Constructor for class com.jme3.system.ios.JmeIosSystem
- jmeLocalBindPose - Variable in class com.jme3.scene.plugins.fbx.node.FbxNode
- jmeLocalNodeTransform - Variable in class com.jme3.scene.plugins.fbx.node.FbxNode
- jmeObject - Variable in class com.jme3.scene.plugins.fbx.obj.FbxObject
- JmeSurfaceView - Class in com.jme3.view.surfaceview
-
A RelativeLayout class holder that wraps a
GLSurfaceView
as a renderer UI component and usesOGLESContext
as a renderer context to render a jme game on an android view for custom xml designs. The main idea ofJmeSurfaceView
class is to start a jMonkeyEngine application in aSystemListener
context on a GL_ES thread, then the game is rendered and updated through aGLSurfaceView
component with a delay of user's choice using aHandler
, during the delay, the user has the ability to handle a couple of actions asynchronously as displaying a progress bar on a SplashScreen or an image or even play a preface game music of choice. - JmeSurfaceView(Context) - Constructor for class com.jme3.view.surfaceview.JmeSurfaceView
-
Instantiates a default surface view holder without XML attributes.
- JmeSurfaceView(Context, AttributeSet) - Constructor for class com.jme3.view.surfaceview.JmeSurfaceView
-
Instantiates a surface view holder with XML attributes from an XML document.
- JmeSurfaceView(Context, AttributeSet, int) - Constructor for class com.jme3.view.surfaceview.JmeSurfaceView
-
Instantiates a surface view holder with XML attributes and a default style attribute.
- JmeSurfaceView(Context, AttributeSet, int, int) - Constructor for class com.jme3.view.surfaceview.JmeSurfaceView
-
Instantiates a surface view holder with XML attributes, default style attribute and a default style resource.
- JmeSurfaceView.DestructionPolicy - Enum Class in com.jme3.view.surfaceview
-
Determines whether the app context would be destructed with the holder activity context in case of
JmeSurfaceView.DestructionPolicy.DESTROY_WHEN_FINISH
or be spared for a second use in case ofJmeSurfaceView.DestructionPolicy.KEEP_WHEN_FINISH
. - JmeSurfaceView.GameState - Class in com.jme3.view.surfaceview
-
Used as a static memory to protect the game context from destruction by Activity#onDestroy().
- JmeSystem - Class in com.jme3.system
-
Utility class to access platform-dependant features.
- JmeSystem.StorageFolderType - Enum Class in com.jme3.system
- JmeSystemDelegate - Class in com.jme3.system
- JmeSystemDelegate() - Constructor for class com.jme3.system.JmeSystemDelegate
- JmeVersion - Class in com.jme3.system
-
Pulls in version info from the version.properties file.
- jmeWorldBindPose - Variable in class com.jme3.scene.plugins.fbx.node.FbxNode
- jmeWorldNodeTransform - Variable in class com.jme3.scene.plugins.fbx.node.FbxNode
- JNA_LIBRARY_NAME - Static variable in class com.jme3.system.osvr.osvrclientkit.OsvrClientKitLibrary
- JNA_LIBRARY_NAME - Static variable in class com.jme3.system.osvr.osvrclientreporttypes.OsvrClientReportTypesLibrary
- JNA_LIBRARY_NAME - Static variable in class com.jme3.system.osvr.osvrdisplay.OsvrDisplayLibrary
- JNA_LIBRARY_NAME - Static variable in class com.jme3.system.osvr.osvrinterface.OsvrInterfaceLibrary
- JNA_LIBRARY_NAME - Static variable in class com.jme3.system.osvr.osvrmatrixconventions.OsvrMatrixConventionsLibrary
- JNA_LIBRARY_NAME - Static variable in class com.jme3.system.osvr.osvrrendermanager.OsvrRenderManagerLibrary
- JNA_LIBRARY_NAME - Static variable in class com.jme3.system.osvr.osvrrendermanageropengl.OsvrRenderManagerOpenGLLibrary
- JNA_LIBRARY_NAME - Static variable in class com.jme3.system.osvr.osvrtimevalue.OsvrTimeValueLibrary
- JNA_NATIVE_LIB - Static variable in class com.jme3.system.osvr.osvrclientkit.OsvrClientKitLibrary
- JNA_NATIVE_LIB - Static variable in class com.jme3.system.osvr.osvrclientreporttypes.OsvrClientReportTypesLibrary
- JNA_NATIVE_LIB - Static variable in class com.jme3.system.osvr.osvrdisplay.OsvrDisplayLibrary
- JNA_NATIVE_LIB - Static variable in class com.jme3.system.osvr.osvrinterface.OsvrInterfaceLibrary
- JNA_NATIVE_LIB - Static variable in class com.jme3.system.osvr.osvrmatrixconventions.OsvrMatrixConventionsLibrary
- JNA_NATIVE_LIB - Static variable in class com.jme3.system.osvr.osvrrendermanager.OsvrRenderManagerLibrary
- JNA_NATIVE_LIB - Static variable in class com.jme3.system.osvr.osvrrendermanageropengl.OsvrRenderManagerOpenGLLibrary
- JNA_NATIVE_LIB - Static variable in class com.jme3.system.osvr.osvrtimevalue.OsvrTimeValueLibrary
- JNA_OPENVR_LIBRARY_PATH - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
-
The system property that specifies an implementation of OpenVR (openvr_api file) to use.
- JOAL - Static variable in class com.jme3.system.AppSettings
-
Use JogAmp's JOAL as the audio renderer.
- JobProgressAdapter<T> - Class in com.jme3.environment.generation
-
Abstract Adapter class that implements optional methods of JobProgressListener.
- JobProgressAdapter() - Constructor for class com.jme3.environment.generation.JobProgressAdapter
- JobProgressListener<T> - Interface in com.jme3.environment.generation
-
An interface listener that will be notified of the progress of an asynchronous generation job.
- JOGL_OPENGL_BACKWARD_COMPATIBLE - Static variable in class com.jme3.system.AppSettings
-
Use JogAmp's JOGL as the display system, with the backward compatible profile
- JOGL_OPENGL_FORWARD_COMPATIBLE - Static variable in class com.jme3.system.AppSettings
-
Use JogAmp's JOGL as the display system, with the OpenGL forward compatible profile
- joint - Variable in class com.jme3.bullet.control.KinematicRagdollControl.PhysicsBoneLink
-
Deprecated.
- Joint - Class in com.jme3.anim
-
A Joint is the basic component of an armature designed to perform skeletal animation Created by Nehon on 15/12/2017.
- Joint() - Constructor for class com.jme3.anim.Joint
-
Instantiate a nameless Joint.
- Joint(String) - Constructor for class com.jme3.anim.Joint
-
Instantiate a Joint with the specified name.
- JointModelTransform - Interface in com.jme3.anim.util
-
Implementations of this interface holds accumulated model transform of a Joint.
- JointPreset() - Constructor for class com.jme3.bullet.control.ragdoll.RagdollPreset.JointPreset
-
Instantiate a preset with no motion allowed.
- JointPreset(float, float, float, float, float, float) - Constructor for class com.jme3.bullet.control.ragdoll.RagdollPreset.JointPreset
-
Instantiate a preset with the specified range of motion.
- joints - Variable in class com.jme3.bullet.debug.BulletDebugAppState
-
map joints to visualizations
- joints - Variable in class com.jme3.bullet.objects.PhysicsRigidBody
- JointShape - Class in com.jme3.scene.debug.custom
- JointShape() - Constructor for class com.jme3.scene.debug.custom.JointShape
-
Serialization only.
- JOpenVRLibrary - Class in com.jme3.system.jopenvr
-
JNA Wrapper for library JOpenVR
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA. - JOpenVRLibrary() - Constructor for class com.jme3.system.jopenvr.JOpenVRLibrary
- JOpenVRLibrary.ChaperoneCalibrationState - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:977
enum values - JOpenVRLibrary.EChaperoneConfigFile - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:981
enum values - JOpenVRLibrary.EChaperoneImportFlags - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:984
enum values - JOpenVRLibrary.ECollisionBoundsStyle - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:714
enum values - JOpenVRLibrary.EColorSpace - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:244
enum values - JOpenVRLibrary.EDeviceActivityLevel - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:623
enum values - JOpenVRLibrary.EDualAnalogWhich - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:655
enum values - JOpenVRLibrary.EGamepadTextInputLineMode - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1050
enum values - JOpenVRLibrary.EGamepadTextInputMode - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1046
enum values - JOpenVRLibrary.EHiddenAreaMeshType - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:696
enum values - JOpenVRLibrary.EIOBufferError - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1129
enum values - JOpenVRLibrary.EIOBufferMode - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1134
enum values - JOpenVRLibrary.EOverlayDirection - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1057
enum values - JOpenVRLibrary.ETextureType - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:239
enum values - JOpenVRLibrary.ETrackedControllerRole - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:267
enum values - JOpenVRLibrary.ETrackedDeviceClass - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:260
enum values - JOpenVRLibrary.ETrackedDeviceProperty - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:432
enum values - JOpenVRLibrary.ETrackedPropertyError - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:447
enum values - JOpenVRLibrary.ETrackingResult - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:251
enum values - JOpenVRLibrary.ETrackingUniverseOrigin - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:272
enum values - JOpenVRLibrary.EVRApplicationError - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:940
enum values - JOpenVRLibrary.EVRApplicationProperty - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:959
enum values - JOpenVRLibrary.EVRApplicationTransitionState - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:965
enum values - JOpenVRLibrary.EVRApplicationType - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:751
enum values - JOpenVRLibrary.EVRButtonId - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:646
enum values - JOpenVRLibrary.EVRComponentProperty - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1083
enum values - JOpenVRLibrary.EVRCompositorError - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:998
enum values - JOpenVRLibrary.EVRCompositorTimingMode - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1003
enum values - JOpenVRLibrary.EVRControllerAxisType - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:702
enum values - JOpenVRLibrary.EVRControllerEventOutputType - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:706
enum values - JOpenVRLibrary.EVREventType - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:616
enum values - JOpenVRLibrary.EVREye - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:229
enum values - JOpenVRLibrary.EVRFirmwareError - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:756
enum values - JOpenVRLibrary.EVRInitError - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:857
enum values - JOpenVRLibrary.EVRInputError - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:674
enum values - JOpenVRLibrary.EVRInputFilterCancelType - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1120
enum values - JOpenVRLibrary.EVRMouseButton - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:651
enum values - JOpenVRLibrary.EVRMuraCorrectionMode - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:909
enum values - JOpenVRLibrary.EVRNotificationError - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:763
enum values - JOpenVRLibrary.EVRNotificationStyle - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1095
enum values - JOpenVRLibrary.EVRNotificationType - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1088
enum values - JOpenVRLibrary.EVROverlayError - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:740
enum values - JOpenVRLibrary.EVROverlayIntersectionMaskPrimitiveType - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1061
enum values - JOpenVRLibrary.EVRRenderModelError - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1076
enum values - JOpenVRLibrary.EVRScreenshotError - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1111
enum values - JOpenVRLibrary.EVRScreenshotPropertyFilenames - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:869
enum values - JOpenVRLibrary.EVRScreenshotType - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:865
enum values - JOpenVRLibrary.EVRSettingsError - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1103
enum values - JOpenVRLibrary.EVRSkeletalMotionRange - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:767
enum values - JOpenVRLibrary.EVRSkeletalTransformSpace - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1116
enum values - JOpenVRLibrary.EVRSpatialAnchorError - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:690
enum values - JOpenVRLibrary.EVRState - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:466
enum values - JOpenVRLibrary.EVRSubmitFlags - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:455
enum values - JOpenVRLibrary.EVRTrackedCameraError - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:888
enum values - JOpenVRLibrary.EVRTrackedCameraFrameLayout - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:894
enum values - JOpenVRLibrary.EVRTrackedCameraFrameType - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:900
enum values - JOpenVRLibrary.EVSync - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:905
enum values - JOpenVRLibrary.ID3D12CommandQueue - Class in com.jme3.system.jopenvr
- JOpenVRLibrary.ID3D12Resource - Class in com.jme3.system.jopenvr
- JOpenVRLibrary.Imu_OffScaleFlags - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:917
enum values - JOpenVRLibrary.VkDevice_T - Class in com.jme3.system.jopenvr
- JOpenVRLibrary.VkInstance_T - Class in com.jme3.system.jopenvr
- JOpenVRLibrary.VkPhysicalDevice_T - Class in com.jme3.system.jopenvr
- JOpenVRLibrary.VkQueue_T - Class in com.jme3.system.jopenvr
- JOpenVRLibrary.VRMessageOverlayResponse - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1041
enum values - JOpenVRLibrary.VROverlayFlags - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1032
enum values - JOpenVRLibrary.VROverlayInputMethod - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1008
enum values - JOpenVRLibrary.VROverlayTransformType - Interface in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1014
enum values - JoyAxisEvent - Class in com.jme3.input.event
-
Joystick axis event.
- JoyAxisEvent(JoystickAxis, float) - Constructor for class com.jme3.input.event.JoyAxisEvent
-
Creates a new event for a joystick axis.
- JoyAxisEvent(JoystickAxis, float, float) - Constructor for class com.jme3.input.event.JoyAxisEvent
-
Creates a new event for a joystick axis.
- joyAxisHash(int, int, boolean) - Static method in class com.jme3.input.controls.JoyAxisTrigger
- JoyAxisTrigger - Class in com.jme3.input.controls
- JoyAxisTrigger(int, int, boolean) - Constructor for class com.jme3.input.controls.JoyAxisTrigger
- JoyButtonEvent - Class in com.jme3.input.event
-
Joystick button event.
- JoyButtonEvent(JoystickButton, boolean) - Constructor for class com.jme3.input.event.JoyButtonEvent
- joyButtonHash(int, int) - Static method in class com.jme3.input.controls.JoyButtonTrigger
- JoyButtonTrigger - Class in com.jme3.input.controls
- JoyButtonTrigger(int, int) - Constructor for class com.jme3.input.controls.JoyButtonTrigger
-
Use
Joystick.assignButton(java.lang.String, int)
instead. - joyInput - Variable in class com.jme3.app.LegacyApplication
- joyInput - Variable in class com.jme3.input.android.AndroidInputHandler
- joyInput - Variable in class com.jme3.system.lwjgl.LwjglContext
- joyInput - Variable in class com.jme3.system.lwjgl.LwjglContextVR
- JoyInput - Interface in com.jme3.input
-
A specific API for interfacing with joysticks or gaming controllers.
- Joystick - Interface in com.jme3.input
-
A joystick represents a single joystick that is installed in the system.
- JoystickAxis - Interface in com.jme3.input
-
Represents a single axis of a Joystick.
- JoystickButton - Interface in com.jme3.input
-
Represents a single button of a Joystick.
- JoystickCompatibilityMappings - Class in com.jme3.input
-
Provides compatibility mapping to different joysticks that both report their name in a unique way and require remapping to achieve a proper default layout.
- JoystickConnectionListener - Interface in com.jme3.input
-
Listens for the state of a joystick connection.
- joystickEventsEnabled - Variable in class com.jme3.app.AndroidHarness
-
If true Android Sensors are used as simulated Joysticks.
- joystickEventsEnabled - Variable in class com.jme3.app.AndroidHarnessFragment
-
If true Android Sensors are used as simulated Joysticks.
- joystickList - Variable in class com.jme3.input.android.AndroidJoyInput
- jump - Variable in class com.jme3.bullet.control.BetterCharacterControl
- jump() - Method in class com.jme3.bullet.control.BetterCharacterControl
-
Makes the character jump with the set jump force.
- jump() - Method in class com.jme3.bullet.objects.PhysicsCharacter
- jumpForce - Variable in class com.jme3.bullet.control.BetterCharacterControl
- jumpSpeed - Variable in class com.jme3.bullet.objects.PhysicsCharacter
K
- k_nDriverNone - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
-
OpenVR Constants
- k_pch_App_ActionManifestURL_String - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_App_BindingAutosaveURLSuffix_String - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_App_BindingCurrentURLSuffix_String - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_App_NeedToUpdateAutosaveSuffix_Bool - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_audio_OffPlaybackDevice_String - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_audio_OffRecordDevice_String - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_audio_OnPlaybackDevice_String - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_audio_OnPlaybackMirrorDevice_String - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_audio_OnRecordDevice_String - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_audio_Section - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_audio_VIVEHDMIGain - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Camera_BoundsColorGammaA_Int32 - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Camera_BoundsColorGammaB_Int32 - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Camera_BoundsColorGammaG_Int32 - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Camera_BoundsColorGammaR_Int32 - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Camera_BoundsStrength_Int32 - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Camera_EnableCamera_Bool - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Camera_EnableCameraForCollisionBounds_Bool - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Camera_EnableCameraForRoomView_Bool - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Camera_EnableCameraInDashboard_Bool - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Camera_RoomViewMode_Int32 - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Camera_Section - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_CollisionBounds_CenterMarkerOn_Bool - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_CollisionBounds_ColorGammaA_Int32 - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_CollisionBounds_ColorGammaB_Int32 - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_CollisionBounds_ColorGammaG_Int32 - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_CollisionBounds_ColorGammaR_Int32 - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_CollisionBounds_FadeDistance_Float - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_CollisionBounds_GroundPerimeterOn_Bool - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_CollisionBounds_PlaySpaceOn_Bool - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_CollisionBounds_Section - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_CollisionBounds_Style_Int32 - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Controller_Component_Base - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Controller_Component_GDC2015 - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Controller_Component_HandGrip - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Controller_Component_Status - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Controller_Component_Tip - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Dashboard_ArcadeMode_Bool - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Dashboard_EnableDashboard_Bool - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Dashboard_EnableWebUI - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Dashboard_EnableWebUIDashboardReplacement - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Dashboard_EnableWebUIDevTools - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Dashboard_Section - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Driver_Enable_Bool - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Keyboard_OffsetLeftX - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Keyboard_OffsetRightX - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Keyboard_OffsetY - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Keyboard_ScaleX - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Keyboard_ScaleY - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Keyboard_Section - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Keyboard_Smoothing - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Keyboard_TutorialCompletions - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Lighthouse_DBHistory_Bool - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Lighthouse_DisableIMU_Bool - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Lighthouse_DisableIMUExceptHMD_Bool - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Lighthouse_DisambiguationDebug_Int32 - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Lighthouse_EnableBluetooth_Bool - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Lighthouse_PowerManagedBaseStations_String - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Lighthouse_PrimaryBasestation_Int32 - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Lighthouse_Section - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Lighthouse_UseDisambiguation_String - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_MimeType_GameTheater - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_MimeType_HomeApp - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_modelskin_Section - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Notifications_DoNotDisturb_Bool - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Notifications_Section - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Null_DisplayFrequency_Float - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Null_ModelNumber_String - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Null_RenderHeight_Int32 - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Null_RenderWidth_Int32 - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Null_SecondsFromVsyncToPhotons_Float - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Null_Section - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Null_SerialNumber_String - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Null_WindowHeight_Int32 - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Null_WindowWidth_Int32 - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Null_WindowX_Int32 - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Null_WindowY_Int32 - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Perf_AllowTimingStore_Bool - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Perf_HeuristicActive_Bool - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Perf_LinuxGPUProfiling_Bool - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Perf_NotifyInHMD_Bool - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Perf_NotifyOnlyOnce_Bool - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Perf_SaveTimingsOnExit_Bool - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Perf_Section - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Perf_TestData_Float - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Power_AutoLaunchSteamVROnButtonPress - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Power_PauseCompositorOnStandby_Bool - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Power_PowerOffOnExit_Bool - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Power_ReturnToWatchdogTimeout_Float - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Power_Section - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Power_TurnOffControllersTimeout_Float - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Power_TurnOffScreensTimeout_Float - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_SteamVR_ActivateMultipleDrivers_Bool - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_SteamVR_AllowAsyncReprojection_Bool - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_SteamVR_AllowDisplayLockedMode_Bool - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_SteamVR_AllowReprojection_Bool - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_SteamVR_AllowSupersampleFiltering_Bool - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_SteamVR_Background_String - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_SteamVR_BackgroundCameraHeight_Float - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_SteamVR_BackgroundDomeRadius_Float - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_SteamVR_BackgroundUseDomeProjection_Bool - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_SteamVR_BaseStationPowerManagement_Bool - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_SteamVR_CycleBackgroundImageTimeSec_Int32 - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_SteamVR_DebugInput - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_SteamVR_DebugInputBinding - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_SteamVR_DebugProcessPipe_String - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_SteamVR_DefaultMirrorView_Int32 - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_SteamVR_DirectMode_Bool - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_SteamVR_DirectModeEdidPid_Int32 - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_SteamVR_DirectModeEdidVid_Int32 - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_SteamVR_DisplayDebug_Bool - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_SteamVR_DisplayDebugX_Int32 - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_SteamVR_DisplayDebugY_Int32 - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_SteamVR_EnableHomeApp - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_SteamVR_EnableLinuxVulkanAsync_Bool - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_SteamVR_ForcedDriverKey_String - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_SteamVR_ForcedHmdKey_String - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_SteamVR_ForceFadeOnBadTracking_Bool - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_SteamVR_ForceReprojection_Bool - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_SteamVR_ForceWindows32bitVRMonitor - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_SteamVR_GridColor_String - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_SteamVR_HaveStartedTutorialForNativeChaperoneDriver_Bool - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_SteamVR_InputBindingUIBlock - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_SteamVR_IPD_Float - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_SteamVR_IpdOffset_Float - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_SteamVR_LegacyInputRebinding - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_SteamVR_LogLevel_Int32 - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_SteamVR_MirrorViewGeometry_String - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_SteamVR_NeverKillProcesses_Bool - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_SteamVR_PlayAreaColor_String - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_SteamVR_RenderCameraMode - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_SteamVR_RequireHmd_String - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_SteamVR_RetailDemo_Bool - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_SteamVR_Section - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_SteamVR_SendSystemButtonToAllApps_Bool - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_SteamVR_ShowMirrorView_Bool - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_SteamVR_ShowStage_Bool - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_SteamVR_SpeakersForwardYawOffsetDegrees_Float - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_SteamVR_StartCompositorFromAppLaunch_Bool - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_SteamVR_StartDashboardFromAppLaunch_Bool - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_SteamVR_StartMonitorFromAppLaunch - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_SteamVR_StartOverlayAppsFromDashboard_Bool - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_SteamVR_SupersampleManualOverride_Bool - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_SteamVR_SupersampleScale_Float - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_SteamVR_UsingSpeakers_Bool - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_Trackers_Section - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_TrackingOverride_Section - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_UserInterface_MinimizeToTray_Bool - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_UserInterface_Screenshots_Bool - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_UserInterface_ScreenshotType_Int - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_UserInterface_Section - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_UserInterface_StatusAlwaysOnTop_Bool - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_WebInterface_Section - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_WebInterface_WebEnable_Bool - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_pch_WebInterface_WebPort_String - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_ulInvalidActionHandle - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_ulInvalidActionSetHandle - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_ulInvalidDriverHandle - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_ulInvalidInputValueHandle - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_ulInvalidIOBufferHandle - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_ulInvalidPropertyContainer - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_ulInvalidSpatialAnchorHandle - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_ulOverlayHandleInvalid - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_unActionPropertyTag - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_unBoolPropertyTag - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_unControllerStateAxisCount - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_unFloatPropertyTag - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_unHapticVibrationPropertyTag - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_unHiddenAreaPropertyTag - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_unHmdMatrix34PropertyTag - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_unHmdMatrix44PropertyTag - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_unHmdVector3PropertyTag - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_unHmdVector4PropertyTag - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_unInputValuePropertyTag - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_unInt32PropertyTag - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_unInvalidPropertyTag - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_unMaxActionNameLength - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_unMaxActionOriginCount - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_unMaxActionSetNameLength - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_unMaxApplicationKeyLength - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_unMaxDriverDebugResponseSize - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_unMaxOverlayCount - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_unMaxOverlayIntersectionMaskPrimitivesCount - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_unMaxPropertyStringSize - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_unMaxSettingsKeyLength - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_unMaxTrackedDeviceCount - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_unNotificationTextMaxSize - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_unOpenVRInternalReserved_End - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_unOpenVRInternalReserved_Start - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_unPathHandleInfoTag - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_unScreenshotHandleInvalid - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_unSkeletonPropertyTag - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_unSpatialAnchorPosePropertyTag - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_unStringPropertyTag - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_unTrackedDeviceIndex_Hmd - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_unTrackedDeviceIndexInvalid - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_unTrackedDeviceIndexOther - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_unUint64PropertyTag - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_unVROverlayMaxKeyLength - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_unVROverlayMaxNameLength - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- k_unWildcardPropertyTag - Static variable in class com.jme3.system.jopenvr.JOpenVRLibrary
- Keep - Enum constant in enum class com.jme3.material.RenderState.StencilOperation
-
Keep the current value.
- KEEP_WHEN_FINISH - Enum constant in enum class com.jme3.view.surfaceview.JmeSurfaceView.DestructionPolicy
-
Spares the game context inside a static memory
JmeSurfaceView.GameState.legacyApplication
when the activity context is destroyed, but the app stills in the background. - Kernel - Class in com.jme3.opencl
-
Wrapper for an OpenCL kernel, a piece of executable code on the GPU.
- Kernel - Interface in com.jme3.network.kernel
-
Defines the basic byte[] passing messaging kernel.
- Kernel(OpenCLObject.ObjectReleaser) - Constructor for class com.jme3.opencl.Kernel
- Kernel.LocalMem - Class in com.jme3.opencl
-
A placeholder for kernel arguments representing local kernel memory.
- Kernel.LocalMemPerElement - Class in com.jme3.opencl
-
A placeholder for a kernel argument representing local kernel memory per thread.
- Kernel.WorkSize - Class in com.jme3.opencl
-
The work size (global and local) for executing a kernel
- KernelAdapter - Class in com.jme3.network.base
-
Wraps a single Kernel and forwards new messages to the supplied message dispatcher and new endpoint events to the connection dispatcher.
- KernelAdapter(DefaultServer, Kernel, MessageProtocol, MessageListener<HostedConnection>, boolean) - Constructor for class com.jme3.network.base.KernelAdapter
- KernelCompilationException - Exception in com.jme3.opencl
-
This exception is thrown by
Program.build()
when the compilation failed. - KernelCompilationException(String, int, String) - Constructor for exception com.jme3.opencl.KernelCompilationException
- KernelException - Exception in com.jme3.network.kernel
-
Represents a kernel-level error, usually encapsulating an IOException as its cause.
- KernelException(String) - Constructor for exception com.jme3.network.kernel.KernelException
- KernelException(String, Throwable) - Constructor for exception com.jme3.network.kernel.KernelException
- KernelFactory - Interface in com.jme3.network.base
-
Supplied to the DefaultServer to create any additional channel kernels that might be required.
- Kerning - Class in com.jme3.font
-
Represents kerning information for a character.
- Kerning() - Constructor for class com.jme3.font.Kerning
- key - Variable in class com.jme3.asset.AssetInfo
- key - Variable in class com.jme3.scene.plugins.fbx.material.FbxImage
- key - Variable in class com.jme3.scene.plugins.MTLLoader
- key - Variable in class com.jme3.scene.plugins.OBJLoader
- key - Variable in class com.jme3.scene.Spatial
-
Used for smart asset caching
- KEY_0 - Static variable in interface com.jme3.input.KeyInput
-
0 key.
- KEY_1 - Static variable in interface com.jme3.input.KeyInput
-
1 key.
- KEY_2 - Static variable in interface com.jme3.input.KeyInput
-
2 key.
- KEY_3 - Static variable in interface com.jme3.input.KeyInput
-
3 key.
- KEY_4 - Static variable in interface com.jme3.input.KeyInput
-
4 key.
- KEY_5 - Static variable in interface com.jme3.input.KeyInput
-
5 key.
- KEY_6 - Static variable in interface com.jme3.input.KeyInput
-
6 key.
- KEY_7 - Static variable in interface com.jme3.input.KeyInput
-
7 key.
- KEY_8 - Static variable in interface com.jme3.input.KeyInput
-
8 key.
- KEY_9 - Static variable in interface com.jme3.input.KeyInput
-
9 key.
- KEY_A - Static variable in interface com.jme3.input.KeyInput
-
a key.
- KEY_ADD - Static variable in interface com.jme3.input.KeyInput
-
+ key (num pad).
- KEY_APOSTROPHE - Static variable in interface com.jme3.input.KeyInput
-
' key.
- KEY_APPS - Static variable in interface com.jme3.input.KeyInput
- KEY_AT - Static variable in interface com.jme3.input.KeyInput
-
@ key (NEC PC98).
- KEY_AX - Static variable in interface com.jme3.input.KeyInput
-
ax key (Japanese).
- KEY_B - Static variable in interface com.jme3.input.KeyInput
-
b key.
- KEY_BACK - Static variable in interface com.jme3.input.KeyInput
-
back key.
- KEY_BACKSLASH - Static variable in interface com.jme3.input.KeyInput
-
\ key.
- KEY_C - Static variable in interface com.jme3.input.KeyInput
-
c key.
- KEY_CAPITAL - Static variable in interface com.jme3.input.KeyInput
-
caps lock key.
- KEY_CIRCUMFLEX - Static variable in interface com.jme3.input.KeyInput
-
circum flex key (Japanese).
- KEY_COLON - Static variable in interface com.jme3.input.KeyInput
-
: key (NEC PC98)
- KEY_COMMA - Static variable in interface com.jme3.input.KeyInput
-
, key.
- KEY_CONVERT - Static variable in interface com.jme3.input.KeyInput
-
convert key (Japanese).
- KEY_D - Static variable in interface com.jme3.input.KeyInput
-
d key.
- KEY_DECIMAL - Static variable in interface com.jme3.input.KeyInput
-
.
- KEY_DELETE - Static variable in interface com.jme3.input.KeyInput
-
delete key.
- KEY_DIVIDE - Static variable in interface com.jme3.input.KeyInput
-
/ key (num pad).
- KEY_DOWN - Enum constant in enum class com.jme3.input.event.TouchEvent.Type
-
Virtual keyboard or hardware key event down, fields: keyCode, characters
- KEY_DOWN - Static variable in interface com.jme3.input.KeyInput
-
down arrow key.
- KEY_E - Static variable in interface com.jme3.input.KeyInput
-
e key.
- KEY_END - Static variable in interface com.jme3.input.KeyInput
-
end key.
- KEY_EQUALS - Static variable in interface com.jme3.input.KeyInput
-
= key.
- KEY_ESCAPE - Static variable in interface com.jme3.input.KeyInput
-
escape key.
- KEY_F - Static variable in interface com.jme3.input.KeyInput
-
f key.
- KEY_F1 - Static variable in interface com.jme3.input.KeyInput
-
F1 key.
- KEY_F10 - Static variable in interface com.jme3.input.KeyInput
-
F10 key.
- KEY_F11 - Static variable in interface com.jme3.input.KeyInput
-
F11 key.
- KEY_F12 - Static variable in interface com.jme3.input.KeyInput
-
F12 key.
- KEY_F13 - Static variable in interface com.jme3.input.KeyInput
-
F13 key.
- KEY_F14 - Static variable in interface com.jme3.input.KeyInput
-
F14 key.
- KEY_F15 - Static variable in interface com.jme3.input.KeyInput
-
F15 key.
- KEY_F2 - Static variable in interface com.jme3.input.KeyInput
-
F2 key.
- KEY_F3 - Static variable in interface com.jme3.input.KeyInput
-
F3 key.
- KEY_F4 - Static variable in interface com.jme3.input.KeyInput
-
F4 key.
- KEY_F5 - Static variable in interface com.jme3.input.KeyInput
-
F5 key.
- KEY_F6 - Static variable in interface com.jme3.input.KeyInput
-
F6 key.
- KEY_F7 - Static variable in interface com.jme3.input.KeyInput
-
F7 key.
- KEY_F8 - Static variable in interface com.jme3.input.KeyInput
-
F8 key.
- KEY_F9 - Static variable in interface com.jme3.input.KeyInput
-
F9 key.
- KEY_G - Static variable in interface com.jme3.input.KeyInput
-
g key.
- KEY_GRAVE - Static variable in interface com.jme3.input.KeyInput
-
` key.
- KEY_H - Static variable in interface com.jme3.input.KeyInput
-
h key.
- KEY_HOME - Static variable in interface com.jme3.input.KeyInput
-
home key.
- KEY_I - Static variable in interface com.jme3.input.KeyInput
-
i key.
- KEY_INSERT - Static variable in interface com.jme3.input.KeyInput
-
insert key.
- KEY_J - Static variable in interface com.jme3.input.KeyInput
-
j key.
- KEY_K - Static variable in interface com.jme3.input.KeyInput
-
k key.
- KEY_KANA - Static variable in interface com.jme3.input.KeyInput
-
kana key (Japanese).
- KEY_KANJI - Static variable in interface com.jme3.input.KeyInput
-
kanji key (Japanese).
- KEY_L - Static variable in interface com.jme3.input.KeyInput
-
l key.
- KEY_LAST - Static variable in interface com.jme3.input.KeyInput
-
the last key.
- KEY_LBRACKET - Static variable in interface com.jme3.input.KeyInput
-
[ key.
- KEY_LCONTROL - Static variable in interface com.jme3.input.KeyInput
-
left control key.
- KEY_LEFT - Static variable in interface com.jme3.input.KeyInput
-
left arrow key.
- KEY_LMENU - Static variable in interface com.jme3.input.KeyInput
-
left alt key.
- KEY_LMETA - Static variable in interface com.jme3.input.KeyInput
-
Left "Windows" key on PC keyboards, left "Option" key on Mac keyboards.
- KEY_LSHIFT - Static variable in interface com.jme3.input.KeyInput
-
left shift key.
- KEY_M - Static variable in interface com.jme3.input.KeyInput
-
m key.
- KEY_MINUS - Static variable in interface com.jme3.input.KeyInput
-
- key.
- KEY_MULTIPLE - Enum constant in enum class com.jme3.input.event.TouchEvent.Type
-
Virtual keyboard or hardware key event up, fields: keyCode, characters
- KEY_MULTIPLY - Static variable in interface com.jme3.input.KeyInput
-
* key (on keypad).
- KEY_N - Static variable in interface com.jme3.input.KeyInput
-
n key.
- KEY_NEXT - Static variable in interface com.jme3.input.KeyInput
-
PgDn key.
- KEY_NOCONVERT - Static variable in interface com.jme3.input.KeyInput
-
noconvert key (Japanese).
- KEY_NUMLOCK - Static variable in interface com.jme3.input.KeyInput
-
NumLK key.
- KEY_NUMPAD0 - Static variable in interface com.jme3.input.KeyInput
-
0 key (num pad).
- KEY_NUMPAD1 - Static variable in interface com.jme3.input.KeyInput
-
1 key (num pad).
- KEY_NUMPAD2 - Static variable in interface com.jme3.input.KeyInput
-
2 key (num pad).
- KEY_NUMPAD3 - Static variable in interface com.jme3.input.KeyInput
-
3 key (num pad).
- KEY_NUMPAD4 - Static variable in interface com.jme3.input.KeyInput
-
4 key (num pad).
- KEY_NUMPAD5 - Static variable in interface com.jme3.input.KeyInput
-
5 key (num pad).
- KEY_NUMPAD6 - Static variable in interface com.jme3.input.KeyInput
-
6 key (num pad).
- KEY_NUMPAD7 - Static variable in interface com.jme3.input.KeyInput
-
7 key (num pad).
- KEY_NUMPAD8 - Static variable in interface com.jme3.input.KeyInput
-
8 key (num pad).
- KEY_NUMPAD9 - Static variable in interface com.jme3.input.KeyInput
-
9 key (num pad).
- KEY_NUMPADCOMMA - Static variable in interface com.jme3.input.KeyInput
-
, key on num pad (NEC PC98).
- KEY_NUMPADENTER - Static variable in interface com.jme3.input.KeyInput
-
Enter key (num pad).
- KEY_NUMPADEQUALS - Static variable in interface com.jme3.input.KeyInput
-
= on num pad (NEC PC98).
- KEY_O - Static variable in interface com.jme3.input.KeyInput
-
o key.
- KEY_P - Static variable in interface com.jme3.input.KeyInput
-
p key.
- KEY_PAUSE - Static variable in interface com.jme3.input.KeyInput
-
pause key.
- KEY_PERIOD - Static variable in interface com.jme3.input.KeyInput
-
.
- KEY_PGDN - Static variable in interface com.jme3.input.KeyInput
-
PgDn key.
- KEY_PGUP - Static variable in interface com.jme3.input.KeyInput
-
PgUp key.
- KEY_POWER - Static variable in interface com.jme3.input.KeyInput
-
power key.
- KEY_PRIOR - Static variable in interface com.jme3.input.KeyInput
-
PgUp key.
- KEY_PRTSCR - Static variable in interface com.jme3.input.KeyInput
-
PrtScr key.
- KEY_Q - Static variable in interface com.jme3.input.KeyInput
-
q key.
- KEY_R - Static variable in interface com.jme3.input.KeyInput
-
r key.
- KEY_RBRACKET - Static variable in interface com.jme3.input.KeyInput
-
] key.
- KEY_RCONTROL - Static variable in interface com.jme3.input.KeyInput
-
right control key.
- KEY_RETURN - Static variable in interface com.jme3.input.KeyInput
-
enter (main keyboard) key.
- KEY_RIGHT - Static variable in interface com.jme3.input.KeyInput
-
right arrow key.
- KEY_RMENU - Static variable in interface com.jme3.input.KeyInput
-
right alt key.
- KEY_RMETA - Static variable in interface com.jme3.input.KeyInput
-
Right "Windows" key on PC keyboards, right "Option" key on Mac keyboards.
- KEY_RSHIFT - Static variable in interface com.jme3.input.KeyInput
-
right shift key.
- KEY_S - Static variable in interface com.jme3.input.KeyInput
-
s key.
- KEY_SCROLL - Static variable in interface com.jme3.input.KeyInput
-
Scroll lock key.
- KEY_SEMICOLON - Static variable in interface com.jme3.input.KeyInput
-
; key.
- KEY_SLASH - Static variable in interface com.jme3.input.KeyInput
-
/ key (main keyboard).
- KEY_SLEEP - Static variable in interface com.jme3.input.KeyInput
-
sleep key.
- KEY_SPACE - Static variable in interface com.jme3.input.KeyInput
-
space key.
- KEY_STOP - Static variable in interface com.jme3.input.KeyInput
-
stop key (NEC PC98).
- KEY_SUBTRACT - Static variable in interface com.jme3.input.KeyInput
-
- key (num pad).
- KEY_SYSRQ - Static variable in interface com.jme3.input.KeyInput
-
SysRq key.
- KEY_T - Static variable in interface com.jme3.input.KeyInput
-
t key.
- KEY_TAB - Static variable in interface com.jme3.input.KeyInput
-
tab key.
- KEY_U - Static variable in interface com.jme3.input.KeyInput
-
u key.
- KEY_UNDERLINE - Static variable in interface com.jme3.input.KeyInput
-
_ key (NEC PC98).
- KEY_UNKNOWN - Static variable in interface com.jme3.input.KeyInput
-
unmapped key.
- KEY_UNLABELED - Static variable in interface com.jme3.input.KeyInput
-
(J3100).
- KEY_UP - Enum constant in enum class com.jme3.input.event.TouchEvent.Type
-
Virtual keyboard or hardware key event up, fields: keyCode, characters
- KEY_UP - Static variable in interface com.jme3.input.KeyInput
-
up arrow key.
- KEY_V - Static variable in interface com.jme3.input.KeyInput
-
v key.
- KEY_W - Static variable in interface com.jme3.input.KeyInput
-
w key.
- KEY_X - Static variable in interface com.jme3.input.KeyInput
-
x key.
- KEY_Y - Static variable in interface com.jme3.input.KeyInput
-
y key.
- KEY_YEN - Static variable in interface com.jme3.input.KeyInput
-
yen key (Japanese).
- KEY_Z - Static variable in interface com.jme3.input.KeyInput
-
z key.
- keyboard - Variable in class com.jme3.system.jopenvr.VREvent_Data_t
-
C type : VREvent_Keyboard_t
- KEYCODE_BACK - Static variable in interface com.jme3.input.TouchInput
-
Escape key.
- KEYCODE_HOME - Static variable in interface com.jme3.input.TouchInput
-
Home key
- KEYCODE_MENU - Static variable in interface com.jme3.input.TouchInput
-
Context Menu key.
- KEYCODE_SEARCH - Static variable in interface com.jme3.input.TouchInput
-
Search key.
- KEYCODE_VOLUME_DOWN - Static variable in interface com.jme3.input.TouchInput
-
Volume down key.
- KEYCODE_VOLUME_UP - Static variable in interface com.jme3.input.TouchInput
-
Volume up key.
- keyEventsEnabled - Variable in class com.jme3.app.AndroidHarness
-
If true KeyEvents are generated from TouchEvents
- keyEventsEnabled - Variable in class com.jme3.app.AndroidHarnessFragment
-
If true KeyEvents are generated from TouchEvents
- KeyFrame - Class in com.jme3.cinematic
- KeyFrame() - Constructor for class com.jme3.cinematic.KeyFrame
- keyFramesPerSeconds - Variable in class com.jme3.cinematic.TimeLine
- keyFramesRotation - Variable in class com.jme3.animation.AnimationFactory
-
Deprecated.
- keyFramesScale - Variable in class com.jme3.animation.AnimationFactory
-
Deprecated.
- keyFramesTranslation - Variable in class com.jme3.animation.AnimationFactory
-
Deprecated.The map of keyFrames to compute the animation.
- keyHash(int) - Static method in class com.jme3.input.controls.KeyTrigger
- keyInput - Variable in class com.jme3.app.LegacyApplication
- keyInput - Variable in class com.jme3.system.awt.AwtPanelsContext
- keyInput - Variable in class com.jme3.system.AWTContext
-
The key input.
- keyInput - Variable in class com.jme3.system.lwjgl.LwjglContext
- keyInput - Variable in class com.jme3.system.lwjgl.LwjglContextVR
- KeyInput - Interface in com.jme3.input
-
A specific API for interfacing with the keyboard.
- KeyInputEvent - Class in com.jme3.input.event
-
Keyboard key event.
- KeyInputEvent(int, char, boolean, boolean) - Constructor for class com.jme3.input.event.KeyInputEvent
- KeyNames - Class in com.jme3.input
-
Translate key codes (from
KeyInput
) to descriptive names. - KeyNames() - Constructor for class com.jme3.input.KeyNames
- keyPressed(KeyEvent) - Method in class com.jme3.input.awt.AwtKeyInput
- keyPressed(KeyEvent) - Method in class com.jme3.input.AWTKeyInput
- keyReleased(KeyEvent) - Method in class com.jme3.input.awt.AwtKeyInput
- keyReleased(KeyEvent) - Method in class com.jme3.input.AWTKeyInput
- keySet() - Method in class com.jme3.util.ListMap
- keyTimes - Variable in class com.jme3.scene.plugins.fbx.objects.FbxAnimCurve
- KeyTrigger - Class in com.jme3.input.controls
-
A
KeyTrigger
is used as a mapping to keyboard keys. - KeyTrigger(int) - Constructor for class com.jme3.input.controls.KeyTrigger
-
Create a new
KeyTrigger
for the given keycode. - keyTyped(KeyEvent) - Method in class com.jme3.input.awt.AwtKeyInput
- keyTyped(KeyEvent) - Method in class com.jme3.input.AWTKeyInput
- keyValues - Variable in class com.jme3.scene.plugins.fbx.objects.FbxAnimCurve
- KICK - Static variable in class com.jme3.network.message.DisconnectMessage
- killAllParticles() - Method in class com.jme3.effect.ParticleEmitter
-
Instantly kills all active particles, after this method is called, all particles will be dead and no longer visible.
- killParticle(int) - Method in class com.jme3.effect.ParticleEmitter
-
Kills the particle at the given index.
- KillParticleControl() - Constructor for class com.jme3.animation.EffectTrack.KillParticleControl
-
Deprecated.
- kinematic - Variable in class com.jme3.bullet.objects.PhysicsRigidBody
- Kinematic - Enum constant in enum class com.jme3.bullet.control.KinematicRagdollControl.Mode
-
Deprecated.collision shapes follow the movements of bones in the skeleton
- KinematicRagdollControl - Class in com.jme3.bullet.control
-
Deprecated.
- KinematicRagdollControl() - Constructor for class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.Instantiate an enabled control.
- KinematicRagdollControl(float) - Constructor for class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.Instantiate an enabled control with the specified weight threshold.
- KinematicRagdollControl(RagdollPreset) - Constructor for class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.Instantiate an enabled control with the specified preset.
- KinematicRagdollControl(RagdollPreset, float) - Constructor for class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.Instantiate an enabled control with the specified preset and weight threshold.
- KinematicRagdollControl.Mode - Enum Class in com.jme3.bullet.control
-
Deprecated.Enumerate joint-control modes for this control.
- KinematicRagdollControl.PhysicsBoneLink - Class in com.jme3.bullet.control
-
Deprecated.Link a bone to a jointed rigid body.
- kinematicSpatial - Variable in class com.jme3.bullet.control.RigidBodyControl
-
true→body is kinematic, false→body is static or dynamic
- KinematicSubmode - Enum Class in com.jme3.bullet.animation
-
Enumerate submodes for a link in kinematic mode.
- kinematicUpdate(float) - Method in class com.jme3.bullet.animation.BoneLink
-
Update this link in blended Kinematic mode.
- kinematicUpdate(float) - Method in class com.jme3.bullet.animation.PhysicsLink
-
Update this link in blended Kinematic mode.
- kinematicUpdate(float) - Method in class com.jme3.bullet.animation.TorsoLink
-
Update this link in blended Kinematic mode.
- kinematicUpdate(float) - Method in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.Update this control in Kinematic mode, based on bone animation tracks.
- kinematicWeight() - Method in class com.jme3.bullet.animation.PhysicsLink
-
Read the kinematic weight of this link.
- KTXLoader - Class in com.jme3.texture.plugins.ktx
-
A KTX file loader KTX file format is an image container defined by the Khronos group See specs here https://www.khronos.org/opengles/sdk/tools/KTX/file_format_spec/ This loader doesn't support compressed files yet.
- KTXLoader() - Constructor for class com.jme3.texture.plugins.ktx.KTXLoader
- KTXWriter - Class in com.jme3.texture.plugins.ktx
-
This class allows one to write a KTX file.
- KTXWriter(String) - Constructor for class com.jme3.texture.plugins.ktx.KTXWriter
-
Creates a KTXWriter that will write files in the given path
L
- lambda - Variable in class com.jme3.shadow.DirectionalLightShadowRenderer
- lambda - Variable in class com.jme3.shadow.DirectionalLightShadowRendererVR
- lambda - Variable in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
- lastCameraLocations - Variable in class com.jme3.terrain.geomipmap.TerrainLodControl
- lastDistance - Variable in class com.jme3.light.Light
-
Used in LightList for caching the distance to the owner spatial.
- lastIndexOf(Object) - Method in class com.jme3.util.SafeArrayList
- lastKeyFrameIndex - Variable in class com.jme3.cinematic.TimeLine
- lastLimit - Variable in class com.jme3.scene.VertexBuffer
- lastMaterialId - Variable in class com.jme3.scene.plugins.fbx.objects.FbxMesh
- lastShader - Variable in class com.jme3.renderer.Statistics
-
ID of the most recently used shader.
- lastTextureState - Variable in class com.jme3.texture.Image
- LastTextureState - Class in com.jme3.texture.image
-
Stores/caches texture-state parameters so the
Renderer
doesn't have to set them each time. - LastTextureState() - Constructor for class com.jme3.texture.image.LastTextureState
- lastThrottleState - Variable in class com.jme3.system.awt.AwtPanelsContext
- lastTpf - Variable in class com.jme3.audio.AudioNode
- lastUpdateTime - Variable in class com.jme3.system.android.OGLESContext
- LaunchApplication - Variable in class com.jme3.system.jopenvr.VR_IVRApplications_FnTable
-
C type : LaunchApplication_callback*
- LaunchApplicationFromMimeType - Variable in class com.jme3.system.jopenvr.VR_IVRApplications_FnTable
-
C type : LaunchApplicationFromMimeType_callback*
- LaunchDashboardOverlay - Variable in class com.jme3.system.jopenvr.VR_IVRApplications_FnTable
-
C type : LaunchDashboardOverlay_callback*
- LaunchInternalProcess - Variable in class com.jme3.system.jopenvr.VR_IVRApplications_FnTable
-
C type : LaunchInternalProcess_callback*
- LaunchTemplateApplication - Variable in class com.jme3.system.jopenvr.VR_IVRApplications_FnTable
-
C type : LaunchTemplateApplication_callback*
- layer(int) - Method in class com.jme3.texture.FrameBuffer.FrameBufferTextureTarget
- layerId - Variable in class com.jme3.scene.plugins.fbx.objects.FbxAnimNode
- layoutDisplay() - Method in class com.jme3.app.AndroidHarness
- LazyMessageBuffer - Class in com.jme3.network.base.protocol
-
A MessageBuffer implementation that will deserialize messages as they are returned instead of deserializing them as the data comes in.
- LazyMessageBuffer(MessageProtocol) - Constructor for class com.jme3.network.base.protocol.LazyMessageBuffer
- left - Variable in class com.jme3.system.osvr.osvrrendermanager.OSVR_ProjectionMatrix
- left - Variable in class com.jme3.system.osvr.osvrrendermanager.OSVR_ViewportDescription
-
Left side of the viewport in pixels
- left - Variable in class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_ProjectionMatrix
- left - Variable in class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_ViewportDescription
-
Left side of the viewport in pixels
- Left - Enum constant in enum class com.jme3.font.BitmapFont.Align
-
Align text on the left of the text block
- LEFT_TRIGGER - Static variable in interface com.jme3.input.JoystickAxis
- LEFT_VIEW_NAME - Static variable in interface com.jme3.input.vr.VRViewManager
-
The name of the left view.
- leftCamera - Variable in class com.jme3.input.vr.AbstractVRViewManager
- leftClickRotate - Variable in class com.jme3.input.ChaseCamera
- leftEyeDepth - Variable in class com.jme3.input.vr.AbstractVRViewManager
- leftEyeTexture - Variable in class com.jme3.input.vr.AbstractVRViewManager
- leftHand - Static variable in class com.jme3.input.vr.osvr.OSVRInput
-
The left-hand system String.
- leftNeighbour - Variable in class com.jme3.terrain.geomipmap.TerrainPatch
- leftPostProcessor - Variable in class com.jme3.input.vr.AbstractVRViewManager
- leftVector - Variable in class com.jme3.app.ChaseCameraAppState
- leftViewPort - Variable in class com.jme3.input.vr.AbstractVRViewManager
- Legacy - Enum constant in enum class com.jme3.material.TechniqueDef.LightSpace
- LegacyApplication - Class in com.jme3.app
-
The
LegacyApplication
class represents an instance of a real-time 3D rendering jME application. - LegacyApplication() - Constructor for class com.jme3.app.LegacyApplication
-
Create a new instance of
LegacyApplication
. - LegacyApplication(AppState...) - Constructor for class com.jme3.app.LegacyApplication
-
Create a new instance of
LegacyApplication
, preinitialized with the specified set of app states. - length() - Method in class com.jme3.math.Vector2f
-
Returns the length (or magnitude).
- length() - Method in class com.jme3.math.Vector3f
-
Returns the length (or magnitude).
- length() - Method in class com.jme3.math.Vector4f
-
length
calculates the magnitude of this vector. - length(float[]) - Static method in class com.jme3.terrain.noise.ShaderUtils
- length(float, float, float) - Static method in class com.jme3.terrain.noise.ShaderUtils
- lengthSquared() - Method in class com.jme3.math.Vector2f
-
Returns the square of the length.
- lengthSquared() - Method in class com.jme3.math.Vector3f
-
Returns the square of the length.
- lengthSquared() - Method in class com.jme3.math.Vector4f
-
lengthSquared
calculates the squared value of the magnitude of the vector. - Less - Enum constant in enum class com.jme3.material.RenderState.TestFunction
-
The test succeeds if the input value is less than the reference value.
- LessOrEqual - Enum constant in enum class com.jme3.material.RenderState.TestFunction
-
The test succeeds if the input value is less than or equal to the reference value.
- LessOrEqual - Enum constant in enum class com.jme3.texture.Texture.ShadowCompareMode
-
Compares the 3rd texture coordinate R to the value in this depth texture. If R <= texture value then result is 1.0, otherwise, result is 0.0. If filtering is set to bilinear or trilinear the implementation may sample the texture multiple times to provide smoother results in the range [0, 1].
- level(int) - Method in class com.jme3.texture.FrameBuffer.FrameBufferTextureTarget
- lexicon - Variable in class com.jme3.bullet.control.ragdoll.RagdollPreset
-
lexicon to map bone names to entries
- LexiconEntry() - Constructor for class com.jme3.bullet.control.ragdoll.RagdollPreset.LexiconEntry
- library - Variable in class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_OpenResultsOpenGL
-
C type : OSVR_GraphicsLibraryOpenGL
- library - Variable in class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_RenderInfoOpenGL
-
C type : OSVR_GraphicsLibraryOpenGL
- life - Variable in class com.jme3.effect.Particle
-
Particle remaining life, in seconds.
- light - Variable in class com.jme3.shadow.DirectionalLightShadowRenderer
- light - Variable in class com.jme3.shadow.DirectionalLightShadowRendererVR
- light - Variable in class com.jme3.shadow.PointLightShadowRenderer
- light - Variable in class com.jme3.shadow.SpotLightShadowRenderer
- Light - Class in com.jme3.light
-
Abstract class for representing a light source.
- Light() - Constructor for class com.jme3.light.Light
- Light(ColorRGBA) - Constructor for class com.jme3.light.Light
- Light.Type - Enum Class in com.jme3.light
-
Describes the light type.
- LightColor - Enum constant in enum class com.jme3.shader.UniformBinding
-
The light color when rendering in multi pass mode Type: vec4
- LightControl - 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.
- LightControl() - Constructor for class com.jme3.scene.control.LightControl
-
Constructor used for Serialization.
- LightControl(Light) - Constructor for class com.jme3.scene.control.LightControl
- LightControl(Light, LightControl.ControlDirection) - Constructor for class com.jme3.scene.control.LightControl
- LightControl.ControlDirection - Enum Class in com.jme3.scene.control
- LightDirection - Enum constant in enum class com.jme3.shader.UniformBinding
-
The light direction when rendering in multi pass mode Type: vec4
- LightFilter - Interface in com.jme3.light
- LightGray - Static variable in class com.jme3.math.ColorRGBA
-
The color gray (.8,.8,.8).
- LIGHTING - Static variable in class com.jme3.material.Materials
- LightList - Class in com.jme3.light
-
LightList
is used internally bySpatial
s to manage lights that are attached to them. - LightList() - Constructor for class com.jme3.light.LightList
-
constructor for serialization.
- LightList(Spatial) - Constructor for class com.jme3.light.LightList
-
Creates a
LightList
for the givenSpatial
. - LightNode - Class in com.jme3.scene
-
Deprecated.Use a
LightControl
attached to aNode
directly. - LightNode() - Constructor for class com.jme3.scene.LightNode
-
Deprecated.Serialization only.
- LightNode(String, Light) - Constructor for class com.jme3.scene.LightNode
-
Deprecated.
- LightNode(String, LightControl) - Constructor for class com.jme3.scene.LightNode
-
Deprecated.
- LightPosition - Enum constant in enum class com.jme3.shader.UniformBinding
-
The light position when rendering in multi pass mode Type: vec4
- LightProbe - Class in com.jme3.light
-
A LightProbe is not exactly a light.
- LightProbe() - Constructor for class com.jme3.light.LightProbe
-
Empty constructor used for serialization.
- LightProbe.AreaType - Enum Class in com.jme3.light
- LightProbeBlendingStrategy - Interface in com.jme3.light
-
This is the interface to implement if you want to make your own LightProbe blending strategy.
- LightProbeFactory - Class in com.jme3.environment
-
Creates LightProbes within a scene, given an EnvironmentCamera.
- lightReceivers - Variable in class com.jme3.shadow.AbstractShadowRenderer
- lightReceivers - Variable in class com.jme3.shadow.AbstractShadowRendererVR
- lightReceivers - Variable in class com.jme3.shadow.BasicShadowRenderer
-
Deprecated.
- lightReceivers - Variable in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
- LightScatteringFilter - Class in com.jme3.post.filters
-
LightScattering filters create rays coming from light sources This is often referred to as god rays.
- LightScatteringFilter() - Constructor for class com.jme3.post.filters.LightScatteringFilter
-
creates a lightScattering filter
- LightScatteringFilter(Vector3f) - Constructor for class com.jme3.post.filters.LightScatteringFilter
-
Creates a lightScatteringFilter
- LightsDebugState - Class in com.jme3.environment.util
-
A debug state that will display Light gizmos on screen.
- LightsDebugState() - Constructor for class com.jme3.environment.util.LightsDebugState
- LightsPunctualExtensionLoader - Class in com.jme3.scene.plugins.gltf
-
Extension loader for KHR_lights_punctual extension which allows for lights to be added to the node from the gltf model.
- LightsPunctualExtensionLoader() - Constructor for class com.jme3.scene.plugins.gltf.LightsPunctualExtensionLoader
- LightToSpatial - Enum constant in enum class com.jme3.scene.control.LightControl.ControlDirection
-
Means, that the Light's transform is "copied" to the Transform of the Spatial.
- lightViewProjectionsMatrices - Variable in class com.jme3.shadow.AbstractShadowRenderer
- lightViewProjectionsMatrices - Variable in class com.jme3.shadow.AbstractShadowRendererVR
- lightViewProjectionsMatrices - Variable in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
- limit - Variable in class com.jme3.math.Ray
-
The length of the ray (defaults to +Infinity).
- Limits - Enum Class in com.jme3.renderer
-
Allows querying the limits of certain features in
Renderer
. - limitSoftness - Variable in class com.jme3.bullet.joints.HingeJoint
- line - Variable in class com.jme3.util.blockparser.Statement
- Line - Class in com.jme3.math
-
Line
defines a line. - Line - Class in com.jme3.scene.shape
-
A simple line implementation with a start and an end.
- Line() - Constructor for class com.jme3.math.Line
-
Constructor instantiates a new
Line
object. - Line() - Constructor for class com.jme3.scene.shape.Line
-
No-argument constructor needed by SavableClassUtil.
- Line(Vector3f, Vector3f) - Constructor for class com.jme3.math.Line
-
Constructor instantiates a new
Line
object. - Line(Vector3f, Vector3f) - Constructor for class com.jme3.scene.shape.Line
- linear - Static variable in class com.jme3.math.Easing
-
In
- Linear - Enum constant in enum class com.jme3.math.Spline.SplineType
- Linear - Enum constant in enum class com.jme3.texture.image.ColorSpace
- linearAcceleration - Variable in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_AccelerationState
-
C type : OSVR_LinearAccelerationState
- linearAccelerationValid - Variable in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_AccelerationState
-
C type : OSVR_CBool
- LinearBlendSpace - Class in com.jme3.anim.tween.action
- LinearBlendSpace(float, float) - Constructor for class com.jme3.anim.tween.action.LinearBlendSpace
- LinearVec3f - Static variable in class com.jme3.anim.interpolator.AnimInterpolators
- linearVelocity - Variable in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_VelocityState
-
C type : OSVR_LinearVelocityState
- linearVelocityValid - Variable in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_VelocityState
-
C type : OSVR_CBool
- LineLoop - Enum constant in enum class com.jme3.scene.Mesh.Mode
-
Identical to
Mesh.Mode.LineStrip
except that at the end the last vertex is connected with the first to form a line. - lineNumber - Variable in class com.jme3.util.blockparser.Statement
- Lines - Enum constant in enum class com.jme3.scene.Mesh.Mode
-
A primitive is a line segment.
- LineSegment - Class in com.jme3.math
-
LineSegment represents a segment in the space.
- LineSegment() - Constructor for class com.jme3.math.LineSegment
-
Instantiate a zero-length segment at the origin.
- LineSegment(LineSegment) - Constructor for class com.jme3.math.LineSegment
-
Instantiate a copy of the specified segment.
- LineSegment(Vector3f, Vector3f) - Constructor for class com.jme3.math.LineSegment
-
Creates a new LineSegment with a given origin and end.
- LineSegment(Vector3f, Vector3f, float) - Constructor for class com.jme3.math.LineSegment
-
Creates a new LineSegment with the given origin, direction and extent.
- LineStrip - Enum constant in enum class com.jme3.scene.Mesh.Mode
-
A primitive is a line segment.
- lineWidth - Variable in class com.jme3.renderer.RenderContext
-
Line width for meshes.
- LineWrapMode - Enum Class in com.jme3.font
-
Line-wrap type for BitmapText
- link(FbxObject) - Method in class com.jme3.scene.plugins.fbx.objects.FbxAnimNode
- link(FbxObject) - Method in class com.jme3.scene.plugins.fbx.objects.FbxCluster
- link(FbxObject) - Method in class com.jme3.scene.plugins.fbx.objects.FbxMesh
- link(FbxObject) - Method in class com.jme3.scene.plugins.fbx.objects.FbxNode
- link(FbxObject) - Method in class com.jme3.scene.plugins.fbx.objects.FbxObject
- link(FbxObject) - Method in class com.jme3.scene.plugins.fbx.objects.FbxSkin
- link(FbxObject) - Method in class com.jme3.scene.plugins.fbx.objects.FbxTexture
- link(FbxObject, String) - Method in class com.jme3.scene.plugins.fbx.objects.FbxAnimNode
- link(FbxObject, String) - Method in class com.jme3.scene.plugins.fbx.objects.FbxMaterial
- link(FbxObject, String) - Method in class com.jme3.scene.plugins.fbx.objects.FbxNode
- link(FbxObject, String) - Method in class com.jme3.scene.plugins.fbx.objects.FbxObject
- link(String, float, RangeOfMotion) - Method in class com.jme3.bullet.animation.DacConfiguration
-
Link the named bone using the specified mass and range of motion.
- linkToZero() - Method in class com.jme3.scene.plugins.fbx.objects.FbxMesh
- linkToZero() - Method in class com.jme3.scene.plugins.fbx.objects.FbxNode
- linkToZero() - Method in class com.jme3.scene.plugins.fbx.objects.FbxObject
- Linux - Enum constant in enum class com.jme3.system.Platform.Os
-
Linux operating systems
- Linux_ARM32 - Enum constant in enum class com.jme3.system.Platform
-
Linux 32-bit ARM
- Linux_ARM64 - Enum constant in enum class com.jme3.system.Platform
-
Linux 64-bit ARM
- Linux32 - Enum constant in enum class com.jme3.system.Platform
-
Linux 32-bit Intel
- Linux64 - Enum constant in enum class com.jme3.system.Platform
-
Linux 64-bit Intel
- listChildren() - Method in class com.jme3.bullet.animation.PhysicsLink
-
Enumerate this link's immediate children in the link hierarchy.
- ListCloneFunction<T extends List> - Class in com.jme3.util.clone
-
A CloneFunction implementation that deep clones a list by creating a new list and cloning its values using the cloner.
- ListCloneFunction() - Constructor for class com.jme3.util.clone.ListCloneFunction
- listener - Variable in class com.jme3.app.LegacyApplication
- listener - Variable in class com.jme3.environment.generation.RunnableWithProgress
- listener - Variable in class com.jme3.input.AWTInput
-
The raw listener.
- listener - Variable in class com.jme3.system.android.OGLESContext
- listener - Variable in class com.jme3.system.awt.AwtPanelsContext
- listener - Variable in class com.jme3.system.ios.IGLESContext
- listener - Variable in class com.jme3.system.lwjgl.LwjglContext
- listener - Variable in class com.jme3.system.lwjgl.LwjglContextVR
- listener - Variable in class com.jme3.system.NullContext
- Listener - Class in com.jme3.audio
- Listener() - Constructor for class com.jme3.audio.Listener
- Listener(Listener) - Constructor for class com.jme3.audio.Listener
- ListenerParam - Enum Class in com.jme3.audio
- listeners - Variable in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
- listeners - Variable in class com.jme3.cinematic.events.AbstractCinematicEvent
-
The list of listeners.
- listeners - Variable in class com.jme3.terrain.geomipmap.TerrainGrid
- listIterator() - Method in class com.jme3.util.SafeArrayList
- listIterator(int) - Method in class com.jme3.util.SafeArrayList
- listLinkedBoneNames() - Method in class com.jme3.bullet.animation.DacConfiguration
-
Enumerate all bones with bone links.
- listLinks(Class<T>) - Method in class com.jme3.bullet.animation.DacLinks
-
Enumerate all physics links of the specified type managed by this control.
- ListMap<K,
V> - Class in com.jme3.util -
Implementation of a Map that favors iteration speed rather than get/put speed.
- ListMap() - Constructor for class com.jme3.util.ListMap
- ListMap(int) - Constructor for class com.jme3.util.ListMap
- ListMap(Map<? extends K, ? extends V>) - Constructor for class com.jme3.util.ListMap
- listRigidBodies() - Method in class com.jme3.bullet.animation.DacLinks
-
Enumerate all rigid bodies managed by this control.
- ListSort<T> - Class in com.jme3.util
-
Fast, stable sort used to sort geometries It's adapted from Tim Peters's work on list sorting for Python.
- ListSort() - Constructor for class com.jme3.util.ListSort
-
Creates a ListSort
- LittleEndien - Class in com.jme3.util
-
LittleEndien
is a class to read little-endian stored data via an InputStream. - LittleEndien(InputStream) - Constructor for class com.jme3.util.LittleEndien
-
Creates a new LittleEndien reader from the given input stream.
- load() - Method in class com.jme3.terrain.geomipmap.grid.FractalTileLoader.FloatBufferHeightMap
- load() - Method in class com.jme3.terrain.heightmap.CombinerHeightMap
-
load
builds a new heightmap based on the combination of two other heightmaps. - load() - Method in class com.jme3.terrain.heightmap.FaultHeightMap
- load() - Method in class com.jme3.terrain.heightmap.FluidSimHeightMap
-
Generates a heightmap using fluid simulation and the attributes set by the constructor or the setters.
- load() - Method in interface com.jme3.terrain.heightmap.HeightMap
-
load
populates the height map data. - load() - Method in class com.jme3.terrain.heightmap.HillHeightMap
-
Generates a heightmap using the Hill Algorithm and the attributes set by the constructor or the setters.
- load() - Method in class com.jme3.terrain.heightmap.ImageBasedHeightMap
-
Loads the image data from top left to bottom right
- load() - Method in class com.jme3.terrain.heightmap.MidpointDisplacementHeightMap
-
Generate the heightmap.
- load() - Method in class com.jme3.terrain.heightmap.ParticleDepositionHeightMap
-
load
generates the heightfield using the Particle Deposition algorithm. - load() - Method in class com.jme3.terrain.heightmap.RawHeightMap
-
load
fills the height data array with the appropriate data from the set RAW image. - load(boolean, boolean) - Method in class com.jme3.terrain.heightmap.ImageBasedHeightMap
- load(byte[]) - Method in class com.jme3.export.binary.BinaryImporter
- load(AssetInfo) - Method in interface com.jme3.asset.AssetLoader
-
Loads asset from the given input stream, parsing it into an application-usable object.
- load(AssetInfo) - Method in class com.jme3.audio.plugins.AndroidAudioLoader
- load(AssetInfo) - Method in class com.jme3.audio.plugins.NativeVorbisLoader
- load(AssetInfo) - Method in class com.jme3.audio.plugins.OGGLoader
- load(AssetInfo) - Method in class com.jme3.audio.plugins.WAVLoader
- load(AssetInfo) - Method in class com.jme3.cursors.plugins.CursorLoader
-
Loads and return a cursor file of one of the following format: .ani, .cur and .ico.
- load(AssetInfo) - Method in class com.jme3.export.binary.BinaryImporter
- load(AssetInfo) - Method in class com.jme3.export.binary.BinaryLoader
- load(AssetInfo) - Method in class com.jme3.export.xml.XMLImporter
- load(AssetInfo) - Method in class com.jme3.font.plugins.BitmapFontLoader
- load(AssetInfo) - Method in class com.jme3.material.plugins.J3MLoader
- load(AssetInfo) - Method in class com.jme3.material.plugins.ShaderNodeDefinitionLoader
- load(AssetInfo) - Method in class com.jme3.scene.plugins.fbx.FbxLoader
- load(AssetInfo) - Method in class com.jme3.scene.plugins.fbx.SceneLoader
- load(AssetInfo) - Method in class com.jme3.scene.plugins.fbx.SceneWithAnimationLoader
- load(AssetInfo) - Method in class com.jme3.scene.plugins.gltf.BinLoader
- load(AssetInfo) - Method in class com.jme3.scene.plugins.gltf.GlbLoader
- load(AssetInfo) - Method in class com.jme3.scene.plugins.gltf.GltfLoader
- load(AssetInfo) - Method in class com.jme3.scene.plugins.MTLLoader
- load(AssetInfo) - Method in class com.jme3.scene.plugins.OBJLoader
- load(AssetInfo) - Method in class com.jme3.scene.plugins.ogre.MaterialLoader
- load(AssetInfo) - Method in class com.jme3.scene.plugins.ogre.MeshLoader
- load(AssetInfo) - Method in class com.jme3.scene.plugins.ogre.SceneLoader
- load(AssetInfo) - Method in class com.jme3.scene.plugins.ogre.SceneMeshLoader
- load(AssetInfo) - Method in class com.jme3.scene.plugins.ogre.SkeletonLoader
- load(AssetInfo) - Method in class com.jme3.shader.plugins.GLSLLoader
- load(AssetInfo) - Method in class com.jme3.system.ios.IosImageLoader
- load(AssetInfo) - Method in class com.jme3.texture.plugins.AndroidBufferImageLoader
- load(AssetInfo) - Method in class com.jme3.texture.plugins.AndroidNativeImageLoader
- load(AssetInfo) - Method in class com.jme3.texture.plugins.AWTLoader
- load(AssetInfo) - Method in class com.jme3.texture.plugins.DDSLoader
- load(AssetInfo) - Method in class com.jme3.texture.plugins.HDRLoader
- load(AssetInfo) - Method in class com.jme3.texture.plugins.ktx.KTXLoader
- load(AssetInfo) - Method in class com.jme3.texture.plugins.PFMLoader
- load(AssetInfo) - Method in class com.jme3.texture.plugins.TGALoader
- load(AssetManager, AssetKey, MaterialExtensionSet, List<Statement>) - Method in class com.jme3.scene.plugins.ogre.matext.MaterialExtensionLoader
- load(BufferedImage, boolean) - Method in class com.jme3.texture.plugins.AWTLoader
- load(File) - Method in class com.jme3.export.binary.BinaryImporter
- load(File) - Method in class com.jme3.export.xml.XMLImporter
- load(File, ReadListener) - Method in class com.jme3.export.binary.BinaryImporter
- load(InputStream) - Method in class com.jme3.export.binary.BinaryImporter
- load(InputStream) - Method in class com.jme3.export.xml.XMLImporter
- load(InputStream) - Method in class com.jme3.scene.plugins.ogre.SkeletonLoader
- load(InputStream) - Method in class com.jme3.system.AppSettings
-
Loads the settings from the given properties input stream.
- load(InputStream) - Method in class com.jme3.texture.plugins.DDSLoader
- load(InputStream, boolean) - Method in class com.jme3.texture.plugins.AWTLoader
- load(InputStream, boolean) - Method in class com.jme3.texture.plugins.HDRLoader
- load(InputStream, boolean) - Static method in class com.jme3.texture.plugins.TGALoader
-
loadImage
is a manual image loader which is entirely independent of AWT. - load(InputStream, ReadListener) - Method in class com.jme3.export.binary.BinaryImporter
- load(InputStream, ReadListener, ByteArrayOutputStream) - Method in class com.jme3.export.binary.BinaryImporter
- load(String) - Method in class com.jme3.system.AppSettings
-
Loads settings previously saved in the Java preferences.
- load(URL) - Method in class com.jme3.asset.plugins.HttpZipLocator
- load(URL) - Method in class com.jme3.export.binary.BinaryImporter
- load(URL, ReadListener) - Method in class com.jme3.export.binary.BinaryImporter
- loadAsset(AssetKey<T>) - Method in interface com.jme3.asset.AssetManager
-
Load an asset from a key, the asset will be located by one of the
AssetLocator
implementations provided in theAssetManager.registerLocator(java.lang.String, java.lang.Class)
call. - loadAsset(AssetKey<T>) - Method in class com.jme3.asset.DesktopAssetManager
- loadAsset(AssetKey<T>) - Method in class com.jme3.asset.ThreadingManager
- loadAsset(String) - Method in interface com.jme3.asset.AssetManager
-
Load an asset by name, calling this method is the same as calling
loadAsset(new AssetKey(name))
. - loadAsset(String) - Method in class com.jme3.asset.DesktopAssetManager
- loadAssetFromStream(AssetKey<T>, InputStream) - Method in interface com.jme3.asset.AssetManager
-
Load an asset from an
InputStream
. - loadAssetFromStream(AssetKey<T>, InputStream) - Method in class com.jme3.asset.DesktopAssetManager
- loadAudio(AudioKey) - Method in interface com.jme3.asset.AssetManager
-
Load audio file, supported types are WAV or OGG.
- loadAudio(AudioKey) - Method in class com.jme3.asset.DesktopAssetManager
- loadAudio(String) - Method in interface com.jme3.asset.AssetManager
-
Load audio file, supported types are WAV or OGG.
- loadAudio(String) - Method in class com.jme3.asset.DesktopAssetManager
- loadDarken() - Method in class com.jme3.app.StatsAppState
- loadDefaultMappings() - Static method in class com.jme3.input.JoystickCompatibilityMappings
-
Loads the default compatibility mappings by looking for joystick-mapping.properties files on the classpath.
- loadFilter(FilterKey) - Method in interface com.jme3.asset.AssetManager
-
Loads a filter *.j3f file with a FilterKey.
- loadFilter(FilterKey) - Method in class com.jme3.asset.DesktopAssetManager
- loadFilter(String) - Method in interface com.jme3.asset.AssetManager
-
Loads a filter *.j3f file with a FilterKey.
- loadFilter(String) - Method in class com.jme3.asset.DesktopAssetManager
- loadFont(String) - Method in interface com.jme3.asset.AssetManager
-
Load a font file.
- loadFont(String) - Method in class com.jme3.asset.DesktopAssetManager
- loadFpsText() - Method in class com.jme3.app.StatsAppState
-
Attaches FPS statistics to guiNode and displays it on the screen.
- loadFromCache(String) - Method in class com.jme3.opencl.ProgramCache
-
Calls
ProgramCache.loadFromCache(java.lang.String, java.lang.String)
with the additional build arguments set to""
. - loadFromCache(String, String) - Method in class com.jme3.opencl.ProgramCache
-
Loads the program from the cache and builds it against the current device.
- loadFromStream(AssetInfo, InputStream) - Method in class com.jme3.scene.plugins.gltf.GltfLoader
- loadGame(String, String) - Static method in class jme3tools.savegame.SaveGame
-
Loads a savable that has been saved on this system with saveGame() before.
- loadGame(String, String, AssetManager) - Static method in class jme3tools.savegame.SaveGame
-
Loads a savable that has been saved on this system with saveGame() before.
- loadGame(String, String, AssetManager, JmeSystem.StorageFolderType) - Static method in class jme3tools.savegame.SaveGame
-
Loads a savable that has been saved on this system with saveGame() before.
- loadGame(String, String, JmeSystem.StorageFolderType) - Static method in class jme3tools.savegame.SaveGame
-
Loads a savable that has been saved on this system with saveGame() before.
- loadGuiFont() - Method in class com.jme3.app.SimpleApplication
-
Creates the font that will be set to the guiFont field and subsequently set as the font for the stats text.
- loadIdentity() - Method in class com.jme3.math.Matrix3f
-
Configures as an identity matrix (diagonals = 1, other elements = 0).
- loadIdentity() - Method in class com.jme3.math.Matrix4f
-
Configures as an identity matrix (diagonals = 1, other elements = 0).
- loadIdentity() - Method in class com.jme3.math.Quaternion
-
Sets all components to zero except
w
, which is set to 1. - loadIdentity() - Method in class com.jme3.math.Transform
-
Sets the current instance to the identity transform: translation=(0,0,0) scaling=(1,1,1) rotation=(0,0,0,1).
- loadImage(String) - Method in class com.jme3.niftygui.JmeBatchRenderBackend
- loadImage(ByteBuffer, int, int) - Method in class com.jme3.niftygui.JmeBatchRenderBackend
- LoadingTask(AssetKey<T>) - Constructor for class com.jme3.asset.ThreadingManager.LoadingTask
- LoadingThreadFactory() - Constructor for class com.jme3.asset.ThreadingManager.LoadingThreadFactory
- LoadIntoTextureD3D11_Async - Variable in class com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable
-
C type : LoadIntoTextureD3D11_Async_callback*
- loadJoystick(int, InputManager) - Method in class com.jme3.input.android.AndroidSensorJoyInput
- loadJoysticks(int, InputManager) - Method in class com.jme3.input.android.AndroidJoystickJoyInput14
- loadJoysticks(InputManager) - Method in class com.jme3.input.android.AndroidJoyInput
- loadJoysticks(InputManager) - Method in class com.jme3.input.android.AndroidJoyInput14
- loadJoysticks(InputManager) - Method in interface com.jme3.input.JoyInput
-
Loads a list of joysticks from the system.
- loadJoysticks(InputManager) - Method in class com.jme3.input.lwjgl.GlfwJoystickInput
- loadJoysticks(InputManager) - Method in class com.jme3.input.lwjgl.JInputJoyInput
- loadLocatedAsset(AssetKey<T>, AssetInfo, AssetProcessor, AssetCache) - Method in class com.jme3.asset.DesktopAssetManager
-
Loads an asset that has already been located.
- loadMappingProperties(URL) - Static method in class com.jme3.input.JoystickCompatibilityMappings
-
Loads a set of compatibility mappings from the property file specified by the given URL.
- loadMappings(ClassLoader, String) - Static method in class com.jme3.input.JoystickCompatibilityMappings
- loadMaterial(String) - Method in interface com.jme3.asset.AssetManager
-
Load a material instance (J3M) file.
- loadMaterial(String) - Method in class com.jme3.asset.DesktopAssetManager
- loadMaterialDef(List<Statement>, AssetManager, AssetKey) - Method in class com.jme3.material.plugins.J3MLoader
- loadMethods(Class<?>) - Method in class com.jme3.network.rmi.RemoteObject
-
Generates mappings from the given interface into the remote RMI interface's implementation.
- loadModel(ModelKey) - Method in interface com.jme3.asset.AssetManager
-
Loads a 3D model with a ModelKey.
- loadModel(ModelKey) - Method in class com.jme3.asset.DesktopAssetManager
- loadModel(String) - Method in interface com.jme3.asset.AssetManager
-
Loads a 3D model.
- loadModel(String) - Method in class com.jme3.asset.DesktopAssetManager
- loadMtlLib(String) - Method in class com.jme3.scene.plugins.OBJLoader
- loadMusic(SoundSystem, String) - Method in class com.jme3.niftygui.SoundDeviceJme
- loadNativeLibrary(String, boolean) - Static method in class com.jme3.system.NativeLibraryLoader
-
First extracts the native library and then loads it.
- loadNatives() - Method in class com.jme3.system.lwjgl.LwjglContext
- loadNatives() - Method in class com.jme3.system.lwjgl.LwjglContextVR
- LoadRenderModel_Async - Variable in class com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable
-
C type : LoadRenderModel_Async_callback*
- loadSettings(AppSettings) - Method in class com.jme3.input.android.AndroidInputHandler
- loadSettings(AppSettings) - Method in class com.jme3.input.android.AndroidJoyInput
- loadSettings(AppSettings) - Method in class com.jme3.input.android.AndroidTouchInput
- loadSettings(AppSettings) - Method in class com.jme3.input.ios.IosInputHandler
- LoadSharedResource - Variable in class com.jme3.system.jopenvr.VR_IVRResources_FnTable
-
C type : LoadSharedResource_callback*
- loadSound(SoundSystem, String) - Method in class com.jme3.niftygui.SoundDeviceJme
- loadStatsView() - Method in class com.jme3.app.StatsAppState
-
Attaches Statistics View to guiNode and displays it on the screen above FPS statistics line.
- loadText(AssetManager, URL) - Static method in class com.jme3.asset.AssetConfig
- loadTexture(TextureKey) - Method in interface com.jme3.asset.AssetManager
-
Loads texture file, supported types are BMP, JPG, PNG, GIF, TGA, DDS, PFM, and HDR.
- loadTexture(TextureKey) - Method in class com.jme3.asset.DesktopAssetManager
- loadTexture(String) - Method in interface com.jme3.asset.AssetManager
-
Loads texture file, supported types are BMP, JPG, PNG, GIF, TGA, DDS, PFM, and HDR.
- loadTexture(String) - Method in class com.jme3.asset.DesktopAssetManager
- loadTexture(String) - Method in class com.jme3.scene.plugins.MTLLoader
- LoadTexture_Async - Variable in class com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable
-
C type : LoadTexture_Async_callback*
- LoadTextureD3D11_Async - Variable in class com.jme3.system.jopenvr.VR_IVRRenderModels_FnTable
-
C type : LoadTextureD3D11_Async_callback*
- loadTextures(AssetManager) - Method in class com.jme3.water.SimpleWaterProcessor
- LOC_NOT_DEFINED - Static variable in class com.jme3.shader.ShaderVariable
- LOC_UNKNOWN - Static variable in class com.jme3.shader.ShaderVariable
- localForward - Variable in class com.jme3.bullet.control.BetterCharacterControl
-
Local absolute z-forward direction, derived from gravity and UNIT_Z, updated continuously when gravity changes.
- localForwardRotation - Variable in class com.jme3.bullet.control.BetterCharacterControl
-
Local z-forward quaternion for the "local absolute" z-forward direction.
- localInertia - Variable in class com.jme3.bullet.objects.PhysicsRigidBody
- localLeft - Variable in class com.jme3.bullet.control.BetterCharacterControl
-
Local left direction, derived from up and forward.
- localLights - Variable in class com.jme3.scene.Spatial
-
LightList
- LocalMem(int) - Constructor for class com.jme3.opencl.Kernel.LocalMem
-
Creates a new LocalMem instance
- LocalMemPerElement(int) - Constructor for class com.jme3.opencl.Kernel.LocalMemPerElement
-
Creates a new LocalMemPerElement instance
- LocalObject - Class in com.jme3.network.rmi
-
Describes an RMI interface on the local machine.
- LocalObject() - Constructor for class com.jme3.network.rmi.LocalObject
- localOffset(Vector3f) - Method in class com.jme3.bullet.animation.PhysicsLink
-
Copy the local offset of this link.
- localOverrides - Variable in class com.jme3.scene.Spatial
- localToWorld(Vector3f, Vector3f) - Method in class com.jme3.scene.Spatial
-
Convert a vector (in) from this spatial's local coordinate space to world coordinate space.
- localTransform - Variable in class com.jme3.scene.plugins.fbx.objects.FbxNode
- localTransform - Variable in class com.jme3.scene.Spatial
- localUp - Variable in class com.jme3.bullet.control.BetterCharacterControl
-
local up direction, derived from gravity
- locate(AssetManager, AssetKey) - Method in interface com.jme3.asset.AssetLocator
-
Request to locate an asset.
- locate(AssetManager, AssetKey) - Method in class com.jme3.asset.plugins.AndroidLocator
- locate(AssetManager, AssetKey) - Method in class com.jme3.asset.plugins.ClasspathLocator
- locate(AssetManager, AssetKey) - Method in class com.jme3.asset.plugins.FileLocator
- locate(AssetManager, AssetKey) - Method in class com.jme3.asset.plugins.HttpZipLocator
- locate(AssetManager, AssetKey) - Method in class com.jme3.asset.plugins.UrlLocator
- locate(AssetManager, AssetKey) - Method in class com.jme3.asset.plugins.ZipLocator
- locate(AssetManager, AssetKey) - Method in class com.jme3.scene.plugins.fbx.ContentTextureLocator
- locateAsset(AssetKey<?>) - Method in interface com.jme3.asset.AssetManager
-
Manually locates an asset with the given
AssetKey
. - locateAsset(AssetKey<?>) - Method in class com.jme3.asset.DesktopAssetManager
- location - Variable in class com.jme3.bullet.collision.shapes.infos.ChildCollisionShape
-
translation relative to parent shape (not null)
- location - Variable in class com.jme3.bullet.control.BetterCharacterControl
-
spatial location, corresponds to RigidBody location.
- location - Variable in class com.jme3.bullet.debug.BulletCharacterDebugControl
-
temporary storage for physics location
- location - Variable in class com.jme3.bullet.debug.BulletGhostObjectDebugControl
-
temporary storage for physics location
- location - Variable in class com.jme3.bullet.debug.BulletRigidBodyDebugControl
-
temporary storage for physics location
- location - Variable in class com.jme3.bullet.debug.BulletVehicleDebugControl
- location - Variable in class com.jme3.bullet.objects.VehicleWheel
- location - Variable in class com.jme3.renderer.Camera
-
Camera's location.
- location - Variable in class com.jme3.shader.ShaderVariable
- location - Variable in class com.jme3.system.osvr.osvrclientreporttypes.OSVR_Location2DReport
-
C type : OSVR_Location2DState
- location - Variable in class com.jme3.terrain.geomipmap.TerrainGrid.UpdateQuadCache
- locationDirty - Variable in class com.jme3.bullet.objects.PhysicsCharacter
- locationDirty - Variable in class com.jme3.bullet.objects.PhysicsGhostObject
- locations() - Element in annotation interface checkers.quals.DefaultQualifier
- locationTable - Variable in class com.jme3.export.binary.BinaryExporter
- LockGLSharedTextureForAccess - Variable in class com.jme3.system.jopenvr.VR_IVRCompositor_FnTable
-
C type : LockGLSharedTextureForAccess_callback*
- lockMesh() - Method in class com.jme3.terrain.geomipmap.TerrainPatch
-
Locks the mesh (sets it static) to improve performance.
- lod - Variable in class com.jme3.terrain.geomipmap.TerrainPatch
- lodBottom - Variable in class com.jme3.terrain.geomipmap.TerrainPatch
- lodCalcRunning - Variable in class com.jme3.terrain.geomipmap.TerrainLodControl
- lodCalculator - Variable in class com.jme3.terrain.geomipmap.TerrainLodControl
- lodCalculator - Variable in class com.jme3.terrain.geomipmap.TerrainLodControl.UpdateLOD
- LodCalculator - Interface in com.jme3.terrain.geomipmap.lodcalc
-
Calculate the Level of Detail of a terrain patch based on the cameras, or other locations.
- lodChanged() - Method in class com.jme3.terrain.geomipmap.UpdatedTerrainPatch
- LodControl - Class in com.jme3.scene.control
-
Determines what Level of Detail a spatial should be, based on how many pixels on the screen the spatial is taking up.
- LodControl() - Constructor for class com.jme3.scene.control.LodControl
-
Creates a new
LodControl
. - lodEntropy - Variable in class com.jme3.terrain.geomipmap.TerrainPatch
- LodGenerator - Class in jme3tools.optimize
-
This is a utility class that adds the ability to generate LOD levels for an arbitrary mesh.
- LodGenerator(Geometry) - Constructor for class jme3tools.optimize.LodGenerator
-
Constructs an LodGenerator for the given Geometry.
- LodGenerator(Mesh) - Constructor for class jme3tools.optimize.LodGenerator
-
Constructs an LodGenerator for the given Mesh.
- LodGenerator.TriangleReductionMethod - Enum Class in jme3tools.optimize
-
Enumerate criteria for removing triangles.
- LODGeomap - Class in com.jme3.terrain.geomipmap
-
Produces the mesh for the TerrainPatch.
- LODGeomap() - Constructor for class com.jme3.terrain.geomipmap.LODGeomap
- LODGeomap(int, float[]) - Constructor for class com.jme3.terrain.geomipmap.LODGeomap
- LODGeomap.VerboseBuffer - Class in com.jme3.terrain.geomipmap
-
Keeps a count of the number of indexes, good for debugging
- lodLeft - Variable in class com.jme3.terrain.geomipmap.TerrainPatch
- lodLevel - Variable in class com.jme3.scene.Geometry
- lodRight - Variable in class com.jme3.terrain.geomipmap.TerrainPatch
- LodThreshold - Interface in com.jme3.terrain.geomipmap.lodcalc
-
Calculates the LOD value based on where the camera is.
- lodTop - Variable in class com.jme3.terrain.geomipmap.TerrainPatch
- log - Static variable in class com.jme3.network.serializing.Serializer
- log - Static variable in class com.jme3.terrain.geomipmap.TerrainGrid
- log(float) - Static method in class com.jme3.math.FastMath
-
Returns the log base E of a value.
- log(float, float) - Static method in class com.jme3.math.FastMath
-
Returns the logarithm of value with given base, calculated as log(value)/log(base), so that pow(base, return)==value (contributed by vear)
- log(Quaternion, Quaternion) - Static method in class com.jme3.math.MathUtils
-
Calculate the natural logarithm of a unit quaternion.
- Log - Enum constant in enum class com.jme3.app.state.ConstantVerifierState.ErrorType
- logger - Static variable in class com.jme3.app.AndroidHarness
- logger - Static variable in class com.jme3.bullet.animation.PhysicsLink
-
message logger for this class
- logger - Static variable in class com.jme3.bullet.animation.RangeOfMotion
-
message logger for this class
- logger - Static variable in class com.jme3.bullet.control.BetterCharacterControl
- logger - Static variable in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.list of registered collision listeners
- logger - Static variable in class com.jme3.bullet.control.ragdoll.RagdollPreset
-
message logger for this class
- logger - Static variable in class com.jme3.bullet.debug.BulletDebugAppState
-
message logger for this class
- logger - Static variable in class com.jme3.cinematic.events.AnimEvent
- logger - Static variable in class com.jme3.shadow.AbstractShadowRenderer
- logger - Variable in class com.jme3.system.JmeSystemDelegate
- logger - Static variable in class com.jme3.system.NullContext
- logger2 - Static variable in class com.jme3.bullet.animation.BoneLink
-
message logger for this class
- logger2 - Static variable in class com.jme3.bullet.animation.DacConfiguration
-
message logger for this class
- logger2 - Static variable in class com.jme3.bullet.animation.TorsoLink
-
message logger for this class
- logger3 - Static variable in class com.jme3.bullet.animation.DacLinks
-
message logger for this class
- logger35 - Static variable in class com.jme3.bullet.animation.DynamicAnimControl
-
message logger for this class
- loggerNameToTag(String) - Static method in class com.jme3.util.AndroidLogHandler
-
Returns the short logger tag for the given logger name.
- longParam() - Method in class com.jme3.lwjgl3.utils.APIBuffer
-
Ensures space for an additional long value and returns the address offset.
- longParam(long) - Method in class com.jme3.lwjgl3.utils.APIBuffer
-
Ensures space for an additional long value, sets the specified value at the allocated offset and returns that offset.
- LONGPRESSED - Enum constant in enum class com.jme3.input.event.TouchEvent.Type
- LongSerializer - Class in com.jme3.network.serializing.serializers
-
The Long serializer.
- LongSerializer() - Constructor for class com.jme3.network.serializing.serializers.LongSerializer
- longValue(int) - Method in class com.jme3.lwjgl3.utils.APIBuffer
-
Returns the long value at the specified offset.
- lookAt - Variable in class com.jme3.cinematic.events.MotionEvent
- lookAt(Vector3f, Vector3f) - Method in class com.jme3.math.Quaternion
-
Convenience method to set the quaternion based on a "look" (Z-axis) direction and an "up" (Y-axis) direction.
- lookAt(Vector3f, Vector3f) - Method in class com.jme3.renderer.Camera
-
A convenience method for auto-setting the frame based on a world position the user desires the camera to look at.
- lookAt(Vector3f, Vector3f) - Method in class com.jme3.scene.Spatial
-
lookAt
is a convenience method for auto-setting the local rotation based on a position in world space and an up vector. - LookAt - Enum constant in enum class com.jme3.cinematic.events.MotionEvent.Direction
-
The target looks at a point.
- lookAtDirection(Vector3f, Vector3f) - Method in class com.jme3.renderer.Camera
-
Sets the direction the camera is facing given a direction and an up vector.
- lookAtOffset - Variable in class com.jme3.input.ChaseCamera
- lookup(Image.Format) - Static method in class com.jme3.texture.image.ByteOffsetImageCodec
-
Looks up the format in the codec registry.
- loop - Variable in class com.jme3.audio.AudioNode
- Loop - Enum constant in enum class com.jme3.animation.LoopMode
-
Deprecated.The animation will play repeatedly, when it reaches the end the animation will play again from the beginning, and so on.
- loopCount(int, Tween...) - Static method in class com.jme3.anim.tween.Tweens
-
Creates a tween that loops the specified delegate tween or tweens to the desired count.
- loopDuration(double, Tween...) - Static method in class com.jme3.anim.tween.Tweens
-
Creates a tween that loops the specified delegate tween or tweens to the desired duration.
- Looping - Enum constant in enum class com.jme3.audio.AudioParam
- loopMode - Variable in class com.jme3.cinematic.events.AbstractCinematicEvent
- LoopMode - Enum Class in com.jme3.animation
-
Deprecated.
- loseFocus() - Method in class com.jme3.app.AndroidHarness
- loseFocus() - Method in class com.jme3.app.AndroidHarnessFragment
- loseFocus() - Method in class com.jme3.app.LegacyApplication
-
Internal use only.
- loseFocus() - Method in class com.jme3.app.VRApplication
-
Deprecated.Force the focus lost for the application.
- loseFocus() - Method in interface com.jme3.system.SystemListener
-
Called when the application lost focus.
- loseFocus() - Method in class com.jme3.view.surfaceview.JmeSurfaceView
- lostFocusBehavior - Variable in class com.jme3.app.LegacyApplication
- LostFocusBehavior - Enum Class in com.jme3.app
-
Defines the behavior of an application when it is not in focus or minimized.
- lower - Variable in class com.jme3.system.osvr.osvrrendermanager.OSVR_ViewportDescription
-
First pixel in the viewport at the bottom.
- lower - Variable in class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_ViewportDescription
-
First pixel in the viewport at the bottom.
- LowPassFilter - Class in com.jme3.audio
- LowPassFilter(float, float) - Constructor for class com.jme3.audio.LowPassFilter
- LowPassFilter(int) - Constructor for class com.jme3.audio.LowPassFilter
- lowPermissions - Variable in class com.jme3.system.JmeSystemDelegate
- LRUCache<K,
V> - Class in com.jme3.terrain.geomipmap -
An LRU cache, based on
LinkedHashMap
. - LRUCache(int) - Constructor for class com.jme3.terrain.geomipmap.LRUCache
-
Creates a new LRU cache.
- LUMINANCE - Enum constant in enum class com.jme3.opencl.Image.ImageChannelOrder
- Luminance16F - Enum constant in enum class com.jme3.texture.Image.Format
-
half-precision floating-point grayscale/luminance.
- Luminance16FAlpha16F - Enum constant in enum class com.jme3.texture.Image.Format
-
half-precision floating-point grayscale/luminance and alpha.
- Luminance32F - Enum constant in enum class com.jme3.texture.Image.Format
-
single-precision floating-point grayscale/luminance.
- Luminance8 - Enum constant in enum class com.jme3.texture.Image.Format
-
8-bit grayscale/luminance.
- Luminance8Alpha8 - Enum constant in enum class com.jme3.texture.Image.Format
-
8-bit luminance/grayscale and 8-bit alpha.
- LWJGL_OPENAL - Static variable in class com.jme3.system.AppSettings
-
Use the LWJGL OpenAL based renderer for audio capabilities.
- LWJGL_OPENGL2 - Static variable in class com.jme3.system.AppSettings
-
Use LWJGL as the display system and force using the OpenGL2.0 renderer.
- LWJGL_OPENGL3 - Static variable in class com.jme3.system.AppSettings
-
Deprecated.Previously meant 3.2, use LWJGL_OPENGL32 or LWJGL_OPENGL30
- LWJGL_OPENGL30 - Static variable in class com.jme3.system.AppSettings
-
Use LWJGL as the display system and force using the core OpenGL3.0 renderer.
- LWJGL_OPENGL31 - Static variable in class com.jme3.system.AppSettings
-
Use LWJGL as the display system and force using the core OpenGL3.1 renderer.
- LWJGL_OPENGL32 - Static variable in class com.jme3.system.AppSettings
-
Use LWJGL as the display system and force using the core OpenGL3.2 renderer.
- LWJGL_OPENGL33 - Static variable in class com.jme3.system.AppSettings
-
Use LWJGL as the display system and force using the OpenGL3.3 renderer.
- LWJGL_OPENGL4 - Static variable in class com.jme3.system.AppSettings
-
Deprecated.Use LWJGL_OPENGL40
- LWJGL_OPENGL40 - Static variable in class com.jme3.system.AppSettings
-
Use LWJGL as the display system and force using the OpenGL4.0 renderer.
- LWJGL_OPENGL41 - Static variable in class com.jme3.system.AppSettings
-
Use LWJGL as the display system and force using the OpenGL4.1 renderer.
- LWJGL_OPENGL42 - Static variable in class com.jme3.system.AppSettings
-
Use LWJGL as the display system and force using the OpenGL4.2 renderer.
- LWJGL_OPENGL43 - Static variable in class com.jme3.system.AppSettings
-
Use LWJGL as the display system and force using the OpenGL4.3 renderer.
- LWJGL_OPENGL44 - Static variable in class com.jme3.system.AppSettings
-
Use LWJGL as the display system and force using the OpenGL4.4 renderer.
- LWJGL_OPENGL45 - Static variable in class com.jme3.system.AppSettings
-
Use LWJGL as the display system and force using the OpenGL4.5 renderer.
- LWJGL_TIME_TO_NANOS - Static variable in class com.jme3.system.lwjgl.LwjglSmoothingTimer
- LWJGL_TIME_TO_NANOS - Static variable in class com.jme3.system.lwjgl.LwjglTimer
- LwjglAbstractDisplay - Class in com.jme3.system.lwjgl
- LwjglAbstractDisplay() - Constructor for class com.jme3.system.lwjgl.LwjglAbstractDisplay
- LwjglAL - Class in com.jme3.audio.lwjgl
- LwjglAL() - Constructor for class com.jme3.audio.lwjgl.LwjglAL
- LwjglALC - Class in com.jme3.audio.lwjgl
- LwjglALC() - Constructor for class com.jme3.audio.lwjgl.LwjglALC
- LwjglBuffer - Class in com.jme3.opencl.lwjgl
- LwjglBuffer(CLMem) - Constructor for class com.jme3.opencl.lwjgl.LwjglBuffer
- LWJGLBufferAllocator - Class in com.jme3.util
-
The implementation of the
BufferAllocator
which useMemoryUtil
to manage memory. - LWJGLBufferAllocator() - Constructor for class com.jme3.util.LWJGLBufferAllocator
- LWJGLBufferAllocator.ConcurrentLWJGLBufferAllocator - Class in com.jme3.util
-
Threadsafe implementation of the
LWJGLBufferAllocator
. - LwjglCanvas - Class in com.jme3.system.lwjgl
- LwjglCanvas() - Constructor for class com.jme3.system.lwjgl.LwjglCanvas
- LwjglCommandQueue - Class in com.jme3.opencl.lwjgl
- LwjglCommandQueue(CLCommandQueue, Device) - Constructor for class com.jme3.opencl.lwjgl.LwjglCommandQueue
- LwjglContext - Class in com.jme3.opencl.lwjgl
- LwjglContext - Class in com.jme3.system.lwjgl
-
A LWJGL implementation of a graphics context.
- LwjglContext() - Constructor for class com.jme3.system.lwjgl.LwjglContext
- LwjglContext(CLContext, List<LwjglDevice>) - Constructor for class com.jme3.opencl.lwjgl.LwjglContext
- LwjglContextVR - Class in com.jme3.system.lwjgl
-
A VR oriented LWJGL implementation of a graphics context.
- LwjglContextVR() - Constructor for class com.jme3.system.lwjgl.LwjglContextVR
- LwjglDevice - Class in com.jme3.opencl.lwjgl
- LwjglDevice(CLDevice, LwjglPlatform) - Constructor for class com.jme3.opencl.lwjgl.LwjglDevice
- LwjglDisplay - Class in com.jme3.system.lwjgl
- LwjglDisplay() - Constructor for class com.jme3.system.lwjgl.LwjglDisplay
- LwjglDisplayVR - Class in com.jme3.system.lwjgl
-
A VR oriented LWJGL display.
- LwjglDisplayVR() - Constructor for class com.jme3.system.lwjgl.LwjglDisplayVR
-
Create a new VR oriented LWJGL display.
- LwjglEFX - Class in com.jme3.audio.lwjgl
- LwjglEFX() - Constructor for class com.jme3.audio.lwjgl.LwjglEFX
- LwjglEvent - Class in com.jme3.opencl.lwjgl
- LwjglEvent(CLEvent) - Constructor for class com.jme3.opencl.lwjgl.LwjglEvent
- LwjglGL - Class in com.jme3.renderer.lwjgl
- LwjglGL() - Constructor for class com.jme3.renderer.lwjgl.LwjglGL
- LwjglGLDebugOutputHandler - Exception in com.jme3.system.lwjgl
- LwjglGLExt - Class in com.jme3.renderer.lwjgl
- LwjglGLExt() - Constructor for class com.jme3.renderer.lwjgl.LwjglGLExt
- LwjglGLFboEXT - Class in com.jme3.renderer.lwjgl
-
Implements GLFbo via GL_EXT_framebuffer_object.
- LwjglGLFboEXT() - Constructor for class com.jme3.renderer.lwjgl.LwjglGLFboEXT
- LwjglGLFboGL3 - Class in com.jme3.renderer.lwjgl
-
Implements GLFbo via OpenGL3+.
- LwjglGLFboGL3() - Constructor for class com.jme3.renderer.lwjgl.LwjglGLFboGL3
- LwjglImage - Class in com.jme3.opencl.lwjgl
- LwjglImage(CLMem) - Constructor for class com.jme3.opencl.lwjgl.LwjglImage
- LwjglKernel - Class in com.jme3.opencl.lwjgl
- LwjglKernel(CLKernel) - Constructor for class com.jme3.opencl.lwjgl.LwjglKernel
- LwjglKeyInput - Class in com.jme3.input.lwjgl
- LwjglKeyInput(LwjglAbstractDisplay) - Constructor for class com.jme3.input.lwjgl.LwjglKeyInput
- LwjglMouseInput - Class in com.jme3.input.lwjgl
- LwjglMouseInput(LwjglAbstractDisplay) - Constructor for class com.jme3.input.lwjgl.LwjglMouseInput
- LwjglOffscreenBuffer - Class in com.jme3.system.lwjgl
- LwjglOffscreenBuffer() - Constructor for class com.jme3.system.lwjgl.LwjglOffscreenBuffer
- LwjglOffscreenBufferVR - Class in com.jme3.system.lwjgl
-
A VR oriented LWJGL offscreen buffer.
- LwjglOffscreenBufferVR() - Constructor for class com.jme3.system.lwjgl.LwjglOffscreenBufferVR
-
Create a new VR oriented LWJGL offscreen buffer.
- LWJGLOpenVR - Class in com.jme3.input.vr.lwjgl_openvr
-
A class that wraps an OpenVR system.
- LWJGLOpenVR(VREnvironment) - Constructor for class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVR
-
Create a new OpenVR system attached to the given
VR environment
. - LWJGLOpenVRAnalogActionData - Class in com.jme3.input.vr.lwjgl_openvr
-
This is a set of reusable parts that are used when accessing an analogue action (Analogue meaning something like a trigger pull or joystick coordinate)
- LWJGLOpenVRAnalogActionData(String, long, InputAnalogActionData) - Constructor for class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVRAnalogActionData
- LWJGLOpenVRBounds - Class in com.jme3.input.vr.lwjgl_openvr
-
A class that represents VR world bounds.
- LWJGLOpenVRBounds() - Constructor for class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVRBounds
- LWJGLOpenVRDigitalActionData - Class in com.jme3.input.vr.lwjgl_openvr
-
This is a set of reusable parts that are used when accessing a digital action (Digital meaning something like a button press, that is either on or off)
- LWJGLOpenVRDigitalActionData(String, long, InputDigitalActionData) - Constructor for class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVRDigitalActionData
- LWJGLOpenVRInput - Class in com.jme3.input.vr.lwjgl_openvr
-
A class that wraps an OpenVR input.
null
values will be returned if no valid pose exists, or that input device isn't available user code should check fornull
values. - LWJGLOpenVRInput(VREnvironment) - Constructor for class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVRInput
-
Create a new OpenVR input attached to the given VR environment.
- LWJGLOpenVRMouseManager - Class in com.jme3.input.vr.lwjgl_openvr
-
A class dedicated to the handling of the mouse within VR environment.
- LWJGLOpenVRMouseManager(VREnvironment) - Constructor for class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVRMouseManager
-
Create a new VR mouse manager within the given
VR environment
. - LWJGLOpenVRTrackedController - Class in com.jme3.input.vr.lwjgl_openvr
-
A controller that is tracked within the VR environment.
- LWJGLOpenVRTrackedController(int, VRInputAPI, String, String, VREnvironment) - Constructor for class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVRTrackedController
-
Wrap a new VR tracked controller on an OpenVR system.
- LWJGLOpenVRViewManager - Class in com.jme3.input.vr.lwjgl_openvr
-
A VR view manager based on OpenVR.
- LWJGLOpenVRViewManager(VREnvironment) - Constructor for class com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVRViewManager
-
Create a new VR view manager attached to the given
VR environment
. - LwjglPlatform - Class in com.jme3.opencl.lwjgl
- LwjglPlatform(CLPlatform) - Constructor for class com.jme3.opencl.lwjgl.LwjglPlatform
- LwjglProgram - Class in com.jme3.opencl.lwjgl
- LwjglProgram(CLProgram, LwjglContext) - Constructor for class com.jme3.opencl.lwjgl.LwjglProgram
- LwjglRender - Class in com.jme3.renderer.lwjgl
-
The base class of LWJGL implementations.
- LwjglRender() - Constructor for class com.jme3.renderer.lwjgl.LwjglRender
- LwjglSmoothingTimer - Class in com.jme3.system.lwjgl
-
Timer
handles the system's time related functionality. - LwjglSmoothingTimer() - Constructor for class com.jme3.system.lwjgl.LwjglSmoothingTimer
-
Constructor builds a
Timer
object. - LwjglTimer - Class in com.jme3.system.lwjgl
-
Timer
handles the system's time related functionality. - LwjglTimer() - Constructor for class com.jme3.system.lwjgl.LwjglTimer
-
Constructor builds a
Timer
object. - LwjglWindow - Class in com.jme3.system.lwjgl
-
A wrapper class over the GLFW framework in LWJGL 3.
- LwjglWindow(JmeContext.Type) - Constructor for class com.jme3.system.lwjgl.LwjglWindow
- LwjglWindowVR - Class in com.jme3.system.lwjgl
-
A wrapper class over the GLFW framework in LWJGL 3.
- LwjglWindowVR(JmeContext.Type) - Constructor for class com.jme3.system.lwjgl.LwjglWindowVR
-
Create a new wrapper class over the GLFW framework in LWJGL 3.
M
- m - Variable in class com.jme3.system.jopenvr.HmdMatrix33_t
-
float[3][3]
C type : float[3][3] - m - Variable in class com.jme3.system.jopenvr.HmdMatrix34_t
-
float[3][4]
C type : float[3][4] - m - Variable in class com.jme3.system.jopenvr.HmdMatrix44_t
-
float[4][4]
C type : float[4][4] - m_Circle - Variable in class com.jme3.system.jopenvr.VROverlayIntersectionMaskPrimitive_Data_t
-
C type : IntersectionMaskCircle_t
- m_flCenterX - Variable in class com.jme3.system.jopenvr.IntersectionMaskCircle_t
- m_flCenterY - Variable in class com.jme3.system.jopenvr.IntersectionMaskCircle_t
- m_flClientFrameIntervalMs - Variable in class com.jme3.system.jopenvr.Compositor_FrameTiming
- m_flCompositorIdleCpuMs - Variable in class com.jme3.system.jopenvr.Compositor_FrameTiming
- m_flCompositorRenderCpuMs - Variable in class com.jme3.system.jopenvr.Compositor_FrameTiming
- m_flCompositorRenderGpuMs - Variable in class com.jme3.system.jopenvr.Compositor_FrameTiming
- m_flCompositorRenderStartMs - Variable in class com.jme3.system.jopenvr.Compositor_FrameTiming
- m_flCompositorUpdateEndMs - Variable in class com.jme3.system.jopenvr.Compositor_FrameTiming
- m_flCompositorUpdateStartMs - Variable in class com.jme3.system.jopenvr.Compositor_FrameTiming
- m_flHeight - Variable in class com.jme3.system.jopenvr.IntersectionMaskRectangle_t
- m_flNewFrameReadyMs - Variable in class com.jme3.system.jopenvr.Compositor_FrameTiming
- m_flNewPosesReadyMs - Variable in class com.jme3.system.jopenvr.Compositor_FrameTiming
- m_flPostSubmitGpuMs - Variable in class com.jme3.system.jopenvr.Compositor_FrameTiming
- m_flPresentCallCpuMs - Variable in class com.jme3.system.jopenvr.Compositor_FrameTiming
- m_flPreSubmitGpuMs - Variable in class com.jme3.system.jopenvr.Compositor_FrameTiming
- m_flRadius - Variable in class com.jme3.system.jopenvr.IntersectionMaskCircle_t
- m_flSubmitFrameMs - Variable in class com.jme3.system.jopenvr.Compositor_FrameTiming
- m_flSystemTimeInSeconds - Variable in class com.jme3.system.jopenvr.Compositor_FrameTiming
- m_flTopLeftX - Variable in class com.jme3.system.jopenvr.IntersectionMaskRectangle_t
- m_flTopLeftY - Variable in class com.jme3.system.jopenvr.IntersectionMaskRectangle_t
- m_flTotalRenderGpuMs - Variable in class com.jme3.system.jopenvr.Compositor_FrameTiming
- m_flWaitForPresentCpuMs - Variable in class com.jme3.system.jopenvr.Compositor_FrameTiming
- m_flWaitGetPosesCalledMs - Variable in class com.jme3.system.jopenvr.Compositor_FrameTiming
- m_flWidth - Variable in class com.jme3.system.jopenvr.IntersectionMaskRectangle_t
- m_HmdPose - Variable in class com.jme3.system.jopenvr.Compositor_FrameTiming
-
C type : TrackedDevicePose_t
- m_nBytesPerPixel - Variable in class com.jme3.system.jopenvr.NotificationBitmap_t
- m_nCurrentUniverse - Variable in class com.jme3.system.jopenvr.VREvent_Chaperone_t
- m_nFidelityLevel - Variable in class com.jme3.system.jopenvr.VREvent_PerformanceTest_t
- m_nFormat - Variable in class com.jme3.system.jopenvr.VRVulkanTextureData_t
- m_nFrameIndex - Variable in class com.jme3.system.jopenvr.Compositor_FrameTiming
- m_nHeight - Variable in class com.jme3.system.jopenvr.NotificationBitmap_t
- m_nHeight - Variable in class com.jme3.system.jopenvr.VRVulkanTextureData_t
- m_nImage - Variable in class com.jme3.system.jopenvr.VRVulkanTextureData_t
- m_nNodeMask - Variable in class com.jme3.system.jopenvr.D3D12TextureData_t
- m_nNumDroppedFrames - Variable in class com.jme3.system.jopenvr.Compositor_CumulativeStats
- m_nNumDroppedFrames - Variable in class com.jme3.system.jopenvr.Compositor_FrameTiming
- m_nNumDroppedFrames - Variable in class com.jme3.system.jopenvr.DriverDirectMode_FrameTiming
- m_nNumDroppedFramesLoading - Variable in class com.jme3.system.jopenvr.Compositor_CumulativeStats
- m_nNumDroppedFramesOnStartup - Variable in class com.jme3.system.jopenvr.Compositor_CumulativeStats
- m_nNumDroppedFramesTimedOut - Variable in class com.jme3.system.jopenvr.Compositor_CumulativeStats
- m_nNumFramePresents - Variable in class com.jme3.system.jopenvr.Compositor_CumulativeStats
- m_nNumFramePresents - Variable in class com.jme3.system.jopenvr.Compositor_FrameTiming
- m_nNumFramePresents - Variable in class com.jme3.system.jopenvr.DriverDirectMode_FrameTiming
- m_nNumFramePresentsLoading - Variable in class com.jme3.system.jopenvr.Compositor_CumulativeStats
- m_nNumFramePresentsOnStartup - Variable in class com.jme3.system.jopenvr.Compositor_CumulativeStats
- m_nNumFramePresentsTimedOut - Variable in class com.jme3.system.jopenvr.Compositor_CumulativeStats
- m_nNumLoading - Variable in class com.jme3.system.jopenvr.Compositor_CumulativeStats
- m_nNumMisPresented - Variable in class com.jme3.system.jopenvr.Compositor_FrameTiming
- m_nNumMisPresented - Variable in class com.jme3.system.jopenvr.DriverDirectMode_FrameTiming
- m_nNumReprojectedFrames - Variable in class com.jme3.system.jopenvr.Compositor_CumulativeStats
- m_nNumReprojectedFramesLoading - Variable in class com.jme3.system.jopenvr.Compositor_CumulativeStats
- m_nNumReprojectedFramesOnStartup - Variable in class com.jme3.system.jopenvr.Compositor_CumulativeStats
- m_nNumReprojectedFramesTimedOut - Variable in class com.jme3.system.jopenvr.Compositor_CumulativeStats
- m_nNumTimedOut - Variable in class com.jme3.system.jopenvr.Compositor_CumulativeStats
- m_nPid - Variable in class com.jme3.system.jopenvr.Compositor_CumulativeStats
- m_nPreviousUniverse - Variable in class com.jme3.system.jopenvr.VREvent_Chaperone_t
- m_nPrimitiveType - Variable in class com.jme3.system.jopenvr.VROverlayIntersectionMaskPrimitive_t
-
C type : EVROverlayIntersectionMaskPrimitiveType
- m_nQueueFamilyIndex - Variable in class com.jme3.system.jopenvr.VRVulkanTextureData_t
- m_nReprojectionFlags - Variable in class com.jme3.system.jopenvr.Compositor_FrameTiming
- m_nReprojectionFlags - Variable in class com.jme3.system.jopenvr.DriverDirectMode_FrameTiming
- m_nSampleCount - Variable in class com.jme3.system.jopenvr.VRVulkanTextureData_t
- m_nSize - Variable in class com.jme3.system.jopenvr.Compositor_FrameTiming
- m_nSize - Variable in class com.jme3.system.jopenvr.DriverDirectMode_FrameTiming
- m_nWidth - Variable in class com.jme3.system.jopenvr.NotificationBitmap_t
- m_nWidth - Variable in class com.jme3.system.jopenvr.VRVulkanTextureData_t
- m_pCommandQueue - Variable in class com.jme3.system.jopenvr.D3D12TextureData_t
-
struct ID3D12CommandQueue *
C type : ID3D12CommandQueue* - m_pDevice - Variable in class com.jme3.system.jopenvr.VRVulkanTextureData_t
-
struct VkDevice_T *
C type : VkDevice_T* - m_pImageData - Variable in class com.jme3.system.jopenvr.NotificationBitmap_t
-
void *
C type : void* - m_pInstance - Variable in class com.jme3.system.jopenvr.VRVulkanTextureData_t
-
struct VkInstance_T *
C type : VkInstance_T* - m_pPhysicalDevice - Variable in class com.jme3.system.jopenvr.VRVulkanTextureData_t
-
struct VkPhysicalDevice_T *
C type : VkPhysicalDevice_T* - m_pQueue - Variable in class com.jme3.system.jopenvr.VRVulkanTextureData_t
-
struct VkQueue_T *
C type : VkQueue_T* - m_pResource - Variable in class com.jme3.system.jopenvr.D3D12TextureData_t
-
struct ID3D12Resource *
C type : ID3D12Resource* - m_Primitive - Variable in class com.jme3.system.jopenvr.VROverlayIntersectionMaskPrimitive_t
-
C type : VROverlayIntersectionMaskPrimitive_Data_t
- m_pSettings - Variable in class com.jme3.system.jopenvr.CVRSettingHelper
-
class vr::IVRSettings *
C type : intptr_t - m_pVRApplications - Variable in class com.jme3.system.jopenvr.COpenVRContext
-
class vr::IVRApplications *
C type : intptr_t - m_pVRChaperone - Variable in class com.jme3.system.jopenvr.COpenVRContext
-
class vr::IVRChaperone *
C type : intptr_t - m_pVRChaperoneSetup - Variable in class com.jme3.system.jopenvr.COpenVRContext
-
class vr::IVRChaperoneSetup *
C type : intptr_t - m_pVRCompositor - Variable in class com.jme3.system.jopenvr.COpenVRContext
-
class vr::IVRCompositor *
C type : intptr_t - m_pVRDriverManager - Variable in class com.jme3.system.jopenvr.COpenVRContext
-
class vr::IVRDriverManager *
C type : intptr_t - m_pVRExtendedDisplay - Variable in class com.jme3.system.jopenvr.COpenVRContext
-
class vr::IVRExtendedDisplay *
C type : intptr_t - m_pVRInput - Variable in class com.jme3.system.jopenvr.COpenVRContext
-
class vr::IVRInput *
C type : intptr_t - m_pVRIOBuffer - Variable in class com.jme3.system.jopenvr.COpenVRContext
-
class vr::IVRIOBuffer *
C type : intptr_t - m_pVROverlay - Variable in class com.jme3.system.jopenvr.COpenVRContext
-
class vr::IVROverlay *
C type : intptr_t - m_pVRRenderModels - Variable in class com.jme3.system.jopenvr.COpenVRContext
-
class vr::IVRRenderModels *
C type : intptr_t - m_pVRResources - Variable in class com.jme3.system.jopenvr.COpenVRContext
-
class vr::IVRResources *
C type : intptr_t - m_pVRScreenshots - Variable in class com.jme3.system.jopenvr.COpenVRContext
-
class vr::IVRScreenshots *
C type : intptr_t - m_pVRSettings - Variable in class com.jme3.system.jopenvr.COpenVRContext
-
class vr::IVRSettings *
C type : intptr_t - m_pVRSpatialAnchors - Variable in class com.jme3.system.jopenvr.COpenVRContext
-
class vr::IVRSpatialAnchors *
C type : intptr_t - m_pVRSystem - Variable in class com.jme3.system.jopenvr.COpenVRContext
-
class vr::IVRSystem *
C type : intptr_t - m_pVRTrackedCamera - Variable in class com.jme3.system.jopenvr.COpenVRContext
-
class vr::IVRTrackedCamera *
C type : intptr_t - m_Rectangle - Variable in class com.jme3.system.jopenvr.VROverlayIntersectionMaskPrimitive_Data_t
-
C type : IntersectionMaskRectangle_t
- m00 - Variable in class com.jme3.math.Matrix3f
-
The element in row 0, column 0.
- m00 - Variable in class com.jme3.math.Matrix4f
-
The element in row 0, column 0.
- m01 - Variable in class com.jme3.math.Matrix3f
-
The element in row 0, column 1.
- m01 - Variable in class com.jme3.math.Matrix4f
-
The element in row 0, column 1.
- m02 - Variable in class com.jme3.math.Matrix3f
-
The element in row 0, column 2.
- m02 - Variable in class com.jme3.math.Matrix4f
-
The element in row 0, column 2.
- m03 - Variable in class com.jme3.math.Matrix4f
-
The element in row 0, column 3 (the X translation).
- m10 - Variable in class com.jme3.math.Matrix3f
-
The element in row 1, column 0.
- m10 - Variable in class com.jme3.math.Matrix4f
-
The element in row 1, column 0.
- m11 - Variable in class com.jme3.math.Matrix3f
-
The element in row 1, column 1.
- m11 - Variable in class com.jme3.math.Matrix4f
-
The element in row 1, column 1.
- m12 - Variable in class com.jme3.math.Matrix3f
-
The element in row 1, column 2.
- m12 - Variable in class com.jme3.math.Matrix4f
-
The element in row 1, column 2.
- m13 - Variable in class com.jme3.math.Matrix4f
-
The element in row 1, column 3 (the Y translation).
- m20 - Variable in class com.jme3.math.Matrix3f
-
The element in row 2, column 0.
- m20 - Variable in class com.jme3.math.Matrix4f
-
The element in row 2, column 0.
- m21 - Variable in class com.jme3.math.Matrix3f
-
The element in row 2, column 1.
- m21 - Variable in class com.jme3.math.Matrix4f
-
The element in row 2, column 1.
- m22 - Variable in class com.jme3.math.Matrix3f
-
The element in row 2, column 2.
- m22 - Variable in class com.jme3.math.Matrix4f
-
The element in row 2, column 2.
- m23 - Variable in class com.jme3.math.Matrix4f
-
The element in row 2, column 3 (the Z translation).
- m30 - Variable in class com.jme3.math.Matrix4f
-
The element in row 3, column 0.
- m31 - Variable in class com.jme3.math.Matrix4f
-
The element in row 3, column 1.
- m32 - Variable in class com.jme3.math.Matrix4f
-
The element in row 3, column 2.
- m33 - Variable in class com.jme3.math.Matrix4f
-
The element in row 3, column 3.
- MacOS - Enum constant in enum class com.jme3.system.Platform.Os
-
macOS operating systems
- MacOSX_ARM64 - Enum constant in enum class com.jme3.system.Platform
-
Apple Mac OS X 64-bit ARM
- MacOSX_PPC32 - Enum constant in enum class com.jme3.system.Platform
-
Apple Mac OS X 32 bit PowerPC
- MacOSX_PPC64 - Enum constant in enum class com.jme3.system.Platform
-
Apple Mac OS X 64 bit PowerPC
- MacOSX32 - Enum constant in enum class com.jme3.system.Platform
-
Apple Mac OS X 32-bit Intel
- MacOSX64 - Enum constant in enum class com.jme3.system.Platform
-
Apple Mac OS X 64-bit Intel
- Magenta - Static variable in class com.jme3.math.ColorRGBA
-
The color magenta (1,0,1).
- magFilter - Variable in class com.jme3.texture.image.LastTextureState
- main(String[]) - Static method in class com.jme3.material.plugins.ConditionParser
- main(String[]) - Static method in class com.jme3.math.Eigen3f
-
Test the Eigen3f class.
- main(String[]) - Static method in class com.jme3.system.ExtractNativeLibraries
- main(String[]) - Static method in class com.jme3.util.ListSort
-
test case
- main(String[]) - Static method in class com.jme3.util.SortUtil
- main(String[]) - Static method in class jme3tools.optimize.GeometryBatchFactory
- main(String[]) - Static method in class jme3tools.shadercheck.ShaderCheck
- main(String...) - Static method in class test.TestInitHmd
- major - Variable in class com.jme3.lwjgl3.utils.APIUtil.APIVersion
-
Returns the API major version.
- makeAction(String) - Method in class com.jme3.anim.AnimComposer
-
Create a new ClipAction with specified clip name.
- makeAtlasBatch(Spatial, AssetManager, int) - Static method in class jme3tools.optimize.TextureAtlas
-
Creates one geometry out of the given root spatial and merges all single textures into one texture of the given size.
- makeBatches(Collection<Geometry>) - Static method in class jme3tools.optimize.GeometryBatchFactory
- makeBatches(Collection<Geometry>, boolean) - Static method in class jme3tools.optimize.GeometryBatchFactory
-
Batches a collection of Geometries so that all with the same material get combined.
- makeCubeMap(Image, Image, Image, Image, Image, Image, Image.Format) - Static method in class com.jme3.environment.util.EnvMapUtils
-
Creates a cube map from 6 images
- makeCurrent(AssetManager, RenderManager, EnumSet<Caps>, LightList, DefineList) - Method in class com.jme3.material.logic.DefaultTechniqueDefLogic
- makeCurrent(AssetManager, RenderManager, EnumSet<Caps>, LightList, DefineList) - Method in class com.jme3.material.logic.SinglePassAndImageBasedLightingLogic
- makeCurrent(AssetManager, RenderManager, EnumSet<Caps>, LightList, DefineList) - Method in class com.jme3.material.logic.SinglePassLightingLogic
- makeCurrent(AssetManager, RenderManager, EnumSet<Caps>, LightList, DefineList) - Method in class com.jme3.material.logic.StaticPassLightingLogic
- makeCurrent(AssetManager, RenderManager, EnumSet<Caps>, LightList, DefineList) - Method in interface com.jme3.material.logic.TechniqueDefLogic
-
Determine the shader to use for the given geometry / material combination.
- makeFrustum(Vector3f[]) - Static method in class com.jme3.scene.debug.WireFrustum
- makeGeometry(BoundingBox) - Static method in class com.jme3.scene.debug.WireBox
-
Create a geometry suitable for visualizing the specified bounding box.
- makeLayer(String, AnimationMask) - Method in class com.jme3.anim.AnimComposer
-
Add a layer to this composer.
- makeLodCalculator() - Method in class com.jme3.terrain.geomipmap.MultiTerrainLodControl
- makeLodCalculator() - Method in class com.jme3.terrain.geomipmap.TerrainLodControl
- makeLods(Collection<Geometry>, Mesh) - Static method in class jme3tools.optimize.GeometryBatchFactory
- makePbufferAvailable() - Method in class com.jme3.system.lwjgl.LwjglCanvas
-
Makes sure the pbuffer is available and ready for use
- makeProbe(EnvironmentCamera, Spatial) - Static method in class com.jme3.environment.LightProbeFactory
-
Creates a LightProbe with the giver EnvironmentCamera in the given scene.
- makeProbe(EnvironmentCamera, Spatial, JobProgressListener<LightProbe>) - Static method in class com.jme3.environment.LightProbeFactory
- makeProbe(EnvironmentCamera, Spatial, EnvMapUtils.GenerationType, JobProgressListener<LightProbe>) - Static method in class com.jme3.environment.LightProbeFactory
-
Creates a LightProbe with the giver EnvironmentCamera in the given scene.
- makeShapeFromPointMap(Map<Integer, List<Float>>, List<Integer>, Vector3f, Vector3f) - Static method in class com.jme3.bullet.control.ragdoll.RagdollUtils
-
Create a hull collision shape from linked vertices to this bone.
- makeShapeFromVerticeWeights(Spatial, List<Integer>, Vector3f, Vector3f, float) - Static method in class com.jme3.bullet.control.ragdoll.RagdollUtils
-
Create a hull collision shape from linked vertices to this bone.
- manager - Variable in class com.jme3.asset.AssetInfo
- manager - Variable in class com.jme3.bullet.debug.DebugTools
- manager - Variable in class com.jme3.water.SimpleWaterProcessor
- managerMap(Armature) - Method in class com.jme3.bullet.animation.DacConfiguration
-
Create a map from bone indices to the names of the bones that manage them.
- mAnchorToAbsoluteTracking - Variable in class com.jme3.system.jopenvr.SpatialAnchorPose_t
-
C type : HmdMatrix34_t
- MANUAL - Enum constant in enum class com.jme3.util.VRGUIPositioningMode
- map(CommandQueue, long[], long[], MappingAccess) - Method in class com.jme3.opencl.Image
-
Maps the image into host memory.
- map(CommandQueue, long[], long[], MappingAccess) - Method in class com.jme3.opencl.lwjgl.LwjglImage
- map(CommandQueue, long, long, MappingAccess) - Method in class com.jme3.opencl.Buffer
-
Maps this buffer directly into host memory.
- map(CommandQueue, long, long, MappingAccess) - Method in class com.jme3.opencl.lwjgl.LwjglBuffer
- map(CommandQueue, long, MappingAccess) - Method in class com.jme3.opencl.Buffer
-
Alternative version of
Buffer.map(com.jme3.opencl.CommandQueue, long, long, com.jme3.opencl.MappingAccess)
, setsoffset
to zero. - map(CommandQueue, MappingAccess) - Method in class com.jme3.opencl.Buffer
-
Alternative version of
Buffer.map(com.jme3.opencl.CommandQueue, long, com.jme3.opencl.MappingAccess)
, setssize
toBuffer.getSize()
. - map(VariableMapping, StringBuilder, boolean) - Method in class com.jme3.shader.Glsl100ShaderGenerator
-
Appends a mapping to the source, embed in a conditional block if needed, with variables nameSpaces and swizzle.
- map(Class, String) - Method in class com.jme3.network.util.AbstractMessageDelegator
-
Manually maps a specified method to the specified message type.
- map(String...) - Method in class com.jme3.network.util.AbstractMessageDelegator
-
Specifically maps the specified methods names, autowiring the parameters.
- map(Set<String>) - Method in class com.jme3.network.util.AbstractMessageDelegator
-
Goes through all of the delegate type's declared methods mapping methods that match the current constraints.
- MAP_READ_ONLY - Enum constant in enum class com.jme3.opencl.MappingAccess
-
Only read access is allowed to the mapped memory.
- MAP_READ_WRITE - Enum constant in enum class com.jme3.opencl.MappingAccess
-
Both read and write access is allowed.
- MAP_WRITE_INVALIDATE - Enum constant in enum class com.jme3.opencl.MappingAccess
-
The old memory content is completely discarded and the buffer is filled completely with new data.
- MAP_WRITE_ONLY - Enum constant in enum class com.jme3.opencl.MappingAccess
-
Only write access is allowed to the mapped memory.
- mapAsync(CommandQueue, long[], long[], MappingAccess) - Method in class com.jme3.opencl.Image
-
Non-blocking version of
Image.map(com.jme3.opencl.CommandQueue, long[], long[], com.jme3.opencl.MappingAccess)
. - mapAsync(CommandQueue, long[], long[], MappingAccess) - Method in class com.jme3.opencl.lwjgl.LwjglImage
- mapAsync(CommandQueue, long, long, MappingAccess) - Method in class com.jme3.opencl.Buffer
-
Maps this buffer asynchronously into host memory.
- mapAsync(CommandQueue, long, long, MappingAccess) - Method in class com.jme3.opencl.lwjgl.LwjglBuffer
- mapAsync(CommandQueue, long, MappingAccess) - Method in class com.jme3.opencl.Buffer
-
Alternative version of
Buffer.mapAsync(com.jme3.opencl.CommandQueue, long, long, com.jme3.opencl.MappingAccess)
, setsoffset
to zero. - mapAsync(CommandQueue, MappingAccess) - Method in class com.jme3.opencl.Buffer
-
Alternative version of
Buffer.mapAsync(com.jme3.opencl.CommandQueue, long, com.jme3.opencl.MappingAccess)
, setssize
toBuffer.getSize()
. - mapJoystick(Joystick) - Method in class com.jme3.input.FlyByCamera
- MappingAccess - Enum Class in com.jme3.opencl
- MapSerializer - Class in com.jme3.network.serializing.serializers
- MapSerializer() - Constructor for class com.jme3.network.serializing.serializers.MapSerializer
- margin - Variable in class com.jme3.bullet.collision.shapes.CollisionShape
-
copy of collision margin (in physics-space units, >0, default=0)
- mass - Variable in class com.jme3.bullet.control.BetterCharacterControl
-
mass of this character (>0)
- mass - Variable in class com.jme3.bullet.objects.PhysicsRigidBody
- mass(String) - Method in class com.jme3.bullet.animation.DacConfiguration
-
Read the mass of the named bone/torso.
- mass(String) - Method in class com.jme3.bullet.animation.DacLinks
-
Read the mass of the named bone/torso.
- matCache - Variable in class com.jme3.shadow.AbstractShadowRenderer
-
list of materials for post shadow queue geometries
- matCache - Variable in class com.jme3.shadow.AbstractShadowRendererVR
-
list of materials for post shadow queue geometries
- matCache - Variable in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
- matches(Class<? extends Spatial>, String) - Method in class com.jme3.scene.Spatial
-
Note that we are matching the pattern, therefore the pattern must match the entire pattern (i.e.
- matches(Method) - Method in class com.jme3.network.service.rmi.MethodInfo
- matchPhysicObjectToBone(KinematicRagdollControl.PhysicsBoneLink, Vector3f, Quaternion) - Method in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.Alter the transforms of a rigidBody to match the transforms of a bone.
- material - Variable in class com.jme3.post.Filter
- material - Variable in class com.jme3.scene.Geometry
- material - Variable in class com.jme3.scene.plugins.fbx.objects.FbxMaterial
- material - Variable in class com.jme3.scene.plugins.IrVertex
- material - Variable in class com.jme3.terrain.geomipmap.TerrainGrid
- material - Variable in class com.jme3.water.SimpleWaterProcessor
- Material - Class in com.jme3.material
-
Material
describes the rendering style for a givenGeometry
. - Material - Enum constant in enum class com.jme3.scene.plugins.fbx.mesh.FbxLayerElement.Type
- Material() - Constructor for class com.jme3.material.Material
-
Do not use this constructor.
- Material(AssetManager, String) - Constructor for class com.jme3.material.Material
- Material(MaterialDef) - Constructor for class com.jme3.material.Material
- MaterialAdapter - Class in com.jme3.scene.plugins.gltf
-
A MaterialAdapter allows to map a GLTF material to a JME material.
- MaterialAdapter() - Constructor for class com.jme3.scene.plugins.gltf.MaterialAdapter
- MaterialDebugAppState - Class in com.jme3.util
-
This appState is for debug purpose only, and was made to provide an easy way to test shaders, with a live update capability.
- MaterialDebugAppState() - Constructor for class com.jme3.util.MaterialDebugAppState
- materialDef - Variable in class com.jme3.material.plugins.ShaderNodeLoaderDelegate
- MaterialDef - Class in com.jme3.material
-
Describes a J3MD (Material definition).
- MaterialDef() - Constructor for class com.jme3.material.MaterialDef
-
Serialization only.
- MaterialDef(AssetManager, String) - Constructor for class com.jme3.material.MaterialDef
-
Creates a new material definition with the given name.
- MaterialExtension - Class in com.jme3.scene.plugins.ogre.matext
-
MaterialExtension
defines a mapping from an Ogre3D "base" material to a jME3 material definition. - MaterialExtension(String, String) - Constructor for class com.jme3.scene.plugins.ogre.matext.MaterialExtension
-
Material extension defines a mapping from an Ogre3D "base" material to a jME3 material definition.
- MaterialExtensionLoader - Class in com.jme3.scene.plugins.ogre.matext
-
Used internally by
MaterialLoader
- MaterialExtensionLoader() - Constructor for class com.jme3.scene.plugins.ogre.matext.MaterialExtensionLoader
- MaterialExtensionSet - Class in com.jme3.scene.plugins.ogre.matext
-
MaterialExtensionSet
is simply a container for severalMaterialExtension
s so that it can be set globally for allOgreMaterialKey
s used. - MaterialExtensionSet() - Constructor for class com.jme3.scene.plugins.ogre.matext.MaterialExtensionSet
- MaterialKey - Class in com.jme3.asset
-
Used for loading
materials
only (not material definitions!). - MaterialKey() - Constructor for class com.jme3.asset.MaterialKey
- MaterialKey(String) - Constructor for class com.jme3.asset.MaterialKey
- MaterialList - Class in com.jme3.material
-
A map from material name to a material.
- MaterialList() - Constructor for class com.jme3.material.MaterialList
- MaterialLoader - Class in com.jme3.scene.plugins.ogre
- MaterialLoader() - Constructor for class com.jme3.scene.plugins.ogre.MaterialLoader
- MaterialProcessor - Class in com.jme3.material
- MaterialProcessor() - Constructor for class com.jme3.material.MaterialProcessor
- materials - Variable in class com.jme3.scene.plugins.fbx.node.FbxNode
- materials - Variable in class com.jme3.scene.plugins.fbx.objects.FbxMesh
- Materials - Class in com.jme3.material
-
This class is to provide some constants materials.
- materialsMapping - Variable in class com.jme3.scene.plugins.fbx.objects.FbxMesh
- materialsReference - Variable in class com.jme3.scene.plugins.fbx.objects.FbxMesh
- MathUtils - Class in com.jme3.math
-
Created by Nehon on 23/04/2017.
- matList - Variable in class com.jme3.scene.plugins.MTLLoader
- matList - Variable in class com.jme3.scene.plugins.OBJLoader
- matName - Variable in class com.jme3.scene.plugins.MTLLoader
- MatParam - Class in com.jme3.material
-
Describes a material parameter.
- MatParam() - Constructor for class com.jme3.material.MatParam
-
Serialization only.
- MatParam(VarType, String, Object) - Constructor for class com.jme3.material.MatParam
-
Create a new material parameter.
- MatParamOverride - Class in com.jme3.material
-
MatParamOverride
is a mechanism by whichmaterial parameters
can be overridden on the scene graph. - MatParamOverride() - Constructor for class com.jme3.material.MatParamOverride
-
Serialization only.
- MatParamOverride(VarType, String, Object) - Constructor for class com.jme3.material.MatParamOverride
-
Create a new
MatParamOverride
. - MatParamTexture - Class in com.jme3.material
- MatParamTexture() - Constructor for class com.jme3.material.MatParamTexture
- MatParamTexture(VarType, String, Texture, ColorSpace) - Constructor for class com.jme3.material.MatParamTexture
- MatParseException - Exception in com.jme3.material.plugins
-
Custom Exception to report a j3md Material definition file parsing error.
- MatParseException(String, Statement) - Constructor for exception com.jme3.material.plugins.MatParseException
-
creates a MatParseException
- MatParseException(String, Statement, Throwable) - Constructor for exception com.jme3.material.plugins.MatParseException
-
creates a MatParseException
- MatParseException(String, String, Statement) - Constructor for exception com.jme3.material.plugins.MatParseException
-
creates a MatParseException
- MatParseException(String, String, Statement, Throwable) - Constructor for exception com.jme3.material.plugins.MatParseException
-
creates a MatParseException
- Matrix3 - Enum constant in enum class com.jme3.shader.VarType
- Matrix3Array - Enum constant in enum class com.jme3.shader.VarType
- Matrix3f - Class in com.jme3.math
-
A 3x3 matrix composed of 9 single-precision elements, used to represent linear transformations of 3-D coordinates, such as rotations, reflections, and scaling.
- Matrix3f() - Constructor for class com.jme3.math.Matrix3f
-
Instantiates an identity matrix (diagonals = 1, other elements = 0).
- Matrix3f(float, float, float, float, float, float, float, float, float) - Constructor for class com.jme3.math.Matrix3f
-
Instantiates a matrix with specified elements.
- Matrix3f(Matrix3f) - Constructor for class com.jme3.math.Matrix3f
-
Instantiates a copy of the matrix argument.
- Matrix4 - Enum constant in enum class com.jme3.shader.VarType
- Matrix4Array - Enum constant in enum class com.jme3.shader.VarType
- Matrix4f - Class in com.jme3.math
-
A 4x4 matrix composed of 16 single-precision elements, used to represent linear or perspective transformations of 3-D coordinates.
- Matrix4f() - Constructor for class com.jme3.math.Matrix4f
-
Instantiates an identity matrix (diagonals = 1, other elements = 0).
- Matrix4f(float[]) - Constructor for class com.jme3.math.Matrix4f
-
Create a
Matrix4f
from the specified array. - Matrix4f(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Constructor for class com.jme3.math.Matrix4f
-
Create a
Matrix4f
with the specified element values. - Matrix4f(Matrix4f) - Constructor for class com.jme3.math.Matrix4f
-
Create a
Matrix4f
that duplicates the specified matrix. - MatrixJointModelTransform - Class in com.jme3.anim
-
This JointModelTransform implementation accumulate joints transforms in a Matrix4f to properly support non uniform scaling in an armature hierarchy
- MatrixJointModelTransform() - Constructor for class com.jme3.anim.MatrixJointModelTransform
- matrixO2J(OVRMatrix4f, Matrix4f) - Static method in class com.jme3.input.vr.oculus.OculusVR
-
Copy the values from a LibOVR matrix into a jMonkeyEngine matrix.
- matrixWrite - Variable in class com.jme3.util.TempVars
- max(float, float) - Static method in class com.jme3.terrain.noise.ShaderUtils
- Max - Enum constant in enum class com.jme3.material.RenderState.BlendEquation
-
Sets the blend equation so that each component of the result color is the maximum of the corresponding components of the source and destination colors.
- Max - Enum constant in enum class com.jme3.material.RenderState.BlendEquationAlpha
-
sSets the blend equation so that the result alpha is the maximum of the source alpha and destination alpha.
- MAX_DEFINES - Static variable in class com.jme3.shader.DefineList
- MAX_TREE_DEPTH - Static variable in class com.jme3.collision.bih.BIHTree
- MAX_TRIS_PER_NODE - Static variable in class com.jme3.collision.bih.BIHTree
- maxAlpha - Variable in class com.jme3.texture.image.ByteOffsetImageCodec
- maxBlue - Variable in class com.jme3.texture.image.ByteOffsetImageCodec
- maxDistance - Variable in class com.jme3.app.ChaseCameraAppState
- maxDistance - Variable in class com.jme3.audio.AudioNode
- maxDistance - Variable in class com.jme3.input.ChaseCamera
- MaxDistance - Enum constant in enum class com.jme3.audio.AudioParam
- maxGreen - Variable in class com.jme3.texture.image.ByteOffsetImageCodec
- maxHeight - Variable in class com.jme3.bullet.collision.shapes.HeightfieldCollisionShape
- maxLocal(Vector3f) - Method in class com.jme3.math.Vector3f
-
Compares this vector component-wise with the argument (keeping the most positive value for each component) and returns the (modified) current instance.
- maxLocal(Vector4f) - Method in class com.jme3.math.Vector4f
-
maxLocal
computes the maximum value for each component in this andother
vector. - maxRed - Variable in class com.jme3.texture.image.ByteOffsetImageCodec
- maxResolutionDimension - Variable in class com.jme3.app.AndroidHarnessFragment
-
Set the maximum resolution for the surfaceview in either the width or height screen direction depending on the screen size.
- maxSuspensionForce - Variable in class com.jme3.bullet.objects.VehicleWheel
- maxSuspensionTravelCm - Variable in class com.jme3.bullet.objects.VehicleWheel
- maxTextureUnits - Static variable in class com.jme3.renderer.RenderContext
-
Number of texture units that JME supports.
- maxval - Variable in class com.jme3.terrain.GeoMap
- maxVerticalRotation - Variable in class com.jme3.app.ChaseCameraAppState
- maxVerticalRotation - Variable in class com.jme3.input.ChaseCamera
- mDeviceToAbsoluteTracking - Variable in class com.jme3.system.jopenvr.TrackedDevicePose_t
-
C type : HmdMatrix34_t
- mDeviceToAbsoluteTracking - Variable in class com.jme3.system.jopenvr.VRTextureWithPose_t
-
C type : HmdMatrix34_t
- mean(Vector3f) - Method in class com.jme3.bullet.animation.VectorSet
-
Calculate the sample mean for each axis over the Vector3f values in this set.
- MemoryAccess - Enum Class in com.jme3.opencl
-
Specifies how a buffer object can be accessed by the kernel.
- memoryFrameBuffers - Variable in class com.jme3.renderer.Statistics
-
Number of active frame buffers.
- memoryShaders - Variable in class com.jme3.renderer.Statistics
-
Number of active shaders.
- memoryTextures - Variable in class com.jme3.renderer.Statistics
-
Number of active textures.
- MemoryUtils - Class in com.jme3.util
-
See thread http://jmonkeyengine.org/forum/topic/monitor-direct-memory-usage-in-your-app/#post-205999
- merge(BoundingVolume) - Method in class com.jme3.bounding.BoundingBox
-
merge
combines this bounding box locally with a second bounding volume. - merge(BoundingVolume) - Method in class com.jme3.bounding.BoundingSphere
-
merge
combines this sphere with a second bounding sphere. - merge(BoundingVolume) - Method in class com.jme3.bounding.BoundingVolume
-
merge
combines two bounding volumes into a single bounding volume that contains both this bounding volume and the parameter volume. - merge(BitmapCharacterSet) - Method in class com.jme3.font.BitmapCharacterSet
-
Merge two fonts.
- merge(BitmapFont) - Method in class com.jme3.font.BitmapFont
-
Merge two fonts.
- mergeConditions(String, String, String) - Method in class com.jme3.material.plugins.ShaderNodeLoaderDelegate
-
Merges 2 conditions with the given operator
- mergeFrom(AppSettings) - Method in class com.jme3.system.AppSettings
-
Same as
AppSettings.copyFrom(com.jme3.system.AppSettings)
, except doesn't overwrite settings that are already set. - mergeGeometries(Collection<Geometry>, Mesh) - Static method in class jme3tools.optimize.GeometryBatchFactory
-
Merges all geometries in the collection into the output mesh.
- mergeLocal(BoundingVolume) - Method in class com.jme3.bounding.BoundingBox
-
mergeLocal
combines this bounding box locally with a second bounding volume. - mergeLocal(BoundingVolume) - Method in class com.jme3.bounding.BoundingSphere
-
mergeLocal
combines this sphere with a second bounding sphere locally. - mergeLocal(BoundingVolume) - Method in class com.jme3.bounding.BoundingVolume
-
mergeLocal
combines two bounding volumes into a single bounding volume that contains both this bounding volume and the parameter volume. - mesh - Variable in class com.jme3.scene.Geometry
- Mesh - Class in com.jme3.scene
-
Mesh
is used to store rendering data. - Mesh() - Constructor for class com.jme3.scene.Mesh
-
Creates a new mesh with no
vertex buffers
. - Mesh.Mode - Enum Class in com.jme3.scene
-
The mode of the Mesh specifies both the type of primitive represented by the mesh and how the data should be interpreted.
- MeshAnimationLoader - Class in com.jme3.scene.plugins.ogre
-
Utility class used by OgreLoader to load poses and mesh animations.
- MeshAnimationLoader() - Constructor for class com.jme3.scene.plugins.ogre.MeshAnimationLoader
- MeshCollisionShape - Class in com.jme3.bullet.collision.shapes
-
Basic mesh collision shape
- MeshCollisionShape() - Constructor for class com.jme3.bullet.collision.shapes.MeshCollisionShape
- MeshCollisionShape(Mesh) - Constructor for class com.jme3.bullet.collision.shapes.MeshCollisionShape
-
Creates a collision shape from the given TriMesh
- MeshCollisionShape(Mesh, boolean) - Constructor for class com.jme3.bullet.collision.shapes.MeshCollisionShape
-
API compatibility with native bullet.
- MeshInstancing - Enum constant in enum class com.jme3.renderer.Caps
-
Supports geometry instancing.
- MeshLoader - Class in com.jme3.scene.plugins.ogre
-
Loads Ogre3D mesh.xml files.
- MeshLoader() - Constructor for class com.jme3.scene.plugins.ogre.MeshLoader
- meshMode - Variable in class com.jme3.scene.mesh.VirtualIndexBuffer
- Message - Interface in com.jme3.network
-
Interface implemented by all network messages.
- MessageBuffer - Interface in com.jme3.network.base
-
Accumulates network data into Message objects.
- MessageConnection - Interface in com.jme3.network
-
The source of a received message and the common abstract interface of client->server and server->client objects.
- MessageListener<S> - Interface in com.jme3.network
-
Listener notified about new messages.
- MessageListenerRegistry<S> - Class in com.jme3.network.base
-
Keeps track of message listeners registered to specific types or to any type.
- MessageListenerRegistry() - Constructor for class com.jme3.network.base.MessageListenerRegistry
- MessageProtocol - Interface in com.jme3.network.base
-
Consolidates the conversion of messages to/from byte buffers and provides a rolling message buffer.
- messageReceived(Client, Message) - Method in class com.jme3.network.service.serializer.ClientSerializerRegistrationsService
- messageReceived(HostedConnection, Message) - Method in class com.jme3.network.base.DefaultServer.Redispatch
- messageReceived(HostedConnection, Message) - Method in class com.jme3.network.rmi.ObjectStore.ServerEventHandler
- messageReceived(Object, Message) - Method in class com.jme3.network.base.DefaultClient.Redispatch
- messageReceived(Object, Message) - Method in class com.jme3.network.rmi.ObjectStore.ClientEventHandler
- messageReceived(S, Message) - Method in class com.jme3.network.base.MessageListenerRegistry
- messageReceived(S, Message) - Method in interface com.jme3.network.MessageListener
- messageReceived(S, Message) - Method in class com.jme3.network.util.AbstractMessageDelegator
-
Implementation of the MessageListener's messageReceived() method that will use the current message type mapping to find an appropriate message handling method and call it on the delegate returned by getSourceDelegate().
- MessageWriter(Endpoint, DatagramPacket) - Constructor for class com.jme3.network.kernel.udp.UdpKernel.MessageWriter
- MethodDef - Class in com.jme3.network.rmi
-
Method definition is used to map methods on an RMI interface to an implementation on a remote machine.
- MethodDef() - Constructor for class com.jme3.network.rmi.MethodDef
- methodDefs - Variable in class com.jme3.network.rmi.ObjectDef
-
Method definitions of the implementation.
- methodGlGetError - Variable in class com.jme3.renderer.opengl.GLDebug
- methodId - Variable in class com.jme3.network.rmi.RemoteMethodCallMessage
-
The method ID used for look-up in the LocalObject.methods array.
- MethodInfo - Class in com.jme3.network.service.rmi
-
Internal information about shared methods.
- MethodInfo() - Constructor for class com.jme3.network.service.rmi.MethodInfo
-
For serialization only.
- MethodInfo(short, Method) - Constructor for class com.jme3.network.service.rmi.MethodInfo
- methods - Variable in class com.jme3.network.rmi.ObjectDef
-
Methods of the implementation on the local client.
- methodToString(Method) - Static method in class com.jme3.network.service.rmi.MethodInfo
- microseconds - Variable in class com.jme3.system.osvr.osvrtimevalue.OSVR_TimeValue
-
C type : OSVR_TimeValue_Microseconds
- MidpointDisplacementHeightMap - Class in com.jme3.terrain.heightmap
-
MidpointDisplacementHeightMap
generates a heightmap based on the midpoint displacement algorithm. - MidpointDisplacementHeightMap(int, float, float) - Constructor for class com.jme3.terrain.heightmap.MidpointDisplacementHeightMap
-
The constructor generates the heightmap.
- MidpointDisplacementHeightMap(int, float, float, long) - Constructor for class com.jme3.terrain.heightmap.MidpointDisplacementHeightMap
-
The constructor generates the heightmap.
- migrate(Spatial) - Static method in class com.jme3.anim.util.AnimMigrationUtils
- MikkTSpaceContext - Interface in com.jme3.util.mikktspace
- MikkTSpaceImpl - Class in com.jme3.util.mikktspace
- MikkTSpaceImpl(Mesh) - Constructor for class com.jme3.util.mikktspace.MikkTSpaceImpl
- MikktspaceTangentGenerator - Class in com.jme3.util.mikktspace
-
This tangent generator is highly experimental.
- min(float, float) - Static method in class com.jme3.terrain.noise.ShaderUtils
- Min - Enum constant in enum class com.jme3.material.RenderState.BlendEquation
-
Sets the blend equation so that each component of the result color is the minimum of the corresponding components of the source and destination colors.
- Min - Enum constant in enum class com.jme3.material.RenderState.BlendEquationAlpha
-
Sets the blend equation so that the result alpha is the minimum of the source alpha and destination alpha.
- minDistance - Variable in class com.jme3.app.ChaseCameraAppState
- minDistance - Variable in class com.jme3.input.ChaseCamera
- minFilter - Variable in class com.jme3.texture.image.LastTextureState
- minFrameDuration - Variable in class com.jme3.system.android.OGLESContext
- minFrameDuration - Variable in class com.jme3.system.ios.IGLESContext
- minHeight - Variable in class com.jme3.bullet.collision.shapes.HeightfieldCollisionShape
- minLocal(Vector3f) - Method in class com.jme3.math.Vector3f
-
Compares this vector component-wise with the argument (keeping the most negative value for each component) and returns the (modified) current instance.
- minLocal(Vector4f) - Method in class com.jme3.math.Vector4f
-
minLocal
computes the minimum value for each component in this andother
vector. - minor - Variable in class com.jme3.lwjgl3.utils.APIUtil.APIVersion
-
Returns the API minor version.
- minVerticalRotation - Variable in class com.jme3.app.ChaseCameraAppState
- minVerticalRotation - Variable in class com.jme3.input.ChaseCamera
- MipMapGenerator - Class in com.jme3.util
- MipMapGenerator - Class in jme3tools.converters
- MipMapImageRaster - Class in com.jme3.texture.image
- MipMapImageRaster(Image, int) - Constructor for class com.jme3.texture.image.MipMapImageRaster
- mipMapSizes - Variable in class com.jme3.texture.Image
- mipsWereGenerated - Variable in class com.jme3.texture.Image
- MirrorBorderClamp - Enum constant in enum class com.jme3.texture.Texture.WrapMode
-
Deprecated.Not supported by OpenGL 3
- MirrorClamp - Enum constant in enum class com.jme3.texture.Texture.WrapMode
-
Deprecated.Not supported by OpenGL 3
- MirrorEdgeClamp - Enum constant in enum class com.jme3.texture.Texture.WrapMode
-
Deprecated.Not supported by OpenGL 3
- MirroredRepeat - Enum constant in enum class com.jme3.texture.Texture.WrapMode
-
Only the fractional portion of the coordinate is considered, but if the integer portion is odd, we'll use 1 - the fractional portion.
- mirrorViewPort - Variable in class com.jme3.input.vr.AbstractVRViewManager
- miss(HostedConnection) - Method in class com.jme3.network.util.SessionDataDelegator
-
Called internally when there is no session object for the current attribute name attached to the passed source HostConnection.
- mix(float[], float[], float) - Static method in class com.jme3.terrain.noise.ShaderUtils
- mix(float, float, float) - Static method in class com.jme3.terrain.noise.ShaderUtils
- mix(int, int, float) - Static method in class com.jme3.terrain.noise.ShaderUtils
- mix(Color, Color, float) - Static method in class com.jme3.terrain.noise.ShaderUtils
- MjpegFileWriter - Class in com.jme3.app.state
-
Released under BSD License
- MjpegFileWriter(File, int, int, double) - Constructor for class com.jme3.app.state.MjpegFileWriter
- MjpegFileWriter(File, int, int, double, int) - Constructor for class com.jme3.app.state.MjpegFileWriter
- mod(float, float) - Static method in class com.jme3.terrain.noise.ShaderUtils
- mode - Variable in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
- model - Variable in class com.jme3.cinematic.events.AnimationEvent
-
Deprecated.
- MODEL_CHANNELS - Static variable in class com.jme3.cinematic.events.AnimationEvent
-
Deprecated.
- ModelKey - Class in com.jme3.asset
-
Used to load model files, such as OBJ or Blender models.
- ModelKey() - Constructor for class com.jme3.asset.ModelKey
- ModelKey(String) - Constructor for class com.jme3.asset.ModelKey
- modelMap - Variable in class com.jme3.scene.plugins.fbx.SceneLoader
- modelName - Variable in class com.jme3.cinematic.events.AnimationEvent
-
Deprecated.
- modelPosition - Variable in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
- modelRotation - Variable in class com.jme3.bullet.control.KinematicRagdollControl
-
Deprecated.
- modifyTexture(Texture2D, Image, int, int, int, int, int, int) - Method in class com.jme3.renderer.opengl.GLRenderer
-
Copy a part of an image to a texture 2d.
- modifyTexture(Texture, Image, int, int) - Method in class com.jme3.renderer.opengl.GLRenderer
-
Deprecated.Use modifyTexture(Texture2D dest, Image src, int destX, int destY, int srcX, int srcY, int areaW, int areaH)
- modifyTexture(Texture, Image, int, int) - Method in interface com.jme3.renderer.Renderer
-
Modifies the given Texture with the given Image.
- modifyTexture(Texture, Image, int, int) - Method in class com.jme3.system.NullRenderer
- modulate(float, float, float) - Method in class com.jme3.terrain.noise.basis.Noise
- Modulate - Enum constant in enum class com.jme3.material.RenderState.BlendMode
-
Multiplies the source and dest colors.
- ModulateX2 - Enum constant in enum class com.jme3.material.RenderState.BlendMode
-
Multiplies the source and dest colors then doubles the result.
- Modulator - Interface in com.jme3.terrain.noise.modulator
- modulators - Variable in class com.jme3.terrain.noise.basis.Noise
- Morph - Enum constant in enum class com.jme3.scene.plugins.gltf.TrackData.Type
- MorphControl - Class in com.jme3.anim
-
A control that handle morph animation for Position, Normal and Tangent buffers.
- MorphControl() - Constructor for class com.jme3.anim.MorphControl
- MORPHEUS - Enum constant in enum class com.jme3.input.vr.HmdType
-
PlayStation VR (formerly Morpheus) Head Mounted Device (HMD).
- MorphTarget - Class in com.jme3.scene.mesh
- MorphTarget() - Constructor for class com.jme3.scene.mesh.MorphTarget
- MorphTarget(String) - Constructor for class com.jme3.scene.mesh.MorphTarget
- MorphTarget0 - Enum constant in enum class com.jme3.scene.VertexBuffer.Type
-
Morph animations targets.
- MorphTarget1 - Enum constant in enum class com.jme3.scene.VertexBuffer.Type
- MorphTarget10 - Enum constant in enum class com.jme3.scene.VertexBuffer.Type
- MorphTarget11 - Enum constant in enum class com.jme3.scene.VertexBuffer.Type
- MorphTarget12 - Enum constant in enum class com.jme3.scene.VertexBuffer.Type
- MorphTarget13 - Enum constant in enum class com.jme3.scene.VertexBuffer.Type
- MorphTarget2 - Enum constant in enum class com.jme3.scene.VertexBuffer.Type
- MorphTarget3 - Enum constant in enum class com.jme3.scene.VertexBuffer.Type
- MorphTarget4 - Enum constant in enum class com.jme3.scene.VertexBuffer.Type
- MorphTarget5 - Enum constant in enum class com.jme3.scene.VertexBuffer.Type
- MorphTarget6 - Enum constant in enum class com.jme3.scene.VertexBuffer.Type
- MorphTarget7 - Enum constant in enum class com.jme3.scene.VertexBuffer.Type
- MorphTarget8 - Enum constant in enum class com.jme3.scene.VertexBuffer.Type
- MorphTarget9 - Enum constant in enum class com.jme3.scene.VertexBuffer.Type
- MorphTrack - Class in com.jme3.anim
-
Contains a list of weights and times for each keyframe.
- MorphTrack() - Constructor for class com.jme3.anim.MorphTrack
-
Serialization-only.
- MorphTrack(Geometry, float[], float[], int) - Constructor for class com.jme3.anim.MorphTrack
-
Creates a morph track with the given Geometry as a target
- motionAllowed - Variable in class com.jme3.input.FlyByCamera
- MotionAllowedListener - Interface in com.jme3.collision
- MotionEvent - Class in com.jme3.cinematic.events
-
A MotionEvent is a control over the spatial that manages the position and direction of the spatial while following a motion Path.
- MotionEvent() - Constructor for class com.jme3.cinematic.events.MotionEvent
-
Create MotionEvent, when using this constructor don't forget to assign spatial and path.
- MotionEvent(Spatial, MotionPath) - Constructor for class com.jme3.cinematic.events.MotionEvent
-
Creates a MotionPath for the given spatial on the given motion path.
- MotionEvent(Spatial, MotionPath, float) - Constructor for class com.jme3.cinematic.events.MotionEvent
-
Creates a MotionPath for the given spatial on the given motion path.
- MotionEvent(Spatial, MotionPath, float, LoopMode) - Constructor for class com.jme3.cinematic.events.MotionEvent
-
Creates a MotionPath for the given spatial on the given motion path.
- MotionEvent(Spatial, MotionPath, LoopMode) - Constructor for class com.jme3.cinematic.events.MotionEvent
-
Creates a MotionPath for the given spatial on the given motion path.
- MotionEvent.Direction - Enum Class in com.jme3.cinematic.events
-
Enum for the different type of target direction behavior.
- MotionPath - Class in com.jme3.cinematic
-
Motion path is used to create a path between way points.
- MotionPath() - Constructor for class com.jme3.cinematic.MotionPath
-
Create a motion Path
- MotionPathListener - Interface in com.jme3.cinematic
-
Trigger the events happening on a motion path
- motionState - Variable in class com.jme3.bullet.objects.PhysicsRigidBody
- MotionTrack - Class in com.jme3.cinematic.events
-
Deprecated.use MotionEvent instead
- MotionTrack() - Constructor for class com.jme3.cinematic.events.MotionTrack
-
Deprecated.Create MotionTrack, when using this constructor don't forget to assign spatial and path
- MotionTrack(Spatial, MotionPath) - Constructor for class com.jme3.cinematic.events.MotionTrack
-
Deprecated.Creates a MotionPath for the given spatial on the given motion path
- MotionTrack(Spatial, MotionPath, float) - Constructor for class com.jme3.cinematic.events.MotionTrack
-
Deprecated.Creates a MotionPath for the given spatial on the given motion path
- MotionTrack(Spatial, MotionPath, float, LoopMode) - Constructor for class com.jme3.cinematic.events.MotionTrack
-
Deprecated.Creates a MotionPath for the given spatial on the given motion path
- MotionTrack(Spatial, MotionPath, LoopMode) - Constructor for class com.jme3.cinematic.events.MotionTrack
-
Deprecated.Creates a MotionPath for the given spatial on the given motion path
- mouse - Variable in class com.jme3.system.jopenvr.VREvent_Data_t
-
C type : VREvent_Mouse_t
- mouseAxisHash(int, boolean) - Static method in class com.jme3.input.controls.MouseAxisTrigger
- MouseAxisTrigger - Class in com.jme3.input.controls
-
A
MouseAxisTrigger
is used as a mapping to mouse axis, a mouse axis is movement along the X axis (left/right), Y axis (up/down) and the mouse wheel (scroll up/down). - MouseAxisTrigger(int, boolean) - Constructor for class com.jme3.input.controls.MouseAxisTrigger
-
Create a new
MouseAxisTrigger
. - MouseButtonEvent - Class in com.jme3.input.event
-
Mouse button press/release event.
- MouseButtonEvent(int, boolean, int, int) - Constructor for class com.jme3.input.event.MouseButtonEvent
- mouseButtonHash(int) - Static method in class com.jme3.input.controls.MouseButtonTrigger
- MouseButtonTrigger - Class in com.jme3.input.controls
-
A
MouseButtonTrigger
is used as a mapping to receive events from mouse buttons. - MouseButtonTrigger(int) - Constructor for class com.jme3.input.controls.MouseButtonTrigger
-
Create a new
MouseButtonTrigger
to receive mouse button events. - mouseClicked(MouseEvent) - Method in class com.jme3.input.awt.AwtMouseInput
- mouseClicked(MouseEvent) - Method in class com.jme3.input.AWTMouseInput
- mouseDragged(MouseEvent) - Method in class com.jme3.input.awt.AwtMouseInput
- mouseDragged(MouseEvent) - Method in class com.jme3.input.AWTMouseInput
- mouseEntered(MouseEvent) - Method in class com.jme3.input.awt.AwtMouseInput
- mouseEntered(MouseEvent) - Method in class com.jme3.input.AWTMouseInput
- mouseEventsEnabled - Variable in class com.jme3.app.AndroidHarness
-
If true MouseEvents are generated from TouchEvents
- mouseEventsEnabled - Variable in class com.jme3.app.AndroidHarnessFragment
-
If true MouseEvents are generated from TouchEvents
- mouseEventsInvertX - Variable in class com.jme3.app.AndroidHarness
-
Flip X axis
- mouseEventsInvertX - Variable in class com.jme3.app.AndroidHarnessFragment
-
Flip X axis
- mouseEventsInvertY - Variable in class com.jme3.app.AndroidHarness
-
Flip Y axis
- mouseEventsInvertY - Variable in class com.jme3.app.AndroidHarnessFragment
-
Flip Y axis
- mouseExited(MouseEvent) - Method in class com.jme3.input.awt.AwtMouseInput
- mouseExited(MouseEvent) - Method in class com.jme3.input.AWTMouseInput
- mouseInput - Variable in class com.jme3.app.LegacyApplication
- mouseInput - Variable in class com.jme3.system.awt.AwtPanelsContext
- mouseInput - Variable in class com.jme3.system.AWTContext
-
The mouse input.
- mouseInput - Variable in class com.jme3.system.lwjgl.LwjglContext
- mouseInput - Variable in class com.jme3.system.lwjgl.LwjglContextVR
- MouseInput - Interface in com.jme3.input
-
A specific API for interfacing with the mouse.
- MouseMotionEvent - Class in com.jme3.input.event
-
Mouse movement event.
- MouseMotionEvent(int, int, int, int, int, int) - Constructor for class com.jme3.input.event.MouseMotionEvent
- mouseMoved(MouseEvent) - Method in class com.jme3.input.awt.AwtMouseInput
- mouseMoved(MouseEvent) - Method in class com.jme3.input.AWTMouseInput
- mousePressed(MouseEvent) - Method in class com.jme3.input.awt.AwtMouseInput
- mousePressed(MouseEvent) - Method in class com.jme3.input.AWTMouseInput
- mouseReleased(MouseEvent) - Method in class com.jme3.input.awt.AwtMouseInput
- mouseReleased(MouseEvent) - Method in class com.jme3.input.AWTMouseInput
- mouseWheelMoved(MouseWheelEvent) - Method in class com.jme3.input.awt.AwtMouseInput
- mouseWheelMoved(MouseWheelEvent) - Method in class com.jme3.input.AWTMouseInput
- move(float, float, float) - Method in class com.jme3.scene.Spatial
-
Translates the spatial by the given translation vector.
- move(Vector3f) - Method in class com.jme3.scene.Spatial
-
Translates the spatial by the given translation vector.
- MOVE - Enum constant in enum class com.jme3.input.event.TouchEvent.Type
-
Move/Drag event, fields: posX, posY, deltaX, deltaY, pressure
- moveCamera(float, boolean) - Method in class com.jme3.input.FlyByCamera
-
Translate the camera left or forward by the specified amount.
- MoveGamepadFocusToNeighbor - Variable in class com.jme3.system.jopenvr.VR_IVROverlay_FnTable
-
C type : MoveGamepadFocusToNeighbor_callback*
- moveScreenProcessingToEyes() - Method in class com.jme3.input.vr.AbstractVRViewManager
-
Handles moving filters from the main view to each eye
- moveScreenProcessingToEyes() - Method in class com.jme3.input.vr.osvr.OSVRViewManager
-
Handles moving filters from the main view to each eye
- moveScreenProcessingToEyes() - Method in interface com.jme3.input.vr.VRViewManager
-
Handles moving filters from the main view to each eye.
- moveScreenProcessingToVR() - Method in class com.jme3.app.VRApplication
-
Deprecated.Move filters from the main scene into the eye's.
- moveScreenProcessingToVR() - Method in class com.jme3.app.VRAppState
-
Move filters from the main scene into the eye's.
- moveSpeed - Variable in class com.jme3.input.FlyByCamera
-
translation speed (in world units per second)
- moveToNew(int) - Method in class com.jme3.renderer.IDList
-
Adds an index to the new list.
- mProjection - Variable in class com.jme3.system.jopenvr.VRTextureDepthInfo_t
-
C type : HmdMatrix44_t
- msort(Object[], Object[], int, int, Comparator) - Static method in class com.jme3.util.SortUtil
-
Merge sort
- msort(Object[], Object[], Comparator) - Static method in class com.jme3.util.SortUtil
-
Merge sort
- MTLLoader - Class in com.jme3.scene.plugins
- MTLLoader() - Constructor for class com.jme3.scene.plugins.MTLLoader
- mTrackingToComponentLocal - Variable in class com.jme3.system.jopenvr.RenderModel_ComponentState_t
-
C type : HmdMatrix34_t
- mTrackingToComponentRenderModel - Variable in class com.jme3.system.jopenvr.RenderModel_ComponentState_t
-
C type : HmdMatrix34_t
- mult(float) - Method in class com.jme3.math.ColorRGBA
-
Multiplies each r,g,b,a of this
ColorRGBA
by the given scalar and returns the result as a newColorRGBA
. - mult(float) - Method in class com.jme3.math.Matrix4f
-
Multiply by the specified scalar.
- mult(float) - Method in class com.jme3.math.Quaternion
-
Multiplies with the scalar argument and returns the product as a new instance.
- mult(float) - Method in class com.jme3.math.Vector2f
-
Multiplies with the scalar argument and returns the product as a new instance.
- mult(float) - Method in class com.jme3.math.Vector3f
-
Multiplies with the argument and returns the product as a new instance.
- mult(float) - Method in class com.jme3.math.Vector4f
-
mult
multiplies this vector by a scalar. - mult(float[]) - Method in class com.jme3.math.Matrix4f
-
Multiply the specified float array by this matrix.
- mult(float, float) - Method in class com.jme3.math.Vector2f
-
Multiplies component-wise by the specified components and returns the product as a new instance.
- mult(float, float, float) - Method in class com.jme3.math.Vector3f
-
Multiplies component-wise by the specified components and returns the product as a new instance.
- mult(float, float, float, float) - Method in class com.jme3.math.Vector4f
-
Multiplies component-wise by the specified components and returns the product as a new instance.
- mult(float, Matrix4f) - Method in class com.jme3.math.Matrix4f
-
Multiply by the specified scalar.
- mult(float, Vector2f) - Method in class com.jme3.math.Vector2f
-
Multiplies with the specified scalar and stores the product in the specified vector.
- mult(float, Vector3f) - Method in class com.jme3.math.Vector3f
-
Multiplies with the specified scalar and returns the product in the specified vector.
- mult(float, Vector4f) - Method in class com.jme3.math.Vector4f
-
mult
multiplies this vector by a scalar. - mult(ColorRGBA) - Method in class com.jme3.math.ColorRGBA
-
Multiplies 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 newColorRGBA
. - mult(Matrix3f) - Method in class com.jme3.math.Matrix3f
-
Multiplies with the argument matrix and returns the product as a new instance.
- mult(Matrix3f, Matrix3f) - Method in class com.jme3.math.Matrix3f
-
Multiplies with the specified matrix and returns the product in a 3rd matrix.
- mult(Matrix4f) - Method in class com.jme3.math.Matrix4f
-
Right-multiply by the specified matrix.
- mult(Matrix4f, Matrix4f) - Method in class com.jme3.math.Matrix4f
-
Right-multiply by the specified matrix.
- mult(Quaternion) - Method in class com.jme3.math.Quaternion
-
Multiplies by the argument and returns the product as a new instance.
- mult(Quaternion, Quaternion) - Method in class com.jme3.math.Matrix4f
-
Multiply the specified Quaternion by this matrix.
- mult(Quaternion, Quaternion) - Method in class com.jme3.math.Quaternion
-
Multiplies by the specified quaternion and returns the product in a 3rd quaternion.
- mult(Vector3f) - Method in class com.jme3.math.Matrix3f
-
Applies the linear transformation to the vector argument and returns the result as a new vector.
- mult(Vector3f) - Method in class com.jme3.math.Matrix4f
-
Apply this 3-D coordinate transform to the specified Vector3f.
- mult(Vector3f) - Method in class com.jme3.math.Quaternion
-
Rotates the argument vector and returns the result as a new vector.
- mult(Vector3f) - Method in class com.jme3.math.Vector3f
-
Multiplies component-wise with the argument and returns the product as a new instance.
- mult(Vector3f, Vector3f) - Method in class com.jme3.math.Matrix3f
-
Applies the linear transformation to specified vector and stores the result in another vector.
- mult(Vector3f, Vector3f) - Method in class com.jme3.math.Matrix4f
-
Apply this 3-D coordinate transform to the specified Vector3f.
- mult(Vector3f, Vector3f) - Method in class com.jme3.math.Quaternion
-
Rotates a specified vector and returns the result in another vector.
- mult(Vector3f, Vector3f) - Method in class com.jme3.math.Vector3f
-
Multiplies component-wise with the specified vector and returns the product in a 3rd vector.
- mult(Vector4f) - Method in class com.jme3.math.Matrix4f
-
Multiply the specified Vector4f by this matrix.
- mult(Vector4f) - Method in class com.jme3.math.Vector4f
-
multLocal
multiplies a provided vector to this vector internally, and returns a handle to this vector for easy chaining of calls. - mult(Vector4f, Vector4f) - Method in class com.jme3.math.Matrix4f
-
Multiply the specified Vector4f by this matrix.
- mult(Vector4f, Vector4f) - Method in class com.jme3.math.Vector4f
-
multLocal
multiplies a provided vector to this vector internally, and returns a handle to this vector for easy chaining of calls. - multAcross(float[]) - Method in class com.jme3.math.Matrix4f
-
Multiply the specified float array by the transform of this matrix.
- multAcross(Vector3f, Vector3f) - Method in class com.jme3.math.Matrix4f
-
Apply the transform of this 3-D coordinate transform to the specified Vector3f.
- multAcross(Vector4f) - Method in class com.jme3.math.Matrix4f
-
Multiply the specified Vector4f by the transform of this matrix.
- multAcross(Vector4f, Vector4f) - Method in class com.jme3.math.Matrix4f
-
Multiply the specified Vector4f by the transform of this matrix.
- multiData - Variable in class com.jme3.shader.Uniform
-
For arrays or matrices, efficient format that can be sent to GL faster.
- multInBuffer(Vector2f, FloatBuffer, int) - Static method in class com.jme3.util.BufferUtils
-
Multiply and store a Vector2f in-buffer.
- multInBuffer(Vector3f, FloatBuffer, int) - Static method in class com.jme3.util.BufferUtils
-
Multiply and store a Vector3f in-buffer.
- MultiPass - Enum constant in enum class com.jme3.material.TechniqueDef.LightMode
-
Enable light rendering by using multi-pass rendering.
- MultiPassLightingLogic - Class in com.jme3.material.logic
- MultiPassLightingLogic(TechniqueDef) - Constructor for class com.jme3.material.logic.MultiPassLightingLogic
- multiplicityMatch(VariableMapping) - Static method in class com.jme3.shader.ShaderUtils
-
Check if a mapping is valid by checking the multiplicity of both of the variables if they are arrays
- Multisample - Enum constant in enum class com.jme3.renderer.Caps
-
Supports multisampling on the screen.
- multiSamples - Variable in class com.jme3.texture.Image
- MultiTerrainLodControl - Class in com.jme3.terrain.geomipmap
-
An extension of the TerrainLodControl that handles multiple terrains at once.
- MultiTerrainLodControl() - Constructor for class com.jme3.terrain.geomipmap.MultiTerrainLodControl
- MultiTerrainLodControl(Camera) - Constructor for class com.jme3.terrain.geomipmap.MultiTerrainLodControl
- MultiTerrainLodControl(Terrain) - Constructor for class com.jme3.terrain.geomipmap.MultiTerrainLodControl
- MultiTerrainLodControl(Terrain, Camera) - Constructor for class com.jme3.terrain.geomipmap.MultiTerrainLodControl
- MultiTerrainLodControl(Terrain, List<Camera>) - Constructor for class com.jme3.terrain.geomipmap.MultiTerrainLodControl
- MultiTerrainLodControl.UpdateMultiLOD - Class in com.jme3.terrain.geomipmap
-
Overrides the parent UpdateLOD runnable to process multiple terrains.
- multLocal(float) - Method in class com.jme3.math.ColorRGBA
-
Multiplies each r,g,b,a of this
ColorRGBA
by the given scalar and returns the result (this). - multLocal(float) - Method in class com.jme3.math.Matrix3f
-
Multiplies by the scalar argument and returns the (modified) current instance.
- multLocal(float) - Method in class com.jme3.math.Matrix4f
-
Multiplies in place by the scalar argument.
- multLocal(float) - Method in class com.jme3.math.Quaternion
-
Multiplies by the scalar argument and returns the (modified) current instance.
- multLocal(float) - Method in class com.jme3.math.Vector2f
-
Multiplies by the scalar argument and returns the (modified) current instance.
- multLocal(float) - Method in class com.jme3.math.Vector3f
-
Multiplies by the argument and returns the (modified) current instance.
- multLocal(float) - Method in class com.jme3.math.Vector4f
-
multLocal
multiplies this vector by a scalar internally, and returns a handle to this vector for easy chaining of calls. - multLocal(float, float) - Method in class com.jme3.math.Vector2f
-
Multiplies component-wise by the specified components and returns the (modified) current instance.
- multLocal(float, float, float) - Method in class com.jme3.math.Vector3f
-
Multiplies component-wise by the specified components and returns the (modified) current instance.
- multLocal(float, float, float, float) - Method in class com.jme3.math.Quaternion
-
Multiplies by a quaternion with the specified components and returns the (modified) current instance.
- multLocal(float, float, float, float) - Method in class com.jme3.math.Vector4f
-
multLocal
multiplies this vector by 4 scalars internally, and returns a handle to this vector for easy chaining of calls. - multLocal(Matrix3f) - Method in class com.jme3.math.Matrix3f
-
Multiplies by the matrix argument and returns the (modified) current instance.
- multLocal(Matrix4f) - Method in class com.jme3.math.Matrix4f
-
Right-multiply in place, by the specified matrix.
- multLocal(Quaternion) - Method in class com.jme3.math.Matrix4f
- multLocal(Quaternion) - Method in class com.jme3.math.Quaternion
-
Multiplies by the argument and returns the (modified) current instance.
- multLocal(Vector2f) - Method in class com.jme3.math.Vector2f
-
Multiplies component-wise by the argument and returns the (modified) current instance.
- multLocal(Vector3f) - Method in class com.jme3.math.Matrix3f
-
Applies the linear transformation to the vector argument and returns the (modified) argument.
- multLocal(Vector3f) - Method in class com.jme3.math.Quaternion
-
Rotates the argument vector.
- multLocal(Vector3f) - Method in class com.jme3.math.Vector3f
-
Multiplies component-wise by the argument and returns the (modified) current instance.
- multLocal(Vector4f) - Method in class com.jme3.math.Vector4f
-
multLocal
multiplies a provided vector to this vector internally, and returns a handle to this vector for easy chaining of calls. - multNormal(Vector3f, Vector3f) - Method in class com.jme3.math.Matrix4f
-
Rotate and scale the specified vector, but don't translate it.
- multNormalAcross(Vector3f, Vector3f) - Method in class com.jme3.math.Matrix4f
-
Rotate and scale the specified vector by the transpose, but don't translate it.
- multProj(Vector3f, Vector3f) - Method in class com.jme3.math.Matrix4f
-
Apply this perspective transform to the specified Vector3f.
- myShape - Variable in class com.jme3.bullet.debug.BulletCharacterDebugControl
-
shape for which geom was generated
- myShape - Variable in class com.jme3.bullet.debug.BulletGhostObjectDebugControl
-
shape for which geom was generated (not null)
- myShape - Variable in class com.jme3.bullet.debug.BulletRigidBodyDebugControl
-
shape for which geom was generated (not null)
N
- name - Variable in class com.jme3.animation.AnimationFactory
-
Deprecated.Name of the animation
- name - Variable in class com.jme3.asset.AssetKey
- name - Variable in class com.jme3.light.Light
-
The light name.
- name - Variable in class com.jme3.material.MatParam
- name - Variable in class com.jme3.network.rmi.MethodDef
-
Method name
- name - Variable in class com.jme3.post.Filter.Pass
- name - Variable in class com.jme3.renderer.Camera
-
The camera's name.
- name - Variable in class com.jme3.renderer.ViewPort
-
Name for this viewport.
- name - Variable in class com.jme3.scene.plugins.fbx.obj.FbxObject
- name - Variable in class com.jme3.scene.plugins.fbx.objects.FbxObject
- name - Variable in class com.jme3.scene.Spatial
-
This spatial's name.
- name - Variable in class com.jme3.scene.VertexBuffer
- name - Variable in class com.jme3.shader.ShaderVariable
-
Name of the uniform as was declared in the shader.
- name() - Method in class com.jme3.bullet.animation.BoneLink
-
Unambiguously identify this link by name, within its DynamicAnimControl.
- name() - Method in class com.jme3.bullet.animation.PhysicsLink
-
Unambiguously identify this link by name, within its DynamicAnimControl.
- name() - Method in class com.jme3.bullet.animation.TorsoLink
-
Unambiguously identify this link by name, within its DynamicAnimControl.
- NAME_MAP - Static variable in class com.jme3.material.plugin.export.material.J3MRenderStateOutputCapsule
- NAME_SPACE_GLOBAL - Static variable in class com.jme3.shader.ShaderGenerator
- NAME_SPACE_MAT_PARAM - Static variable in class com.jme3.shader.ShaderGenerator
- NAME_SPACE_VERTEX_ATTRIBUTE - Static variable in class com.jme3.shader.ShaderGenerator
- NAME_SPACE_WORLD_PARAM - Static variable in class com.jme3.shader.ShaderGenerator
- NamedThreadFactory - Class in com.jme3.network.kernel
-
A simple factory that delegates to java.util.concurrent's default thread factory but adds a prefix to the beginning of the thread name.
- NamedThreadFactory(String) - Constructor for class com.jme3.network.kernel.NamedThreadFactory
- NamedThreadFactory(String, boolean) - Constructor for class com.jme3.network.kernel.NamedThreadFactory
- NamedThreadFactory(String, boolean, ThreadFactory) - Constructor for class com.jme3.network.kernel.NamedThreadFactory
- NamedThreadFactory(String, ThreadFactory) - Constructor for class com.jme3.network.kernel.NamedThreadFactory
- Namer - Interface in com.jme3.terrain.heightmap
- NAN - Static variable in class com.jme3.math.Vector3f
-
Shared instance of the all-NaN vector (NaN,NaN,NaN).
- NAN - Static variable in class com.jme3.math.Vector4f
-
shared instance of the all-NaN vector (NaN,NaN,NaN,NaN) - Do not modify!
- NanoTimer - Class in com.jme3.system
-
NanoTimer
is a System.nanoTime implementation ofTimer
. - NanoTimer() - Constructor for class com.jme3.system.NanoTimer
- nativeInit() - Static method in class com.jme3.audio.plugins.NativeVorbisFile
- NativeLibraryLoader - Class in com.jme3.system
-
Utility class to register, extract, and load native libraries.
- NativeObject - Class in com.jme3.util
-
Describes a native object.
- NativeObject() - Constructor for class com.jme3.util.NativeObject
-
Creates a new GLObject.
- NativeObject(int) - Constructor for class com.jme3.util.NativeObject
-
Protected constructor that doesn't allocate handle ref.
- NativeObjectManager - Class in com.jme3.util
-
GLObjectManager tracks all GLObjects used by the Renderer.
- NativeObjectManager() - Constructor for class com.jme3.util.NativeObjectManager
- NativeVorbisFile - Class in com.jme3.audio.plugins
- NativeVorbisFile(int, long, long) - Constructor for class com.jme3.audio.plugins.NativeVorbisFile
- NativeVorbisLoader - Class in com.jme3.audio.plugins
- NativeVorbisLoader() - Constructor for class com.jme3.audio.plugins.NativeVorbisLoader
- nbShadowMaps - Variable in class com.jme3.shadow.AbstractShadowRenderer
- nbShadowMaps - Variable in class com.jme3.shadow.AbstractShadowRendererVR
- nbSplits - Variable in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
- nBytesPerPixel - Variable in class com.jme3.system.jopenvr.CameraVideoStreamFrameHeader_t
- nearClip - Variable in class com.jme3.system.osvr.osvrrendermanager.OSVR_ProjectionMatrix
-
Cannot name "near" because Visual Studio keyword
- nearClip - Variable in class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_ProjectionMatrix
-
Cannot name "near" because Visual Studio keyword
- nearClipDistanceMeters - Variable in class com.jme3.system.osvr.osvrrendermanager.OSVR_RenderParams
- nearClipDistanceMeters - Variable in class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_RenderParams
- Nearest - Enum constant in enum class com.jme3.shadow.EdgeFilteringMode
-
Shadows are not filtered.
- Nearest - Enum constant in enum class com.jme3.shadow.PssmShadowRenderer.FilterMode
-
Deprecated.Shadows are not filtered.
- Nearest - Enum constant in enum class com.jme3.texture.Texture.MagFilter
-
Nearest neighbor interpolation is the fastest and crudest filtering mode - it simply uses the color of the texel closest to the pixel center for the pixel color.
- NearestLinearMipMap - Enum constant in enum class com.jme3.texture.Texture.MinFilter
-
Similar to NearestNeighborNoMipMaps except that instead of using samples from texture level 0, a sample is chosen from each of the closest (by distance) two mipmap levels.
- NearestNearestMipMap - Enum constant in enum class com.jme3.texture.Texture.MinFilter
-
Same as NearestNeighborNoMipMaps except that instead of using samples from texture level 0, the closest mipmap level is chosen based on distance.
- NearestNoMipMaps - Enum constant in enum class com.jme3.texture.Texture.MinFilter
-
Nearest neighbor interpolation is the fastest and crudest filtering method - it simply uses the color of the texel closest to the pixel center for the pixel color.
- nearestPowerOfTwo(int) - Static method in class com.jme3.math.FastMath
-
Get the next power of two of the given number.
- needClose - Variable in class com.jme3.system.android.OGLESContext
- needClose - Variable in class com.jme3.system.ios.IGLESContext
- needClose - Variable in class com.jme3.system.lwjgl.LwjglAbstractDisplay
- needClose - Variable in class com.jme3.system.lwjgl.LwjglOffscreenBuffer
- needClose - Variable in class com.jme3.system.lwjgl.LwjglWindow
- needClose - Variable in class com.jme3.system.lwjgl.LwjglWindowVR
- needClose - Variable in class com.jme3.system.NullContext
- needGeneratedMips - Variable in class com.jme3.texture.Image
- needRestart - Variable in class com.jme3.system.lwjgl.LwjglWindow
- needRestart - Variable in class com.jme3.system.lwjgl.LwjglWindowVR
- needsDirection() - Method in class com.jme3.cinematic.events.MotionEvent
-
This method is meant to be called by the motion path only.
- needsfallBackMaterial - Variable in class com.jme3.shadow.AbstractShadowRenderer
-
true if the fallback material should be used, otherwise false
- needsfallBackMaterial - Variable in class com.jme3.shadow.AbstractShadowRendererVR
-
true if the fallback material should be used, otherwise false
- needsfallBackMaterial - Variable in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
- needToRecalculateNormals() - Method in class com.jme3.terrain.geomipmap.TerrainQuad
- negate() - Method in class com.jme3.math.Quaternion
-
Deprecated.The naming of this method doesn't follow convention. Please use
Quaternion.negateLocal()
instead. - negate() - Method in class com.jme3.math.Vector2f
-
Returns the negative of the vector.
- negate() - Method in class com.jme3.math.Vector3f
-
Returns the negative.
- negate() - Method in class com.jme3.math.Vector4f
-
negate
returns the negative of this vector. - negateLocal() - Method in class com.jme3.math.Quaternion
-
Negates all 4 components and returns the (modified) current instance.
- negateLocal() - Method in class com.jme3.math.Vector2f
-
Negates both components and returns the (modified) current instance.
- negateLocal() - Method in class com.jme3.math.Vector3f
-
Negates all 3 components and returns the (modified) current instance.
- negateLocal() - Method in class com.jme3.math.Vector4f
-
negateLocal
negates the internal values of this vector. - Negative - Enum constant in enum class com.jme3.math.Plane.Side
-
a point on the side with negative pseudo-distance
- NEGATIVE_INFINITY - Static variable in class com.jme3.math.Vector3f
-
Shared instance of the all-negative-infinity vector (-Inf,-Inf,-Inf).
- NEGATIVE_INFINITY - Static variable in class com.jme3.math.Vector4f
-
shared instance of the all-negative-infinity vector (-Inf,-Inf,-Inf,-Inf) - Do not modify!
- NegativeX - Enum constant in enum class com.jme3.terrain.geomipmap.picking.BresenhamYUpGridTracer.Direction
- NegativeX - Enum constant in enum class com.jme3.texture.TextureCubeMap.Face
- NegativeY - Enum constant in enum class com.jme3.terrain.geomipmap.picking.BresenhamYUpGridTracer.Direction
- NegativeY - Enum constant in enum class com.jme3.texture.TextureCubeMap.Face
- NegativeZ - Enum constant in enum class com.jme3.terrain.geomipmap.picking.BresenhamYUpGridTracer.Direction
- NegativeZ - Enum constant in enum class com.jme3.texture.TextureCubeMap.Face
- neighbourFinder - Variable in class com.jme3.terrain.geomipmap.TerrainQuad
- NeighbourFinder - Interface in com.jme3.terrain.geomipmap
-
Used for TerrainQuad to find neighbours that are not part of the same quad tree.
- Network - Class in com.jme3.network
-
The main service provider for conveniently creating server and client instances.
- Network.NetworkClientImpl - Class in com.jme3.network
- NetworkClient - Interface in com.jme3.network
-
A Client whose network connection information can be provided post-creation.
- NetworkClientImpl(String, int) - Constructor for class com.jme3.network.Network.NetworkClientImpl
- Never - Enum constant in enum class com.jme3.material.RenderState.TestFunction
-
The test always fails
- Never - Enum constant in enum class com.jme3.scene.Spatial.BatchHint
-
This spatial will never be batched when attached to a BatchNode.
- Never - Enum constant in enum class com.jme3.scene.Spatial.CullHint
-
Never cull this from view, always draw it.
- newAssetManager() - Static method in class com.jme3.system.JmeSystem
- newAssetManager() - Method in class com.jme3.system.JmeSystemDelegate
- newAssetManager(URL) - Static method in class com.jme3.system.JmeSystem
- newAssetManager(URL) - Method in class com.jme3.system.JmeSystemDelegate
- newAudioRenderer(AppSettings) - Method in class com.jme3.system.android.JmeAndroidSystem
- newAudioRenderer(AppSettings) - Method in class com.jme3.system.ios.JmeIosSystem
- newAudioRenderer(AppSettings) - Method in class com.jme3.system.JmeDesktopSystem
- newAudioRenderer(AppSettings) - Static method in class com.jme3.system.JmeSystem
- newAudioRenderer(AppSettings) - Method in class com.jme3.system.JmeSystemDelegate
- newContext(AppSettings, JmeContext.Type) - Method in class com.jme3.system.android.JmeAndroidSystem
- newContext(AppSettings, JmeContext.Type) - Method in class com.jme3.system.ios.JmeIosSystem
- newContext(AppSettings, JmeContext.Type) - Method in class com.jme3.system.JmeDesktopSystem
- newContext(AppSettings, JmeContext.Type) - Static method in class com.jme3.system.JmeSystem
- newContext(AppSettings, JmeContext.Type) - Method in class com.jme3.system.JmeSystemDelegate
- newData(NioEndpoint, SocketChannel, ByteBuffer, int) - Method in class com.jme3.network.kernel.tcp.SelectorKernel
- newData(DatagramPacket) - Method in class com.jme3.network.kernel.udp.UdpKernel
- newFrame() - Method in class com.jme3.shader.UniformBindingManager
-
Internal use only.
- newLen - Variable in class com.jme3.renderer.IDList
-
The number of valid elements in the new list.
- newList - Variable in class com.jme3.renderer.IDList
-
Indices belonging to the "new list".
- newNiftyJmeDisplay(AssetManager, InputManager, AudioRenderer, ViewPort) - Static method in class com.jme3.niftygui.NiftyJmeDisplay
-
Create a new NiftyJmeDisplay for use with the Batched Nifty Renderer.
- newNiftyJmeDisplay(AssetManager, InputManager, AudioRenderer, ViewPort, BatchRenderConfiguration) - Static method in class com.jme3.niftygui.NiftyJmeDisplay
-
Create a new NiftyJmeDisplay for use with the Batched Nifty Renderer.
- newTarget(Image.Format) - Static method in class com.jme3.texture.FrameBuffer.FrameBufferTarget
- newTarget(Texture) - Static method in class com.jme3.texture.FrameBuffer.FrameBufferTarget
- newTarget(Texture, TextureCubeMap.Face) - Static method in class com.jme3.texture.FrameBuffer.FrameBufferTarget
-
Creates a frame buffer texture and sets the face position by using the face parameter.
- newThread(Runnable) - Method in class com.jme3.asset.ThreadingManager.LoadingThreadFactory
- newThread(Runnable) - Method in class com.jme3.network.kernel.NamedThreadFactory
- NewtonianParticleInfluencer - Class in com.jme3.effect.influencers
-
This influencer calculates initial velocity with the use of the emitter's shape.
- NewtonianParticleInfluencer() - Constructor for class com.jme3.effect.influencers.NewtonianParticleInfluencer
-
Constructor.
- next() - Method in class com.jme3.terrain.geomipmap.picking.BresenhamYUpGridTracer
- next() - Method in class com.jme3.util.SafeArrayList.ArrayIterator
- nextEndpointId() - Method in class com.jme3.network.kernel.AbstractKernel
- nextEvent() - Method in class com.jme3.network.kernel.AbstractKernel
-
Removes and returns one endpoint event from the event queue or null if there are no endpoint events.
- nextEvent() - Method in interface com.jme3.network.kernel.Kernel
-
Removes and returns one endpoint event from the event queue or null if there are no endpoint events.
- nextIndex() - Method in class com.jme3.util.SafeArrayList.ArrayIterator
- nextRandomFloat() - Static method in class com.jme3.math.FastMath
-
Returns a random float between 0 and 1.
- nextRandomInt() - Static method in class com.jme3.math.FastMath
-
Choose a pseudo-random, uniformly-distributed integer value from the shared generator.
- nextRandomInt(int, int) - Static method in class com.jme3.math.FastMath
-
Returns a random integer between min and max.
- nextStatement() - Method in class com.jme3.scene.plugins.MTLLoader
- nextStatement() - Method in class com.jme3.scene.plugins.OBJLoader
- nextThreadId - Variable in class com.jme3.asset.ThreadingManager
- nFrameSequence - Variable in class com.jme3.system.jopenvr.CameraVideoStreamFrameHeader_t
- nHeight - Variable in class com.jme3.system.jopenvr.CameraVideoStreamFrameHeader_t
- nifty - Variable in class com.jme3.cinematic.events.GuiEvent
-
associated Nifty instance (not null)
- nifty - Variable in class com.jme3.cinematic.events.GuiTrack
-
Deprecated.
- nifty - Variable in class com.jme3.niftygui.NiftyJmeDisplay
- NiftyJmeDisplay - Class in com.jme3.niftygui
- NiftyJmeDisplay() - Constructor for class com.jme3.niftygui.NiftyJmeDisplay
- NiftyJmeDisplay(AssetManager, InputManager, AudioRenderer, ViewPort) - Constructor for class com.jme3.niftygui.NiftyJmeDisplay
-
Create a standard NiftyJmeDisplay.
- NiftyJmeDisplay(AssetManager, InputManager, AudioRenderer, ViewPort, int, int) - Constructor for class com.jme3.niftygui.NiftyJmeDisplay
-
Deprecated.use the static factory methods
NiftyJmeDisplay.newNiftyJmeDisplay(com.jme3.asset.AssetManager, com.jme3.input.InputManager, com.jme3.audio.AudioRenderer, com.jme3.renderer.ViewPort)
orNiftyJmeDisplay.newNiftyJmeDisplay(com.jme3.asset.AssetManager, com.jme3.input.InputManager, com.jme3.audio.AudioRenderer, com.jme3.renderer.ViewPort, de.lessvoid.nifty.render.batch.BatchRenderConfiguration)
instead of this constructor. - NiftyJmeDisplay(AssetManager, InputManager, AudioRenderer, ViewPort, ColorSpace) - Constructor for class com.jme3.niftygui.NiftyJmeDisplay
-
Create a standard NiftyJmeDisplay.
- NiftyJmeDisplay.ResourceLocationJme - Class in com.jme3.niftygui
- NioEndpoint - Class in com.jme3.network.kernel.tcp
-
Endpoint implementation that encapsulates the channel IO based connection information and keeps track of the outbound data queue for the channel.
- NioEndpoint(SelectorKernel, long, SocketChannel) - Constructor for class com.jme3.network.kernel.tcp.NioEndpoint
- NioKernelFactory - Class in com.jme3.network.base
-
KernelFactory implementation for creating TCP kernels using the NIO selector model.
- NioKernelFactory() - Constructor for class com.jme3.network.base.NioKernelFactory
- nlerp(Quaternion, float) - Method in class com.jme3.math.Quaternion
-
Interpolates quickly between the current instance and
q2
using nlerp, and stores the result in the current instance. - NLerp - Static variable in class com.jme3.anim.interpolator.AnimInterpolators
- NO_GUI - Enum constant in enum class com.jme3.app.VRApplication.PreconfigParameter
-
Deprecated.Remove GUI node from the application.
- NoArgFunction<R> - Interface in com.jme3.util.functional
- NoArgVoidFunction - Interface in com.jme3.util.functional
- node - Variable in class com.jme3.scene.plugins.fbx.anim.FbxToJmeTrack
- node - Variable in class com.jme3.scene.plugins.fbx.objects.FbxNode
- Node - Class in com.jme3.scene
-
Node
defines an internal node of a scene graph. - Node() - Constructor for class com.jme3.scene.Node
-
Instantiate a
Node
with no name, no parent, and no children. - Node(String) - Constructor for class com.jme3.scene.Node
-
Constructor instantiates a new
Node
with a default empty list for containing children. - nodeA - Variable in class com.jme3.bullet.joints.PhysicsJoint
- nodeAttribute - Variable in class com.jme3.scene.plugins.fbx.node.FbxNode
- nodeB - Variable in class com.jme3.bullet.joints.PhysicsJoint
- nodeDefinitions - Variable in class com.jme3.material.plugins.ShaderNodeLoaderDelegate
- nodes - Variable in class com.jme3.material.plugins.ShaderNodeLoaderDelegate
- nodeTransforms - Variable in class com.jme3.scene.plugins.fbx.objects.FbxBindPose
- noise(float, float, float) - Static method in class com.jme3.terrain.noise.basis.ImprovedNoise
- Noise - Class in com.jme3.terrain.noise.basis
-
Utility base class for Noise implementations
- Noise() - Constructor for class com.jme3.terrain.noise.basis.Noise
- NoiseAggregator - Class in com.jme3.terrain.noise.basis
-
A simple aggregator basis.
- NoiseAggregator(Basis, Basis, float) - Constructor for class com.jme3.terrain.noise.basis.NoiseAggregator
- NoiseModulator - Interface in com.jme3.terrain.noise.modulator
- NoMappingInformation - Enum constant in enum class com.jme3.scene.plugins.fbx.mesh.FbxLayerElement.MappingInformationType
- None - Enum constant in enum class com.jme3.cinematic.events.MotionEvent.Direction
-
The target stays in the starting direction.
- None - Enum constant in enum class com.jme3.environment.util.EnvMapUtils.FixSeamsMethod
-
No seams fix
- None - Enum constant in enum class com.jme3.math.Plane.Side
-
a point that lies in the plane
- None - Enum constant in enum class com.jme3.terrain.geomipmap.picking.BresenhamYUpGridTracer.Direction
- NONE - Enum constant in enum class com.jme3.input.vr.HmdType
-
a none Head Mounted Device (HMD).
- NonPowerOfTwoTextures - Enum constant in enum class com.jme3.renderer.Caps
-
Supports Non-Power-Of-Two (NPOT) textures and framebuffers.
- noOccluders - Variable in class com.jme3.shadow.PssmShadowRenderer
-
Deprecated.
- norm - Variable in class com.jme3.scene.plugins.IrVertex
- norm() - Method in class com.jme3.math.Quaternion
-
Returns the norm, defined as the dot product of the quaternion with itself.
- normal - Variable in class com.jme3.math.Plane
-
Vector normal to the plane.
- normal - Variable in class com.jme3.util.TangentBinormalGenerator.TriangleData
- Normal - Enum constant in enum class com.jme3.scene.plugins.fbx.mesh.FbxLayerElement.Type
- Normal - Enum constant in enum class com.jme3.scene.VertexBuffer.Type
-
Normal vector, normalized (3 floats).
- normalize() - Method in class com.jme3.math.Vector2f
-
Normalizes the vector to length=1 and returns the result as a new instance.
- normalize() - Method in class com.jme3.math.Vector3f
-
Normalizes the vector to length=1 and returns the result as a new instance.
- normalize() - Method in class com.jme3.math.Vector4f
-
normalize
returns the unit vector of this vector. - normalize() - Method in class com.jme3.renderer.Camera
-
Normalizes the camera vectors.
- normalize(float[]) - Static method in class com.jme3.terrain.noise.ShaderUtils
- normalize(float, float, float) - Static method in class com.jme3.math.FastMath
-
Takes a value and expresses it in terms of min to max.
- normalize(Matrix3f) - Method in class com.jme3.math.Matrix3f
-
Normalizes the matrix and returns the result in the argument.
- NORMALIZE_RANGE - Static variable in class com.jme3.terrain.heightmap.AbstractHeightMap
-
The range used to normalize terrain
- normalized - Variable in class com.jme3.scene.VertexBuffer
- normalizeLocal() - Method in class com.jme3.math.Matrix3f
-
Normalizes the matrix and returns the (modified) current instance.
- normalizeLocal() - Method in class com.jme3.math.Quaternion
-
Scales the quaternion to have norm=1 and returns the (modified) current instance.
- normalizeLocal() - Method in class com.jme3.math.Vector2f
-
Normalizes the vector to length=1 and returns the (modified) current instance.
- normalizeLocal() - Method in class com.jme3.math.Vector3f
-
Normalizes the vector to length=1 and returns the (modified) current instance.
- normalizeLocal() - Method in class com.jme3.math.Vector4f
-
normalizeLocal
makes this vector into a unit vector of itself. - normalizeTerrain(float) - Method in class com.jme3.terrain.heightmap.AbstractHeightMap
-
normalizeTerrain
takes the current terrain data and converts it to values between 0 andvalue
. - normalizeVector2(FloatBuffer, int) - Static method in class com.jme3.util.BufferUtils
-
Normalize a Vector2f in-buffer.
- normalizeVector3(FloatBuffer, int) - Static method in class com.jme3.util.BufferUtils
-
Normalize a Vector3f in-buffer.
- normalMap - Variable in class com.jme3.scene.plugins.MTLLoader
- NormalMapTextures - Enum constant in enum class com.jme3.scene.plugins.fbx.mesh.FbxLayerElement.Type
- NormalMapUV - Enum constant in enum class com.jme3.scene.plugins.fbx.mesh.FbxLayerElement.Type
- NormalMatrix - Enum constant in enum class com.jme3.shader.UniformBinding
-
The normal matrix.
- NormalMatrixInverse - Enum constant in enum class com.jme3.shader.UniformBinding
- NormalRecalcControl - Class in com.jme3.terrain.geomipmap
-
Handles the normal vector updates when the terrain changes heights.
- NormalRecalcControl() - Constructor for class com.jme3.terrain.geomipmap.NormalRecalcControl
- NormalRecalcControl(TerrainQuad) - Constructor for class com.jme3.terrain.geomipmap.NormalRecalcControl
- normals - Variable in class com.jme3.effect.shapes.EmitterMeshVertexShape
- normals - Variable in class com.jme3.scene.plugins.fbx.objects.FbxMesh
- normalsMapping - Variable in class com.jme3.scene.plugins.fbx.objects.FbxMesh
- normalsReference - Variable in class com.jme3.scene.plugins.fbx.objects.FbxMesh
- normalTexture - Variable in class com.jme3.water.SimpleWaterProcessor
- normalVelocity - Variable in class com.jme3.effect.influencers.NewtonianParticleInfluencer
-
Normal to emitter's shape factor.
- norms - Variable in class com.jme3.scene.plugins.OBJLoader
- not(Filter<T>) - Static method in class com.jme3.network.Filters
-
Creates a filter that returns true when the specified delegate filter returns false, and vice versa.
- NotEqual - Enum constant in enum class com.jme3.material.RenderState.TestFunction
-
The test succeeds if the input value does not equal the reference value.
- notEqualTo(T) - Static method in class com.jme3.network.Filters
-
Creates a filter that returns true for inputs that are NOT .equals() equivalent to the specified value.
- notification - Variable in class com.jme3.system.jopenvr.VREvent_Data_t
-
C type : VREvent_Notification_t
- NotificationBitmap_t - Class in com.jme3.system.jopenvr
-
native declaration : headers\openvr_capi.h:1588
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA. - NotificationBitmap_t() - Constructor for class com.jme3.system.jopenvr.NotificationBitmap_t
- NotificationBitmap_t(Pointer) - Constructor for class com.jme3.system.jopenvr.NotificationBitmap_t
- NotificationBitmap_t(Pointer, int, int, int) - Constructor for class com.jme3.system.jopenvr.NotificationBitmap_t
- NotificationBitmap_t.ByReference - Class in com.jme3.system.jopenvr
- NotificationBitmap_t.ByValue - Class in com.jme3.system.jopenvr
- notificationId - Variable in class com.jme3.system.jopenvr.VREvent_Notification_t
- notifyChangedHeight(Number) - Method in class com.jme3.system.AWTFrameProcessor
-
Notify about that the height was changed.
- notifyChangedRatio(Boolean) - Method in class com.jme3.system.AWTFrameProcessor
-
Notify about that the ratio was changed.
- notifyChangedWidth(Number) - Method in class com.jme3.system.AWTFrameProcessor
-
Notify about that the width was changed.
- notifyComponentResized(int, int, boolean) - Method in class com.jme3.system.AWTFrameProcessor
-
Handle resizing.
- notifyNoAssetClone() - Method in interface com.jme3.asset.cache.AssetCache
-
Notifies the cache that even though the methods
AssetCache.addToCache(com.jme3.asset.AssetKey, java.lang.Object)
orAssetCache.getFromCache(com.jme3.asset.AssetKey)
were used, there won't be a call toAssetCache.registerAssetClone(com.jme3.asset.AssetKey, java.lang.Object)
for some reason. - notifyNoAssetClone() - Method in class com.jme3.asset.cache.SimpleAssetCache
- notifyNoAssetClone() - Method in class com.jme3.asset.cache.WeakRefAssetCache
- notifyNoAssetClone() - Method in class com.jme3.asset.cache.WeakRefCloneAssetCache
- notifyRescale(float, float) - Method in class com.jme3.renderer.RenderManager
-
Internal use only.
- notifyReshape(int, int) - Method in class com.jme3.renderer.RenderManager
-
Internal use only.
- notIn(Collection<? extends T>) - Static method in class com.jme3.network.Filters
-
Creates a filter that returns true for any value NOT in the specified collection and false for all other cases.
- notIn(T...) - Static method in class com.jme3.network.Filters
-
Creates a filter that returns true for any value NOT in the specified list of values and false for all other cases.
- NoWrap - Enum constant in enum class com.jme3.font.LineWrapMode
- nPriority - Variable in class com.jme3.system.jopenvr.VRActiveActionSet_t
- NULL - Enum constant in enum class com.jme3.input.vr.HmdType
-
a null Head Mounted Device (HMD).
- NULL - Static variable in class com.jme3.material.RenderState
-
The
NULL
render state is identical to theRenderState.DEFAULT
render state except that depth testing and face culling are disabled. - NULL_INFO - Static variable in class com.jme3.network.service.rmi.MethodInfo
- NullComparator - Class in com.jme3.renderer.queue
-
NullComparator
does not sort geometries. - NullComparator() - Constructor for class com.jme3.renderer.queue.NullComparator
- NullContext - Class in com.jme3.system
- NullContext() - Constructor for class com.jme3.system.NullContext
- nulledConditions - Variable in class com.jme3.material.plugins.ShaderNodeLoaderDelegate
- NullLightFilter - Class in com.jme3.light
-
NullLightFilter does nothing.
- NullLightFilter() - Constructor for class com.jme3.light.NullLightFilter
- NullRenderer - Class in com.jme3.system
- NullRenderer() - Constructor for class com.jme3.system.NullRenderer
- NullSavable - Class in com.jme3.export
-
NullSavable is an implementation of Savable with no data.
- NullSavable() - Constructor for class com.jme3.export.NullSavable
- NUM_SH_COEFFICIENT - Static variable in class com.jme3.environment.util.EnvMapUtils
- numBuffers - Variable in class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_OpenGLContextParams
- NUMERIC_ENTRY_DIALOG - Static variable in interface com.jme3.input.SoftTextDialogInput
- NUMERIC_KEYPAD_DIALOG - Static variable in interface com.jme3.input.SoftTextDialogInput
- numFboSwitches - Variable in class com.jme3.renderer.Statistics
-
Number of FBO switches during the current frame.
- numIndices - Variable in class com.jme3.scene.mesh.VirtualIndexBuffer
- numObjects - Variable in class com.jme3.renderer.Statistics
-
Number of object used during the current frame.
- numPointers - Variable in class com.jme3.input.android.AndroidTouchInput
- numPointers - Variable in class com.jme3.input.ios.IosTouchHandler
- numShaderSwitches - Variable in class com.jme3.renderer.Statistics
-
Number of shader switches during the current frame.
- numTextureBinds - Variable in class com.jme3.renderer.Statistics
-
Number of texture binds during the current frame.
- numTexturesSet - Variable in class com.jme3.renderer.RenderContext
-
No longer used.
- numTriangles - Variable in class com.jme3.bullet.collision.shapes.GImpactCollisionShape
- numTriangles - Variable in class com.jme3.bullet.collision.shapes.MeshCollisionShape
- numTriangles - Variable in class com.jme3.renderer.Statistics
-
Number of mesh primitives rendered during the current frame.
- numUniformsSet - Variable in class com.jme3.renderer.Statistics
-
Number of uniforms set during the current frame.
- numVectors() - Method in class com.jme3.bullet.animation.VectorSet
-
Calculate the number of Vector3f values in this set.
- numVertices - Variable in class com.jme3.bullet.collision.shapes.GImpactCollisionShape
- numVertices - Variable in class com.jme3.bullet.collision.shapes.MeshCollisionShape
- numVertices - Variable in class com.jme3.renderer.Statistics
-
Number of mesh vertices rendered during the current frame.
- numVerts - Variable in class com.jme3.scene.mesh.VirtualIndexBuffer
- Nurb - Enum constant in enum class com.jme3.math.Spline.SplineType
- nVisualMode - Variable in class com.jme3.system.jopenvr.VREvent_EditingCameraSurface_t
- nWidth - Variable in class com.jme3.system.jopenvr.CameraVideoStreamFrameHeader_t
O
- obj - Variable in class com.jme3.renderer.opengl.GLDebug
- ObjcNativeObject - Class in com.jme3.system.ios
-
Java Object that represents a native iOS class.
- ObjcNativeObject(long) - Constructor for class com.jme3.system.ios.ObjcNativeObject
-
Creates a new native object representation
- ObjectDef - Class in com.jme3.network.rmi
- ObjectDef() - Constructor for class com.jme3.network.rmi.ObjectDef
- ObjectGroup(String) - Constructor for class com.jme3.scene.plugins.OBJLoader.ObjectGroup
- objectId - Variable in class com.jme3.network.rmi.ObjectDef
-
Object ID
- objectId - Variable in class com.jme3.network.rmi.RemoteMethodCallMessage
-
The object ID on which the call is being made.
- objectIndex - Variable in class com.jme3.scene.plugins.OBJLoader
- objectManager - Variable in class com.jme3.util.NativeObject
-
The object manager to which this NativeObject is registered to.
- ObjectMessageDelegator<S extends MessageConnection> - Class in com.jme3.network.util
-
A MessageListener implementation that will forward messages to methods of a specified delegate object.
- ObjectMessageDelegator(Object, boolean) - Constructor for class com.jme3.network.util.ObjectMessageDelegator
-
Creates a MessageListener that will forward mapped message types to methods of the specified object.
- objectName - Variable in class com.jme3.network.rmi.ObjectDef
-
The object name, can be null if undefined.
- objects - Variable in class com.jme3.network.rmi.RemoteObjectDefMessage
- Objects - Enum constant in enum class com.jme3.post.filters.BloomFilter.GlowMode
-
Apply bloom only to objects that have a glow map or a glow color.
- ObjectStore - Class in com.jme3.network.rmi
- ObjectStore(Client) - Constructor for class com.jme3.network.rmi.ObjectStore
- ObjectStore(Server) - Constructor for class com.jme3.network.rmi.ObjectStore
- ObjectStore.ClientEventHandler - Class in com.jme3.network.rmi
- ObjectStore.ServerEventHandler - Class in com.jme3.network.rmi
- OBJLoader - Class in com.jme3.scene.plugins
-
Reads OBJ format models.
- OBJLoader() - Constructor for class com.jme3.scene.plugins.OBJLoader
- OBJLoader.Face - Class in com.jme3.scene.plugins
- OBJLoader.ObjectGroup - Class in com.jme3.scene.plugins
- OBJLoader.Vertex - Class in com.jme3.scene.plugins
- objName - Variable in class com.jme3.scene.plugins.OBJLoader
- objNode - Variable in class com.jme3.scene.plugins.OBJLoader
- OBJTYPE_AUDIOBUFFER - Static variable in class com.jme3.util.NativeObject
- OBJTYPE_AUDIOSTREAM - Static variable in class com.jme3.util.NativeObject
- OBJTYPE_BO - Static variable in class com.jme3.util.NativeObject
- OBJTYPE_FILTER - Static variable in class com.jme3.util.NativeObject
- OBJTYPE_FRAMEBUFFER - Static variable in class com.jme3.util.NativeObject
- OBJTYPE_SHADER - Static variable in class com.jme3.util.NativeObject
- OBJTYPE_SHADERSOURCE - Static variable in class com.jme3.util.NativeObject
- OBJTYPE_TEXTURE - Static variable in class com.jme3.util.NativeObject
- OBJTYPE_VERTEXBUFFER - Static variable in class com.jme3.util.NativeObject
- OccludersExtractor() - Constructor for class com.jme3.shadow.ShadowUtil.OccludersExtractor
- OccludersExtractor(Matrix4f, int, BoundingBox, BoundingBox, GeometryList, TempVars) - Constructor for class com.jme3.shadow.ShadowUtil.OccludersExtractor
- OCULUS_RIFT - Enum constant in enum class com.jme3.input.vr.HmdType
-
Oculus Rift Head Mounted Device (HMD).
- OculusBottomButton - Enum constant in enum class com.jme3.input.vr.VRInputType
-
Deprecated.The lower (not counting menu) buttons on the Oculus Touch controllers - A on the right controller, and X on the left.
- OculusBottomTouch - Enum constant in enum class com.jme3.input.vr.VRInputType
-
Deprecated.The capacitive touch sensors on the lower buttons (X and A) of the Oculus Touch.
- OculusController(int) - Constructor for class com.jme3.input.vr.oculus.OculusVRInput.OculusController
- OculusGripAxis - Enum constant in enum class com.jme3.input.vr.VRInputType
-
Deprecated.The 'grab' button on the Oculus Touch controllers.
- OculusIndexPointing - Enum constant in enum class com.jme3.input.vr.VRInputType
-
Deprecated.Is the user pointing their finger forwards, as if to press a button? This is internally calculated from proximity and filtering is applied - it should be used rather than !OculusIndexTouch, as it will probably lead to better results.
- OculusIndexTouch - Enum constant in enum class com.jme3.input.vr.VRInputType
-
Deprecated.Is the user resting their finger on the trigger of an Oculus Touch controller?
- OculusMenuButton - Enum constant in enum class com.jme3.input.vr.VRInputType
-
Deprecated.The game-usable menu button, under and to the left of the 'X' button on the left controller.
- OculusMouseManager - Class in com.jme3.input.vr.oculus
-
A class dedicated to the mouse handling within Oculus Rift based VR experience.
- OculusMouseManager(VREnvironment) - Constructor for class com.jme3.input.vr.oculus.OculusMouseManager
-
Create a new VR mouse manager within the given
VR environment
. - OculusThumbrestTouch - Enum constant in enum class com.jme3.input.vr.VRInputType
-
Deprecated.The capacitive touch sensors on the thumbrests of the Oculus Touch - this is a textured pad on the Oculus Touch controller next to the ABXY buttons for users to reset their thumbs on.
- OculusThumbstickAxis - Enum constant in enum class com.jme3.input.vr.VRInputType
-
Deprecated.The thumbstick on the Oculus Touch controllers.
- OculusThumbstickButton - Enum constant in enum class com.jme3.input.vr.VRInputType
-
Deprecated.The 'click' button on the Oculus Touch thumbsticks.
- OculusThumbstickTouch - Enum constant in enum class com.jme3.input.vr.VRInputType
-
Deprecated.The capacitive touch sensors on the thumbsticks of the Oculus Touch.
- OculusThumbUp - Enum constant in enum class com.jme3.input.vr.VRInputType
-
Deprecated.The state of a software calculation based on the capacitive touch sensor values that determine if the user has lifted their thumb off the controller, and can be used for gesture support.
- OculusTopButton - Enum constant in enum class com.jme3.input.vr.VRInputType
-
Deprecated.The upper buttons on the Oculus Touch controllers - B on the right controller, and Y on the left.
- OculusTopTouch - Enum constant in enum class com.jme3.input.vr.VRInputType
-
Deprecated.The capacitive touch sensors on the top buttons (Y and B) of the Oculus Touch.
- OculusTriggerAxis - Enum constant in enum class com.jme3.input.vr.VRInputType
-
Deprecated.The trigger button on the Oculus Touch controllers.
- OculusViewManager - Class in com.jme3.input.vr.oculus
-
A rendering system for Oculus's LibOVR API.
- OculusViewManager(VREnvironment) - Constructor for class com.jme3.input.vr.oculus.OculusViewManager
- OculusVR - Class in com.jme3.input.vr.oculus
-
Oculus VR (LibOVR 1.3.0) Native support.
- OculusVR(VREnvironment) - Constructor for class com.jme3.input.vr.oculus.OculusVR
- OculusVRInput - Class in com.jme3.input.vr.oculus
- OculusVRInput(OculusVR, long, OVRSessionStatus, OVRTrackingState) - Constructor for class com.jme3.input.vr.oculus.OculusVRInput
- OculusVRInput.OculusController - Class in com.jme3.input.vr.oculus
-
The object form representation of a controller.
- Off - Enum constant in enum class com.jme3.material.RenderState.BlendMode
-
No blending mode is used.
- Off - Enum constant in enum class com.jme3.material.RenderState.FaceCullMode
-
Face culling is disabled.
- Off - Enum constant in enum class com.jme3.renderer.queue.RenderQueue.ShadowMode
-
Disable both shadow casting and shadow receiving for this spatial.
- Off - Enum constant in enum class com.jme3.texture.Texture.ShadowCompareMode
-
Shadow comparison mode is disabled.
- offA - Variable in class com.jme3.bullet.debug.BulletJointDebugControl
- offB - Variable in class com.jme3.bullet.debug.BulletJointDebugControl
- OffscreenSurface - Enum constant in enum class com.jme3.system.JmeContext.Type
-
An
OffscreenSurface
is a context that is not visible by the user. - offset - Variable in class com.jme3.scene.VertexBuffer
- offset - Variable in class com.jme3.terrain.geomipmap.TerrainPatch
- offset - Variable in class com.jme3.terrain.geomipmap.TerrainQuad
- offsetAmount - Variable in class com.jme3.terrain.geomipmap.TerrainPatch
- offsetAmount - Variable in class com.jme3.terrain.geomipmap.TerrainQuad
- offsetDistance - Variable in class com.jme3.input.ChaseCamera
- offsetUnit - Variable in class com.jme3.material.plugin.export.material.J3MRenderStateOutputCapsule
- OGGLoader - Class in com.jme3.audio.plugins
- OGGLoader() - Constructor for class com.jme3.audio.plugins.OGGLoader
- OGLESContext - Class in com.jme3.system.android
- OGLESContext() - Constructor for class com.jme3.system.android.OGLESContext
- OgreMaterialKey - Class in com.jme3.scene.plugins.ogre.matext
-
OgreMaterialKey
allows specifying material extensions, which map from Ogre3D base materials to jME3 materials - OgreMaterialKey() - Constructor for class com.jme3.scene.plugins.ogre.matext.OgreMaterialKey
- OgreMaterialKey(String) - Constructor for class com.jme3.scene.plugins.ogre.matext.OgreMaterialKey
- OgreMeshKey - Class in com.jme3.scene.plugins.ogre
-
OgreMeshKey is used to load Ogre3D mesh.xml models with a specific material file or list.
- OgreMeshKey() - Constructor for class com.jme3.scene.plugins.ogre.OgreMeshKey
- OgreMeshKey(String) - Constructor for class com.jme3.scene.plugins.ogre.OgreMeshKey
- OgreMeshKey(String, MaterialList) - Constructor for class com.jme3.scene.plugins.ogre.OgreMeshKey
- OgreMeshKey(String, String) - Constructor for class com.jme3.scene.plugins.ogre.OgreMeshKey
- oldClone(boolean) - Method in class com.jme3.effect.ParticleEmitter
-
The old clone() method that did not use the new Cloner utility.
- oldClone(boolean) - Method in class com.jme3.scene.Spatial
-
Deprecated.
- oldDeepClone() - Method in class com.jme3.scene.Geometry
- oldDeepClone() - Method in class com.jme3.scene.Node
- oldLen - Variable in class com.jme3.renderer.IDList
-
The number of valid elements in the old list.
- oldList - Variable in class com.jme3.renderer.IDList
-
Indices belonging to the "old list".
- oldPid - Variable in class com.jme3.system.jopenvr.VREvent_Process_t
- ON_CHANGES - Enum constant in enum class com.jme3.system.AWTFrameProcessor.TransferMode
- onAccuracyChanged(Sensor, int) - Method in class com.jme3.input.android.AndroidSensorJoyInput
- onAction(String, boolean, float) - Method in class com.jme3.app.ChaseCameraAppState
- onAction(String, boolean, float) - Method in class com.jme3.app.state.ScreenshotAppState
- onAction(String, boolean, float) - Method in class com.jme3.input.ChaseCamera
- onAction(String, boolean, float) - Method in interface com.jme3.input.controls.ActionListener
-
Called when an input to which this listener is registered to is invoked.
- onAction(String, boolean, float) - Method in class com.jme3.input.FlyByCamera
-
Callback to notify this controller of an action input event.
- onActivityCreated(Bundle) - Method in class com.jme3.app.AndroidHarnessFragment
- onAnalog(String, float, float) - Method in class com.jme3.app.ChaseCameraAppState
- onAnalog(String, float, float) - Method in class com.jme3.input.ChaseCamera
- onAnalog(String, float, float) - Method in interface com.jme3.input.controls.AnalogListener
-
Called to notify the implementation that an analog event has occurred.
- onAnalog(String, float, float) - Method in class com.jme3.input.FlyByCamera
-
Callback to notify this controller of an analog input event.
- onAnimChange(AnimControl, AnimChannel, String) - Method in interface com.jme3.animation.AnimEventListener
-
Deprecated.Invoked when an animation is set to play by the user on the given channel.
- onAnimCycleDone(AnimControl, AnimChannel, String) - Method in interface com.jme3.animation.AnimEventListener
-
Deprecated.Invoked when an animation "cycle" is done.
- onAttach(Activity) - Method in class com.jme3.app.AndroidHarnessFragment
- onClick(DialogInterface, int) - Method in class com.jme3.app.AndroidHarness
-
Called by the android alert dialog, terminate the activity and OpenGL rendering
- onClick(DialogInterface, int) - Method in class com.jme3.app.AndroidHarnessFragment
-
Called by the android alert dialog, terminate the activity and OpenGL rendering
- onClick(DialogInterface, int) - Method in class com.jme3.view.surfaceview.JmeSurfaceView
- onConnected(Joystick) - Method in interface com.jme3.input.JoystickConnectionListener
-
Occurs when a new joystick has been detected.
- onCreate(Bundle) - Method in class com.jme3.app.AndroidHarness
- onCreate(Bundle) - Method in class com.jme3.app.AndroidHarnessFragment
-
This Fragment uses setRetainInstance(true) so the onCreate method will only be called once.
- onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.jme3.app.AndroidHarnessFragment
-
Called by the system to create the View hierarchy associated with this Fragment.
- onDeleteFrameBuffer() - Method in class com.jme3.renderer.Statistics
-
Called by the Renderer when it deletes a framebuffer.
- onDeleteShader() - Method in class com.jme3.renderer.Statistics
-
Called by the Renderer when it deletes a shader.
- onDeleteTexture() - Method in class com.jme3.renderer.Statistics
-
Called by the Renderer when it deletes a texture.
- onDestroy() - Method in class com.jme3.app.AndroidHarness
- onDestroy() - Method in class com.jme3.app.AndroidHarnessFragment
-
Called by the system when the application is being destroyed.
- onDestroyView() - Method in class com.jme3.app.AndroidHarnessFragment
-
Called by the Android system each time the Activity is destroyed or recreated.
- onDetach() - Method in class com.jme3.app.AndroidHarnessFragment
- onDisable() - Method in class com.jme3.app.BasicProfilerState
- onDisable() - Method in class com.jme3.app.DetailedProfilerState
- onDisable() - Method in class com.jme3.app.state.BaseAppState
-
Called when the state was previously enabled but is now disabled either because setEnabled(false) was called or the state is being cleaned up.
- onDisable() - Method in class com.jme3.app.state.ConstantVerifierState
- onDisable() - Method in class com.jme3.audio.AudioListenerState
- onDisable() - Method in class com.jme3.environment.EnvironmentCamera
- onDisable() - Method in class com.jme3.environment.util.LightsDebugState
- onDisable() - Method in class com.jme3.scene.debug.custom.ArmatureDebugAppState
- onDisconnected(Joystick) - Method in interface com.jme3.input.JoystickConnectionListener
-
Occurs when an existing joystick has been disconnected.
- onDoubleTap(MotionEvent) - Method in class com.jme3.input.android.AndroidGestureProcessor
- onDoubleTapEvent(MotionEvent) - Method in class com.jme3.input.android.AndroidGestureProcessor
- onDown(MotionEvent) - Method in class com.jme3.input.android.AndroidGestureProcessor
- onDrawFrame(GL10) - Method in class com.jme3.system.android.OGLESContext
- One - Enum constant in enum class com.jme3.material.RenderState.BlendFunc
-
RGB Factor (1, 1, 1), Alpha Factor (1)
- One_Minus_Dst_Alpha - Enum constant in enum class com.jme3.material.RenderState.BlendFunc
-
RGB Factor (1-A_d, 1-A_d, 1-A_d), Alpha Factor (1-A_d)
- One_Minus_Dst_Color - Enum constant in enum class com.jme3.material.RenderState.BlendFunc
-
RGB Factor (1-R_d, 1-G_d, 1-B_d), Alpha Factor (1-A_d)
- One_Minus_Src_Alpha - Enum constant in enum class com.jme3.material.RenderState.BlendFunc
-
RGB Factor (1-A_s0, 1-A_s0, 1-A_s0), Alpha Factor (1-A_s0)
- One_Minus_Src_Color - Enum constant in enum class com.jme3.material.RenderState.BlendFunc
-
RGB Factor (1-R_s0, 1-G_s0, 1-B_s0), Alpha Factor (1-A_s0)
- ONE_THIRD - Static variable in class com.jme3.math.FastMath
-
The value 1/3, as a float.
- onEnable() - Method in class com.jme3.app.BasicProfilerState
- onEnable() - Method in class com.jme3.app.DetailedProfilerState
- onEnable() - Method in class com.jme3.app.state.BaseAppState
-
Called when the state is fully enabled, ie: is attached and isEnabled() is true or when the setEnabled() status changes after the state is attached.
- onEnable() - Method in class com.jme3.app.state.ConstantVerifierState
- onEnable() - Method in class com.jme3.audio.AudioListenerState
- onEnable() - Method in class com.jme3.environment.EnvironmentCamera
- onEnable() - Method in class com.jme3.environment.util.LightsDebugState
- onEnable() - Method in class com.jme3.scene.debug.custom.ArmatureDebugAppState
- onExceptionThrown(Throwable) - Method in interface com.jme3.view.surfaceview.OnExceptionThrown
-
Listens for a thrown exception or a thrown error.
- OnExceptionThrown - Interface in com.jme3.view.surfaceview
-
An interface designed to listen for exceptions and fire an event when an exception is thrown.
- onFling(MotionEvent, MotionEvent, float, float) - Method in class com.jme3.input.android.AndroidGestureProcessor
- onFrameBufferUse(FrameBuffer, boolean) - Method in class com.jme3.renderer.Statistics
-
Called by the Renderer when a framebuffer has been set.
- onFrameChange() - Method in class com.jme3.renderer.Camera
-
Updates the view frame of the camera.
- onFrustumChange() - Method in class com.jme3.renderer.Camera
-
Updates the frustum to reflect any changes made to the planes.
- onGenericMotion(MotionEvent) - Method in class com.jme3.input.android.AndroidJoyInput14
- onGenericMotion(MotionEvent) - Method in class com.jme3.input.android.AndroidJoystickJoyInput14
- onGenericMotion(View, MotionEvent) - Method in class com.jme3.input.android.AndroidInputHandler14
- onGeometryUnassociated(Geometry) - Method in class com.jme3.scene.BatchNode
- onGeometryUnassociated(Geometry) - Method in class com.jme3.scene.GeometryGroupNode
-
Called by
geom
to specify that it has been unassociated from itsGeometryGroupNode
. - onGeometryUnassociated(Geometry) - Method in class com.jme3.scene.instancing.InstancedNode
- onGround - Variable in class com.jme3.bullet.control.BetterCharacterControl
- onGround() - Method in class com.jme3.bullet.objects.PhysicsCharacter
- onHover(MotionEvent) - Method in class com.jme3.input.android.AndroidTouchInput14
- onHover(View, MotionEvent) - Method in class com.jme3.input.android.AndroidInputHandler14
- onInitialize(ClientServiceManager) - Method in class com.jme3.network.service.rmi.RmiClientService
- onInitialize(ClientServiceManager) - Method in class com.jme3.network.service.rpc.RpcClientService
-
Used internally to set up the RpcConnection and MessageDelegator.
- onInitialize(ClientServiceManager) - Method in class com.jme3.network.service.serializer.ClientSerializerRegistrationsService
- onInitialize(HostedServiceManager) - Method in class com.jme3.network.service.rmi.RmiHostedService
- onInitialize(HostedServiceManager) - Method in class com.jme3.network.service.rpc.RpcHostedService
-
Used internally to set up the message delegator that will handle HostedConnection specific messages and forward them to that connection's RpcConnection.
- onInitialize(HostedServiceManager) - Method in class com.jme3.network.service.serializer.ServerSerializerRegistrationsService
- onInitialize(S) - Method in class com.jme3.network.service.AbstractService
-
Called during initialize() for the subclass to perform implementation specific initialization.
- onJoyAxisEvent(JoyAxisEvent) - Method in class com.jme3.input.InputManager
-
Callback from RawInputListener.
- onJoyAxisEvent(JoyAxisEvent) - Method in interface com.jme3.input.RawInputListener
-
Invoked on joystick axis events.
- onJoyAxisEvent(JoyAxisEvent) - Method in class com.jme3.niftygui.InputSystemJme
- onJoyButtonEvent(JoyButtonEvent) - Method in class com.jme3.input.InputManager
-
Callback from RawInputListener.
- onJoyButtonEvent(JoyButtonEvent) - Method in interface com.jme3.input.RawInputListener
-
Invoked on joystick button presses.
- onJoyButtonEvent(JoyButtonEvent) - Method in class com.jme3.niftygui.InputSystemJme
- onKey(KeyEvent) - Method in class com.jme3.input.android.AndroidJoyInput14
- onKey(KeyEvent) - Method in class com.jme3.input.android.AndroidJoystickJoyInput14
- onKey(KeyEvent) - Method in class com.jme3.input.android.AndroidTouchInput
- onKey(View, int, KeyEvent) - Method in class com.jme3.input.android.AndroidInputHandler
- onKey(View, int, KeyEvent) - Method in class com.jme3.input.android.AndroidInputHandler14
- onKeyEvent(KeyInputEvent) - Method in class com.jme3.input.InputManager
-
Callback from RawInputListener.
- onKeyEvent(KeyInputEvent) - Method in interface com.jme3.input.RawInputListener
-
Invoked on keyboard key press or release events.
- onKeyEvent(KeyInputEvent) - Method in class com.jme3.niftygui.InputSystemJme
- onLayoutChange(View, int, int, int, int, int, int, int, int) - Method in class com.jme3.app.AndroidHarnessFragment
- onLayoutDrawn(LegacyApplication, View) - Method in interface com.jme3.view.surfaceview.OnLayoutDrawn
-
Dispatched when the layout is drawn on the screen.
- OnLayoutDrawn - Interface in com.jme3.view.surfaceview
-
An interface used for dispatching an event when the layout holding the
GLSurfaceView
is drawn, the event is dispatched on the user activity context thread. - onLongPress(MotionEvent) - Method in class com.jme3.input.android.AndroidGestureProcessor
- onMaterialChange(Geometry) - Method in class com.jme3.scene.BatchNode
- onMaterialChange(Geometry) - Method in class com.jme3.scene.GeometryGroupNode
- onMaterialChange(Geometry) - Method in class com.jme3.scene.instancing.InstancedNode
- onMeshChange(Geometry) - Method in class com.jme3.scene.BatchNode
- onMeshChange(Geometry) - Method in class com.jme3.scene.GeometryGroupNode
- onMeshChange(Geometry) - Method in class com.jme3.scene.instancing.InstancedNode
- onMeshDrawn(Mesh, int) - Method in class com.jme3.renderer.Statistics
-
Called by the Renderer when a mesh has been drawn.
- onMeshDrawn(Mesh, int, int) - Method in class com.jme3.renderer.Statistics
-
Called by the Renderer when a mesh has been drawn.
- onMouseButtonEvent(MouseButtonEvent) - Method in class com.jme3.input.InputManager
-
Callback from RawInputListener.
- onMouseButtonEvent(MouseButtonEvent) - Method in interface com.jme3.input.RawInputListener
-
Invoked on mouse button events.
- onMouseButtonEvent(MouseButtonEvent) - Method in class com.jme3.niftygui.InputSystemJme
- onMouseMotionEvent(MouseMotionEvent) - Method in class com.jme3.input.InputManager
-
Callback from RawInputListener.
- onMouseMotionEvent(MouseMotionEvent) - Method in interface com.jme3.input.RawInputListener
-
Invoked on mouse movement/motion events.
- onMouseMotionEvent(MouseMotionEvent) - Method in class com.jme3.niftygui.InputSystemJme
- onNewFrameBuffer() - Method in class com.jme3.renderer.Statistics
-
Called by the Renderer when it creates a new framebuffer.
- onNewShader() - Method in class com.jme3.renderer.Statistics
-
Called by the Renderer when it creates a new shader.
- onNewTexture() - Method in class com.jme3.renderer.Statistics
-
Called by the Renderer when it creates a new texture.
- onPause() - Method in class com.jme3.app.AndroidHarness
- onPause() - Method in class com.jme3.app.AndroidHarnessFragment
-
When the Fragment pauses (i.e.
- onPause() - Method in class com.jme3.cinematic.Cinematic
-
called internally
- onPause() - Method in class com.jme3.cinematic.events.AbstractCinematicEvent
-
Implement this method with code that you want to execute when the event is paused.
- onPause() - Method in class com.jme3.cinematic.events.AnimationEvent
-
Deprecated.
- onPause() - Method in class com.jme3.cinematic.events.AnimEvent
-
Callback when the event is paused.
- onPause() - Method in class com.jme3.cinematic.events.CameraEvent
- onPause() - Method in class com.jme3.cinematic.events.GuiEvent
-
Invoked when the event is paused.
- onPause() - Method in class com.jme3.cinematic.events.GuiTrack
-
Deprecated.
- onPause() - Method in class com.jme3.cinematic.events.MotionEvent
- onPause() - Method in class com.jme3.cinematic.events.SoundEvent
- onPause(CinematicEvent) - Method in interface com.jme3.cinematic.events.CinematicEventListener
- onPlay() - Method in class com.jme3.cinematic.Cinematic
-
called internally
- onPlay() - Method in class com.jme3.cinematic.events.AbstractCinematicEvent
-
Implement this method with code that you want to execute when the event is started.
- onPlay() - Method in class com.jme3.cinematic.events.AnimationEvent
-
Deprecated.
- onPlay() - Method in class com.jme3.cinematic.events.AnimEvent
-
Callback when the event is started.
- onPlay() - Method in class com.jme3.cinematic.events.CameraEvent
- onPlay() - Method in class com.jme3.cinematic.events.GuiEvent
-
Invoked when the event is started.
- onPlay() - Method in class com.jme3.cinematic.events.GuiTrack
-
Deprecated.
- onPlay() - Method in class com.jme3.cinematic.events.MotionEvent
- onPlay() - Method in class com.jme3.cinematic.events.SoundEvent
- onPlay(CinematicEvent) - Method in interface com.jme3.cinematic.events.CinematicEventListener
- onRenderCompletion(LegacyApplication, AppSettings) - Method in interface com.jme3.view.surfaceview.OnRendererCompleted
-
Invoked when the user delay finishes, on the first update of the game, the event is dispatched on the enclosing Activity context thread.
- OnRendererCompleted - Interface in com.jme3.view.surfaceview
-
An interface used for invoking an event when the user delay finishes, on the first update of the game.
- OnRendererStarted - Interface in com.jme3.view.surfaceview
-
An interface used for invoking an event when the application is started explicitly from
JmeSurfaceView.startRenderer(int)
. - onRenderStart(LegacyApplication, View) - Method in interface com.jme3.view.surfaceview.OnRendererStarted
-
Invoked when the game application is started by the
LegacyApplication.start()
, the event is dispatched on the holder Activity context thread. - OnRequest - Enum constant in enum class com.jme3.system.awt.PaintMode
- onRestart() - Method in class com.jme3.app.AndroidHarness
- onResume() - Method in class com.jme3.app.AndroidHarness
- onResume() - Method in class com.jme3.app.AndroidHarnessFragment
-
When the Fragment resumes (i.e.
- onRetainNonConfigurationInstance() - Method in class com.jme3.app.AndroidHarness
- onScale(ScaleGestureDetector) - Method in class com.jme3.input.android.AndroidGestureProcessor
- onScaleBegin(ScaleGestureDetector) - Method in class com.jme3.input.android.AndroidGestureProcessor
- onScaleEnd(ScaleGestureDetector) - Method in class com.jme3.input.android.AndroidGestureProcessor
- onScroll(MotionEvent, MotionEvent, float, float) - Method in class com.jme3.input.android.AndroidGestureProcessor
- onSensorChanged(SensorEvent) - Method in class com.jme3.input.android.AndroidSensorJoyInput
- onShaderUse(Shader, boolean) - Method in class com.jme3.renderer.Statistics
-
Called by the Renderer when a shader has been utilized.
- onShowPress(MotionEvent) - Method in class com.jme3.input.android.AndroidGestureProcessor
- onSingleTapConfirmed(MotionEvent) - Method in class com.jme3.input.android.AndroidGestureProcessor
- onSingleTapUp(MotionEvent) - Method in class com.jme3.input.android.AndroidGestureProcessor
- onSoftText(int, String) - Method in interface com.jme3.input.controls.SoftTextDialogInputListener
- onStart() - Method in class com.jme3.app.AndroidHarness
- onStart() - Method in class com.jme3.app.AndroidHarnessFragment
- onStateChanged(LifecycleOwner, Lifecycle.Event) - Method in class com.jme3.view.surfaceview.JmeSurfaceView
-
A state change observer to the holder Activity life cycle, used to keep this android view up-to-date with the holder activity life cycle.
- onStop() - Method in class com.jme3.app.AndroidHarness
- onStop() - Method in class com.jme3.app.AndroidHarnessFragment
- onStop() - Method in class com.jme3.cinematic.Cinematic
-
called internally
- onStop() - Method in class com.jme3.cinematic.events.AbstractCinematicEvent
-
Implement this method with code that you want to execute when the event is stopped.
- onStop() - Method in class com.jme3.cinematic.events.AnimationEvent
-
Deprecated.
- onStop() - Method in class com.jme3.cinematic.events.AnimEvent
-
Callback when the event is stopped.
- onStop() - Method in class com.jme3.cinematic.events.CameraEvent
- onStop() - Method in class com.jme3.cinematic.events.GuiEvent
-
Invoked when the event is stopped.
- onStop() - Method in class com.jme3.cinematic.events.GuiTrack
-
Deprecated.
- onStop() - Method in class com.jme3.cinematic.events.MotionEvent
- onStop() - Method in class com.jme3.cinematic.events.SoundEvent
- onStop(CinematicEvent) - Method in interface com.jme3.cinematic.events.CinematicEventListener
- onSurfaceChanged(GL10, int, int) - Method in class com.jme3.system.android.OGLESContext
- onSurfaceCreated(GL10, EGLConfig) - Method in class com.jme3.system.android.OGLESContext
- onTextureUse(Image, boolean) - Method in class com.jme3.renderer.Statistics
-
Called by the Renderer when a texture has been set.
- onTouch(MotionEvent) - Method in class com.jme3.input.android.AndroidTouchInput
- onTouch(View, MotionEvent) - Method in class com.jme3.input.android.AndroidInputHandler
- onTouch(String, TouchEvent, float) - Method in class com.jme3.app.AndroidHarness
-
Gets called by the InputManager on all touch/drag/scale events
- onTouch(String, TouchEvent, float) - Method in class com.jme3.app.AndroidHarnessFragment
-
Gets called by the InputManager on all touch/drag/scale events
- onTouch(String, TouchEvent, float) - Method in interface com.jme3.input.controls.TouchListener
- onTouchEvent(TouchEvent) - Method in class com.jme3.input.InputManager
-
Callback from RawInputListener.
- onTouchEvent(TouchEvent) - Method in interface com.jme3.input.RawInputListener
-
Invoked on touchscreen touch events.
- onTouchEvent(TouchEvent) - Method in class com.jme3.niftygui.InputSystemJme
- onTouchEventQueued(TouchEvent) - Method in class com.jme3.input.InputManager
-
Dispatches touch events to touch listeners
- onTransformChange(Geometry) - Method in class com.jme3.scene.BatchNode
- onTransformChange(Geometry) - Method in class com.jme3.scene.GeometryGroupNode
-
Called by
geom
to specify that its world transform has been changed. - onTransformChange(Geometry) - Method in class com.jme3.scene.instancing.InstancedNode
- onUniformSet() - Method in class com.jme3.renderer.Statistics
-
Called by the Renderer when a uniform was set.
- onUpdate(float) - Method in class com.jme3.cinematic.Cinematic
-
used internally, don't call this directly.
- onUpdate(float) - Method in class com.jme3.cinematic.events.AbstractCinematicEvent
-
Implement this method with the code that you want to execute on update (only called when the event is playing).
- onUpdate(float) - Method in class com.jme3.cinematic.events.AnimationEvent
-
Deprecated.
- onUpdate(float) - Method in class com.jme3.cinematic.events.AnimEvent
-
Callback on each render pass while the event is playing.
- onUpdate(float) - Method in class com.jme3.cinematic.events.CameraEvent
- onUpdate(float) - Method in class com.jme3.cinematic.events.GuiEvent
-
Invoked once per frame, provided the event is playing.
- onUpdate(float) - Method in class com.jme3.cinematic.events.GuiTrack
-
Deprecated.
- onUpdate(float) - Method in class com.jme3.cinematic.events.MotionEvent
- onUpdate(float) - Method in class com.jme3.cinematic.events.SoundEvent
- onViewPortChange() - Method in class com.jme3.renderer.Camera
-
Called when the viewport has been changed.
- onWayPointReach(MotionEvent, int) - Method in interface com.jme3.cinematic.MotionPathListener
-
Triggers every time the target reach a waypoint on the path
- onWindowSizeChanged(int, int) - Method in interface com.jme3.system.lwjgl.WindowSizeListener
-
When registered by
LwjglWindow.registerWindowSizeListener(WindowSizeListener)
, it gets invoked on each glfw window size callback to notify the listener about changes in the window size. - Opaque - Enum constant in enum class com.jme3.renderer.queue.RenderQueue.Bucket
-
The renderer will try to find the optimal order for rendering all objects using this mode.
- OpaqueComparator - Class in com.jme3.renderer.queue
- OpaqueComparator() - Constructor for class com.jme3.renderer.queue.OpaqueComparator
- open - Variable in class com.jme3.audio.AudioStream
- Open - Variable in class com.jme3.system.jopenvr.VR_IVRIOBuffer_FnTable
-
C type : Open_callback*
- OpenCLException - Exception in com.jme3.opencl
-
Generic OpenCL exception, can be thrown in every method of this package.
- OpenCLException() - Constructor for exception com.jme3.opencl.OpenCLException
-
Creates a new instance of
OpenCLException
without detail message. - OpenCLException(String) - Constructor for exception com.jme3.opencl.OpenCLException
-
Constructs an instance of
OpenCLException
with the specified detail message. - OpenCLException(String, int) - Constructor for exception com.jme3.opencl.OpenCLException
- OpenCLObject - Interface in com.jme3.opencl
-
Base interface of all native OpenCL objects.
- OpenCLObject.ObjectReleaser - Interface in com.jme3.opencl
-
Releaser for an
OpenCLObject
. - OpenCLObjectManager - Class in com.jme3.opencl
- openFileDescriptor() - Method in class com.jme3.asset.plugins.AndroidLocator.AndroidAssetInfo
- OpenGL20 - Enum constant in enum class com.jme3.renderer.Caps
-
Supports OpenGL 2.0 or OpenGL ES 2.0.
- OpenGL21 - Enum constant in enum class com.jme3.renderer.Caps
-
Supports OpenGL 2.1.
- OpenGL30 - Enum constant in enum class com.jme3.renderer.Caps
-
Supports OpenGL 3.0.
- OpenGL31 - Enum constant in enum class com.jme3.renderer.Caps
-
Supports OpenGL 3.1.
- OpenGL32 - Enum constant in enum class com.jme3.renderer.Caps
-
Supports OpenGL 3.2.
- OpenGL33 - Enum constant in enum class com.jme3.renderer.Caps
-
Supports OpenGL 3.3.
- OpenGL40 - Enum constant in enum class com.jme3.renderer.Caps
-
Supports OpenGL 4.0.
- OpenGL41 - Enum constant in enum class com.jme3.renderer.Caps
-
Supports OpenGL 4.1.
- OpenGL42 - Enum constant in enum class com.jme3.renderer.Caps
-
Supports OpenGL 4.2.
- OpenGL43 - Enum constant in enum class com.jme3.renderer.Caps
-
Supports OpenGL 4.3.
- OpenGL44 - Enum constant in enum class com.jme3.renderer.Caps
-
Supports OpenGL 4.4.
- OpenGL45 - Enum constant in enum class com.jme3.renderer.Caps
-
Supports OpenGL 4.5.
- OpenGLES20 - Enum constant in enum class com.jme3.renderer.Caps
-
Supports OpenGL ES 2.
- OpenGLES30 - Enum constant in enum class com.jme3.renderer.Caps
-
Supports OpenGL ES 3.0.
- OpenGLES31 - Enum constant in enum class com.jme3.renderer.Caps
-
Supports OpenGL ES 3.1.
- OpenGLES32 - Enum constant in enum class com.jme3.renderer.Caps
-
Supports OpenGL ES 3.2.
- OpenGLString - Static variable in class com.jme3.input.vr.osvr.OSVR
-
The default OpenGL String.
- openStream() - Method in class com.jme3.asset.AssetInfo
-
Implementations of this method should return an
InputStream
allowing access to the data represented by theAssetKey
. - openStream() - Method in class com.jme3.asset.plugins.AndroidLocator.AndroidAssetInfo
- openStream() - Method in class com.jme3.asset.plugins.UrlAssetInfo
- openStream() - Method in class com.jme3.asset.StreamAssetInfo
- openStream(String) - Method in class com.jme3.asset.plugins.HttpZipLocator
- OpenVR - Class in com.jme3.input.vr.openvr
-
A class that wraps an OpenVR system.
- OpenVR(VREnvironment) - Constructor for class com.jme3.input.vr.openvr.OpenVR
-
Create a new OpenVR system attached to the given
VR environment
. - OpenVRBounds - Class in com.jme3.input.vr.openvr
-
A class that represents VR world bounds.
- OpenVRBounds() - Constructor for class com.jme3.input.vr.openvr.OpenVRBounds
- OpenVRInput - Class in com.jme3.input.vr.openvr
-
A class that wraps an OpenVR input.
null
values will be returned if no valid pose exists, or that input device isn't available user code should check fornull
values. - OpenVRInput(VREnvironment) - Constructor for class com.jme3.input.vr.openvr.OpenVRInput
-
Create a new OpenVR input attached to the given VR environment.
- OpenVRMouseManager - Class in com.jme3.input.vr.openvr
-
A class dedicated to the handling of the mouse within VR environment.
- OpenVRMouseManager(VREnvironment) - Constructor for class com.jme3.input.vr.openvr.OpenVRMouseManager
-
Create a new VR mouse manager within the given
VR environment
. - OpenVRTrackedController - Class in com.jme3.input.vr.openvr
-
A controller that is tracked within the VR environment.
- OpenVRTrackedController(int, OpenVRInput, String, String, VREnvironment) - Constructor for class com.jme3.input.vr.openvr.OpenVRTrackedController
-
Wrap a new VR tracked controller on an OpenVR system.
- OpenVRUtil - Class in com.jme3.system.jopenvr
-
A utility class that provide helper methods for OpenVR system.
- OpenVRViewManager - Class in com.jme3.input.vr.openvr
-
A VR view manager based on OpenVR.
- OpenVRViewManager(VREnvironment) - Constructor for class com.jme3.input.vr.openvr.OpenVRViewManager
-
Create a new VR view manager attached to the given
VR environment
. - operatorGreater(OSVR_TimeValue, OSVR_TimeValue) - Static method in class com.jme3.system.osvr.osvrtimevalue.OsvrTimeValueLibrary
-
Operator > overload for time values
Original signature :bool operator>(const OSVR_TimeValue&, const OSVR_TimeValue&)
- operatorIsEqual(OSVR_TimeValue, OSVR_TimeValue) - Static method in class com.jme3.system.osvr.osvrtimevalue.OsvrTimeValueLibrary
-
Operator == overload for time values
Original signature :bool operator==(const OSVR_TimeValue&, const OSVR_TimeValue&)
- opposite() - Method in class com.jme3.math.Quaternion
- opposite(Quaternion) - Method in class com.jme3.math.Quaternion
-
Returns a rotation with the same axis and the angle increased by 180 degrees.
- oppositeLocal() - Method in class com.jme3.math.Quaternion
-
Changes the quaternion to a rotation with the same axis and the angle increased by 180 degrees.
- optimize(Node) - Static method in class jme3tools.optimize.GeometryBatchFactory
-
Optimizes a scene by combining Geometry with the same material.
- optimize(Node, boolean) - Static method in class jme3tools.optimize.GeometryBatchFactory
-
Optimizes a scene by combining Geometry with the same material.
- OptimizedErode - Class in com.jme3.terrain.noise.filter
- OptimizedErode() - Constructor for class com.jme3.terrain.noise.filter.OptimizedErode
- Orange - Static variable in class com.jme3.math.ColorRGBA
-
The color orange (251/255, 130/255,0).
- orientation - Variable in class com.jme3.system.jopenvr.VRBoneTransform_t
-
C type : HmdQuaternionf_t
- ORIENTATION_X - Static variable in interface com.jme3.input.SensorJoystickAxis
- ORIENTATION_Y - Static variable in interface com.jme3.input.SensorJoystickAxis
- ORIENTATION_Z - Static variable in interface com.jme3.input.SensorJoystickAxis
- OrientedBox - Enum constant in enum class com.jme3.light.LightProbe.AreaType
- OrientedBoxProbeArea - Class in com.jme3.light
- OrientedBoxProbeArea() - Constructor for class com.jme3.light.OrientedBoxProbeArea
- OrientedBoxProbeArea(Transform) - Constructor for class com.jme3.light.OrientedBoxProbeArea
- origin - Variable in class com.jme3.math.Ray
-
The ray's beginning point.
- Original - Enum constant in enum class com.jme3.scene.shape.Sphere.TextureMode
-
Wrap texture radially and along z-axis
- orthogonalLineFit(FloatBuffer) - Method in class com.jme3.math.Line
-
Fit this line to the specified points.
- OSVR - Class in com.jme3.input.vr.osvr
-
A class that wraps an OSVR system.
- OSVR - Enum constant in enum class com.jme3.input.vr.HmdType
-
OSVR generic Head Mounted Device (HMD).
- OSVR(VREnvironment) - Constructor for class com.jme3.input.vr.osvr.OSVR
-
Create a new OSVR system attached to the given
VR environment
. - OSVR_AccelerationReport - Class in com.jme3.system.osvr.osvrclientreporttypes
-
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA. - OSVR_AccelerationReport() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_AccelerationReport
- OSVR_AccelerationReport(int, OSVR_AccelerationState) - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_AccelerationReport
- OSVR_AccelerationReport(Pointer) - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_AccelerationReport
- OSVR_AccelerationReport.ByReference - Class in com.jme3.system.osvr.osvrclientreporttypes
- OSVR_AccelerationReport.ByValue - Class in com.jme3.system.osvr.osvrclientreporttypes
- OSVR_AccelerationState - Class in com.jme3.system.osvr.osvrclientreporttypes
-
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA. - OSVR_AccelerationState() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_AccelerationState
- OSVR_AccelerationState(OSVR_Vec3, byte, OSVR_IncrementalQuaternion, byte) - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_AccelerationState
- OSVR_AccelerationState(Pointer) - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_AccelerationState
- OSVR_AccelerationState.ByReference - Class in com.jme3.system.osvr.osvrclientreporttypes
- OSVR_AccelerationState.ByValue - Class in com.jme3.system.osvr.osvrclientreporttypes
- OSVR_AnalogReport - Class in com.jme3.system.osvr.osvrclientreporttypes
-
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA. - OSVR_AnalogReport() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_AnalogReport
- OSVR_AnalogReport(int, double) - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_AnalogReport
- OSVR_AnalogReport(Pointer) - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_AnalogReport
- OSVR_AnalogReport.ByReference - Class in com.jme3.system.osvr.osvrclientreporttypes
- OSVR_AnalogReport.ByValue - Class in com.jme3.system.osvr.osvrclientreporttypes
- OSVR_AngularAccelerationReport - Class in com.jme3.system.osvr.osvrclientreporttypes
-
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA. - OSVR_AngularAccelerationReport() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_AngularAccelerationReport
- OSVR_AngularAccelerationReport(int, OSVR_IncrementalQuaternion) - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_AngularAccelerationReport
- OSVR_AngularAccelerationReport(Pointer) - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_AngularAccelerationReport
- OSVR_AngularAccelerationReport.ByReference - Class in com.jme3.system.osvr.osvrclientreporttypes
- OSVR_AngularAccelerationReport.ByValue - Class in com.jme3.system.osvr.osvrclientreporttypes
- OSVR_AngularVelocityReport - Class in com.jme3.system.osvr.osvrclientreporttypes
-
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA. - OSVR_AngularVelocityReport() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_AngularVelocityReport
- OSVR_AngularVelocityReport(int, OSVR_IncrementalQuaternion) - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_AngularVelocityReport
- OSVR_AngularVelocityReport(Pointer) - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_AngularVelocityReport
- OSVR_AngularVelocityReport.ByReference - Class in com.jme3.system.osvr.osvrclientreporttypes
- OSVR_AngularVelocityReport.ByValue - Class in com.jme3.system.osvr.osvrclientreporttypes
- OSVR_BUTTON_NOT_PRESSED - Static variable in class com.jme3.system.osvr.osvrclientreporttypes.OsvrClientReportTypesLibrary
- OSVR_BUTTON_PRESSED - Static variable in class com.jme3.system.osvr.osvrclientreporttypes.OsvrClientReportTypesLibrary
- OSVR_ButtonReport - Class in com.jme3.system.osvr.osvrclientreporttypes
-
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA. - OSVR_ButtonReport() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_ButtonReport
- OSVR_ButtonReport(int, byte) - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_ButtonReport
- OSVR_ButtonReport(Pointer) - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_ButtonReport
- OSVR_ButtonReport.ByReference - Class in com.jme3.system.osvr.osvrclientreporttypes
- OSVR_ButtonReport.ByValue - Class in com.jme3.system.osvr.osvrclientreporttypes
- OSVR_ClientContext() - Constructor for class com.jme3.system.osvr.osvrclientkit.OsvrClientKitLibrary.OSVR_ClientContext
- OSVR_ClientContext() - Constructor for class com.jme3.system.osvr.osvrdisplay.OsvrDisplayLibrary.OSVR_ClientContext
- OSVR_ClientContext() - Constructor for class com.jme3.system.osvr.osvrrendermanageropengl.OsvrRenderManagerOpenGLLibrary.OSVR_ClientContext
- OSVR_ClientContext(Pointer) - Constructor for class com.jme3.system.osvr.osvrclientkit.OsvrClientKitLibrary.OSVR_ClientContext
- OSVR_ClientContext(Pointer) - Constructor for class com.jme3.system.osvr.osvrdisplay.OsvrDisplayLibrary.OSVR_ClientContext
- OSVR_ClientContext(Pointer) - Constructor for class com.jme3.system.osvr.osvrrendermanageropengl.OsvrRenderManagerOpenGLLibrary.OSVR_ClientContext
- OSVR_ClientInterface() - Constructor for class com.jme3.system.osvr.osvrclientkit.OsvrClientKitLibrary.OSVR_ClientInterface
- OSVR_ClientInterface(Pointer) - Constructor for class com.jme3.system.osvr.osvrclientkit.OsvrClientKitLibrary.OSVR_ClientInterface
- OSVR_DirectionReport - Class in com.jme3.system.osvr.osvrclientreporttypes
-
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA. - OSVR_DirectionReport() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_DirectionReport
- OSVR_DirectionReport(int, OSVR_Vec3) - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_DirectionReport
- OSVR_DirectionReport(Pointer) - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_DirectionReport
- OSVR_DirectionReport.ByReference - Class in com.jme3.system.osvr.osvrclientreporttypes
- OSVR_DirectionReport.ByValue - Class in com.jme3.system.osvr.osvrclientreporttypes
- OSVR_DisplayConfig() - Constructor for class com.jme3.system.osvr.osvrdisplay.OsvrDisplayLibrary.OSVR_DisplayConfig
- OSVR_DisplayConfig(Pointer) - Constructor for class com.jme3.system.osvr.osvrdisplay.OsvrDisplayLibrary.OSVR_DisplayConfig
- OSVR_EYE_BLINK - Static variable in class com.jme3.system.osvr.osvrclientreporttypes.OsvrClientReportTypesLibrary
- OSVR_EYE_NO_BLINK - Static variable in class com.jme3.system.osvr.osvrclientreporttypes.OsvrClientReportTypesLibrary
- OSVR_EyeTracker2DReport - Class in com.jme3.system.osvr.osvrclientreporttypes
-
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA. - OSVR_EyeTracker2DReport() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_EyeTracker2DReport
- OSVR_EyeTracker2DReport(int, OSVR_Vec2) - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_EyeTracker2DReport
- OSVR_EyeTracker2DReport(Pointer) - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_EyeTracker2DReport
- OSVR_EyeTracker2DReport.ByReference - Class in com.jme3.system.osvr.osvrclientreporttypes
- OSVR_EyeTracker2DReport.ByValue - Class in com.jme3.system.osvr.osvrclientreporttypes
- OSVR_EyeTracker3DReport - Class in com.jme3.system.osvr.osvrclientreporttypes
-
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA. - OSVR_EyeTracker3DReport() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_EyeTracker3DReport
- OSVR_EyeTracker3DReport(int, OSVR_EyeTracker3DState) - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_EyeTracker3DReport
- OSVR_EyeTracker3DReport(Pointer) - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_EyeTracker3DReport
- OSVR_EyeTracker3DReport.ByReference - Class in com.jme3.system.osvr.osvrclientreporttypes
- OSVR_EyeTracker3DReport.ByValue - Class in com.jme3.system.osvr.osvrclientreporttypes
- OSVR_EyeTracker3DState - Class in com.jme3.system.osvr.osvrclientreporttypes
-
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA. - OSVR_EyeTracker3DState() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_EyeTracker3DState
- OSVR_EyeTracker3DState(byte, OSVR_Vec3, byte, OSVR_Vec3) - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_EyeTracker3DState
- OSVR_EyeTracker3DState(Pointer) - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_EyeTracker3DState
- OSVR_EyeTracker3DState.ByReference - Class in com.jme3.system.osvr.osvrclientreporttypes
- OSVR_EyeTracker3DState.ByValue - Class in com.jme3.system.osvr.osvrclientreporttypes
- OSVR_EyeTrackerBlinkReport - Class in com.jme3.system.osvr.osvrclientreporttypes
-
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA. - OSVR_EyeTrackerBlinkReport() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_EyeTrackerBlinkReport
- OSVR_EyeTrackerBlinkReport(int, byte) - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_EyeTrackerBlinkReport
- OSVR_EyeTrackerBlinkReport(Pointer) - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_EyeTrackerBlinkReport
- OSVR_EyeTrackerBlinkReport.ByReference - Class in com.jme3.system.osvr.osvrclientreporttypes
- OSVR_EyeTrackerBlinkReport.ByValue - Class in com.jme3.system.osvr.osvrclientreporttypes
- OSVR_FALSE - Static variable in class com.jme3.system.osvr.osvrclientreporttypes.OsvrClientReportTypesLibrary
- OSVR_FALSE - Static variable in class com.jme3.system.osvr.osvrtimevalue.OsvrTimeValueLibrary
- OSVR_GraphicsLibraryOpenGL - Class in com.jme3.system.osvr.osvrrendermanageropengl
-
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA. - OSVR_GraphicsLibraryOpenGL() - Constructor for class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_GraphicsLibraryOpenGL
- OSVR_GraphicsLibraryOpenGL(OSVR_OpenGLToolkitFunctions.ByReference) - Constructor for class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_GraphicsLibraryOpenGL
- OSVR_GraphicsLibraryOpenGL(Pointer) - Constructor for class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_GraphicsLibraryOpenGL
- OSVR_GraphicsLibraryOpenGL.ByReference - Class in com.jme3.system.osvr.osvrrendermanageropengl
- OSVR_GraphicsLibraryOpenGL.ByValue - Class in com.jme3.system.osvr.osvrrendermanageropengl
- OSVR_IncrementalQuaternion - Class in com.jme3.system.osvr.osvrclientreporttypes
-
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA. - OSVR_IncrementalQuaternion() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_IncrementalQuaternion
- OSVR_IncrementalQuaternion(OSVR_Quaternion, double) - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_IncrementalQuaternion
- OSVR_IncrementalQuaternion(Pointer) - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_IncrementalQuaternion
- OSVR_IncrementalQuaternion.ByReference - Class in com.jme3.system.osvr.osvrclientreporttypes
- OSVR_IncrementalQuaternion.ByValue - Class in com.jme3.system.osvr.osvrclientreporttypes
- OSVR_LinearAccelerationReport - Class in com.jme3.system.osvr.osvrclientreporttypes
-
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA. - OSVR_LinearAccelerationReport() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_LinearAccelerationReport
- OSVR_LinearAccelerationReport(int, OSVR_Vec3) - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_LinearAccelerationReport
- OSVR_LinearAccelerationReport(Pointer) - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_LinearAccelerationReport
- OSVR_LinearAccelerationReport.ByReference - Class in com.jme3.system.osvr.osvrclientreporttypes
- OSVR_LinearAccelerationReport.ByValue - Class in com.jme3.system.osvr.osvrclientreporttypes
- OSVR_LinearVelocityReport - Class in com.jme3.system.osvr.osvrclientreporttypes
-
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA. - OSVR_LinearVelocityReport() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_LinearVelocityReport
- OSVR_LinearVelocityReport(int, OSVR_Vec3) - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_LinearVelocityReport
- OSVR_LinearVelocityReport(Pointer) - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_LinearVelocityReport
- OSVR_LinearVelocityReport.ByReference - Class in com.jme3.system.osvr.osvrclientreporttypes
- OSVR_LinearVelocityReport.ByValue - Class in com.jme3.system.osvr.osvrclientreporttypes
- OSVR_Location2DReport - Class in com.jme3.system.osvr.osvrclientreporttypes
-
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA. - OSVR_Location2DReport() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_Location2DReport
- OSVR_Location2DReport(int, OSVR_Vec2) - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_Location2DReport
- OSVR_Location2DReport(Pointer) - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_Location2DReport
- OSVR_Location2DReport.ByReference - Class in com.jme3.system.osvr.osvrclientreporttypes
- OSVR_Location2DReport.ByValue - Class in com.jme3.system.osvr.osvrclientreporttypes
- OSVR_MATRIX_COLMAJOR - Static variable in interface com.jme3.system.osvr.osvrmatrixconventions.OsvrMatrixConventionsLibrary.OSVR_MatrixOrderingFlags
- OSVR_MATRIX_COLVECTORS - Static variable in interface com.jme3.system.osvr.osvrmatrixconventions.OsvrMatrixConventionsLibrary.OSVR_MatrixVectorFlags
- OSVR_MATRIX_LHINPUT - Static variable in interface com.jme3.system.osvr.osvrmatrixconventions.OsvrMatrixConventionsLibrary.OSVR_ProjectionMatrixInputFlags
- OSVR_MATRIX_MASK_LHINPUT - Static variable in interface com.jme3.system.osvr.osvrmatrixconventions.OsvrMatrixConventionsLibrary.OSVR_MatrixMasks
- OSVR_MATRIX_MASK_ROWMAJOR - Static variable in interface com.jme3.system.osvr.osvrmatrixconventions.OsvrMatrixConventionsLibrary.OSVR_MatrixMasks
- OSVR_MATRIX_MASK_ROWVECTORS - Static variable in interface com.jme3.system.osvr.osvrmatrixconventions.OsvrMatrixConventionsLibrary.OSVR_MatrixMasks
- OSVR_MATRIX_MASK_UNSIGNEDZ - Static variable in interface com.jme3.system.osvr.osvrmatrixconventions.OsvrMatrixConventionsLibrary.OSVR_MatrixMasks
- OSVR_MATRIX_RHINPUT - Static variable in interface com.jme3.system.osvr.osvrmatrixconventions.OsvrMatrixConventionsLibrary.OSVR_ProjectionMatrixInputFlags
- OSVR_MATRIX_ROWMAJOR - Static variable in interface com.jme3.system.osvr.osvrmatrixconventions.OsvrMatrixConventionsLibrary.OSVR_MatrixOrderingFlags
- OSVR_MATRIX_ROWVECTORS - Static variable in interface com.jme3.system.osvr.osvrmatrixconventions.OsvrMatrixConventionsLibrary.OSVR_MatrixVectorFlags
- OSVR_MATRIX_SIGNEDZ - Static variable in interface com.jme3.system.osvr.osvrmatrixconventions.OsvrMatrixConventionsLibrary.OSVR_ProjectionMatrixZFlags
- OSVR_MATRIX_SIZE - Static variable in class com.jme3.system.osvr.osvrmatrixconventions.OsvrMatrixConventionsLibrary
- OSVR_MATRIX_UNSIGNEDZ - Static variable in interface com.jme3.system.osvr.osvrmatrixconventions.OsvrMatrixConventionsLibrary.OSVR_ProjectionMatrixZFlags
- OSVR_NaviPositionReport - Class in com.jme3.system.osvr.osvrclientreporttypes
-
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA. - OSVR_NaviPositionReport() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_NaviPositionReport
- OSVR_NaviPositionReport(int, OSVR_Vec2) - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_NaviPositionReport
- OSVR_NaviPositionReport(Pointer) - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_NaviPositionReport
- OSVR_NaviPositionReport.ByReference - Class in com.jme3.system.osvr.osvrclientreporttypes
- OSVR_NaviPositionReport.ByValue - Class in com.jme3.system.osvr.osvrclientreporttypes
- OSVR_NaviVelocityReport - Class in com.jme3.system.osvr.osvrclientreporttypes
-
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA. - OSVR_NaviVelocityReport() - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_NaviVelocityReport
- OSVR_NaviVelocityReport(int, OSVR_Vec2) - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_NaviVelocityReport
- OSVR_NaviVelocityReport(Pointer) - Constructor for class com.jme3.system.osvr.osvrclientreporttypes.OSVR_NaviVelocityReport
- OSVR_NaviVelocityReport.ByReference - Class in com.jme3.system.osvr.osvrclientreporttypes
- OSVR_NaviVelocityReport.ByValue - Class in com.jme3.system.osvr.osvrclientreporttypes
- OSVR_OPEN_STATUS_COMPLETE - Static variable in interface com.jme3.system.osvr.osvrrendermanager.OsvrRenderManagerLibrary.OSVR_OpenStatus
- OSVR_OPEN_STATUS_COMPLETE - Static variable in interface com.jme3.system.osvr.osvrrendermanageropengl.OsvrRenderManagerOpenGLLibrary.OSVR_OpenStatus
- OSVR_OPEN_STATUS_FAILURE - Static variable in interface com.jme3.system.osvr.osvrrendermanager.OsvrRenderManagerLibrary.OSVR_OpenStatus
- OSVR_OPEN_STATUS_FAILURE - Static variable in interface com.jme3.system.osvr.osvrrendermanageropengl.OsvrRenderManagerOpenGLLibrary.OSVR_OpenStatus
- OSVR_OPEN_STATUS_PARTIAL - Static variable in interface com.jme3.system.osvr.osvrrendermanager.OsvrRenderManagerLibrary.OSVR_OpenStatus
- OSVR_OPEN_STATUS_PARTIAL - Static variable in interface com.jme3.system.osvr.osvrrendermanageropengl.OsvrRenderManagerOpenGLLibrary.OSVR_OpenStatus
- OSVR_OpenGLContextParams - Class in com.jme3.system.osvr.osvrrendermanageropengl
-
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA. - OSVR_OpenGLContextParams() - Constructor for class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_OpenGLContextParams
- OSVR_OpenGLContextParams(Pointer) - Constructor for class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_OpenGLContextParams
- OSVR_OpenGLContextParams(Pointer, byte, int, int, int, int, int, int, byte) - Constructor for class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_OpenGLContextParams
- OSVR_OpenGLContextParams.ByReference - Class in com.jme3.system.osvr.osvrrendermanageropengl
- OSVR_OpenGLContextParams.ByValue - Class in com.jme3.system.osvr.osvrrendermanageropengl
- OSVR_OpenGLToolkitFunctions - Class in com.jme3.system.osvr.osvrrendermanageropengl
-
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA. - OSVR_OpenGLToolkitFunctions() - Constructor for class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_OpenGLToolkitFunctions
- OSVR_OpenGLToolkitFunctions(NativeSize, Pointer, OSVR_OpenGLToolkitFunctions.create_callback, OSVR_OpenGLToolkitFunctions.destroy_callback, OSVR_OpenGLToolkitFunctions.handleEvents_callback, OSVR_OpenGLToolkitFunctions.getDisplayFrameBuffer_callback, OSVR_OpenGLToolkitFunctions.getDisplaySizeOverride_callback) - Constructor for class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_OpenGLToolkitFunctions
- OSVR_OpenGLToolkitFunctions(Pointer) - Constructor for class com.jme3.system.osvr.osvrrendermanageropengl.OSVR_OpenGLToolkitFunctions
- OSVR_OpenGLToolkitFunctions.ByReference - Class in com.jme3.system.osvr.osvrrendermanageropengl
- OSVR_OpenGLToolkitFunctions.ByValue - Class in com.jme3.system.osvr.osvrrendermanageropengl
- OSVR_OpenGLToolkitFunctions.create_callback - Interface in com.jme3.system.osvr.osvrrendermanageropengl
- OSVR_OpenGLToolkitFunctions.destroy_callback - Interface in com.jme3.system.osvr.osvrrendermanageropengl
- OSVR_OpenGLToolkitFunctions.getDisplayFrameBuffer_callback - Interface in com.jme3.system.osvr.osvrrendermanageropengl
- OSVR_OpenGLToolkitFunctions.getDisplaySizeOverride_callback - Interface in com.jme3.system.osvr.osvrrendermanageropengl
- OSVR_OpenGLToolkitFunctions.handleEvents_callback - Interface in com.jme3.system.osvr.osvrrendermanageropengl
- OSVR_OpenGLToolkitFunctions.OSVR_CBool_callback - Interface in com.jme3.system.osvr.osvrrendermanageropengl