Package com.t3_tp3d.game.renderer.mesh
Class PatientMesh
- java.lang.Object
-
- com.t3_tp3d.game.renderer.mesh.Mesh
-
- com.t3_tp3d.game.renderer.mesh.DynamicMesh
-
- com.t3_tp3d.game.renderer.mesh.PatientMesh
-
public class PatientMesh extends DynamicMesh
-
-
Field Summary
-
Fields inherited from class com.t3_tp3d.game.renderer.mesh.Mesh
DIMENSION_SIZE, VERTEX_PER_FACE, X_OFFSET, Y_OFFSET
-
-
Constructor Summary
Constructors Constructor Description PatientMesh(int patientId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setPatientId(int id)
-
Methods inherited from class com.t3_tp3d.game.renderer.mesh.DynamicMesh
getHeight, getWidth, load
-
-