提交 1f1d418e 编写于 作者: M Mr.doob

Minor clean up.

上级 3287e640
......@@ -188,7 +188,7 @@
map: THREE.ImageUtils.loadTexture( "obj/leeperrysmith/Map-COL.jpg" ),
specularMap: THREE.ImageUtils.loadTexture( "obj/leeperrysmith/Map-SPEC.jpg" ),
normalMap: THREE.ImageUtils.loadTexture( "obj/leeperrysmith/Infinite-Level_02_Tangent_SmoothUV.jpg" ),
normalScale: new THREE.Vector2( 0.8, 0.8 ),
normalScale: new THREE.Vector2( 0.8, 0.8 )
} );
......
......@@ -125,7 +125,7 @@
map: THREE.ImageUtils.loadTexture( "obj/leeperrysmith/Map-COL.jpg" ),
specularMap: THREE.ImageUtils.loadTexture( "obj/leeperrysmith/Map-SPEC.jpg" ),
normalMap: THREE.ImageUtils.loadTexture( "obj/leeperrysmith/Infinite-Level_02_Tangent_SmoothUV.jpg" ),
normalScale: new THREE.Vector2( 0.8, 0.8 ),
normalScale: new THREE.Vector2( 0.8, 0.8 )
} );
loader = new THREE.JSONLoader( true );
......
......@@ -119,7 +119,7 @@ THREE.ShaderLib = {
THREE.UniformsLib[ "shadowmap" ],
{
"emissive" : { type: "c", value: new THREE.Color( 0x000000 ) },
"emissive" : { type: "c", value: new THREE.Color( 0x000000 ) }
}
] ),
......@@ -259,7 +259,7 @@ THREE.ShaderLib = {
{
"emissive" : { type: "c", value: new THREE.Color( 0x000000 ) },
"specular" : { type: "c", value: new THREE.Color( 0x111111 ) },
"shininess": { type: "f", value: 30 },
"shininess": { type: "f", value: 30 }
}
] ),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册