new AxPlanarTexCoords(result, planeX, planeY)
Creates planar mapped texture coordinates for a mesh
Parameters:
Name | Type | Description |
---|---|---|
result |
AxDeviceMesh | The mesh to map texture coordinates on to |
planeX |
AxVector3 | The orientation and size of the mapping plane's X axis |
planeY |
AxVector3 | The orientation and size of the mapping plane's Y axis |