C# Class KinectMesh, Elemental

Inheritance: MonoBehaviour
Afficher le fichier Open project: CodeStrumpet/Elemental Class Usage Examples

Méthodes publiques

Свойство Type Description
DesiredResolution Vector2
GenerateNormals bool
GenerateUVs bool
applyBlur bool
applyLerp bool
blurIterations int
gridScale Vector3
interval float
lerpSpeed float
zThreshold float

Méthodes publiques

Méthode Description
FixedUpdate ( ) : void
Start ( ) : void
UpdateDepthmapMesh ( Mesh mesh ) : void

Private Methods

Méthode Description
CalculateTriangleIndices ( int YScaled, int XScaled ) : void
CalculateUVs ( int YScaled, int XScaled ) : void
UpdateTriangleIndices ( Mesh mesh ) : void
UpdateUVs ( Mesh mesh, int YScaled, int XScaled ) : void
UpdateVertices ( Mesh mesh, int YScaled, int XScaled ) : void

Method Details

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

UpdateDepthmapMesh() public méthode

public UpdateDepthmapMesh ( Mesh mesh ) : void
mesh Mesh
Résultat void

Property Details

DesiredResolution public_oe property

public Vector2 DesiredResolution
Résultat Vector2

GenerateNormals public_oe property

public bool GenerateNormals
Résultat bool

GenerateUVs public_oe property

public bool GenerateUVs
Résultat bool

applyBlur public_oe property

public bool applyBlur
Résultat bool

applyLerp public_oe property

public bool applyLerp
Résultat bool

blurIterations public_oe property

public int blurIterations
Résultat int

gridScale public_oe property

public Vector3 gridScale
Résultat Vector3

interval public_oe property

public float interval
Résultat float

lerpSpeed public_oe property

public float lerpSpeed
Résultat float

zThreshold public_oe property

public float zThreshold
Résultat float