Property | Type | Description | |
---|---|---|---|
count | int | ||
orbits | List |
||
qSize | float | ||
radius | float | ||
things | List |
||
vertexBuffer |
Method | Description | |
---|---|---|
AddTime ( float elapsedTime ) : void |
Notify that t seconds have elapsed.
|
|
GetSquaredViewDepth ( |
Returns the camera-relative squared depth of this renderable.
|
|
ThingRendable ( float radius, int count, float qSize ) : System.Collections.Generic |
Default ctor.
|
Method | Description | |
---|---|---|
FillBuffer ( ) : void |
|
|
GenerateRandomFloat ( ) : float |
|
|
Initialize ( ) : void |
|
|
dispose ( bool disposeManagedResources ) : void |
|
public GetSquaredViewDepth ( |
||
camera | ||
return | float |
public ThingRendable ( float radius, int count, float qSize ) : System.Collections.Generic | ||
radius | float | Radius of orbits |
count | int | Number of quads |
qSize | float | Size of quads |
return | System.Collections.Generic |
protected dispose ( bool disposeManagedResources ) : void | ||
disposeManagedResources | bool | |
return | void |