C# Class MeshCloudRenderer, UnityPointCloud

Inheritance: MonoBehaviour
Afficher le fichier Open project: smokelore/UnityPointCloud

Méthodes publiques

Свойство Type Description
mesh Mesh
meshFilter UnityEngine.MeshFilter
updateMesh bool

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
Max ( CloudPoint, cp ) : float
addTriangle ( CloudPoint, p1, CloudPoint, p2, CloudPoint, p3 ) : void
addTriangle ( CloudPoint, cp, int i1, int i2, int i3 ) : void
addTriangle ( Vector3 p1, Vector3 p2, Vector3 p3 ) : void
correctNegativePoints ( CloudPoint, cp ) : void
normalizePoints ( CloudPoint, cp ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

mesh public_oe property

public Mesh mesh
Résultat Mesh

meshFilter public_oe property

public MeshFilter,UnityEngine meshFilter
Résultat UnityEngine.MeshFilter

updateMesh public_oe property

public bool updateMesh
Résultat bool