Package zombie.core.skinnedmodel
Class ModelCamera
java.lang.Object
zombie.core.skinnedmodel.ModelCamera
public class ModelCamera
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description protected Matrix4
_modelview
protected Vector3
_position
protected Matrix4
_projection
protected Vector3
_target
static ModelCamera
instance
float
VehicleScaleHack
-
Constructor Summary
Constructors Constructor Description ModelCamera(int int1, int int2)
-
Method Summary
Modifier and Type Method Description void
Begin(Model model)
void
BeginVehicle(Model model, ModelInstance modelInstance)
void
End()
void
setDir(Vector2 vector2, ModelInstance modelInstance)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
instance
-
_projection
-
_modelview
-
_position
-
_target
-
VehicleScaleHack
public float VehicleScaleHack
-
-
Constructor Details
-
ModelCamera
public ModelCamera(int int1, int int2)
-
-
Method Details
-
End
public void End() -
Begin
-
BeginVehicle
-
setDir
-