Add models.txt, and code to load models from it, and lots of models
This commit is contained in:
parent
315bca015d
commit
ea44be18d1
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