Corrected markdown index
This commit is contained in:
parent
c710989556
commit
93039a760c
|
@ -4,13 +4,11 @@ layout: withjs
|
||||||
extrajs: <script>params = {}; params.get= {}; params.get.res = 5;</script>
|
extrajs: <script>params = {}; params.get= {}; params.get.res = 5;</script>
|
||||||
<script src="/static/js/stream/main.js"></script>
|
<script src="/static/js/stream/main.js"></script>
|
||||||
---
|
---
|
||||||
<section>
|
## Streaming simulator
|
||||||
<h2>Streaming simulator</h2>
|
|
||||||
<p>
|
In fact, it's not really streaming. The sphere is fully preloaded and then, a
|
||||||
In fact, it's not really streaming. The sphere is fully
|
mesh is created and vertices and faces are dynamically added to this mesh as
|
||||||
preloaded and then, a mesh is created and vertices and faces
|
time goes by.
|
||||||
are dynamically added to this mesh as time goes by.
|
|
||||||
</p>
|
<div style="border-width:1px; border-style: solid;" id="container"></div>
|
||||||
<div style="border-width:1px; border-style: solid;" id="container"></div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue