Add models.txt, and code to load models from it, and lots of models
This commit is contained in:
parent
57ea6aefd6
commit
de2cdf5411
8 changed files with 1025 additions and 118 deletions
|
|
@ -52,4 +52,8 @@ public interface HDPerspectiveState {
|
|||
* Get pixel Y coordinate
|
||||
*/
|
||||
int getPixelY();
|
||||
/**
|
||||
* Return submodel alpha value (-1 if no submodel rendered)
|
||||
*/
|
||||
int getSubmodelAlpha();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue