Property | Type | Description | |
---|---|---|---|
backgroundRGBA | Color | ||
max | float | ||
particleSize | float | ||
updatePoints | bool |
Method | Description | |
---|---|---|
SetPoints ( float points ) : void | ||
SetPoints ( float points, Color rgba ) : void | ||
Start ( ) : void | ||
Update ( ) : void | ||
getCloudPoints ( CloudPoint, cloudPoints ) : void | ||
resetCamera ( ) : void |
Method | Description | |
---|---|---|
Max ( float points ) : float | ||
correctNegativePoints ( ) : void | ||
normalizePoints ( ) : void |
public SetPoints ( float points, Color rgba ) : void | ||
points | float | |
rgba | Color | |
return | void |
public getCloudPoints ( CloudPoint, cloudPoints ) : void | ||
cloudPoints | CloudPoint, | |
return | void |