Type Alias GradientPlaneObject3D
GradientPlaneObject3D: Pick<
Object3D<GradientAttributeKey, GradientUniformKey>,
"shaderProgram" | "programInfo" | "positionBuffer",
>
Object3D<GradientAttributeKey, GradientUniformKey>,
"shaderProgram" | "programInfo" | "positionBuffer",
>
Was this helpful?
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.