Add models.txt, and code to load models from it, and lots of models

This commit is contained in:
Mike Primm 2011-07-12 02:08:48 -05:00
parent 57ea6aefd6
commit de2cdf5411
8 changed files with 1025 additions and 118 deletions

View file

@ -52,4 +52,8 @@ public interface HDPerspectiveState {
* Get pixel Y coordinate
*/
int getPixelY();
/**
* Return submodel alpha value (-1 if no submodel rendered)
*/
int getSubmodelAlpha();
}