mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
Reduce visibility of VBOBufferData
This commit is contained in:
parent
dc8ec31ccd
commit
8d244baf12
@ -12,7 +12,7 @@ import net.minecraftforge.client.model.obj.Vertex;
|
|||||||
|
|
||||||
public class WavefrontObjVBO implements IModelCustomNamed {
|
public class WavefrontObjVBO implements IModelCustomNamed {
|
||||||
|
|
||||||
public class VBOBufferData {
|
class VBOBufferData {
|
||||||
|
|
||||||
String name;
|
String name;
|
||||||
int vertices = 0;
|
int vertices = 0;
|
||||||
@ -22,7 +22,7 @@ public class WavefrontObjVBO implements IModelCustomNamed {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public List<VBOBufferData> groups = new ArrayList<VBOBufferData>();
|
List<VBOBufferData> groups = new ArrayList<VBOBufferData>();
|
||||||
|
|
||||||
static int VERTEX_SIZE = 3;
|
static int VERTEX_SIZE = 3;
|
||||||
static int UV_SIZE = 3;
|
static int UV_SIZE = 3;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user