From f1a7d1c033e8fb1d96f10b2209036ab9cd36085d Mon Sep 17 00:00:00 2001
From: Thomas FORGIONE
Date: Tue, 7 Apr 2015 16:05:43 +0200
Subject: [PATCH] Added streaming simulation
---
index.html | 10 +++++
js/ProgressiveSphere.js | 80 ++++++++++++++++++++++++++++++++++++
stream/index.html | 27 +++++++++++++
stream/js/main.js | 90 +++++++++++++++++++++++++++++++++++++++++
4 files changed, 207 insertions(+)
create mode 100644 js/ProgressiveSphere.js
create mode 100644 stream/index.html
create mode 100644 stream/js/main.js
diff --git a/index.html b/index.html
index 2918499..de7687b 100644
--- a/index.html
+++ b/index.html
@@ -32,6 +32,16 @@
camera that you want.
+
+
+ Streaming simulation
+
+
+ A mesh of a sphere is fully loaded, and displayed
+ progressively. This test is here to prove that we can
+ dynamically add vertices and faces to a mesh.
+
+