theshepanator

  • 活動總數 28
  • 最後一個活動
  • 成員加入日期為
  • 追蹤 0 個使用者
  • 跟隨者 0 個使用者
  • 投票數 0
  • 訂閱數 12
  • theshepanator 已評論,

    Maybe try using two splitters in a row to get the positive & negative component of your left & right stick movement, then link this up to two separate rotators.

  • theshepanator 已評論,

    I haven't experienced the thing you talk about, but a workaround could be to put all your animation timelines inside a microchip, and then have that microchip turned on by a 0.5s timer. (programmer...

  • theshepanator 已評論,

    What's probably happening is that the output you're using from the timer is continuous. It means that instead of just turning on when the timer is finished, it constantly outputs a value between 0 ...

  • theshepanator 已建立貼文,

    Explode object view/ see constituent objects

    Hey!I remember seeing a long time ago on a stream that it was possible to see an exploded view of an object/ scene where you could see all of the individual sculpts separately.Is that feature still...

  • theshepanator 已評論,

    I'm not sure why you would need anything to update faster than 10 times a second, I'm not sure if it's possible to make a clock that's faster than that.Maybe try a tag in a timeline going ridiculou...

  • theshepanator 已評論,

    Just provide it with a positive or negative input. For instance put the left stick output from a controller gadget into a splitter, then hook the left&right output of that into your bolt. It should...

  • theshepanator 已評論,

    There's a separate guide for angle snapping, and I think grid snapped things will snap from their centre of mass, meaning the edges of the object might be off the grid.Try the different guides to s...

  • theshepanator 已評論,

    I don't have the game in front of me to test, but maybe it's because the "angular velocity" output of the rotation sensor is the X, Y & Z components of the object's rotation all combined.Put the si...

  • theshepanator 已評論,

    Not sure, I haven't played around with the cameras yet. There might be an input directly in the camera gadget for tilt, which you could wire the up + down portion of the right stick from the splitt...

  • theshepanator 已評論,

    You will need a few splitters and movers/rotators to make a puppet with strafing controls :-)>For strafing:Controller gadget: Left Stick > Splitter Gadget: Left + Right output > X Axis input on...