This website requires JavaScript.
Explore
Help
Sign In
noahbackus
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
2
Wiki
Activity
Files
71eeb7f5ca7d648871392c88841a49ccfefb817a
godot
/
modules
/
lightmapper_rd
T
History
Pāvels Nadtočajevs
9fc8a9c0d8
Inline
integrate_edge_hill
to work around Adreno shader compiler bug.
2026-06-16 14:58:42 +03:00
..
config.py
SCons: Enable
lightmapper
and
xatlas_unwrap
modules on Android and iOS editors
2025-06-17 16:48:19 +02:00
lightmapper_rd.cpp
Merge pull request
#108219
from CookieBadger/area-light-integration
2026-04-14 07:10:56 -05:00
lightmapper_rd.h
Add AreaLight3D
2026-04-04 01:37:10 +02:00
lm_area_lights_inc.glsl
Inline
integrate_edge_hill
to work around Adreno shader compiler bug.
2026-06-16 14:58:42 +03:00
lm_blendseams.glsl
…
lm_common_inc.glsl
Add AreaLight3D
2026-04-04 01:37:10 +02:00
lm_compute.glsl
Add AreaLight3D
2026-04-04 01:37:10 +02:00
lm_raster.glsl
…
register_types.cpp
Make
memnew(RefCounted)
return
Ref
, to force callers to take ownership of it through a reference.
2026-03-18 20:34:08 +01:00
register_types.h
Style: Replace header guards with
#pragma once
2025-03-07 17:33:47 -06:00
SCsub
…