Method |
Description |
|
OnDisable ( ) : void |
|
|
Start ( ) : void |
|
|
Update ( ) : void |
|
|
addChargeToLattice ( int latticeID, float x, float y, float z, float charge ) : void |
|
|
clearLatticeCharges ( int latticeID ) : void |
|
|
deallocLatticeChargeReturn ( int latticeID ) : void |
|
|
getChargeLattice ( int latticeID ) : float* |
|
|
getCurrentLatticeSize ( int latticeID ) : uint |
|
|
getLatticeCharges ( int latticeID ) : float* |
|
|
getLatticeFrameNormals ( int latticeID ) : float* |
|
|
getLatticeFrameTriCount ( int latticeID ) : int |
|
|
getLatticeFrameTriangles ( int latticeID ) : int* |
|
|
getLatticeFrameVertCount ( int latticeID ) : int |
|
|
getLatticeFrameVertices ( int latticeID ) : float* |
|
|
getLatticeXDim ( int latticeID ) : uint |
|
|
getLatticeYDim ( int latticeID ) : uint |
|
|
getLatticeZDim ( int latticeID ) : uint |
|
|
removeLattice ( int latticeId ) : void |
|
|
setLatticeXDim ( int latticeID, uint xDim ) : void |
|
|
setLatticeYDim ( int latticeID, uint yDim ) : void |
|
|
setLatticeZDim ( int latticeID, uint zDim ) : void |
|
|
setupLattice ( uint xDim, uint yDim, uint zDim, float xScale, float yScale, float zScale ) : int |
|
|
setupLattice ( uint xDim, uint yDim, uint zDim, float xScale, float yScale, float zScale ) : void |
|
|
startEngine ( ) : void |
|
|
updateLattice ( int latticeID ) : void |
|
|