Uses of Class
zombie.iso.IsoLightSource
Packages that use IsoLightSource
Package
Description
-
Uses of IsoLightSource in zombie.core.skinnedmodel.model
Methods in zombie.core.skinnedmodel.model with parameters of type IsoLightSourceModifier and TypeMethodDescriptionvoid
Model.debugDrawLightSource
(IsoLightSource ls, float cx, float cy, float cz, float radians) void
ModelInstance.EffectLight.set
(IsoLightSource isoLightSource) -
Uses of IsoLightSource in zombie.iso
Methods in zombie.iso that return IsoLightSourceModifier and TypeMethodDescriptionIsoCell.addLamppost
(int x, int y, int z, float r, float g, float b, int rad) IsoObject.getLightSource()
IsoCell.getLightSourceAt
(int x, int y, int z) Methods in zombie.iso that return types with arguments of type IsoLightSourceMethods in zombie.iso with parameters of type IsoLightSourceModifier and TypeMethodDescriptionvoid
IsoCell.addLamppost
(IsoLightSource light) void
IsoCell.removeLamppost
(IsoLightSource light) void
IsoObject.setLightSource
(IsoLightSource isoLightSource) -
Uses of IsoLightSource in zombie.iso.areas
Fields in zombie.iso.areas with type parameters of type IsoLightSource -
Uses of IsoLightSource in zombie.iso.objects
Fields in zombie.iso.objects declared as IsoLightSourceModifier and TypeFieldDescriptionprotected IsoLightSource
IsoWaveSignal.lightSource
IsoFire.LightSource
protected IsoLightSource
IsoFireplace.LightSource
Fields in zombie.iso.objects with type parameters of type IsoLightSourceMethods in zombie.iso.objects that return IsoLightSourceMethods in zombie.iso.objects that return types with arguments of type IsoLightSourceMethods in zombie.iso.objects with parameters of type IsoLightSource -
Uses of IsoLightSource in zombie.vehicles
Methods in zombie.vehicles with parameters of type IsoLightSourceModifier and TypeMethodDescriptionvoid
BaseVehicle.fixLightbarModelLighting
(IsoLightSource isoLightSource, org.joml.Vector3f vector3f)