From python CGI to jekyll stuff
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
<section>
|
||||
<h2>Multiresolution sphere</h2>
|
||||
<p>
|
||||
This is the first test of multi-resolution. In fact, it's not
|
||||
really one multi-resolution sphere but many spheres with
|
||||
different resolutions. You can change resolution by clicking on
|
||||
the canvas.
|
||||
</p>
|
||||
<div id="container"></div>
|
||||
#
|
||||
</section>
|
||||
---
|
||||
layout: withjs
|
||||
title: Multi-sphere
|
||||
extrajs: <script src="/static/js/multisphere/MultiSphere.js"></script>
|
||||
---
|
||||
<h2>Multiresolution sphere</h2>
|
||||
<p>
|
||||
This is the first test of multi-resolution. In fact, it's not
|
||||
really one multi-resolution sphere but many spheres with
|
||||
different resolutions. You can change resolution by clicking on
|
||||
the canvas.
|
||||
</p>
|
||||
<div id="container"></div>
|
||||
|
||||
Reference in New Issue
Block a user