Package zombie.core.skinnedmodel.model
Class VehicleSubModelInstance
java.lang.Object
zombie.core.skinnedmodel.model.ModelInstance
zombie.core.skinnedmodel.model.VehicleSubModelInstance
public final class VehicleSubModelInstance extends ModelInstance
-
Nested Class Summary
Nested classes/interfaces inherited from class zombie.core.skinnedmodel.model.ModelInstance
ModelInstance.EffectLight, ModelInstance.FrameLightBlendStatus, ModelInstance.FrameLightInfo, ModelInstance.PlayerData
-
Field Summary
Fields Modifier and Type Field Description int
degrees
BaseVehicle.ModelInfo
modelInfo
Fields inherited from class zombie.core.skinnedmodel.model.ModelInstance
AnimPlayer, attachmentNameParent, attachmentNameSelf, bResetAfterRender, character, data, depthBias, hue, m_lock, m_modelScript, m_textureInitializer, maskVariableValue, matrixModel, model, MODEL_LIGHT_MULT_OUTSIDE, MODEL_LIGHT_MULT_ROOM, object, parent, parentBone, parentBoneName, playerData, renderRefCount, scale, softwareMesh, sub, tex, tintB, tintG, tintR
-
Constructor Summary
Constructors Constructor Description VehicleSubModelInstance()
-
Method Summary
Methods inherited from class zombie.core.skinnedmodel.model.ModelInstance
applyModelScriptScale, clearOwner, destroySmartTextures, dismember, getAttachment, getAttachmentById, getAttachmentMatrix, getAttachmentMatrix, getAttachmentMatrixById, getItemVisual, getOwner, getTextureInitializer, hasTextureCreator, init, isRendering, LoadTexture, reset, SetForceDir, setInstanceSkip, setItemVisual, setOwner, setTextureInitializer, Update, UpdateDir, updateLights
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
modelInfo
-
degrees
public int degrees
-
-
Constructor Details
-
VehicleSubModelInstance
public VehicleSubModelInstance()
-