index.md
This commit is contained in:
parent
a02373a723
commit
85ebda3b01
|
@ -3,11 +3,10 @@ layout: withjs
|
||||||
title: Multi-sphere
|
title: Multi-sphere
|
||||||
extrajs: <script src="/static/js/multisphere/MultiSphere.js"></script>
|
extrajs: <script src="/static/js/multisphere/MultiSphere.js"></script>
|
||||||
---
|
---
|
||||||
<h2>Multiresolution sphere</h2>
|
## Multiresolution sphere
|
||||||
<p>
|
|
||||||
This is the first test of multi-resolution. In fact, it's not
|
This is the first test of multi-resolution. In fact, it's not really one
|
||||||
really one multi-resolution sphere but many spheres with
|
multi-resolution sphere but many spheres with different resolutions. You can
|
||||||
different resolutions. You can change resolution by clicking on
|
change resolution by clicking on the canvas.
|
||||||
the canvas.
|
|
||||||
</p>
|
|
||||||
<div id="container"></div>
|
<div id="container"></div>
|
||||||
|
|
Loading…
Reference in New Issue