Package-level declarations

Types

Link copied to clipboard
open class Color
An RGBA color.
Link copied to clipboard
Controls the size of a ViewRenderable in a com.google.ar.sceneform.
Link copied to clipboard
open class ExternalTexture
Creates an Android SurfaceTexture and Surface that can be displayed by Sceneform.
Link copied to clipboard
Controls the size of a ViewRenderable in a com.google.ar.sceneform.
Link copied to clipboard
Controls the size of a ViewRenderable in a com.google.ar.sceneform.
Link copied to clipboard
Interface callbacks for events that occur when loading a gltf file into a renderable.
Link copied to clipboard
Task for initializing a renderable with glTF data loaded with gltfio.
Link copied to clipboard
open class LullModel
Helper functions for loading and processing lull models.
Link copied to clipboard
Represents a reference to a material.
Link copied to clipboard
Renders a 3D Model by attaching it to a com.google.ar.sceneform.
Link copied to clipboard
open class PlaneFactory
Link copied to clipboard
abstract class Renderable
Base class for rendering in 3D space by attaching to a io.github.sceneview.node.Node.
Link copied to clipboard
Represents the visual information of a Renderable.
Link copied to clipboard
Controls how a Renderable is displayed.
Link copied to clipboard
Represents the data used by a Renderable for rendering natively loaded glTF data.
Link copied to clipboard
Used to render an android view to a native open GL texture that can then be rendered by open GL.
Link copied to clipboard
open class ResourceManager
Minimal resource manager.
Link copied to clipboard
Helper functions for loading and processing rendercore bundles.
Link copied to clipboard
Utility class used to dynamically construct ModelRenderables for various shapes.
Link copied to clipboard
Represents a reference to a texture.
Link copied to clipboard
Represents shared data used by Textures for rendering.
Link copied to clipboard
open class ThreadPools
Provides access to default Executors to be used
Link copied to clipboard
open class Vertex
Represents a Vertex for a RenderableDefinition.
Link copied to clipboard
Manages a FrameLayout that is attached directly to a WindowManager that other views can be added and removed from.
Link copied to clipboard
Renders a 2D Android view in 3D space by attaching it to a Node.
Link copied to clipboard
Helper class for utility functions for a view rendered in world space.
Link copied to clipboard
Represents shared data used by ViewRenderables for rendering.
Link copied to clipboard
interface ViewSizer
Interface for controlling the size of a ViewRenderable in the .