interface MeshPhongMaterialParameters
implements MaterialParameters
import { type MeshPhongMaterialParameters } from "https://deno.land/x/threejs_4_deno@v121/src/Three.js";
Properties
optional
color: Color | string | numbergeometry color in hexadecimal. Default is 0xffffff.
optional
specular: Color | string | numberoptional
map: Texture | nulloptional
lightMap: Texture | nulloptional
aoMap: Texture | nulloptional
emissive: Color | string | numberoptional
emissiveMap: Texture | nulloptional
bumpMap: Texture | nulloptional
normalMap: Texture | nulloptional
normalMapType: NormalMapTypesoptional
normalScale: Vector2optional
displacementMap: Texture | nulloptional
specularMap: Texture | nulloptional
alphaMap: Texture | nulloptional
envMap: Texture | nulloptional
combine: Combine