mirror of
https://github.com/wahyd4/three.js.git
synced 2026-08-23 11:56:02 +10:00
20 lines
328 B
Bash
Executable File
20 lines
328 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo Compiling Three.js
|
|
python Builder.py
|
|
|
|
echo Compiling ThreeDebug.js
|
|
python BuilderDebug.py
|
|
|
|
# echo Compiling ThreeDOM.js
|
|
# python BuilderDOM.py
|
|
|
|
# echo Compiling ThreeCanvas.js
|
|
# python BuilderCanvas.py
|
|
|
|
# echo Compiling ThreeSVG.js
|
|
# python BuilderSVG.py
|
|
|
|
# echo Compiling ThreeWebGL.js
|
|
# python BuilderWebGL.py
|