ConstructorOptions

sealed interface ConstructorOptions(source)

Properties

Link copied to clipboard
abstract var fabric: Any

The fabric JSON used to generate the material.

Link copied to clipboard

The TextureMagnificationFilter to apply to this material's textures. Default value - TextureMagnificationFilter.LINEAR

Link copied to clipboard

The TextureMinificationFilter to apply to this material's textures. Default value - TextureMinificationFilter.LINEAR

Link copied to clipboard
abstract var strict: Boolean?

Throws errors for issues that would normally be ignored, including unused uniforms or materials. Default value - false

Link copied to clipboard
abstract var translucent: Boolean?

When true or a function that returns true, the geometry with this material is expected to appear translucent. Default value - true