diff --git a/examples/particles_random_gl.html b/examples/particles_random_gl.html index 68e8ce48..9e358f99 100644 --- a/examples/particles_random_gl.html +++ b/examples/particles_random_gl.html @@ -8,19 +8,71 @@ background-color: #000000; margin: 0px; overflow: hidden; + font-family:Monospace; + font-size:13px; + text-align:center; + font-weight: bold; + text-align:center; } a { color:#0078ff; } + + #info { + color:#fff; + position: absolute; + top: 0px; width: 100%; + padding: 5px; + z-index:100; + + } + + #oldie { + font-family:monospace; + font-size:13px; + + text-align:center; + background:#eee; + color:#000; + padding:1em; + + width:475px; + margin:5em auto 0; + + display:none; + } + + +
+ three.js - webgl particles example +
+ +
+
+ Sorry, your browser doesn't support WebGL + and Web Workers.
+
+ Please try in + Chrome 9+ / + Firefox 4+ / + Safari OSX 10.6+ +
+