|
|
@ -1575,6 +1575,7 @@ public class Mesh implements Savable, Cloneable, JmeCloneable { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
@Override |
|
|
|
|
|
|
|
@SuppressWarnings("unchecked") |
|
|
|
public void write(JmeExporter ex) throws IOException { |
|
|
|
public void write(JmeExporter ex) throws IOException { |
|
|
|
OutputCapsule out = ex.getCapsule(this); |
|
|
|
OutputCapsule out = ex.getCapsule(this); |
|
|
|
|
|
|
|
|
|
|
@ -1618,6 +1619,7 @@ public class Mesh implements Savable, Cloneable, JmeCloneable { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
@Override |
|
|
|
|
|
|
|
@SuppressWarnings("unchecked") |
|
|
|
public void read(JmeImporter im) throws IOException { |
|
|
|
public void read(JmeImporter im) throws IOException { |
|
|
|
InputCapsule in = im.getCapsule(this); |
|
|
|
InputCapsule in = im.getCapsule(this); |
|
|
|
meshBound = (BoundingVolume) in.readSavable("modelBound", null); |
|
|
|
meshBound = (BoundingVolume) in.readSavable("modelBound", null); |
|
|
|