|
@@ -36,7 +36,7 @@
|
|
|
<body>
|
|
|
<div id="d">
|
|
|
<div id="info">
|
|
|
- <a href="http://threejs.org" target="_blank">three.js</a> webgl - effects - parallax barrier.
|
|
|
+ <a href="http://threejs.org" target="_blank">three.js</a> webgl - effects - parallax barrier.
|
|
|
texture by <a href="http://www.humus.name/index.php?page=Textures" target="_blank">Humus</a> :
|
|
|
<span id="car_info">
|
|
|
<span id="car_name">Bugatti Veyron model</span>
|
|
@@ -245,7 +245,7 @@
|
|
|
"Carmine": new THREE.MeshPhongMaterial( { color: 0x770000, specular:0xffaaaa, envMap: textureCube, combine: THREE.MultiplyOperation } ),
|
|
|
"Gold": new THREE.MeshPhongMaterial( { color: 0xaa9944, specular:0xbbaa99, shininess:50, envMap: textureCube, combine: THREE.MultiplyOperation } ),
|
|
|
"Bronze": new THREE.MeshPhongMaterial( { color: 0x150505, specular:0xee6600, shininess:10, envMap: textureCube, combine: THREE.MixOperation, reflectivity: 0.25 } ),
|
|
|
- "Chrome": new THREE.MeshPhongMaterial( { color: 0xffffff, specular:0xffffff, envMap: textureCube, combine: THREE.Multiply } ),
|
|
|
+ "Chrome": new THREE.MeshPhongMaterial( { color: 0xffffff, specular:0xffffff, envMap: textureCube, combine: THREE.MultiplyOperation } ),
|
|
|
|
|
|
"Orange metal": new THREE.MeshLambertMaterial( { color: 0xff6600, envMap: textureCube, combine: THREE.MultiplyOperation } ),
|
|
|
"Blue metal": new THREE.MeshLambertMaterial( { color: 0x001133, envMap: textureCube, combine: THREE.MultiplyOperation } ),
|