mirror of
https://github.com/wahyd4/three.js.git
synced 2026-08-09 13:06:01 +10:00
Merge remote branch 'remotes/upstream/master'
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
<body>
|
||||
|
||||
<div id="container"><br /><br /><br /><br /><br />Generating world...</div>
|
||||
<div id="info"><a href="http://github.com/mrdoob/three.js" target="_blank">three.js</a> - <a href="http://www.minecraft.net/" target="_blank">minecraft</a> demo.<br />(camera move: WASD/↑←↓→)</div>
|
||||
<div id="info"><a href="http://github.com/mrdoob/three.js" target="_blank">three.js</a> - <a href="http://www.minecraft.net/" target="_blank">minecraft</a> demo. featuring <a href="http://painterlypack.net/" target="_blank">painterly pack</a>.<br />(camera move: WASD/↑←↓→)</div>
|
||||
|
||||
<script type="text/javascript" src="js/Stats.js"></script>
|
||||
<script type="text/javascript" src="js/ImprovedNoise.js"></script>
|
||||
@@ -115,7 +115,7 @@
|
||||
var ambientLight = new THREE.AmbientLight( 0xcccccc );
|
||||
scene.addLight( ambientLight );
|
||||
|
||||
var pointLight = new THREE.DirectionalLight( 0xffffff, 1 );
|
||||
var pointLight = new THREE.DirectionalLight( 0xffffff, 1.5 );
|
||||
pointLight.position.x = 1;
|
||||
pointLight.position.y = 1;
|
||||
pointLight.position.z = 0.5;
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 612 B After Width: | Height: | Size: 3.4 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 957 B After Width: | Height: | Size: 3.3 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 730 B After Width: | Height: | Size: 3.4 KiB |
@@ -0,0 +1 @@
|
||||
http://painterlypack.net/
|
||||
Reference in New Issue
Block a user