Created
August 19, 2011 20:55
-
-
Save michiakig/1157982 to your computer and use it in GitHub Desktop.
three.js demo in ClojureScript
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head></head> | |
| <body> | |
| <script type="text/javascript" src="Three.js"></script> | |
| <script type="text/javascript" src="RequestAnimationFrame.js"></script> | |
| <script type="text/javascript" src="output.js"></script> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment