What problem does it solve?
This Skill solves the common Godot problem of making a 3D scene render at a low internal resolution while staying sharp when scaled up, so you get a clean pixel-art look instead of blurry downsampling.
Core Features & Use Cases
- SubViewport pixelation setup: Recommends the correct Godot 4.x scene structure so the camera, lighting, and pixelated 3D content live inside a SubViewport.
- Crisp upscale settings: Covers the key container settings needed for nearest-neighbor scaling, stretch behavior, and anti-aliasing reduction.
- Practical troubleshooting: Helps diagnose common issues such as black screens, blurry output, incorrect camera placement, input and picking problems, and window scaling artifacts.
- Use case: Use this when building a retro-inspired 3D game, a PSX-style scene, or any project that needs intentionally blocky, low-resolution rendering.
Quick Start
Ask for a Godot 4.x SubViewport pixelation setup for my 3D scene with crisp nearest-neighbor scaling and the correct camera placement.