Difference between revisions of "XB PointStream/specs"
Line 59: | Line 59: | ||
''' Rendering''' | ''' Rendering''' | ||
− | * Draw | + | * Draw multiple point clouds |
− | * Get | + | * Get/Set frameRate |
− | * Set background color( | + | * Set background color (0-1) and transparency |
* Set point cloud transparency (0-1) | * Set point cloud transparency (0-1) | ||
* Toggle backface culling | * Toggle backface culling | ||
+ | * Toggle looping | ||
'''Lighting''' | '''Lighting''' | ||
Line 70: | Line 71: | ||
'''File''' | '''File''' | ||
− | * Open PSI | + | * Open multiple PSI files (Data URL) |
* Toggle streaming | * Toggle streaming | ||
* Get file progress | * Get file progress |
Revision as of 15:57, 21 June 2010
XB PointStream must be a general purpose tool for rendering 3D images composed of
point cloud data any WebGL browser.
- Needs to render a 3D image quickly in any WebGL browser
- Must support camera manipulation
- Needs to support some of the following HTML parameters:
(This still needs to be discussed)
- FrontImageURL
- FrameImageURL (what is this?)
- BackgroundImageURL
- DataEmbedded (?)
- BackgroundImageAsTile
- PixelSize
- ShadowOn
- EnableAntialiasing
- AnimationPathURL
- ZoomingLevel
- PlayerBkColor
- BoundingBoxRatio
- ImageRenderingQuality
- StereoOn
- DataURL (RC)
- CameraMode (RC)
- CameraPosition (RC)
- MouseMode (RC)
- EnableBkTransparency (RC)
- TransparencyOn (RC)
- EnableBackfaceCull (RC)
(RC)
- Light1On
- Light1CoordSys
- Light1Azimuth
- Light1Elevation
- Light1AmbientColor
- Light1AmbientIntensity
- Light1DiffuseColor
- Light1DiffuseIntensity
- Light1SpecularColor
- Light1SpecularIntensity
(RC)
- MaterialLightOn
- MaterialShininess
- MaterialAmbientColor
- MaterialDiffuseColor
- MaterialSpecularColor
To discuss:
- What file formats should be supported? ASC, PSI, DAE, ZAE, ...
RC specs
Rendering
- Draw multiple point clouds
- Get/Set frameRate
- Set background color (0-1) and transparency
- Set point cloud transparency (0-1)
- Toggle backface culling
- Toggle looping
Lighting
- Set material
- Set Light
File
- Open multiple PSI files (Data URL)
- Toggle streaming
- Get file progress
Transformation
- Set rotation
- Set translation
- Set scale
View
- Set canvas size
- Set projection(perspective, ortho, user)
- Set camera
- Switch between cameras
- Fit object to viewport
Input
- Mouse wheel
- Mouse cursor
- Keyboard
Misc
- Take screenshot
?
- User-defined shaders
- LOD (if 1/2 million points render fine on MBP, do we need this?)