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

    Topics

    • C

      Simple Thruster Acceleration

      Watching Ignoring Scheduled Pinned Locked Moved SketchyPhysics
      3
      0 Votes
      3 Posts
      730 Views
      W
      My (shorthand) one is: accel = 0.001 deccel = 0.001 control = righty thrust = 5000 @speed=0.5 if @speed==nil @speed-=deccel if @speed>control && @speed>0.5 @speed+=deccel if @speed<control && @speed<0.5 @speed+=accel if control>0.5 @speed-=accel if control<0.5 @speed+=deccel if control==0.5 && @speed<0.5 @speed-=deccel if control==0.5 && @speed>0.5 setVar("speed",(0.5-@speed)*thrust) Essentially, you just need to stick the script in onTick (doesn't matter where), and getVar("speed") in the thruster field. At the top of the script, you can change the rate of acceleration and decceleration, the controller (leftx, lefty, rightx, etc...), and the thrust multiplier (how much thrust you want overall). This script is shortened and simplified from my original version, slightly modified for use with a thruster. However, I'm really not sure you'll get the result you want...
    • C

      Pickup an object

      Watching Ignoring Scheduled Pinned Locked Moved SketchyPhysics
      13
      0 Votes
      13 Posts
      1k Views
      H
      In menu, Help/About Sketchup Physics: @unknownuser said: SketchyPhysics3. hh´ttp://code.google.com/p/sketchyphysics2 Copyright 2009 C Philips. In the simulation window: @unknownuser said: SketchyPhysics3x Jun 27 so I guess it is SP3x
    • C

      CadalogBeamTool Not Working

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      4
      0 Votes
      4 Posts
      767 Views
      L
      Does beam tool have all the steel cross sections for ansi. I'm only getting a few cross sections. I was hoping it would have the complete aisc catalogue. Has one been created to date?
    • 1 / 1