Skip to content

Documentation / scene / InstanceUniformType

Type Alias: InstanceUniformType

InstanceUniformType = "float" | "vec2" | "vec3" | "vec4" | "rgb" | "rgba"

Defined in: libs/scene/src/material/meshmaterial.ts:87

Instance uniform data type

Released under the MIT License.