Class ZBufferPaperType3D

  • All Implemented Interfaces:
    PaperType, PaperType3D

    public class ZBufferPaperType3D
    extends RgbPaperType3D
    Bitmapped 3D PaperType for opaque pixels only.

    It uses a Z-buffer to record the current frontmost colour at each pixel position and overwrites the colour only if a pixel at the same or a smaller Z-coordinate is plotted at the same graphics position.

    Since:
    14 Feb 2013
    Author:
    Mark Taylor
    • Constructor Detail

      • ZBufferPaperType3D

        public ZBufferPaperType3D()
        Constructor.