Description
ResampleGeometryCollection (v1)
Editor Fracture Mode / Utilities / Resample tool Resample to add collision particles in large flat regions that otherwise might have poor collision response. Only useful to help improve Particle - Implicit collisions.
Input(s) : Collection [Intrinsic] - Collection to use TransformSelection - The selected pieces to use CollisionSampleSpacing - The number of centimeters to allow between vertices on the mesh surface: If there are gaps larger than this, add additional vertices (without triangles) to help support particle-implicit collisions Only used if Add Samples For Collision is enabled
Output(s): Collection [Passthrough] - Collection to use
Information
| Module | GeometryCollectionNodes |
| Category | GeometryCollection|Fracture|Utilities |
| Type | FResampleGeometryCollectionDataflowNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| AddSamplesForCollision | If enabled, add extra vertices (without triangles) to the geometry in regions where vertices are spaced too far apart (e.g. across large triangles) These extra vertices will be used as collision samples in particle-implicit collisions, and can help the physics system detect collisions more accurately Note this is only useful for simulations that use particle-implicit collisions | bool | False |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | Collection to use | FManagedArrayCollection | () |
| TransformSelection | The selected pieces to use | FDataflowTransformSelection | () |
| CollisionSampleSpacing | The number of centimeters to allow between vertices on the mesh surface: If there are gaps larger than this, add additional vertices (without triangles) to help support particle-implicit collisions Only used if Add Samples For Collision is enabled | float | 50.000000 |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | Collection to use | FManagedArrayCollection |