mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03: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 ```