Class BufferedGroup

All Implemented Interfaces:
Mask

public class BufferedGroup extends ContainerBasedEntity<BufferedGroup> implements Mask
A BufferedGroup is an Entity which acts as a container for other entities.

Its children are rendered into a dynamic texture before being displayed. This reduces artifacts caused by rounding errors at the cost of lower performance.

  • Constructor Details

    • BufferedGroup

      public BufferedGroup()