The texture puzzle behind porting a PC game engine to consoles
A post describes an illustrated walkthrough that turns rainbow noise back into a wood texture, unpacking how images are stored differently across platforms.
TLDR
A post sharing a developer’s illustrated walkthrough describes the texture challenges he encountered while porting a PC game engine to consoles. It explains that a wood image gets compressed into 4×4 blocks, arranged in a fractal Z pattern and stored at progressively smaller resolutions to help the GPU access data faster. The challenge, it says, comes when another platform arranges those pieces differently.
Combined views
4.8K
1 Source, first seen 8h ago
The texture puzzle behind porting a PC game engine to consoles
A post describes an illustrated walkthrough that turns rainbow noise back into a wood texture, unpacking how images are stored differently across platforms.
TLDR
A post sharing a developer’s illustrated walkthrough describes the texture challenges he encountered while porting a PC game engine to consoles. It explains that a wood image gets compressed into 4×4 blocks, arranged in a fractal Z pattern and stored at progressively smaller resolutions to help the GPU access data faster. The challenge, it says, comes when another platform arranges those pieces differently.