Skip to content

Why do I get skybox posterization? #263

Answered by mrDIMAS
Barugon asked this question in Q&A
Discussion options

You must be logged in to vote

Looks like texture compression artifacts, you can disable this by calling

engine.resource_manager.state().set_textures_import_options(
    TextureImportOptions::default().with_compression(CompressionOptions::NoCompression),
);

right after engine initialization.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@Barugon
Comment options

@Barugon
Comment options

@Barugon
Comment options

@Barugon
Comment options

Answer selected by Barugon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants