Свойство | Type | Description | |
---|---|---|---|
bindBinormals | bool | ||
bindNormals | bool | ||
bindPositions | bool | ||
bindTangents | bool | ||
binormBindIndex | short | ||
destBinormalBuffer | |||
destNormalBuffer | |||
destPositionBuffer | |||
destTangentBuffer | |||
normBindIndex | short | ||
posBindIndex | short | ||
posNormalShareBuffer | bool | ||
srcBinormalBuffer | |||
srcNormalBuffer | |||
srcPositionBuffer | |||
srcTangentBuffer | |||
tanBindIndex | short |
Méthode | Description | |
---|---|---|
BindTempCopies ( |
Utility method, binds dest copies into a given VertexData.
|
|
BuffersCheckedOut ( bool positions, bool normals ) : bool |
Detect currently have buffer copies checked out and touch it
|
|
CheckoutTempCopies ( ) : void | ||
CheckoutTempCopies ( bool positions, bool normals, bool tangents, bool binormals ) : void |
Utility method, checks out temporary copies of src into dest.
|
|
ExtractFrom ( |
Utility method, extract info from the given VertexData
|
|
LicenseExpired ( Axiom.Graphics.HardwareBuffer buffer ) : void |
Implementation of LicenseExpired.
|
public BindTempCopies ( |
||
targetData | VertexData object to bind the temp buffers into. | |
suppressHardwareUpload | bool | |
Résultat | void |
public BuffersCheckedOut ( bool positions, bool normals ) : bool | ||
positions | bool | |
normals | bool | |
Résultat | bool |
public CheckoutTempCopies ( bool positions, bool normals, bool tangents, bool binormals ) : void | ||
positions | bool | |
normals | bool | |
tangents | bool | |
binormals | bool | |
Résultat | void |
public ExtractFrom ( |
||
sourceData | ||
Résultat | void |
public LicenseExpired ( Axiom.Graphics.HardwareBuffer buffer ) : void | ||
buffer | Axiom.Graphics.HardwareBuffer | |
Résultat | void |
public HardwareVertexBuffer,Axiom.Graphics destBinormalBuffer | ||
Résultat |
public HardwareVertexBuffer,Axiom.Graphics destNormalBuffer | ||
Résultat |
public HardwareVertexBuffer,Axiom.Graphics destPositionBuffer | ||
Résultat |
public HardwareVertexBuffer,Axiom.Graphics destTangentBuffer | ||
Résultat |
public HardwareVertexBuffer,Axiom.Graphics srcBinormalBuffer | ||
Résultat |
public HardwareVertexBuffer,Axiom.Graphics srcNormalBuffer | ||
Résultat |
public HardwareVertexBuffer,Axiom.Graphics srcPositionBuffer | ||
Résultat |
public HardwareVertexBuffer,Axiom.Graphics srcTangentBuffer | ||
Résultat |