Skip to main content

@novorender/api / MaterialProperties

Interface: MaterialProperties

Defined in: @novorender/src/core3d/state/scene.ts:43

Scene materials property arrays, encoded as base 64 strings.

Properties​

diffuse​

readonly diffuse: object;

Defined in: @novorender/src/core3d/state/scene.ts:45

Diffuse color properties.

blue​

readonly blue: string;

green​

readonly green: string;

red​

readonly red: string;

opacity​

readonly opacity: string;

Defined in: @novorender/src/core3d/state/scene.ts:51

Opacity properties.


shininess​

readonly shininess: string;

Defined in: @novorender/src/core3d/state/scene.ts:59

Shininess properties.


specular​

readonly specular: object;

Defined in: @novorender/src/core3d/state/scene.ts:53

Specular properties.

blue​

readonly blue: string;

green​

readonly green: string;

red​

readonly red: string;