Package zombie.core.skinnedmodel.model
Class ModelSlotRenderData
java.lang.Object
zombie.core.textures.TextureDraw.GenericDrawer
zombie.core.skinnedmodel.model.ModelSlotRenderData
-
Field Summary
Modifier and TypeFieldDescriptionfloat
float
float
float
float
boolean
boolean
float
final ModelInstance.EffectLight[]
float
float
float
boolean
float
float
float
final Matrix4f
float
float
float
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ModelSlotRenderData
alloc()
init
(ModelManager.ModelSlot modelSlot) protected void
void
void
render()
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:
render
in classTextureDraw.GenericDrawer
-
renderDebug
public void renderDebug() -
performRenderCharacterOutline
protected void performRenderCharacterOutline() -
postRender
public void postRender()- Overrides:
postRender
in classTextureDraw.GenericDrawer
-
alloc
-