Add typed array wrapper
Reported by Andor Salga | August 3rd, 2010 @ 06:37 PM | in 0.4.5
We should add a wrapper in the library to wrap the ever-changing
typed arrays:
Or we could use the one loaded in mjs.
try{
WebGLFloatArray; }catch(x){ WebGLFloatArray = Float32Array; } const
FLOAT_ARRAY_TYPE = WebGLFloatArray;
Comments and changes to this ticket
-
Andor Salga August 10th, 2010 @ 07:51 PM
- State changed from open to review-requested
- Assigned user set to Andor Salga
Patch: http://github.com/asalga/XB-PointStream/tree/bug50
-
I added the wrapper, tested, seems to work fine.
-
Added #49 to this patch. I added span elements for FPS instead of writing it to the window's status (because Webkit needs to have it enabled and Chrome doesn't have one)
-
Cleaned the code
-
Changed the version number
-
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
- 49 Add FPS counter on demo pages see #50
- 49 Add FPS counter on demo pages as per ticket #50 r+