Revision ccb4c899
Added by Leszek Koltunski over 4 years ago
| src/main/java/org/distorted/library/mesh/MeshFile.java | ||
|---|---|---|
| 22 | 22 |
import java.io.DataInputStream; |
| 23 | 23 |
|
| 24 | 24 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 25 |
|
|
| 25 |
/** |
|
| 26 |
* Read a file in our mesh format, 'dmesh' and create a Mesh from that. |
|
| 27 |
* <p> |
|
| 28 |
* Such a file must have been created with help of MeshBase.write(). |
|
| 29 |
*/ |
|
| 26 | 30 |
public class MeshFile extends MeshBase |
| 27 | 31 |
{
|
| 28 | 32 |
private int mBytes; |
| src/main/java/org/distorted/library/mesh/MeshJoined.java | ||
|---|---|---|
| 20 | 20 |
package org.distorted.library.mesh; |
| 21 | 21 |
|
| 22 | 22 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 23 |
|
|
| 23 |
/** |
|
| 24 |
* Create a Mesh which is a union of several simpler Meshes. |
|
| 25 |
*/ |
|
| 24 | 26 |
public class MeshJoined extends MeshBase |
| 25 | 27 |
{
|
| 26 | 28 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
Also available in: Unified diff
Add new comments for Javadoc.