Class SmoothFaces
java.lang.Object
com.realtime.crossfire.jxclient.faces.SmoothFaces
Maintains smoothing information received from the Crossfire server.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetSmoothFace(int face) Returns the smoothing face associated with a given face.voidupdateSmoothFace(int face, int smoothFace) Updates smooth face information.
-
Constructor Details
-
SmoothFaces
public SmoothFaces()
-
-
Method Details
-
getSmoothFace
public int getSmoothFace(int face) Returns the smoothing face associated with a given face.- Parameters:
face- the face- Returns:
- the smoothing face or
0
-
updateSmoothFace
public void updateSmoothFace(int face, int smoothFace) Updates smooth face information.- Parameters:
face- the face numbersmoothFace- the face number of the corresponding smooth face
-