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 texture, Texture texture2, float x, float y, float z, float r, float g, float b, float a, ObjectRenderEffects ore, boolean bUseStencil, float fadeAlpha) -
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)