Add basic streaming support for ASC files
Reported by Andor Salga | July 15th, 2010 @ 12:46 AM | in 0.4
This is getting fairly important, we should get it in for next release.
Comments and changes to this ticket
-
Andor Salga July 24th, 2010 @ 09:12 PM
- State changed from assigned to review-requested
This patch also includes fix for #35
Branch: http://github.com/asalga/XB-PointStream/tree/bug39
Test: Run the test using any of the demos, but mickey is easiest since it isn't too large or too small.The lion demo locks user input, so I'll file a bug for that.
I also
- cleaned up a bunch of stuff in the demos, - renamed files to index.html - added more to the status bar - added getCenter() - fixed getVersion() - added mouse scroll wheel toggle
-
aSydiK July 26th, 2010 @ 03:40 PM
- State changed from review-requested to review-needs-work
tests looks great
code looks good with slight adjustment with the VBO collection (as discussed)r+ once fixed
-
Andor Salga July 27th, 2010 @ 07:42 PM
- State changed from review-needs-work 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
- 35 Change parse loop to use WebGL arrays Patch in branch #39 Review the code in that branch please.
- 34 iMac using 10.6 does not render correctly This is a near clipping plane issue. Fix will be included...