Class OutlinePass

All Implemented Interfaces:
Serializable

public class OutlinePass extends RenderPass
This Pass can be used for drawing an outline around geometry objects. It does this by first drawing the geometry as normal, and then drawing an outline using the geometry's wireframe.
See Also:
  • Field Details

  • Constructor Details

    • OutlinePass

      public OutlinePass(boolean antialiased)
  • Method Details

    • doRender

      public void doRender(Renderer renderer)
      Overrides:
      doRender in class RenderPass
    • setOutlineWidth

      public void setOutlineWidth(float width)
    • getOutlineWidth

      public float getOutlineWidth()
    • setOutlineColor

      public void setOutlineColor(ReadOnlyColorRGBA outlineColor)
    • getOutlineColor

      public ReadOnlyColorRGBA getOutlineColor()
    • getBlendState

      public BlendState getBlendState()
    • setBlendState

      public void setBlendState(BlendState alphaState)