sketchucation logo sketchucation
    • Login
    1. Home
    2. Wacov
    3. Posts
    Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
    πŸ«› Lightbeans Update | Metallic and Roughness auto-applied in SketchUp 2025+ Download
    W
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 46
    • Posts 532
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: Hobbnob's WIP Thread

      Hobb, if I were you I'd carry on with it. SketchyBehaviours is on the horizon, but the horizon is very far away πŸ˜‰

      Love the sound of the heli though πŸ˜„

      posted in Gallery
      W
      Wacov
    • RE: Something new.

      @cphillips said:

      When I started this I took another look at all the physics engines out there and decided they were unsuitable for one reason or another.

      Is it switched to Newton 2.0... or is that not stable enough?

      posted in SketchyPhysics
      W
      Wacov
    • RE: Sketchy Physics Problem

      If you use the forum's upload feature to upload the model it'd be easier to tell if the problem is just for you, or is something to do with the model itself πŸ˜‰

      posted in SketchyPhysics
      W
      Wacov
    • RE: Something new.

      I'm gonna have fun with this one!!

      So, will all the newtonServer external commands be available for scripting, even if they're not implemented? I'm just wondering how we can get access to the materials πŸ’š

      posted in SketchyPhysics
      W
      Wacov
    • RE: SP Error: "Formula doesn't compile"

      The way controllers work in SP3 (the version of SketchyPhysics you're using) has changed since the last version, SP2 (which was used to write the tutorial you used). To give more flexibility, the controller field now accepts formulas, (i.e. math), combined with old-fashioned sliders.

      To get the result you were expecting, use this formula in the controller field:

      slider("name you want")
      

      It must include the quotes ("), but the name can be anything.

      As a little example of what you can do with formulas, try making a motor joint, and using this as the controller (note that motors cannot normally reverse):

      0.5-slider("Motor")
      

      Sorry, there's no official manual, but you can always ask here πŸ˜„

      posted in SketchyPhysics
      W
      Wacov
    • RE: Slider Path?

      It's kind of complicated, and involves alot of scripting. There's also any number of possible ways to do it, depending on what exactly you want to do. My original path-follower was based on onTouch (when the the nodes were touched, it would increment the path index variable, so the robot would drive to the next node). That was crude, and would only be effective if you could guarantee nothing else could touch the nodes. There are other ways of doing it, but it would always involve alot of scripting.

      The problem is, it only works in 2D, and the robot isn't actually fixed to the path, so I doubt it would be much good for most uses of a 'slider-path'

      posted in SketchyPhysics
      W
      Wacov
    • RE: No "Joint Properties" window

      I think the old 'Joints settings' thing is a remnant from the first version of SketchyPhysics that doesn't work any more but hasn't been removed. Just open up the UI (next to play/pause and restart buttons) and select the joint/group with joint in/group attached to a joint, and the joint will pop up in the UI. Click it there, and you can change the settings.

      posted in SketchyPhysics
      W
      Wacov
    • RE: Slider Path?

      Hehe, that's an old one. I'm afraid it's not a slider in any shape or form, the 'AI' just points itself blindly at the next node in the path. When it gets there, it switches to the next, and so on.

      posted in SketchyPhysics
      W
      Wacov
    • RE: SketchyPhysics Alpha

      In the super-experimental version which no-one really uses (SP3X Jun27th), you can set a body's damping. What that means is with gravity set to 0, objects will carry on moving forever unless stopped, so you can create a true orbital motion sim by setting a static 'sun' as a magnet (which actually acts more like a gravitational field), and setting the planetary bodies to magnetic. If you give them motion at the start of the sim, they should fall into orbit πŸ˜„

      This was shown by one of CPhillip's demos, but I don't know where to find it πŸ˜•

      Anyway, you can get Jun 27th here: http://sketchyphysics.wikia.com/index.php?title=Special:Outbound&f=SketchyPhysicsWiki&u=http%3A%2F%2Fsketchyphysics2.googlecode.com%2Ffiles%2FSetupSketchyPhysics3x-Jun27.exe, but be warned, not many people use it, since you're not supposed to share models made with it on the warehouse.

      posted in SketchyPhysics
      W
      Wacov
    • RE: MotorSketch 2 - SketchUp game

      It might look a little different to how SketchUp looks normally, but it runs directly in SketchUp's viewport, so you just need SketchyPhysics 3. A 3D graphics card would increase performance, just like it would for normal SketchUp use, but I guess it'd run without one (I've never tried). The download isn't an installer or anything, it's literally just a SketchUp model.

      posted in Gallery
      W
      Wacov
    • RE: When I try to connect joints, a message says I need RC1

      Is this actually a pop-up error message? Are you unable to connect the joints, or is the error preventing you from using the tools?

      posted in SketchyPhysics
      W
      Wacov
    • RE: Sketchy Physics and Ruby

      @unknownuser said:

      He actaully has posted...493 posts.

      That I have, but it's certainly been a while πŸ˜„

      I think it's possible, just difficult. From what I've found, you generally have to change the way SP works to achieve deep-down stuff like this, so it'll either only work on your machine, or it'll have to use LazyScript (the problem is the 'runtime' part... joints are initialized at the simulation start using their set attributes). I'll look into it a little further though, it'd be a useful feature to have πŸ˜„

      SP unfortunately doesn't have an API, and I think it'd be pretty hard to understand if it did πŸ˜‰

      posted in SketchyPhysics
      W
      Wacov
    • RE: Working on new scripting system.

      It's been a very long time since any news 😒

      posted in SketchyPhysics
      W
      Wacov
    • RE: Issue with objects moving through each other

      This is a simple mistake; basically, SketchyPhysics doesn't recognize the exact shape of the parts you have made (except in the 'special' case of the staticmesh, which cannot move). Instead, it essentially scales the selected physics shape to fit the bounding box of your group. To create complex shapes, with indentations, you need to combine simple shapes... for example, creating some grouped boxes, and then grouping them all together, keeping the overall group's physics shape set to 'default'

      posted in SketchyPhysics
      W
      Wacov
    • RE: Making a loaded spring

      Assuming you have SketchyPhysics 3 experimental (SP3 X), you can use onTouch to help with this. First, instead of a spring, use a slider, set a fixed value (0) as the controller, and play with the accel and damp until you get it satisfyingly springy. You can then replace the controller with a variable, e.g. getVar("spring",0)
      Then, in onTouch of the same object, use setVar("spring",1)

      This means that when the object is touched, the 'default' position of the springy slider will move from the 0 position to the 1 position.

      posted in SketchyPhysics
      W
      Wacov
    • RE: SketchyPhysics

      Exploding is only needed if you download directly into your model. Try just downloading as a file, and opening that (don't explode it!). If that still doesn't work, please check you have SketchyPhysics version 3 RC1 (release candidate one) or higher.

      posted in SketchyPhysics
      W
      Wacov
    • RE: MotorSketch 2 - SketchUp game

      Thanks πŸ˜„

      These are the original, unmodified, low-ish poly vehicles. The larger red one is more detailed, since it was built to be the player's vehicle, although I eventually removed the interior for the game:


      Boa1.jpg


      Boa2.jpg


      Boa3.jpg


      Devil1.jpg


      Devil2.jpg


      Devil3.jpg

      posted in Gallery
      W
      Wacov
    • MotorSketch 2 - SketchUp game

      This is an arcadey off-road racer, built and running entirely in SketchUp, using SketchyPhysics RC1 with alot of scripting on the side πŸ˜„
      Features include three path-following AI vehicles, a scripted camera rig, boost, a working HUD, and, of course, a great big track for the race to take place on πŸ˜„
      Newscreen1.jpg
      Newscreen2.jpg
      Newscreen3.jpg
      Newscreen4.jpg
      Newscreen5.jpg
      Newscreen6.jpg
      Newscreen7.jpg
      If you'd like to check out the full model, download at: http://www.timacheson.com/SkyDrive/DirectLinkRedirect?pageUrl=http%3A%2F%2Fcid-414bedf92f9630f7.skydrive.live.com%2Fself.aspx%2F.Public%2FMotorsketch%25202%2520-%2520SketchGod%2520Mesa%2520-%2520RACE.skp, and, if you have SP3 RC1, you can have a quick race yourself πŸ˜„ (Download link is to SkyDrive, using Tim Acheson's redirect)

      The game has been finished for a while now, and I've actually begun work on a second track that absolutely dwarves this one, and started a small competition to create a third (if anyone's interested πŸ˜‰ )

      posted in Gallery
      W
      Wacov
    • RE: Hobbnob's WIP Thread

      The AI will follow only their individual routes, you can make each one drive wherever you like πŸ˜„

      posted in Gallery
      W
      Wacov
    • RE: [Plugin] Make Fur v.2.1.0(20140323)

      Amazing plugin, can't believe it's actually possible in SU πŸ˜„
      Fur plugin test.jpg

      posted in Plugins
      W
      Wacov
    • 1
    • 2
    • 3
    • 4
    • 5
    • 26
    • 27
    • 2 / 27