mirror of
https://github.com/haselkern/Minecraft-ArmorStand.git
synced 2025-07-03 14:25:35 +00:00
Fixed Rotations
Minecraft uses world rotation, three.js uses local rotation. I was unable to find a way to convert the rotations, until now.
This commit is contained in:
parent
6bb0885d54
commit
5c466e71d2
2 changed files with 25 additions and 7 deletions
|
@ -28,7 +28,6 @@
|
|||
<div id="card">
|
||||
|
||||
<h1>MINECRAFT ARMOR STAND</h1>
|
||||
<b>Please note:</b> some rotation values do not work correctly.
|
||||
<div class="padding">
|
||||
<center>
|
||||
<a href="https://github.com/haselkern/Minecraft-ArmorStand" target="_blank"><img src="images/github.png" alt="GitHub" title="GitHub" /></a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue