godotengine / godot-demo-projects

Demonstration and Template Projects
https://godotengine.org
MIT License
5.65k stars 1.58k forks source link

Modify shader example to show using build in includes #1086

Open BastiaanOlij opened 1 month ago

BastiaanOlij commented 1 month ago

This enhancement of the post_shader demo adds in logic that brings in build in defines for our scene data uniform, so we have access to projection matrices and other information.

image

Requires https://github.com/godotengine/godot/pull/94193