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

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

Constructors

new
MeshLambertMaterial(parameters?: MeshLambertMaterialParameters)

Properties

alphaMap: Texture | null
aoMap: Texture | null
aoMapIntensity: number
color: Color
combine: Combine
emissive: Color
emissiveIntensity: number
emissiveMap: Texture | null
envMap: Texture | null
lightMap: Texture | null
lightMapIntensity: number
map: Texture | null
morphNormals: boolean
morphTargets: boolean
reflectivity: number
refractionRatio: number
skinning: boolean
specularMap: Texture | null
type: string
wireframe: boolean
wireframeLinecap: string
wireframeLinejoin: string
wireframeLinewidth: number