Skip to content

normalMap(...)

Studio is being deprecated, please head over to the documentation page for Mattercraft, our most advanced 3D tool for the web, where you can find the most recent information and tutorials.

normalMap(val: string): this;

normalMap(val: Texture): this;

Sets the texture map that defines how the object’s surface reflects light. This is used to simulate height detail.

Default Value: null

Parameter Type Description
val string, Z.Texture The texture that defines how the object’s surface reflects light.

this