devNotes 8-26-16 Story Board 1

  MSI GS60 Disassembly   http://forum.notebookreview.com/threads/msi-gs60-ghost-tweak-information.761608/ using UnityEngine; using System.Collections; // Author: Eric Eastwood (ericeastwood.com) // // Description: // Written for this gd.se question: http://gamedev.stackexchange.com/a/75748/16587 // Simulates/Emulates pendulum motion in code // Works in any 3D direction and with any force/direciton of gravity // // Demonstration: https://i.imgur.com/vOQgFMe.gif // // Usage: https://i.imgur.com/BM52dbT.png public class Pendulum : … Continue reading devNotes 8-26-16 Story Board 1