|
Engine²
Open-source game engine written in C++.
|
Create a rope entity with mesh and transform for soft body simulation.
Create a rope entity with mesh and transform for soft body simulationCreates a 1D chain of vertices along the -Y axis, suitable for soft body rope simulation. After creation, add a SoftBody component to enable physics:
| core | Engine core reference |
| info | Parameters for creating the rope (segmentCount, segmentLength, position, rotation, scale) |
a rope for soft body simulation: