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/MeshMatcapMaterial.d.ts>MeshMatcapMaterialParameters

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

Properties

optional
color: Color | string | number
optional
matcap: Texture | null
optional
map: Texture | null
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
alphaMap: Texture | null
optional
skinning: boolean
optional
morphTargets: boolean
optional
morphNormals: boolean