Writing ALPHA caused Godot to treat all meshes as transparent, breaking per-pixel depth testing. Hair clipped through the head, clothing through the body — all caused by object-level depth sorting instead of z-buffer. Removing ALPHA makes everything opaque with correct depth behavior. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>