What problem does it solve?
This Skill solves the common problem of flat, unnatural foliage in orthographic or top-down Godot 4.x games by providing a camera-facing grass rig that stays readable at pixel-art scales.
Core Features & Use Cases
- Orthographic billboard grass: Builds dense MultiMeshInstance3D foliage that faces the camera using camera basis instead of look_at.
- Pixel-art rendering rules: Uses alpha-scissor, disables shadow casting, and keeps foliage compatible with low-resolution SubViewport rendering.
- Wind and motion layers: Adds optional noise-driven sway and time quantization so grass can move independently or snap to a handdrawn low-framerate look.
- Use case: Add crisp top-down grass to a Godot 4.x pixel-art world without edge-on blades, shadow artifacts, or synchronized motion.
Quick Start
Ask for a Godot orthographic grass setup based on the base billboard layer, then add wind and quantization if needed.