Tag: Tutorial

3D Printing AJAX App Store Arduino BASH blog C++ ChordCalc code CSharp D5 D6 D7 Drupal FancyZoom FretPet future iOS development iPad Javascript Jekyll journal jQuery lesson macOS Marlin migration news parody perl personal programming RepRap site Terminal thinkyhead tutorial Unity3D unix XCode

Stretchy Objects in Unity 3D - Part 2

November 23, 2015

In Part 1 of this tutorial we got acquainted with the mathematics and methods to scale and rotate an object between any two points in world space. We took advantage of Unity’s built-in methods to significantly reduce the amount of...

Stretchy Objects in Unity 3D

November 18, 2015

Continued in Part 2! In graphics applications, it is very common to need to draw a line from one point to another. In games and simulations we often need to do this trick using 3D objects, and as it happens...