On this page

Type Alias GradientPlaneObject3D

GradientPlaneObject3D: Pick<
    Object3D<GradientAttributeKey, GradientUniformKey>,
    "shaderProgram" | "programInfo" | "positionBuffer",
>

Represents a subset of a 3D object used for gradient rendering.

This type picks only the essential properties from Object3D that are needed for rendering radial gradients.

The type defining attribute keys for the gradient

The type defining uniform keys for the gradient

Was this helpful?
SDK JS
Reference
GradientPlaneObject3D