Method ResizeMeshInfo
ResizeMeshInfo(int)
Function to resized the content of MeshData and re-assign normals, tangents and triangles.
Declaration
public void ResizeMeshInfo(int size)
Parameters
Type | Name | Description |
---|---|---|
int | size |
ResizeMeshInfo(int, bool)
Function to resized the content of MeshData and re-assign normals, tangents and triangles.
Declaration
public void ResizeMeshInfo(int size, bool isVolumetric)
Parameters
Type | Name | Description |
---|---|---|
int | size | |
bool | isVolumetric |