PIXI.MSAA_QUALITY

MSAA_QUALITY

Constants for multi-sampling antialiasing.

See: PIXI.Framebuffer#multisample

Summary


Properties from MSAA_QUALITY

number
static HIGH
number
static LOW
number
static MEDIUM
number
static NONE

Public Properties


HIGH index.ts:507
static HIGH: number

Try 8 samples

LOW index.ts:507
static LOW: number

Try 2 samples

MEDIUM index.ts:507
static MEDIUM: number

Try 4 samples

NONE index.ts:507
static NONE: number

No multisampling for this renderTexture


Powered by webdoc!