Class: MeshPhongMaterial
MeshPhongMaterial()
parameters = {
color: ,
specular: ,
shininess: ,
opacity: ,
map: new THREE.Texture( ),
lightMap: new THREE.Texture( ),
lightMapIntensity:
aoMap: new THREE.Texture( ),
aoMapIntensity:
emissive: ,
emissiveIntensity:
emissiveMap: new THREE.Texture( ),
bumpMap: new THREE.Texture( ),
bumpScale: ,
normalMap: new THREE.Texture( ),
normalMapType: THREE.TangentSpaceNormalMap,
normalScale: ,
displacementMap: new THREE.Texture( ),
displacementScale: ,
displacementBias: ,
specularMap: new THREE.Texture( ),
alphaMap: new THREE.Texture( ),
envMap: new THREE.CubeTexture( [posx, negx, posy, negy, posz, negz] ),
combine: THREE.MultiplyOperation,
reflectivity: ,
refractionRatio: ,
wireframe: ,
wireframeLinewidth: ,
skinning: ,
morphTargets: ,
morphNormals: ,
flatShading:
}