455 B
455 B
title | layout | extrajs |
---|---|---|
Streaming simulator | withjs | <script>params = {}; params.get= {}; params.get.res = 5;</script> <script src="/static/js/stream/main.js"></script> |
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.