C# Class LinesAxes, Stereoscopic_Scatterplot

Inheritance: MonoBehaviour
Mostra file Open project: noahfreedman/Stereoscopic_Scatterplot

Public Properties

Property Type Description
shader Shader

Public Methods

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

Private Methods

Method 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 method

public AddLine ( Mesh m, Vector3 quad, bool tmp ) : void
m Mesh
quad Vector3
tmp bool
return void

Draw() public method

public Draw ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Update1() public method

public Update1 ( ) : void
return void

processInput() public method

public processInput ( ) : void
return void

Property Details

shader public_oe property

public Shader shader
return Shader