new AxCopyGeometry(result, source, transformnon-null)
Copies the source mesh into the result.
A transform parameter can be given to be applied to the resulting mesh. If omitted, the mesh is copied as is
Position, normal and texture coordinates are copied
Indices are copied
Parameters:
Name | Type | Description |
---|---|---|
result |
AxDeviceMesh | The mesh in which to copy |
source |
AxDeviceMesh | The mesh to be copied |
transform |
AxMatrix | A transformation to be applied on the copied mesh. If omitted, no transformation is applied. |
Methods
(static) CopyGeometry(result, source, transformnon-null)
Copies the source mesh into the result.
A transform parameter can be given to be applied to the resulting mesh. If omitted, the mesh is copied as is
Position, normal and texture coordinates are copied
Indices are copied
Parameters:
Name | Type | Description |
---|---|---|
result |
AxDeviceMesh | The mesh in which to copy |
source |
AxDeviceMesh | The mesh to be copied |
transform |
AxMatrix | A transformation to be applied on the copied mesh. If omitted, no transformation is applied. |