Add basic support for banner rendering
This commit is contained in:
parent
049bbeda83
commit
31bbe96051
5 changed files with 58 additions and 9 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue