3d-interface/controllers/multisphere/views/index.jade

20 lines
513 B
Plaintext
Raw Normal View History

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