Package zombie.core.skinnedmodel.model
Class ModelSlotRenderData
java.lang.Object
zombie.core.textures.TextureDraw.GenericDrawer
zombie.core.skinnedmodel.model.ModelSlotRenderData
public final class ModelSlotRenderData extends TextureDraw.GenericDrawer
-
Field Summary
Fields Modifier and Type Field Description floatalphafloatambientBfloatambientGfloatambientRAnimationPlayeranimPlayerfloatanimPlayerAnglebooleanbInVehiclebooleanbOutsidefloatcenterOfMassYIsoGameCharactercharacterModelInstance.EffectLight[]effectLightsfloatinVehicleXfloatinVehicleYfloatinVehicleZModelInstanceRenderDataListmodelDataIsoMovingObjectobjectbooleanRENDER_TO_TEXTUREModelInstanceTextureCreatortextureCreatorfloatvehicleAngleXfloatvehicleAngleYfloatvehicleAngleZMatrix4fvehicleTransformfloatxfloatyfloatz -
Constructor Summary
Constructors Constructor Description ModelSlotRenderData() -
Method Summary
Modifier and Type Method Description static ModelSlotRenderDataalloc()ModelSlotRenderDatainit(ModelManager.ModelSlot modelSlot)protected voidperformRenderCharacterOutline()voidpostRender()voidrender()voidrenderDebug()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
character
-
object
-
modelData
-
textureCreator
-
animPlayer
-
animPlayerAngle
public float animPlayerAngle -
x
public float x -
y
public float y -
z
public float z -
ambientR
public float ambientR -
ambientG
public float ambientG -
ambientB
public float ambientB -
bOutside
public boolean bOutside -
vehicleTransform
-
bInVehicle
public boolean bInVehicle -
inVehicleX
public float inVehicleX -
inVehicleY
public float inVehicleY -
inVehicleZ
public float inVehicleZ -
vehicleAngleX
public float vehicleAngleX -
vehicleAngleY
public float vehicleAngleY -
vehicleAngleZ
public float vehicleAngleZ -
alpha
public float alpha -
effectLights
-
centerOfMassY
public float centerOfMassY -
RENDER_TO_TEXTURE
public boolean RENDER_TO_TEXTURE
-
-
Constructor Details
-
ModelSlotRenderData
public ModelSlotRenderData()
-
-
Method Details
-
init
-
render
public void render()- Specified by:
renderin classTextureDraw.GenericDrawer
-
renderDebug
public void renderDebug() -
performRenderCharacterOutline
protected void performRenderCharacterOutline() -
postRender
public void postRender()- Overrides:
postRenderin classTextureDraw.GenericDrawer
-
alloc
-