Skip to content

@relu-interactives/spatial-ecs


@relu-interactives/spatial-ecs / components / MaterialTypeValue

Type Alias: MaterialTypeValue

ts
type MaterialTypeValue = "standard" | "basic" | "phong" | "physical";

Defined in: components/Material.ts:6

Supported material classes. Each maps to a three.js Mesh*Material type.