61 #ifndef SOFT_TISSUE_MESH_H 95 LiverMesh(
bool optimize_texture_coordinates =
true,
96 unsigned int texture_2D_size = 512,
97 unsigned int texture_3D_size = 32);
110 #endif // __LiverMesh_h SoftTissueMesh is a class to handle a polygon mesh for an internal organ. It uses procedural texturin...
LiverMesh is a class to handle a polygon mesh for a liver. It uses 3D texture for the bump map and 2D...
Class to handle a polygon mesh for an internal organ.
virtual ~LiverMesh()
Destructor.
LiverMesh(bool optimize_texture_coordinates=true, unsigned int texture_2D_size=512, unsigned int texture_3D_size=32)
Default Constructor.