What problem does it solve?
This Skill removes the guesswork from importing sourced HD texture sets into Godot so walls, floors, and props look correct under real lighting instead of shimmering, shading wrong, or becoming too glossy.
Core Features & Use Cases
- PBR material setup: Builds StandardMaterial3D or ORMMaterial3D from albedo, normal, roughness, metallic, and AO maps.
- Import correctness: Enforces the right color space, mipmaps, linear filtering, and DirectX normal-map handling so textures render properly at grazing angles and distance.
- Stylized readability: Biases materials toward a muted-industrial look with high roughness, low metallic, and mild normals so gameplay stays visually clear.
- Use case: Prepare a tileable concrete wall texture set, wire it into a saved reusable material, and tune tiling so it matches neighboring surfaces.
Quick Start
Ask the skill to import your HD texture set in Godot, build the appropriate PBR material, and save it as a reusable .tres with the correct filter, mipmap, color-space, and tiling settings.