model viewer: add support for texture rendering on terrain

This commit is contained in:
Adam
2017-01-15 13:06:11 -05:00
parent ffa9a820f1
commit 4ed2260da6
5 changed files with 338 additions and 9 deletions

View File

@@ -66,6 +66,11 @@
<artifactId>commons-cli</artifactId>
<version>1.3.1</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.5</version>
</dependency>
<dependency>
<groupId>junit</groupId>