A B C D E F G H I K L M N O P Q R S T U V W X Y Z _
All Classes All Packages
All Classes All Packages
All Classes All Packages
F
- factor() - Method in enum com.google.ar.sceneform.SceneView.FrameRate
- False - Static variable in class com.google.ar.sceneform.lullmodel.OptionalBool
-
Force the value to false when created.
- FETCH_MATERIALS - com.google.ar.sceneform.rendering.LoadGltfListener.GltfLoadStage
- FilamentEngineWrapper - Class in com.google.ar.sceneform.rendering
-
Wraps calls to Filament engine.
- FilamentEngineWrapper(Engine) - Constructor for class com.google.ar.sceneform.rendering.FilamentEngineWrapper
- file() - Method in class com.google.ar.sceneform.lullmodel.ModelPipelineImportDef
-
The location of disk of the asset.
- file() - Method in class com.google.ar.sceneform.lullmodel.TextureDef
- fileAsByteBuffer() - Method in class com.google.ar.sceneform.lullmodel.ModelPipelineImportDef
- fileAsByteBuffer() - Method in class com.google.ar.sceneform.lullmodel.TextureDef
- fileInByteBuffer(ByteBuffer) - Method in class com.google.ar.sceneform.lullmodel.ModelPipelineImportDef
- fileInByteBuffer(ByteBuffer) - Method in class com.google.ar.sceneform.lullmodel.TextureDef
- filterAugmentedImages(Stream<T>, TrackingState, AugmentedImage.TrackingMethod) - Static method in class com.google.ar.sceneform.Trackables
-
Retrieve a filtered stream containing the Augmented Images with the specified TrackingState and TrackingMethod
- filterPlanes(Stream<T>, TrackingState...) - Static method in class com.google.ar.sceneform.Trackables
-
Retrieve a filtered stream containing the Planes with the specified TrackingStates.
- filterTrackables(Stream<T>, TrackingState...) - Static method in class com.google.ar.sceneform.Trackables
-
Retrieve a filtered collection containing the trackables with the specified trackingStates.
- filterTrackables(Stream<T>, Class<U>, TrackingState...) - Static method in class com.google.ar.sceneform.Trackables
-
Retrieve a filtered collection containing the trackables with the specified type class and the specified trackingStates.
- findByName(String) - Method in class com.google.ar.sceneform.NodeParent
-
Traverse the hierarchy to find the first node with a given name.
- findInHierarchy(Predicate<Node>) - Method in class com.google.ar.sceneform.Node
-
Traverses the hierarchy to find the first node (including this node) that meets a condition.
- findInHierarchy(Predicate<Node>) - Method in class com.google.ar.sceneform.NodeParent
-
Traverse the hierarchy to find the first node that meets a condition.
- finish(int) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Finalize a buffer, pointing to the given `root_table`.
- finish(int, String) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Finalize a buffer, pointing to the given `root_table`.
- finished() - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Should not be accessing the final buffer before it is finished.
- FINISHED_READING_FILES - com.google.ar.sceneform.rendering.LoadGltfListener.GltfLoadStage
- finishModelDefBuffer(FlatBufferBuilder, int) - Static method in class com.google.ar.sceneform.lullmodel.ModelDef
- finishSizePrefixed(int) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Finalize a buffer, pointing to the given `root_table`, with the size prefixed.
- finishSizePrefixed(int, String) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
Finalize a buffer, pointing to the given `root_table`, with the size prefixed.
- finishSizePrefixedModelDefBuffer(FlatBufferBuilder, int) - Static method in class com.google.ar.sceneform.lullmodel.ModelDef
- FixedHeightViewSizer - Class in com.google.ar.sceneform.rendering
-
Controls the size of a
ViewRenderable
in aScene
by defining how tall it should be in meters. - FixedHeightViewSizer(float) - Constructor for class com.google.ar.sceneform.rendering.FixedHeightViewSizer
-
Constructor for creating a sizer for controlling the size of a
ViewRenderable
by defining a fixed height. - FixedWidthViewSizer - Class in com.google.ar.sceneform.rendering
-
Controls the size of a
ViewRenderable
in aScene
by defining how wide it should be in meters. - FixedWidthViewSizer(float) - Constructor for class com.google.ar.sceneform.rendering.FixedWidthViewSizer
-
Constructor for creating a sizer for controlling the size of a
ViewRenderable
by defining a fixed width. - fixInfacingNormals() - Method in class com.google.ar.sceneform.lullmodel.ModelPipelineImportDef
-
Toggle for Assimp's aiProcess_FixInfacingNormals process.
- FlatBufferBuilder - Class in com.google.flatbuffers
-
Class that helps you build a FlatBuffer.
- FlatBufferBuilder() - Constructor for class com.google.flatbuffers.FlatBufferBuilder
-
Start with a buffer of 1KiB, then grow as required.
- FlatBufferBuilder(int) - Constructor for class com.google.flatbuffers.FlatBufferBuilder
-
Start with a buffer of size `initial_size`, then grow as required.
- FlatBufferBuilder(int, FlatBufferBuilder.ByteBufferFactory) - Constructor for class com.google.flatbuffers.FlatBufferBuilder
-
Start with a buffer of size `initial_size`, then grow as required.
- FlatBufferBuilder(int, FlatBufferBuilder.ByteBufferFactory, ByteBuffer, Utf8) - Constructor for class com.google.flatbuffers.FlatBufferBuilder
-
Start with a buffer of size `initial_size`, then grow as required.
- FlatBufferBuilder(ByteBuffer) - Constructor for class com.google.flatbuffers.FlatBufferBuilder
-
Alternative constructor allowing reuse of
ByteBuffer
s. - FlatBufferBuilder(ByteBuffer, FlatBufferBuilder.ByteBufferFactory) - Constructor for class com.google.flatbuffers.FlatBufferBuilder
-
Alternative constructor allowing reuse of
ByteBuffer
s. - FlatBufferBuilder.ByteBufferFactory - Class in com.google.flatbuffers
-
An interface that provides a user of the FlatBufferBuilder class the ability to specify the method in which the internal buffer gets allocated.
- FlatBufferBuilder.HeapByteBufferFactory - Class in com.google.flatbuffers
-
An implementation of the ByteBufferFactory interface that is used when one is not provided by the user.
- flattenHierarchyAndTransformVerticesToRootSpace() - Method in class com.google.ar.sceneform.lullmodel.ModelPipelineImportDef
-
Pre-transforms vertices by their node hierarchy so that all vertices are in the same object-space, and the node hierarchy is flattened.
- flipTextureCoordinates() - Method in class com.google.ar.sceneform.lullmodel.ModelPipelineImportDef
-
Inverts vertical texture coordinates when enabled (D3D/OGL difference).
- flushAndWait() - Method in class com.google.ar.sceneform.rendering.FilamentEngineWrapper
- flushAndWait() - Method in interface com.google.ar.sceneform.rendering.IEngine
- flushHttpCache() - Static method in class com.google.ar.sceneform.utilities.LoadHelper
- FOCUSED_SPOTLIGHT - com.google.ar.sceneform.rendering.Light.Type
-
The same as a spotlight with the exception that the apparent lighting stays the same as the cone angle changes.
- forceDefaults(boolean) - Method in class com.google.flatbuffers.FlatBufferBuilder
-
In order to save space, fields that are set to their default value don't get serialized into the buffer.
- forward() - Static method in class com.google.ar.sceneform.math.Vector3
-
Gets a Vector3 set to (0, 0, -1)
- FRACTION_POSITION - Static variable in class com.google.ar.sceneform.animation.ModelAnimation
-
A Property wrapper around the
fractionPosition
functionality handled by theModelAnimation.setFractionPosition(float)
andModelAnimation.getFractionPosition()
methods - fractionToTime(float, float) - Static method in class com.google.ar.sceneform.animation.ModelAnimation
-
Get the elapsed time in seconds of a fraction position
- FRAME_POSITION - Static variable in class com.google.ar.sceneform.animation.ModelAnimation
-
A Property wrapper around the
framePosition
functionality handled by theModelAnimation.setFramePosition(int)
andModelAnimation.getFramePosition()
methods - FrameTime - Class in com.google.ar.sceneform
-
Provides time information for the current frame.
- frameToTime(int, int) - Static method in class com.google.ar.sceneform.animation.ModelAnimation
-
Get the elapsed time in seconds of a frame position
- fromLullToMagFilter(TextureDef) - Static method in class com.google.ar.sceneform.rendering.LullModel
- fromLullToMinFilter(TextureDef) - Static method in class com.google.ar.sceneform.rendering.LullModel
- fromLullWrapMode - Static variable in class com.google.ar.sceneform.rendering.LullModel
- fromResource(Context, int) - Static method in class com.google.ar.sceneform.utilities.LoadHelper
-
Creates an InputStream from an Android resource ID.
- fromUri(Context, Uri) - Static method in class com.google.ar.sceneform.utilities.LoadHelper
-
Creates different InputStreams depending on the contents of the Uri
- fromUri(Context, Uri, Map<String, String>) - Static method in class com.google.ar.sceneform.utilities.LoadHelper
-
Creates different InputStreams depending on the contents of the Uri.
- FULL - com.google.ar.sceneform.SceneView.FrameRate
-
divide the maximal allowed frame rate by 1
All Classes All Packages