sketchucation logo sketchucation
    • Login
    1. Home
    2. test_user
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info
    T
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Groups 1

    test_user

    @test_user

    0
    Reputation
    1
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    test_user Unfollow Follow
    registered-users

    Latest posts made by test_user

    • Reverse a face or hide a face whilst using Sketchy Physics?

      Hi
      I am a complete newbie to sketchy physics and ruby....(have some experience with sketchup!....)

      But, I have created a model with working levers and a bucket which lowers through a face (which looks like water and is ignored by sketchy physics) through to a face below which sketchy physics doesn't ignore! When the bucket touches this lower face the v small test script below works.
      But i wish to make the top face of the bucket(group) look like its full of water when it raises again!
      I have tried adding the water fill effect to the reverse of the top face and tinker with ruby code to face.reverse!
      and also
      I have tried adding a group(cover) over the top of the water face i.e hiding the water look face and attempt to then hide the (cover group) with ruby on raising to show the water face beneath.

      But my lack of knowledge has given me a twitchy eye! hahahahaha
      Can anyone show me the code?
      Many thanks to anyone who can help me!

      ontouch{|toucher,position,speed|
      UI.beep
      logLine("Touching Water")
      }

      posted in Developers' Forum
      T
      test_user