Revision 5eb4cc34
Added by Leszek Koltunski over 4 years ago
src/main/java/org/distorted/library/mesh/MeshBase.java | ||
---|---|---|
31 | 31 |
import org.distorted.library.type.Static4D; |
32 | 32 |
|
33 | 33 |
import java.io.DataOutputStream; |
34 |
import java.io.FileNotFoundException; |
|
35 |
import java.io.FileOutputStream; |
|
36 | 34 |
import java.io.IOException; |
37 | 35 |
import java.io.DataInputStream; |
38 | 36 |
import java.nio.ByteBuffer; |
Also available in: Unified diff
Reading a mesh from the .dmesh file works now.