interface MeshStandardMaterialParameters
implements MaterialParameters
Re-export
import { type MeshStandardMaterialParameters } from "https://deno.land/x/threejs_4_deno@v121/src/Three.js";
Properties
optional
color: 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
roughnessMap: Texture | nulloptional
metalnessMap: Texture | nulloptional
alphaMap: Texture | nulloptional
envMap: Texture | null