summaryrefslogtreecommitdiff
path: root/scene/resources/sky_material.cpp
AgeCommit message (Expand)Author
2021-08-16Merge pull request #50159 from Calinou/standardmaterial3d-add-shader-commentRémi Verschelde
2021-08-16Add a comment at the top of generated shadersHugo Locurcio
2021-08-12Use hint_albedo in SkyMaterialsclayjohn
2021-07-21Make Sky initialize shaders only oncereduz
2021-07-19Use C++11 raw literals for shader code to improve readabilityHugo Locurcio
2021-07-07Fix Command Queue Crashreduz
2021-05-25Added constants PI, TAU and E to the shader languageJoosep Jääger
2021-04-14Refactor GLSL shader compilationreduz
2021-02-04Rewrote how barriers work for faster renderingreduz
2021-02-02Add check for sun in PhysicalSkyclayjohn
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-09Increase dithering in the PhysicalSkyMaterial shader to combat bandingHugo Locurcio
2020-05-16Add night sky to PhysicalSkyMaterialclayjohn
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-17Add light size to Sky Shadersclayjohn
2020-03-28Fix copyright headers for recently added filesRémi Verschelde
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-24Replace subpass textures with color in sky shaderclayjohn
2020-03-21Working sky shader implementationclayjohn
2020-03-19Add shader based background modeBastiaan Olij