Skip to content

Commit

Permalink
Examples: Added README.md for light shafts demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugen87 committed Mar 19, 2019
1 parent b47f614 commit 4a5b56e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions examples/models/gltf/Tree/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Low Poly Foliage Test

Model by [Splodeman](https://sketchfab.com/3d-models/low-poly-foliage-test-c1ce9830c6af4b5289ee9ecb3c30512f).

The model is license under Creative Commons Attribution.
File renamed without changes.
2 changes: 1 addition & 1 deletion examples/webgl_lightshafts.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@

// model

var loader = new THREE.GLTFLoader().setPath( 'models/gltf/' );
var loader = new THREE.GLTFLoader().setPath( 'models/gltf/Tree/' );
loader.load( 'tree.glb', function ( gltf ) {

gltf.scene.traverse( function ( child ) {
Expand Down

0 comments on commit 4a5b56e

Please sign in to comment.