Package zombie.core.skinnedmodel.model
Class ModelSlotRenderData
java.lang.Object
zombie.core.textures.TextureDraw.GenericDrawer
zombie.core.skinnedmodel.model.ModelSlotRenderData
-
Field Summary
FieldsModifier and TypeFieldDescriptionfloatfloatfloatfloatfloatbooleanbooleanfloatfinal ModelInstance.EffectLight[]floatfloatfloatbooleanfloatfloatfloatfinal Matrix4ffloatfloatfloat -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ModelSlotRenderDataalloc()init(ModelManager.ModelSlot modelSlot) protected voidvoidvoidrender()void
-
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
-