Свойство | Тип | Описание | |
---|---|---|---|
customIndexBufferList | List |
||
indexDataList | IndexDataList | ||
indexDataVertexDataSetList | Axiom.Core.IntList | ||
operationTypes | OperationTypeList | ||
vertexDataList | VertexDataList |
Метод | Описание | |
---|---|---|
AddIndexData ( |
Add a set of index geometry data to the edge builder. You must add at least one set of index data to the builder before invoking the |
|
AddIndexData ( |
||
AddIndexData ( |
Add a set of index geometry data to the edge builder. You must add at least one set of index data to the builder before invoking the |
|
AddObject ( IRenderable obj ) : void |
Populate with data as obtained from an IRenderable. Will share the buffers. In case there are no index data associated with the IRenderable, i.e. RenderOperation.useIndices is false, custom software index buffer is created to provide default index data to the builder. This makes it possible for derived classes to handle the data in a convenient way. |
|
AddObject ( Axiom.Core.Mesh mesh, int lodIndex ) : void |
Add vertex and index sets of a mesh to the builder.
|
|
AddVertexData ( |
Add a set of vertex geometry data to the edge builder. You must add at least one set of vertex data to the builder before invoking the |
Метод | Описание | |
---|---|---|
dispose ( bool disposeManagedResources ) : void |
|
public AddIndexData ( |
||
indexData | The index information which describes the triangles. | |
Результат | void |
public AddIndexData ( |
||
indexData | ||
vertexSet | int | |
Результат | void |
public AddIndexData ( |
||
indexData | The index information which describes the triangles. | |
vertexSet | int | /// The vertex data set this index data refers to; you only need to alter this /// if you have added multiple sets of vertices. /// |
opType | OperationType | |
Результат | void |
public AddObject ( IRenderable obj ) : void | ||
obj | IRenderable | |
Результат | void |
public AddObject ( Axiom.Core.Mesh mesh, int lodIndex ) : void | ||
mesh | Axiom.Core.Mesh | The mesh object. |
lodIndex | int | The LOD level to be processed. |
Результат | void |
public AddVertexData ( |
||
vertexData | Vertex data to consider for edge detection. | |
Результат | void |
protected dispose ( bool disposeManagedResources ) : void | ||
disposeManagedResources | bool | |
Результат | void |
protected IntList,Axiom.Core indexDataVertexDataSetList | ||
Результат | Axiom.Core.IntList |
protected OperationTypeList operationTypes | ||
Результат | OperationTypeList |