3d-interface/stream/index.md

15 lines
455 B
Markdown
Raw Normal View History

2015-04-23 17:49:59 +02:00
---
title: Streaming simulator
layout: withjs
extrajs: <script>params = {}; params.get= {}; params.get.res = 5;</script>
<script src="/static/js/stream/main.js"></script>
---
2015-04-24 09:26:36 +02:00
## Streaming simulator
In fact, it's not really streaming. The sphere is fully preloaded and then, a
mesh is created and vertices and faces are dynamically added to this mesh as
time goes by.
<div style="border-width:1px; border-style: solid;" id="container"></div>
2015-04-23 17:49:59 +02:00