mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-09 00:29:00 +00:00
Following up on this PR: https://github.com/godotengine/godot/pull/63597 Documents the new shader built-ins introduced by this PR. ``` NODE_POSITION_WORLD = Node world space position NODE_POSITION_VIEW = Node view position CAMERA_POSITION_WORLD = Camera world space position CAMERA_DIRECTION_WORLD = Camera world space direction ```