@awayjs/scene
Version:
AwayJS scene classes
17 lines • 591 B
TypeScript
export interface ISceneSettings {
ALLOW_FORCE_MSAA: number;
ALLOW_APPROXIMATION: number;
MSAA_MINIMAL_IMAGE_SIZE: number;
USE_UNSAFE_CACHE_AS_BITMAP: boolean;
USE_UNSAFE_SCALE_9_SLICE: boolean;
USE_UNSAFE_FILTERS: boolean;
USE_UNSAFE_BLENDS: boolean;
CPU_COPY_PIXELS_COUNT: number;
REMAP_BLEND_MODE: boolean;
BLEND_MODE_REMAP_TABLE: Record<string, string>;
FONT_TESSELATION_QUALITY: number;
USE_UNSAFE_FNT: boolean;
TEXT_SHAPE_ROUND_PRECISION: number;
}
export declare const Settings: ISceneSettings;
//# sourceMappingURL=Settings.d.ts.map