Fix handling of flipped texture offsets

This commit is contained in:
Mike Primm 2022-02-15 22:39:01 -06:00
parent 53c4ebf233
commit dacd51aabb
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.