Uses of Package
zombie.core.Styles

Packages that use zombie.core.Styles
zombie.core   
zombie.core.Styles   
 

Classes in zombie.core.Styles used by zombie.core
Style
          The default sprite renderer has various different styles of rendering, which affect what data it uses from the buffer and what GL state that it sets and resets before and after rendering.
 

Classes in zombie.core.Styles used by zombie.core.Styles
AbstractStyle
          Convenient base class implementation of Style
AlphaOp
          What to do with the alpha to the colours of a sprite
FloatList
          Quickly hacked together expandable list of floats
GeometryData
          Really basic geometry data which is used by Style
IntList
           
LightingStyle
           
ShortList
          Quickly hacked together expandable list of shorts
Style
          The default sprite renderer has various different styles of rendering, which affect what data it uses from the buffer and what GL state that it sets and resets before and after rendering.
TransparentStyle
          Renders sprites with proper alpha transparency.