jg-rtx icon indicating copy to clipboard operation
jg-rtx copied to clipboard

buggy non-rtx view.

Open ILUVHINATA opened this issue 4 years ago • 1 comments

so, i'd like to use this in a realm, for me, with rtx, and for others, without...but the grass, some trees, (the branches) some ores, and all plants, appear extremely fuzzy, is this due to animations? if so, make a version without them?

ILUVHINATA avatar Feb 19 '21 22:02 ILUVHINATA

Minecraft will render only the base color layer of a texture set when raytracing is not enabled. It also downscales the textures from 256px to probably 128px, but with nearest neighbor interpolation. You'll see very pixelated textures, which appear noisier as they're scaled down.

The solution is to bake the normal maps onto the base textures and produce a separate, lower-resolution set of base textures for players without raytracing enabled. It's something I intend to do once I've finalized the textures.

jasonjgardner avatar Feb 20 '21 01:02 jasonjgardner