|
|
|
@ -29,8 +29,11 @@ public class ItemTemplate {
@@ -29,8 +29,11 @@ public class ItemTemplate {
|
|
|
|
|
|
|
|
|
|
obj_name = (String) jsonObject.get("obj_name"); |
|
|
|
|
JSONArray scaleData = (JSONArray) jsonObject.get("obj_scale"); |
|
|
|
|
obj_scale = new Vector3fImmutable((Float) scaleData.get(0), (Float) scaleData.get(0), |
|
|
|
|
(Float) scaleData.get(2)); |
|
|
|
|
|
|
|
|
|
Float tempValue = ((Float) scaleData.get(0)); |
|
|
|
|
|
|
|
|
|
// obj_scale = new Vector3fImmutable((Float) scaleData.get(0), (Float) scaleData.get(0),
|
|
|
|
|
// (Float) scaleData.get(2));
|
|
|
|
|
obj_render_object = ((Long) jsonObject.get("obj_render_object")).intValue(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|