Class Index | File Index

Classes


Built-In Namespace _global_

Field Summary
Field Attributes Field Name and Description
 
gl
holds the WebGL context
 
Specify how points are to be shaded
 
Used for some evil javascript inheritance magic.
 
specify how points are to be rasterized
Method Summary
Method Attributes Method Name and Description
 
addCommas(nStr)
add separators to large numbers
 
get()
 
returns a list of get-parameters in the open url
 
load a binary resource from the given url.
 
load a binary resource directly into an an ArrayBuffer
 
This listener is called while a ply file is beeing loaded
 
PlyPropertyDataType(name, size)
 
potree.js http://potree.org Copyright 2012, Markus Sch�tz Licensed under the GPL Version 2 or later.
 
PointCloudSceneNode(name, parent, pointCloud)
potree.js http://potree.org Copyright 2012, Markus Sch�tz Licensed under the GPL Version 2 or later.
 
set(aspectRatio)
Field Detail
gl
holds the WebGL context
Defined in: Potree.js.

IlluminationMode
Specify how points are to be shaded
Defined in: PointCloudMaterial.js.

inheriting
Used for some evil javascript inheritance magic. Get rid of it as soon as javascript classes are available.
Defined in: utils.js.
See:
http://livingmachines.net/2009/03/creating-javascript-classes-part-4-method-overrides/

PointCloudRenderMode
specify how points are to be rasterized
Defined in: PointCloudMaterial.js.
Method Detail
addCommas(nStr)
add separators to large numbers
Defined in: utils.js.
Parameters:
nStr
Returns:

get()

Defined in: Camera.js.

{___anonymous1456_1457} getUrlVars()
returns a list of get-parameters in the open url
Defined in: utils.js.
Returns:
{___anonymous1456_1457}

load_binary_resource(url)
load a binary resource from the given url.
Defined in: utils.js.
Parameters:
url
See:
https://developer.mozilla.org/En/Using_XMLHttpRequest

loadBinaryResourceIntoArrayBuffer(url)
load a binary resource directly into an an ArrayBuffer
Defined in: utils.js.
Parameters:
url
Returns:
an arraybuffer with data from url

PlyLoaderListener()
This listener is called while a ply file is beeing loaded
Defined in: PlyLoader.js.

PlyPropertyDataType(name, size)

Defined in: PlyLoader.js.
Parameters:
name
size

POCRenderQueue()
potree.js http://potree.org Copyright 2012, Markus Sch�tz Licensed under the GPL Version 2 or later. - http://potree.org/wp/?page_id=7 - http://www.gnu.org/licenses/gpl-3.0.html
Defined in: PointcloudOctree.js.

PointCloudSceneNode(name, parent, pointCloud)
potree.js http://potree.org Copyright 2012, Markus Sch�tz Licensed under the GPL Version 2 or later. - http://potree.org/wp/?page_id=7 - http://www.gnu.org/licenses/gpl-3.0.html
Defined in: PointCloudSceneNode.js.
Parameters:
name
parent
pointCloud

set(aspectRatio)

Defined in: Camera.js.
Parameters:
aspectRatio

Documentation generated by JsDoc Toolkit 2.4.0 on Sun Jun 09 2013 12:38:10 GMT+0200 (CEST)