needs to also specify a texture atlas if we're going to make this standalone
This commit is contained in:
parent
5b16f75007
commit
d37c67e4ba
|
@ -12,5 +12,6 @@ public class JsonMaterialMapping {
|
||||||
public float maxV;
|
public float maxV;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public String textureAtlas;
|
||||||
public ArrayList<Material> materials;
|
public ArrayList<Material> materials;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue