Difference between revisions of "XB PointStream"

From CDOT Wiki
Jump to: navigation, search
(What is a point cloud?)
(Introduction)
Line 1: Line 1:
==Introduction==
+
===Introduction===
XB PointStream is a highly customizable, cross browser JavaScript framework for streaming and rendering point clouds in a web page.
 
  
 
==What is a point cloud?==
 
==What is a point cloud?==

Revision as of 12:12, 17 May 2011

Introduction

What is a point cloud?

The typical method used to represent 3D graphics for applications such as video games is that of a textured meshed. Essentially the object is made up of a mesh of flat triangles and a 2D texture graphic that is applied over the mesh to give it its colour and depth. However, this is not the only way to represent 3D graphics. Another method for representing 3D graphics is that of a point cloud which is a set of coloured points in 3D space. While a point cloud is usually larger than a textured mesh in terms of amount of data, it provides a level of realism not found in a mesh. Furthermore, some 3D scanning equipment such as 3D scanners, LiDAR equipment, medical scanners, and MicroSoft's Kinect all deliver their data as point clouds.

In Development

Extension:RSS -- Error: " http://cleung.wordpress.com/category/open-source/ " is not in the whitelist of allowed feeds. http://zenit.senecac.on.ca/~chris.tyler/planet/rss20.xml is the only allowed feed.

Releases

XBPS 0.6

[xbps-min-0.6.js | src + example] | Everything]


Previous Versions
XBPS 0.5 [xbps-min-0.5.js | src + example]
XBPS 0.4.5 [Only Lib | Full]
XBPS 0.4
XBPS 0.3
XBPS 0.2
XBPS 0.1

XB PointStream Development Links

3D Image Gallery
Blogs
Specifications
LightHouse
Github
Twitter
YouTube Videos
Extending XBPS
Custom Parsers