Skip to content

Instantly share code, notes, and snippets.

@winwu
Last active December 19, 2015 06:19
學習three.js 20130702
<!DOCTYPE HTML>
<html lang="zh-TW">
<head>
<meta charset="UTF-8">
<title>我的第一個three.js</title>
<style>
canvas{width:100%; height:100%}
</style>
</head>
<body>
<script src="https://rawgithub.com/mrdoob/three.js/master/build/three.js"></script>
<script>
/*
*在這裡,就是我們要使用three.js的地方
*please refer: http://threejs.org/docs/58/#Manual/Introduction/Creating_a_scene
*/
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment