Fix observer, handle vertical flips in modellist
This commit is contained in:
parent
fcdb7d04b5
commit
2ba2eb8517
5 changed files with 24 additions and 9 deletions
|
|
@ -1,7 +1,7 @@
|
|||
package org.dynmap.renderer;
|
||||
|
||||
public interface RenderPatchFactory {
|
||||
public enum SideVisible { TOP, BOTTOM, BOTH, FLIP, TOPFLIP };
|
||||
public enum SideVisible { TOP, BOTTOM, BOTH, FLIP, TOPFLIP, TOPFLIPV };
|
||||
|
||||
/**
|
||||
* Get/create patch with given attributes.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue