Fix observer, handle vertical flips in modellist

This commit is contained in:
Mike Primm 2022-01-30 01:16:47 -06:00
parent fcdb7d04b5
commit 2ba2eb8517
5 changed files with 24 additions and 9 deletions

View file

@ -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.