2015-05-22 16:59:33 +02:00
|
|
|
extends ../../../views/main.jade
|
2015-05-05 16:30:51 +02:00
|
|
|
|
|
|
|
block title
|
|
|
|
title #{title} - Multi-sphere
|
|
|
|
|
|
|
|
block extrajs
|
2015-05-22 16:59:33 +02:00
|
|
|
script(src="/static/js/three.min.js")
|
2015-07-01 15:03:11 +02:00
|
|
|
script(src="/static/js/l3d.min.js")
|
2015-05-22 16:59:33 +02:00
|
|
|
script(src="/static/js/multisphere.min.js")
|
2015-05-05 16:30:51 +02:00
|
|
|
|
|
|
|
block content
|
|
|
|
h2 Multiresolution sphere
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
#container
|