C# Class LinesAxes, Stereoscopic_Scatterplot

Inheritance: MonoBehaviour
Afficher le fichier Open project: noahfreedman/Stereoscopic_Scatterplot

Méthodes publiques

Свойство Type Description
shader Shader

Méthodes publiques

Méthode Description
AddLine ( Mesh m, Vector3 quad, bool tmp ) : void
Draw ( ) : void
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void
Update1 ( ) : void
processInput ( ) : void

Private Methods

Méthode Description
GetNewPoint ( ) : Vector3
MakeQuad ( Vector3 s, Vector3 e, float w ) : Vector3[]
resizeTraingles ( int ovs, int ns ) : int[]
resizeVertices ( Vector3 ovs, int ns ) : Vector3[]

Method Details

AddLine() public méthode

public AddLine ( Mesh m, Vector3 quad, bool tmp ) : void
m Mesh
quad Vector3
tmp bool
Résultat void

Draw() public méthode

public Draw ( ) : void
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Update1() public méthode

public Update1 ( ) : void
Résultat void

processInput() public méthode

public processInput ( ) : void
Résultat void

Property Details

shader public_oe property

public Shader shader
Résultat Shader