Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
thicknesses in runtime
#1
I want to change rope thikness in runtime. Like this:
path.thicknesses.data[_index] = 5f;

but in the game the rope is not updated. I try Update this functions, without result:
Rope.UpdateParticleProperties();
ropeMeshRenderer.UpdateRenderer(Rope);
solver.UpdateParameters();

How I can update Rope thicknesses in runtime?
Reply


Messages In This Thread
thicknesses in runtime - by Urbem - 03-04-2020, 08:00 AM
RE: thicknesses in runtime - by josemendez - 03-04-2020, 08:24 AM