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.js>MeshMatcapMaterial

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

Constructors

new
MeshMatcapMaterial(parameters?: MeshMatcapMaterialParameters)

Properties

alphaMap: Texture | null
bumpMap: Texture | null
bumpScale: number
color: Color
defines: { [key: string]: any; }
displacementBias: number
displacementMap: Texture | null
displacementScale: number
map: Texture | null
matcap: Texture | null
morphNormals: boolean
morphTargets: boolean
normalMap: Texture | null
normalMapType: NormalMapTypes
normalScale: Vector2
skinning: boolean
type: string