This page is not available in the language you have chosen. It will be displayed in English by default. If you would like to view it in a different language, you can try selecting another language.
Description
ReverseNormals (v1)
Reverse the geometry's normals or/and winding order of the simulation or/and render meshes stored in the cloth collection.
Information
| Module | ChaosClothAssetDataflowNodes |
| Category | Cloth |
| Tags | Cloth Reverse Simulation Render Mesh Normals |
| Type | FChaosClothAssetReverseNormalsNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| SimPatterns | List of sim patterns to apply the operation on. All patterns will be used if left empty. | TArray | |
| bReverseSimMeshNormals | Whether to reverse the simulation mesh normals. | bool | True |
| bReverseSimMeshWindingOrder | Whether to reverse the simulation mesh triangles' winding order. | bool | False |
| RenderPatterns | List of render patterns to apply the operation on. All patterns will be used if left empty. | TArray | |
| bReverseRenderMeshNormals | Whether to reverse the render mesh normals. | bool | True |
| bReverseRenderMeshWindingOrder | Whether to reverse the render mesh triangles' winding order. | bool | False |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | FManagedArrayCollection | () |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | FManagedArrayCollection |