Improve cave render - finish 'onlyiflit' support
This commit is contained in:
parent
96a2978548
commit
2c3ec9e001
4 changed files with 25 additions and 7 deletions
|
|
@ -240,6 +240,10 @@ public class IsoHDPerspective implements HDPerspective {
|
|||
* Get pixel Y coordinate
|
||||
*/
|
||||
public final int getPixelY() { return py; }
|
||||
/**
|
||||
* Get map iterator
|
||||
*/
|
||||
public final MapIterator getMapIterator() { return mapiter; }
|
||||
/**
|
||||
* Return submodel alpha value (-1 if no submodel rendered)
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue