index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
resources
/
sky_material.cpp
Age
Commit message (
Expand
)
Author
2021-08-16
Merge pull request #50159 from Calinou/standardmaterial3d-add-shader-comment
Rémi Verschelde
2021-08-16
Add a comment at the top of generated shaders
Hugo Locurcio
2021-08-12
Use hint_albedo in SkyMaterials
clayjohn
2021-07-21
Make Sky initialize shaders only once
reduz
2021-07-19
Use C++11 raw literals for shader code to improve readability
Hugo Locurcio
2021-07-07
Fix Command Queue Crash
reduz
2021-05-25
Added constants PI, TAU and E to the shader language
Joosep Jääger
2021-04-14
Refactor GLSL shader compilation
reduz
2021-02-04
Rewrote how barriers work for faster rendering
reduz
2021-02-02
Add check for sun in PhysicalSky
clayjohn
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-09
Increase dithering in the PhysicalSkyMaterial shader to combat banding
Hugo Locurcio
2020-05-16
Add night sky to PhysicalSkyMaterial
clayjohn
2020-05-14
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-04-17
Add light size to Sky Shaders
clayjohn
2020-03-28
Fix copyright headers for recently added files
Rémi Verschelde
2020-03-27
Renaming of servers for coherency.
Juan Linietsky
2020-03-24
Replace subpass textures with color in sky shader
clayjohn
2020-03-21
Working sky shader implementation
clayjohn
2020-03-19
Add shader based background mode
Bastiaan Olij