Jump to content

Grubzer

Members
  • Posts

    1
  • Joined

  • Last visited

Grubzer's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I am writing a script to export blockbuster mod records to blender, but having trouble with units that this mod uses. In source code it appears to get player rotation from EntityPlayer, but what units it uses is a mystery to me and i cant seem to find any documentation for that. What units are used there? SOLVED: for 1.12 it is a weird usage of degrees. They arent clamped to 180...-180 or 0...360 range, so at first i was puzzled by values larger than 360, but then i found source code for it on github, and some method inside of it did modulo divison by 360f, so i tried it and after converting degrees to radians and accounting for different coordinate systems, it worked
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.