From 6053d97fe6a100a62303981c206a779591433fe7 Mon Sep 17 00:00:00 2001 From: alteredq Date: Fri, 20 Apr 2012 04:55:04 +0200 Subject: [PATCH] Added static scene graph performance test. Useful for tracking WebGL API calls overhead. As per discussion in https://github.com/mrdoob/three.js/commit/08a37d34c16d3ccd19191251edd945be62a9f3e8 --- examples/webgl_performance_static.html | 125 +++++++++++++++++++++++++ 1 file changed, 125 insertions(+) create mode 100644 examples/webgl_performance_static.html diff --git a/examples/webgl_performance_static.html b/examples/webgl_performance_static.html new file mode 100644 index 0000000000..44d0bdb216 --- /dev/null +++ b/examples/webgl_performance_static.html @@ -0,0 +1,125 @@ + + + + three.js webgl - performance [static] + + + + + + + + + + + + + -- GitLab