Start structuring for shaders and perspectives
This commit is contained in:
parent
ae190b3c57
commit
52f23f5e2d
8 changed files with 82 additions and 6 deletions
6
src/main/java/org/dynmap/hdmap/HDPerspective.java
Normal file
6
src/main/java/org/dynmap/hdmap/HDPerspective.java
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
package org.dynmap.hdmap;
|
||||
|
||||
public interface HDPerspective {
|
||||
/* Get name of perspective */
|
||||
String getName();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue