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

F

fADdU - クラス com.jme3.util.TempVars の変数
 
FadeFilter - com.jme3.post.filters の クラス
Fade Filter allows you to make an animated fade effect on a scene.
FadeFilter() - クラス com.jme3.post.filters.FadeFilter のコンストラクタ
Creates a FadeFilter
FadeFilter(float) - クラス com.jme3.post.filters.FadeFilter のコンストラクタ
Creates a FadeFilter with the given duration
fadeIn() - クラス com.jme3.post.filters.FadeFilter のメソッド
fades the scene in (black to scene)
fadeOut() - クラス com.jme3.post.filters.FadeFilter のメソッド
fades the scene out (scene to black)
fastInvSqrt(float) - クラス com.jme3.math.FastMath の static メソッド
 
FastMath - com.jme3.math の クラス
FastMath provides 'fast' math approximations and float equivalents of Math functions.
FastOctnode - jme3tools.optimize の クラス
 
FastOctnode() - クラス jme3tools.optimize.FastOctnode のコンストラクタ
 
FaultHeightMap - com.jme3.terrain.heightmap の クラス
Creates an heightmap based on the fault algorithm.
FaultHeightMap(int, int, int, int, float, float, long) - クラス com.jme3.terrain.heightmap.FaultHeightMap のコンストラクタ
Constructor creates the fault.
FaultHeightMap(int, int, float, float) - クラス com.jme3.terrain.heightmap.FaultHeightMap のコンストラクタ
Create an heightmap with linear step faults.
FAULTSHAPE_CIRCLE - クラス com.jme3.terrain.heightmap.FaultHeightMap の static 変数
A circular fault is created.
FAULTSHAPE_LINE - クラス com.jme3.terrain.heightmap.FaultHeightMap の static 変数
A linear fault is created
FAULTTYPE_COSINE - クラス com.jme3.terrain.heightmap.FaultHeightMap の static 変数
Values are lowered on one side, increased on the other, creating a cosine curve on the fault line
FAULTTYPE_LINEAR - クラス com.jme3.terrain.heightmap.FaultHeightMap の static 変数
Values on one side are lowered, then increase lineary while crossing the fault line to the other side.
FAULTTYPE_SINE - クラス com.jme3.terrain.heightmap.FaultHeightMap の static 変数
Value are lowered on both side, but increased on the fault line creating a smooth ridge on the fault line.
FAULTTYPE_STEP - クラス com.jme3.terrain.heightmap.FaultHeightMap の static 変数
Values on one side are lowered, on the other side increased, creating a step at the fault line
fAWdU - クラス com.jme3.util.TempVars の変数
 
fAWxDdU - クラス com.jme3.util.TempVars の変数
 
fDdU - クラス com.jme3.util.TempVars の変数
 
FieldSerializer - com.jme3.network.serializing.serializers の クラス
The field serializer is the default serializer used for custom class.
FieldSerializer() - クラス com.jme3.network.serializing.serializers.FieldSerializer のコンストラクタ
 
fill(PhysicsCollisionObject, Vector3f, float, boolean) - クラス com.jme3.bullet.collision.PhysicsRayTestResult のメソッド
 
fill(PhysicsCollisionObject, Vector3f, float, boolean) - クラス com.jme3.bullet.collision.PhysicsSweepTestResult のメソッド
 
fillFloatArray(float[], boolean) - クラス com.jme3.math.Matrix3f のメソッド
 
fillFloatArray(float[], boolean) - クラス com.jme3.math.Matrix4f のメソッド
 
fillFloatBuffer(FloatBuffer, boolean) - クラス com.jme3.math.Matrix3f のメソッド
fillFloatBuffer fills a FloatBuffer object with the matrix data.
fillFloatBuffer(FloatBuffer) - クラス com.jme3.math.Matrix4f のメソッド
fillFloatBuffer fills a FloatBuffer object with the matrix data.
fillFloatBuffer(FloatBuffer, boolean) - クラス com.jme3.math.Matrix4f のメソッド
fillFloatBuffer fills a FloatBuffer object with the matrix data.
Filter - com.jme3.audio の クラス
 
Filter() - クラス com.jme3.audio.Filter のコンストラクタ
 
Filter<T> - com.jme3.network の インタフェース
Determines a true or false value for a given input.
Filter - com.jme3.post の クラス
Filters are 2D effects applied to the rendered scene.
Filter(String) - クラス com.jme3.post.Filter のコンストラクタ
 
Filter.Pass - com.jme3.post の クラス
Inner class Pass Pass are like filters in filters.
Filter.Pass() - クラス com.jme3.post.Filter.Pass のコンストラクタ
 
filterConnector(InetSocketAddress) - インタフェース com.jme3.network.connection.ConnectorFilter のメソッド
Filter a connection based on InetAddress.
FILTERED - クラス com.jme3.network.message.DisconnectMessage の static 変数
 
FilterPostProcessor - com.jme3.post の クラス
A FilterPostProcessor is a processor that can apply several Filters 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(AssetManager) - クラス com.jme3.post.FilterPostProcessor のコンストラクタ
Create a FilterProcessor
FilterPostProcessor() - クラス com.jme3.post.FilterPostProcessor のコンストラクタ
Don't use this constructor use FilterPostProcessor.FilterPostProcessor(AssetManager assetManager)
This constructor is used for serialization only
Filters - com.jme3.network の クラス
Static utility methods pertaining to Filter instances.
Filters() - クラス com.jme3.network.Filters のコンストラクタ
 
findMinMaxHeights() - クラス com.jme3.terrain.heightmap.AbstractHeightMap のメソッド
Find the minimum and maximum height values.
findPick(Ray, List<TerrainPickData>) - クラス com.jme3.terrain.geomipmap.TerrainQuad のメソッド
Gather the terrain patches that intersect the given ray (toTest).
fireClientConnected(Client) - クラス com.jme3.network.connection.ClientManager のメソッド
 
fireClientDisconnected(Client) - クラス com.jme3.network.connection.ClientManager のメソッド
 
fitDuration() - クラス com.jme3.cinematic.Cinematic のメソッド
 
FixedFuncBinding - com.jme3.material の 列挙型
Fixed function binding is used to specify a binding for a MatParam in case that shaders are not supported on the system.
flatten(byte) - クラス com.jme3.terrain.heightmap.AbstractHeightMap のメソッド
Flattens out the valleys.
floatBuffer16 - クラス com.jme3.util.TempVars の変数
 
FloatSerializer - com.jme3.network.serializing.serializers の クラス
Float serializer.
FloatSerializer() - クラス com.jme3.network.serializing.serializers.FloatSerializer のコンストラクタ
 
FloatToFixed - jme3tools.converters.model の クラス
 
FloatToFixed() - クラス jme3tools.converters.model.FloatToFixed のコンストラクタ
 
floor(float) - クラス com.jme3.math.FastMath の static メソッド
Returns a number rounded down.
FLT_EPSILON - クラス com.jme3.math.FastMath の static 変数
A "close to zero" float epsilon value for use
FluidSimHeightMap - com.jme3.terrain.heightmap の クラス
FluidSimHeightMap generates a height map based using some sort of fluid simulation.
FluidSimHeightMap(int, int, float, float, float, float, float, float, long) - クラス com.jme3.terrain.heightmap.FluidSimHeightMap のコンストラクタ
Constructor sets the attributes of the hill system and generates the height map.
FluidSimHeightMap(int, int) - クラス com.jme3.terrain.heightmap.FluidSimHeightMap のコンストラクタ
Constructor sets the attributes of the hill system and generates the height map.
flushQueue(ViewPort) - クラス com.jme3.renderer.RenderManager のメソッド
Flushes the ViewPort's render queue by rendering each of its visible buckets.
FlyByCamera - com.jme3.input の クラス
A first person view camera controller.
FlyByCamera(Camera) - クラス com.jme3.input.FlyByCamera のコンストラクタ
Creates a new FlyByCamera to control the given Camera object.
FogFilter - com.jme3.post.filters の クラス
A filter to render a fog effect
FogFilter() - クラス com.jme3.post.filters.FogFilter のコンストラクタ
Creates a FogFilter
FogFilter(ColorRGBA, float, float) - クラス com.jme3.post.filters.FogFilter のコンストラクタ
Create a fog filter
FolderConverter - jme3tools.converters の クラス
 
FolderConverter() - クラス jme3tools.converters.FolderConverter のコンストラクタ
 
format(LogRecord) - クラス com.jme3.util.JmeFormatter のメソッド
 
FORMAT_16BITBE - クラス com.jme3.terrain.heightmap.RawHeightMap の static 変数
Format specification for 16 bit big endian heightmaps
FORMAT_16BITLE - クラス com.jme3.terrain.heightmap.RawHeightMap の static 変数
Format specification for 16 bit little endian heightmaps
FORMAT_8BIT - クラス com.jme3.terrain.heightmap.RawHeightMap の static 変数
Format specification for 8 bit precision heightmaps
FormatVersion - com.jme3.export の クラス
Specifies the version of the format for jME3 object (j3o) files.
forwardEvents(NiftyInputConsumer) - クラス com.jme3.niftygui.InputSystemJme のメソッド
 
FractalHeightMapGrid - com.jme3.terrain.heightmap の クラス
 
FractalHeightMapGrid(Basis, String, float) - クラス com.jme3.terrain.heightmap.FractalHeightMapGrid のコンストラクタ
 
FractalHeightMapGrid.FloatBufferHeightMap - com.jme3.terrain.heightmap の クラス
 
FractalHeightMapGrid.FloatBufferHeightMap(FloatBuffer) - クラス com.jme3.terrain.heightmap.FractalHeightMapGrid.FloatBufferHeightMap のコンストラクタ
 
FrameBuffer - com.jme3.texture の クラス
FrameBuffers are rendering surfaces allowing off-screen rendering and render-to-texture functionality.
FrameBuffer(int, int, int) - クラス com.jme3.texture.FrameBuffer のコンストラクタ
Creates a new FrameBuffer with the given width, height, and number of samples.
FrameBuffer.RenderBuffer - com.jme3.texture の クラス
RenderBuffer represents either a texture or a buffer that will be rendered to.
FrameBuffer.RenderBuffer() - クラス com.jme3.texture.FrameBuffer.RenderBuffer のコンストラクタ
 
FrameBufferLayer - com.jme3.renderer.layer の インタフェース
Layer for handling framebuffers
freeze() - クラス com.jme3.animation.CompactArray のメソッド
release objects.
fromAngleAxis(float, Vector3f) - クラス com.jme3.math.Matrix3f のメソッド
fromAngleAxis sets this matrix4f to the values specified by an angle and an axis of rotation.
fromAngleAxis(float, Vector3f) - クラス com.jme3.math.Matrix4f のメソッド
fromAngleAxis sets this matrix4f to the values specified by an angle and an axis of rotation.
fromAngleAxis(float, Vector3f) - クラス com.jme3.math.Quaternion のメソッド
fromAngleAxis sets this quaternion to the values specified by an angle and an axis of rotation.
fromAngleNormalAxis(float, Vector3f) - クラス com.jme3.math.Matrix3f のメソッド
fromAngleNormalAxis sets this matrix4f to the values specified by an angle and a normalized axis of rotation.
fromAngleNormalAxis(float, Vector3f) - クラス com.jme3.math.Matrix4f のメソッド
fromAngleNormalAxis sets this matrix4f to the values specified by an angle and a normalized axis of rotation.
fromAngleNormalAxis(float, Vector3f) - クラス com.jme3.math.Quaternion のメソッド
fromAngleNormalAxis sets this quaternion to the values specified by an angle and a normalized axis of rotation.
fromAngles(float[]) - クラス com.jme3.math.Quaternion のメソッド
fromAngles builds a quaternion from the Euler rotation angles (y,r,p).
fromAngles(float, float, float) - クラス com.jme3.math.Quaternion のメソッド
fromAngles builds a Quaternion from the Euler rotation angles (y,r,p).
fromAxes(Vector3f, Vector3f, Vector3f) - クラス com.jme3.math.Matrix3f のメソッド
Recreate Matrix using the provided axis.
fromAxes(Vector3f[]) - クラス com.jme3.math.Quaternion のメソッド
fromAxes creates a Quaternion that represents the coordinate system defined by three axes.
fromAxes(Vector3f, Vector3f, Vector3f) - クラス com.jme3.math.Quaternion のメソッド
fromAxes creates a Quaternion that represents the coordinate system defined by three axes.
fromBoundingBox(BoundingBox) - クラス com.jme3.scene.debug.WireBox のメソッド
 
fromBoundingSphere(BoundingSphere) - クラス com.jme3.scene.debug.WireSphere のメソッド
Create a WireSphere from a BoundingSphere
fromFrame(Vector3f, Vector3f, Vector3f, Vector3f) - クラス com.jme3.math.Matrix4f のメソッド
 
fromFrustum(float, float, float, float, float, float, boolean) - クラス com.jme3.math.Matrix4f のメソッド
 
fromIntARGB(int) - クラス com.jme3.math.ColorRGBA のメソッド
 
fromIntRGBA(int) - クラス com.jme3.math.ColorRGBA のメソッド
 
fromName(String) - クラス com.jme3.export.SavableClassUtil の static メソッド
fromName creates a new Savable from the provided class name.
fromName(String, List<ClassLoader>) - クラス com.jme3.export.SavableClassUtil の static メソッド
 
fromRotationMatrix(Matrix3f) - クラス com.jme3.math.Quaternion のメソッド
fromRotationMatrix generates a quaternion from a supplied matrix.
fromRotationMatrix(float, float, float, float, float, float, float, float, float) - クラス com.jme3.math.Quaternion のメソッド
 
fromStartEndVectors(Vector3f, Vector3f) - クラス com.jme3.math.Matrix3f のメソッド
A function for creating a rotation matrix that rotates a vector called "start" into another vector called "end".
frontStencilDepthFailOperation - クラス com.jme3.renderer.RenderContext の変数
 
frontStencilDepthPassOperation - クラス com.jme3.renderer.RenderContext の変数
 
frontStencilFunction - クラス com.jme3.renderer.RenderContext の変数
 
frontStencilStencilFailOperation - クラス com.jme3.renderer.RenderContext の変数
 
fWdU - クラス com.jme3.util.TempVars の変数
BoundingBox ray collision
FXAAFilter - com.jme3.post.filters の クラス
http://www.geeks3d.com/20110405/fxaa-fast-approximate-anti-aliasing-demo-glsl-opengl-test-radeon-geforce/3/ http://developer.download.nvidia.com/assets/gamedev/files/sdk/11/FXAA_WhitePaper.pdf
FXAAFilter() - クラス com.jme3.post.filters.FXAAFilter のコンストラクタ
 

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