Uses of Class
zombie.iso.objects.ObjectRenderEffects
Packages that use ObjectRenderEffects
-
Uses of ObjectRenderEffects in zombie.core.textures
Methods in zombie.core.textures with parameters of type ObjectRenderEffectsModifier and TypeMethodDescriptionvoidTexture.render(ObjectRenderEffects dr, float x, float y, float _width, float _height, float r, float g, float b, float a, Consumer<TextureDraw> texdModifier) -
Uses of ObjectRenderEffects in zombie.iso
Methods in zombie.iso that return ObjectRenderEffectsModifier and TypeMethodDescriptionIsoObject.getObjectRenderEffects()IsoObject.getObjectRenderEffectsToApply()IsoObject.getWindRenderEffects()Methods in zombie.iso with parameters of type ObjectRenderEffects -
Uses of ObjectRenderEffects in zombie.iso.fboRenderChunk
Methods in zombie.iso.fboRenderChunk with parameters of type ObjectRenderEffectsModifier and TypeMethodDescriptionvoidFBORenderTrees.addTree(Texture texture0, Texture texture1, float float0, float float1, float float2, float float3, float float4, float float5, float float6, ObjectRenderEffects objectRenderEffects, boolean boolean0, float float7) -
Uses of ObjectRenderEffects in zombie.iso.objects
Methods in zombie.iso.objects that return ObjectRenderEffectsModifier and TypeMethodDescriptionstatic ObjectRenderEffectsObjectRenderEffects.alloc()static ObjectRenderEffectsObjectRenderEffects.getNew(IsoObject _parent, RenderEffectType t, boolean reuseEqualType) static ObjectRenderEffectsObjectRenderEffects.getNew(IsoObject _parent, RenderEffectType t, boolean reuseEqualType, boolean dontAdd) static ObjectRenderEffectsObjectRenderEffects.getNextWindEffect(int _windType, boolean isTreeLike) Methods in zombie.iso.objects with parameters of type ObjectRenderEffectsModifier and TypeMethodDescriptionvoidObjectRenderEffects.add(ObjectRenderEffects other) voidObjectRenderEffects.copyMainFromOther(ObjectRenderEffects other) static voidObjectRenderEffects.release(ObjectRenderEffects o)