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

E

Emissive - Static variable in class com.google.ar.sceneform.lullmodel.MaterialTextureUsage
 
Empty - Static variable in class com.google.ar.sceneform.lullmodel.VertexAttributeType
 
EMPTY_ID - Static variable in class com.google.ar.sceneform.utilities.ChangeId
 
enableCaching(long, File, String) - Static method in class com.google.ar.sceneform.utilities.LoadHelper
Enables HTTP caching, remote Uri requests responses are cached to cacheBaseDir/cacheFolderName
enableCaching(Context) - Static method in class com.google.ar.sceneform.utilities.LoadHelper
Enables HTTP caching with default settings, remote Uri requests responses are cached to cacheBaseDir/cacheFolderName
enableDebug(boolean) - Method in class com.google.ar.sceneform.SceneView
If enabled, provides various visualizations for debugging.
enableHeadlessEngine() - Static method in class com.google.ar.sceneform.rendering.EngineInstance
 
enablePerformanceMode() - Method in class com.google.ar.sceneform.rendering.Renderer
Sets a high performance configuration for the filament view.
encodedLength(CharSequence) - Method in class com.google.flatbuffers.Utf8
Returns the number of bytes in the UTF-8-encoded form of sequence.
encodedLength(CharSequence) - Method in class com.google.flatbuffers.Utf8Safe
 
encodeUtf8(CharSequence, ByteBuffer) - Method in class com.google.flatbuffers.Utf8
Encodes the given characters to the target ByteBuffer using UTF-8 encoding.
encodeUtf8(CharSequence, ByteBuffer) - Method in class com.google.flatbuffers.Utf8Safe
Encodes the given characters to the target ByteBuffer using UTF-8 encoding.
end() - Method in class com.google.ar.sceneform.lullmodel.ModelIndexRange
 
endBlendShape(FlatBufferBuilder) - Static method in class com.google.ar.sceneform.lullmodel.BlendShape
 
endDataBool(FlatBufferBuilder) - Static method in class com.google.ar.sceneform.lullmodel.DataBool
 
endDataBytes(FlatBufferBuilder) - Static method in class com.google.ar.sceneform.lullmodel.DataBytes
 
endDataFloat(FlatBufferBuilder) - Static method in class com.google.ar.sceneform.lullmodel.DataFloat
 
endDataHashValue(FlatBufferBuilder) - Static method in class com.google.ar.sceneform.lullmodel.DataHashValue
 
endDataInt(FlatBufferBuilder) - Static method in class com.google.ar.sceneform.lullmodel.DataInt
 
endDataQuat(FlatBufferBuilder) - Static method in class com.google.ar.sceneform.lullmodel.DataQuat
 
endDataString(FlatBufferBuilder) - Static method in class com.google.ar.sceneform.lullmodel.DataString
 
endDataVec2(FlatBufferBuilder) - Static method in class com.google.ar.sceneform.lullmodel.DataVec2
 
endDataVec3(FlatBufferBuilder) - Static method in class com.google.ar.sceneform.lullmodel.DataVec3
 
endDataVec4(FlatBufferBuilder) - Static method in class com.google.ar.sceneform.lullmodel.DataVec4
 
endKeyVariantPairDef(FlatBufferBuilder) - Static method in class com.google.ar.sceneform.lullmodel.KeyVariantPairDef
 
endMaterialDef(FlatBufferBuilder) - Static method in class com.google.ar.sceneform.lullmodel.MaterialDef
 
endMaterialTextureDef(FlatBufferBuilder) - Static method in class com.google.ar.sceneform.lullmodel.MaterialTextureDef
 
endModelDef(FlatBufferBuilder) - Static method in class com.google.ar.sceneform.lullmodel.ModelDef
 
endModelInstanceDef(FlatBufferBuilder) - Static method in class com.google.ar.sceneform.lullmodel.ModelInstanceDef
 
endModelPipelineCollidableDef(FlatBufferBuilder) - Static method in class com.google.ar.sceneform.lullmodel.ModelPipelineCollidableDef
 
endModelPipelineDef(FlatBufferBuilder) - Static method in class com.google.ar.sceneform.lullmodel.ModelPipelineDef
 
endModelPipelineImportDef(FlatBufferBuilder) - Static method in class com.google.ar.sceneform.lullmodel.ModelPipelineImportDef
 
endModelPipelineMaterialDef(FlatBufferBuilder) - Static method in class com.google.ar.sceneform.lullmodel.ModelPipelineMaterialDef
 
endModelPipelineRenderableDef(FlatBufferBuilder) - Static method in class com.google.ar.sceneform.lullmodel.ModelPipelineRenderableDef
 
endModelPipelineSkeletonDef(FlatBufferBuilder) - Static method in class com.google.ar.sceneform.lullmodel.ModelPipelineSkeletonDef
 
endObject() - Method in class com.google.flatbuffers.FlatBufferBuilder
Finish off writing the object that is under construction.
endSample() - Method in class com.google.ar.sceneform.utilities.MovingAverageMillisecondsTracker
Call at the point in execution when the tracker should stop measuring elapsed milliseconds and post a new sample.
endSample() - Method in class com.google.ar.sceneform.utilities.TimeAccumulator
 
endSkeletonDef(FlatBufferBuilder) - Static method in class com.google.ar.sceneform.lullmodel.SkeletonDef
 
endSubmeshAabb(FlatBufferBuilder) - Static method in class com.google.ar.sceneform.lullmodel.SubmeshAabb
 
endTextureDef(FlatBufferBuilder) - Static method in class com.google.ar.sceneform.lullmodel.TextureDef
 
endVariantArrayDef(FlatBufferBuilder) - Static method in class com.google.ar.sceneform.lullmodel.VariantArrayDef
 
endVariantArrayDefImpl(FlatBufferBuilder) - Static method in class com.google.ar.sceneform.lullmodel.VariantArrayDefImpl
 
endVariantMapDef(FlatBufferBuilder) - Static method in class com.google.ar.sceneform.lullmodel.VariantMapDef
 
endVector() - Method in class com.google.flatbuffers.FlatBufferBuilder
Finish off the creation of an array and all its elements.
EngineInstance - Class in com.google.ar.sceneform.rendering
Store a single Filament Engine instance.
EngineInstance() - Constructor for class com.google.ar.sceneform.rendering.EngineInstance
 
ensureVertexOrientationWNotZero() - Method in class com.google.ar.sceneform.lullmodel.ModelPipelineImportDef
Encodes a sign into the w value of the orientation quaternion such that >0 implies a right handed space, and <0 implies a left handed space. w==0 should never happen.
environment - Variable in class com.google.ar.sceneform.rendering.Renderer
 
equals(Matrix, Matrix) - Static method in class com.google.ar.sceneform.math.Matrix
Compares Matrix values
equals(Quaternion, Quaternion) - Static method in class com.google.ar.sceneform.math.Quaternion
Compare two Quaternions
equals(Vector3, Vector3) - Static method in class com.google.ar.sceneform.math.Vector3
Compares two Vector3's are equal if each component is equal within a tolerance.
equals(Object) - Method in class com.google.ar.sceneform.math.Quaternion
Returns true if the other object is a Quaternion and the dot product is 1.0 +/- a tolerance.
equals(Object) - Method in class com.google.ar.sceneform.math.Vector3
Returns true if the other object is a Vector3 and each component is equal within a tolerance.
eulerAngles(Vector3) - Static method in class com.google.ar.sceneform.math.Quaternion
Get a new Quaternion using eulerAngles to define the rotation.
evaluate(float, Quaternion, Quaternion) - Method in class com.google.ar.sceneform.math.QuaternionEvaluator
 
evaluate(float, Vector3, Vector3) - Method in class com.google.ar.sceneform.math.Vector3Evaluator
 
ExternalTexture - Class in com.google.ar.sceneform.rendering
Creates an Android SurfaceTexture and Surface that can be displayed by Sceneform.
ExternalTexture() - Constructor for class com.google.ar.sceneform.rendering.ExternalTexture
Creates an ExternalTexture with a new Android SurfaceTexture and Surface.
ExternalTexture(int, int, int) - Constructor for class com.google.ar.sceneform.rendering.ExternalTexture
Creates an ExternalTexture from an OpenGL ES textureId without a SurfaceTexture.
extractQuaternion(Quaternion) - Method in class com.google.ar.sceneform.math.Matrix
 
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