mirror of
https://github.com/wahyd4/three.js.git
synced 2026-08-22 03:15:56 +10:00
- Links to some projects using the lib
This commit is contained in:
@@ -15,10 +15,20 @@ Although this allows 3D for iPhoneOS and Android platforms the performance on th
|
||||
|
||||
### Examples ###
|
||||
|
||||
[](http://mrdoob.com/lab/javascript/three/geometry/cube.html)
|
||||
[](http://mrdoob.com/lab/javascript/three/particles/random.html)
|
||||
[](http://mrdoob.com/lab/javascript/three/particles/waves.html)
|
||||
[](http://mrdoob.com/lab/javascript/three/particles/floor.html)
|
||||
[](http://mrdoob.com/lab/javascript/three/geometry/cube.html)
|
||||
|
||||
[](http://mrdoob.com/lab/javascript/three/particles/random.html)
|
||||
|
||||
[](http://mrdoob.com/lab/javascript/three/particles/waves.html)
|
||||
|
||||
[](http://mrdoob.com/lab/javascript/three/particles/floor.html)
|
||||
|
||||
|
||||
[](http://labs.brian-stoner.com/spacecannon/)
|
||||
|
||||
[](http://the389.com/works/three/)
|
||||
|
||||
[](http://test.sjeiti.com/jsflowfield4d/)
|
||||
|
||||
### How to use ###
|
||||
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 4.6 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 5.3 KiB |
@@ -5,21 +5,18 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
|
||||
<style type="text/css">
|
||||
body
|
||||
{
|
||||
body {
|
||||
background-color: #000000;
|
||||
margin: 0px;
|
||||
overflow: hidden;
|
||||
}
|
||||
a
|
||||
{
|
||||
a {
|
||||
color:#0078ff;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript" src="../../build/three.js"></script>
|
||||
|
||||
<script type="text/javascript" src="http://github.com/mrdoob/stats.js/raw/master/build/stats.js"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
@@ -153,7 +150,7 @@
|
||||
|
||||
count += 0.1;
|
||||
}
|
||||
|
||||
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user