Package zombie.core.skinnedmodel
Class ModelCamera
java.lang.Object
zombie.core.skinnedmodel.ModelCamera
- All Implemented Interfaces:
IModelCamera
- Direct Known Subclasses:
CharacterModelCamera,ParticleModelCamera,VehicleModelCamera
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanstatic ModelCamerabooleanbooleanfloatfloatfloatfloat -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface zombie.core.opengl.IModelCamera
Begin, End
-
Field Details
-
instance
-
m_useAngle
public float m_useAngle -
m_bUseWorldIso
public boolean m_bUseWorldIso -
m_x
public float m_x -
m_y
public float m_y -
m_z
public float m_z -
m_bInVehicle
public boolean m_bInVehicle -
bDepthMask
public boolean bDepthMask
-
-
Constructor Details
-
ModelCamera
public ModelCamera()
-