kiki/coffee/material.coffee
monsterkodi 8605b93909 motir
2016-08-21 02:35:01 +02:00

30 lines
1.0 KiB
CoffeeScript

# 00 00 0000000 000000000 00000000 00000000 000 0000000 000
# 000 000 000 000 000 000 000 000 000 000 000 000
# 000000000 000000000 000 0000000 0000000 000 000000000 000
# 000 0 000 000 000 000 000 000 000 000 000 000 000
# 000 000 000 000 000 00000000 000 000 000 000 000 0000000
module.exports =
gear: new THREE.MeshPhongMaterial
color: 0xff0000
side: THREE.FrontSide
shading: THREE.SmoothShading
shininess: 20
raster: new THREE.MeshPhongMaterial
color: 0x880000
side: THREE.FrontSide
shading: THREE.SmoothShading
shininess: 20
plate: new THREE.MeshPhongMaterial
color: 0x880000
side: THREE.FrontSide
shading: THREE.SmoothShading
shininess: 10
emissive: 0x880000
emissiveIntensity: 0.02