Open GoogleCodeExporter opened 8 years ago
[deleted comment]
The generation of the default progress bar is coded in this function
https://code.google.com/p/jsc3d/source/browse/trunk/jsc3d/jsc3d.js#1133, where
you can see its color is automatically calculated to be in contrast to the
background color. You may want to try with a different implementation it to
gain better vissual effects.
A better way is to override the viewer's
onloadingstarted/onloadingprogress/onloadingcomplete event handlers to make
your own progress indicator. These event handlers are documented here:
http://jsc3d.googlecode.com/svn/trunk/jsc3d/docs/symbols/JSC3D.Viewer.html, and
you can see working examples in this
http://jsc3d.googlecode.com/svn/trunk/jsc3d/demos/test.html and this
http://jsc3d.googlecode.com/svn/trunk/jsc3d/demos/temple.html demos.
Original comment by Humu2...@gmail.com
on 28 Feb 2015 at 3:53
Thanks, that's helpful :)
Original comment by Tjardo.K...@gmail.com
on 19 Mar 2015 at 1:15
Original issue reported on code.google.com by
Tjardo.K...@gmail.com
on 26 Feb 2015 at 7:19