How do I set a limit for the rotators and hinges using vizzy?

Tags
Question

6 Comments

  • Log in to leave a comment
  • Profile image

    just use numbers

    6 months ago
  • Profile image

    @RudimentaryCheezit Ok, sorry to bother you so late but do I need to use the min of and max of in the if then bracket or do I put that in the set variable bracket?

    7 months ago
  • Profile image

    @Gen3ralInterstel1ar
    important note

    NEVER USE EQUAL SIGNS WHEN COMPARING NON-INTEGERS

    universal for all programming languages (pretty sure)

    use the greater and less than signs when determining a range

    example if x < a and x > b then
    where x is the number to compare, a and b are min and max, respectively

    +1 7 months ago
  • Profile image

    @RudimentaryCheezit In order to get the values for the slider's, do I use the Greater/Less than or equal to vizzy equations ordo I use the Standard Greater/Less than equations? And is there anything else that needs to be added? (Please forgive me, I'm very terrible with Vizzy so I'm trying to figure it out the best i can with my limited knowledge of Vizzy)

    7 months ago
  • Profile image

    @RudimentaryCheezit Thank you I'll implement that so that this tank will have depression & elevation limits.

    7 months ago
  • Profile image

    use an if statement to determine if the angle of the hinge (slider value) is greater than and less than min and max variables

    if the hinge is floppy, you need to make a mechanism which limits the hinge, however it will disturb the physics

    +1 7 months ago

No Upvotes

Log in in to upvote this post.