modelviewer: fix most of rotation logic

Also add alpha support
This commit is contained in:
Adam
2018-04-25 21:10:09 -04:00
parent de7c495c4d
commit a0033320c5
4 changed files with 52 additions and 71 deletions

View File

@@ -70,6 +70,12 @@
<version>2.5</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>