playMaker

Author Topic: Float clamp with the ability to store a new clamped value  (Read 377 times)

Fleech

  • Playmaker Newbie
  • *
  • Posts: 45
Float clamp with the ability to store a new clamped value
« on: June 03, 2024, 11:36:35 AM »
often the float clamp doesn't seem to work regardless of the order of operation, could someone create a regular float clamp action with the ability to store a new clamped value?

600

  • Moderator
  • Hero Member
  • *****
  • Posts: 718
    • 600
Re: Float clamp with the ability to store a new clamped value
« Reply #1 on: June 03, 2024, 01:27:04 PM »
Try to set it on separate state, or use Set Float value to variable which will be the clamped version.
I have noticed as well also when using float add etc. straight to given value, but often separating it with these actions or using float operator and then clamp the result worked. Hope this makes sense