Skip to content

Instantly share code, notes, and snippets.

@nazrdogan
Created November 22, 2013 18:13
Show Gist options
  • Save nazrdogan/7604399 to your computer and use it in GitHub Desktop.
Save nazrdogan/7604399 to your computer and use it in GitHub Desktop.
Three.js Başlangıç
<html>
<head>
<title>My first Three.js app</title>
<style>canvas { width: 100%; height: 100% }</style>
</head>
<body> <script src="https://rawgithub.com/mrdoob/three.js/master/build/three.js"></script>
<script>
//Kodumuzu buraya yazacağız..
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment