C# Class PointCloudRenderer, UnityPointCloud

Inheritance: MonoBehaviour
Afficher le fichier Open project: smokelore/UnityPointCloud Class Usage Examples

Méthodes publiques

Свойство Type Description
backgroundRGBA Color
max float
particleSize float
updatePoints bool

Méthodes publiques

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

Private Methods

Méthode Description
Max ( float points ) : float
correctNegativePoints ( ) : void
normalizePoints ( ) : void

Method Details

SetPoints() public méthode

public SetPoints ( float points ) : void
points float
Résultat void

SetPoints() public méthode

public SetPoints ( float points, Color rgba ) : void
points float
rgba Color
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

getCloudPoints() public méthode

public getCloudPoints ( CloudPoint, cloudPoints ) : void
cloudPoints CloudPoint,
Résultat void

resetCamera() public méthode

public resetCamera ( ) : void
Résultat void

Property Details

backgroundRGBA public_oe property

public Color backgroundRGBA
Résultat Color

max public_oe property

public float max
Résultat float

particleSize public_oe property

public float particleSize
Résultat float

updatePoints public_oe property

public bool updatePoints
Résultat bool