|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CalCoreMesh | |
|---|---|
| org.jagatoo.loaders.models.cal3d.core | |
| Uses of CalCoreMesh in org.jagatoo.loaders.models.cal3d.core |
|---|
| Fields in org.jagatoo.loaders.models.cal3d.core declared as CalCoreMesh | |
|---|---|
protected CalCoreMesh |
CalMesh.coreMesh
|
| Fields in org.jagatoo.loaders.models.cal3d.core with type parameters of type CalCoreMesh | |
|---|---|
protected java.util.Map<java.lang.String,CalCoreMesh> |
CalCoreModel.mapCoreMesh
|
| Methods in org.jagatoo.loaders.models.cal3d.core that return CalCoreMesh | |
|---|---|
CalCoreMesh |
CalMesh.getCoreMesh()
Provides access to the core mesh. |
CalCoreMesh |
CalCoreModel.getCoreMesh(java.lang.String coreMeshId)
Provides access to a core mesh. |
static CalCoreMesh |
CalLoader.loadCoreMesh(java.io.InputStream in)
|
static CalCoreMesh |
CalLoader.loadCoreMesh(java.net.URL resource)
Loads a core mesh instance. |
| Methods in org.jagatoo.loaders.models.cal3d.core that return types with arguments of type CalCoreMesh | |
|---|---|
java.util.Map<java.lang.String,CalCoreMesh> |
CalCoreModel.getCoreMeshes()
Gets all the core meshes in a single map |
| Methods in org.jagatoo.loaders.models.cal3d.core with parameters of type CalCoreMesh | |
|---|---|
int |
CalCoreMesh.addAsMorphTarget(CalCoreMesh coreMesh)
Adds a core submesh as a morph target. |
void |
CalCoreModel.addCoreMesh(java.lang.String tag,
CalCoreMesh coreMesh)
/** Adds a core mesh. |
static void |
CalSaver.saveCoreMesh(java.io.OutputStream file,
CalCoreMesh coreMesh)
Saves a core mesh instance. |
| Constructors in org.jagatoo.loaders.models.cal3d.core with parameters of type CalCoreMesh | |
|---|---|
CalMesh(CalCoreMesh coreMesh)
Creates a mesh based on a core mesh. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||