Add FPS counter on demo pages
Reported by Andor Salga | July 30th, 2010 @ 03:56 PM | in 0.4.5
Right now the FPS counter is in the status bar, but this isn't
always displayed.
In Webkit, you need to enable the status bar and Chrome doesn't
have one. I suggest we just add a span element and throw the FPS in
there (along with number of points rendered).
Comments and changes to this ticket
-
Andor Salga August 10th, 2010 @ 07:48 PM
- Milestone set to 0.4.5
- State changed from open to review-requested
- Assigned user set to Andor Salga
- Milestone order changed from 19 to 0
see #50
-
aSydiK August 13th, 2010 @ 06:29 PM
- State changed from review-requested to review-looks-good
as per ticket #50 r+
-
Andor Salga August 16th, 2010 @ 05:31 PM
- State changed from review-looks-good to checked-in
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
<b>XB PointStream</b> (working name)
A cross-browser JavaScript tool which will emulate Arius3D's PointStream viewer. It will be able to quickly render a large amount of point cloud data to the <canvas> tag using WebGL.<br />
Current release <a href="http://scotland.proximity.on.ca/asalga/releases/0.8/xbps-min-0.8.zip">XBPS 0.8</a>
People watching this ticket
Referenced by
- 50 Add typed array wrapper Added #49 to this patch. I added span elements for FPS in...