Index

Package: Software_Anti_Aliasing (generic)

Description

generic

  with procedure Display;

package GLOBE_3D.Software_Anti_Aliasing is
GLOBE_3D.Software_Anti_Aliasing provides a software method for smoothing pictures by displaying several times a scene with subpixel translations.

Types

Quality

type Quality is (Q1, Q3, Q4, Q11, Q16, Q29, Q90);
Q1 means no aliasing at all

Subprograms & Entries