C# Class PointCloudRenderer, UnityPointCloud

Inheritance: MonoBehaviour
Show file Open project: smokelore/UnityPointCloud Class Usage Examples

Public Properties

Property Type Description
backgroundRGBA Color
max float
particleSize float
updatePoints bool

Public Methods

Method Description
SetPoints ( float points ) : void
SetPoints ( float points, Color rgba ) : void
Start ( ) : void
Update ( ) : void
getCloudPoints ( CloudPoint, cloudPoints ) : void
resetCamera ( ) : void

Private Methods

Method Description
Max ( float points ) : float
correctNegativePoints ( ) : void
normalizePoints ( ) : void

Method Details

SetPoints() public method

public SetPoints ( float points ) : void
points float
return void

SetPoints() public method

public SetPoints ( float points, Color rgba ) : void
points float
rgba Color
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

getCloudPoints() public method

public getCloudPoints ( CloudPoint, cloudPoints ) : void
cloudPoints CloudPoint,
return void

resetCamera() public method

public resetCamera ( ) : void
return void

Property Details

backgroundRGBA public property

public Color backgroundRGBA
return Color

max public property

public float max
return float

particleSize public property

public float particleSize
return float

updatePoints public property

public bool updatePoints
return bool