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/MeshNormalMaterial.d.ts>MeshNormalMaterialParameters

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

Properties

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