Class SmoothFaces
- java.lang.Object
-
- com.realtime.crossfire.jxclient.faces.SmoothFaces
-
public class SmoothFaces extends java.lang.ObjectMaintains smoothing information received from the Crossfire server.
-
-
Constructor Summary
Constructors Constructor Description SmoothFaces()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetSmoothFace(int face)Returns the smoothing face associated with a given face.voidupdateSmoothFace(int face, int smoothFace)Updates smooth face information.
-
-
-
Method Detail
-
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
-
-