public static class ModelRenderer.ModelBox
extends java.lang.Object
| 修飾子とタイプ | フィールドと説明 | 
|---|---|
| float | posX1 | 
| float | posX2 | 
| float | posY1 | 
| float | posY2 | 
| float | posZ1 | 
| float | posZ2 | 
| コンストラクタと説明 | 
|---|
| ModelBox(int texOffX,
        int texOffY,
        float x,
        float y,
        float z,
        float width,
        float height,
        float depth,
        float deltaX,
        float deltaY,
        float deltaZ,
        boolean mirorIn,
        float texWidth,
        float texHeight) |