Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/threejs_4_deno/src/materials/Materials.d.ts>MeshNormalMaterial

A simple transformation of three.js for use within a Deno workflow
Go to Latest
class MeshNormalMaterial
extends Material
import { MeshNormalMaterial } from "https://deno.land/x/threejs_4_deno@v121/src/materials/Materials.d.ts";

Constructors

new
MeshNormalMaterial(parameters?: MeshNormalMaterialParameters)

Properties

bumpMap: Texture | null
bumpScale: number
displacementBias: number
displacementMap: Texture | null
displacementScale: number
morphNormals: boolean
morphTargets: boolean
normalMap: Texture | null
normalMapType: NormalMapTypes
normalScale: Vector2
skinning: boolean
type: string
wireframe: boolean
wireframeLinewidth: number