public class MeshFile extends MeshBase
Such a file must have been created with help of MeshBase.write().
MAX_EFFECT_COMPONENTS
Constructor and Description |
---|
MeshFile(java.io.DataInputStream stream)
Read mesh description from a file.
|
MeshFile(MeshFile mesh,
boolean deep)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
MeshFile |
copy(boolean deep)
Copy the Mesh.
|
int |
getNumBytes()
Return number of bytes read from the mesh file.
|
addEmptyTexComponent, apply, apply, getMaxEffComponents, getShowNormals, getTextureMap, getUniforms, getUseCenters, markForDeletion, mergeEffComponents, mergeTexComponents, numEffComponents, numTexComponents, setComponentCenter, setEffectAssociation, setShowNormals, setTextureMap, setUseCenters, write
public MeshFile(java.io.DataInputStream stream)
File format: as written by MeshBase.write().
public MeshFile(MeshFile mesh, boolean deep)
public MeshFile copy(boolean deep)
public int getNumBytes()