Add basic support for banner rendering

This commit is contained in:
Mike Primm 2021-06-26 18:15:20 -05:00
parent 049bbeda83
commit 31bbe96051
5 changed files with 58 additions and 9 deletions

View file

@ -94,7 +94,7 @@ public interface RenderPatchFactory {
* @param xrot - degrees to rotate around X
* @param yrot - degrees to rotate around Y
* @param zrot - degrees to rotate around Z
* @param textureidx - texture index to be used for rotated patch
* @param textureidx - texture index to be used for rotated patch (-1 means same as original patch)
* @return patch requested
*/
public RenderPatch getRotatedPatch(RenderPatch patch, int xrot, int yrot, int zrot, int textureidx);