Fix handling of flipped texture offsets

This commit is contained in:
Mike Primm 2022-02-15 22:39:01 -06:00
parent f6a2f673e0
commit 2d076333af
6 changed files with 19 additions and 4 deletions

View file

@ -1,7 +1,7 @@
package org.dynmap.renderer;
public interface RenderPatchFactory {
public enum SideVisible { TOP, BOTTOM, BOTH, FLIP, TOPFLIP, TOPFLIPV };
public enum SideVisible { TOP, BOTTOM, BOTH, FLIP, TOPFLIP, TOPFLIPV, TOPFLIPHV };
/**
* Get/create patch with given attributes.