mirror of
https://github.com/seigler/webgl-threejs-hello
synced 2025-07-26 17:26:13 +00:00
:chick: initial commit
This commit is contained in:
parent
321e7e5612
commit
2eeebe06e8
17 changed files with 8470 additions and 0 deletions
13
brunch-config.coffee
Normal file
13
brunch-config.coffee
Normal file
|
@ -0,0 +1,13 @@
|
|||
exports.config =
|
||||
# See http://brunch.io/#documentation for docs.
|
||||
files:
|
||||
javascripts:
|
||||
joinTo: 'app.js'
|
||||
stylesheets:
|
||||
joinTo: 'app.css'
|
||||
templates:
|
||||
joinTo: 'app.js'
|
||||
npm:
|
||||
globals:
|
||||
THREE: 'three'
|
||||
dat: 'dat-gui'
|
Loading…
Add table
Add a link
Reference in a new issue