Package | Description |
---|---|
customnode | |
ij3d |
Modifier and Type | Class and Description |
---|---|
class |
Box |
class |
Cone |
class |
CustomIndexedTriangleMesh |
class |
CustomLineMesh |
class |
CustomPointMesh |
class |
CustomQuadMesh |
class |
CustomTransparentTriangleMesh |
class |
CustomTriangleMesh |
class |
Primitive |
class |
Sphere |
class |
Tube |
Modifier and Type | Method and Description |
---|---|
CustomMesh |
CustomMeshNode.getMesh() |
CustomMesh |
CustomMultiMesh.getMesh(int i) |
Modifier and Type | Method and Description |
---|---|
static HashMap<String,CustomMesh> |
WavefrontLoader.load(String objfile)
Load the specified obj file and returns the result as a hash map, mapping
the object names to the corresponding
CustomMesh objects. |
static Map<String,CustomMesh> |
STLLoader.load(String stlfile)
Load the specified stl file and returns the result as a hash map, mapping
the object names to the corresponding
CustomMesh objects. |
static Map<String,CustomMesh> |
MeshLoader.load(String file) |
static Map<String,CustomMesh> |
MeshLoader.loadDXF(String file) |
static Map<String,CustomMesh> |
MeshLoader.loadSTL(String file) |
static Map<String,CustomMesh> |
MeshLoader.loadWavefront(String file) |
Modifier and Type | Method and Description |
---|---|
void |
CustomMultiMesh.add(CustomMesh mesh) |
void |
CustomMultiMesh.remove(CustomMesh mesh) |
Modifier and Type | Method and Description |
---|---|
static void |
WavefrontExporter.save(Map<String,CustomMesh> meshes,
String objFile) |
static void |
WavefrontExporter.save(Map<String,CustomMesh> meshes,
String mtlFileName,
Writer objWriter,
Writer mtlWriter)
Write the given collection of
CustomMesh es; |
Constructor and Description |
---|
CustomMeshNode(CustomMesh mesh) |
CustomMultiMesh(CustomMesh customMesh) |
Constructor and Description |
---|
CustomMultiMesh(List<CustomMesh> meshes) |
Modifier and Type | Method and Description |
---|---|
Content |
Image3DUniverse.addCustomMesh(CustomMesh mesh,
String name)
Add a custom mesh to the universe.
|
Content |
Image3DUniverse.createContent(CustomMesh mesh,
String name)
Create a Content object from the mesh.
|
static Content |
ContentCreator.createContent(CustomMesh mesh,
String name) |
static Content |
ContentCreator.createContent(CustomMesh mesh,
String name,
int tp) |
Copyright © 2015–2021 Fiji. All rights reserved.