API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
typeAnyMeshMaterial
@codexo/exojs / rendering / stable
A mesh material of any uniform schema - what a consumer that only needs to draw with it should accept, since the bare class describes the untyped path.
0
props
0
methods
0
events
Import
import { AnyMeshMaterial } from '@codexo/exojs'A mesh material of any uniform schema - what a consumer that only needs to draw with it should accept, since the bare class describes the untyped path.
Definition1
MeshMaterialMaterial specialization for Mesh drawables. Carries the mesh contract conceptually: fixed vertex attribute locations (0 = position, 1 = texcoord, 2 = color), tā¦<UniformFieldsThe fields of a block or a nested struct, keyed by their shader-visible name. | undefined, UniformBlockRecordThe named blocks of an explicit multi-block schema. | undefined>Source