Class: AxCopyGeometry

AxCopyGeometry(result, source, transformnon-null)

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.
Source:

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.
Source:

Documentation generated by JSDoc 3.5.3 on Mon Feb 19 2018 20:39:26 GMT+0200 (FLE Standard Time)