Skip to content

Instantly share code, notes, and snippets.

View piranha771's full-sized avatar

David Asmuth piranha771

  • Hamburg, Germany
View GitHub Profile
/**
* Author: David Asmuth
* Contact: piranha771@gmail.com
* License: Public domain
*
* Converts the .fbx model
* from Blender orientation system (Z is up, Y is forward)
* to the Unity3D orientation system (Y is up, Z is forward)
*/
using System.IO;