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>MeshPhongMaterial

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

Constructors

new
MeshPhongMaterial(parameters?: MeshPhongMaterialParameters)

Properties

alphaMap: Texture | null
aoMap: Texture | null
aoMapIntensity: number
bumpMap: Texture | null
bumpScale: number
color: Color
combine: Combine
displacementBias: number
displacementMap: Texture | null
displacementScale: number
emissive: Color
emissiveIntensity: number
emissiveMap: Texture | null
envMap: Texture | null
lightMap: Texture | null
lightMapIntensity: number
map: Texture | null
deprecated
metal: boolean
morphNormals: boolean
morphTargets: boolean
normalMap: Texture | null
normalMapType: NormalMapTypes
normalScale: Vector2
reflectivity: number
refractionRatio: number
shininess: number
skinning: boolean
specular: Color
specularMap: Texture | null
type: string
wireframe: boolean
wireframeLinecap: string
wireframeLinejoin: string
wireframeLinewidth: number