This website requires JavaScript.
Explore
Help
Sign In
nick
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
65ca207d2c2662ec0fbc123f61b95fefef00a0f8
godot
/
modules
/
lightmapper_rd
T
History
Lukas Tenbrink
05c33acbb1
Make
memnew(RefCounted)
return
Ref
, to force callers to take ownership of it through a reference.
2026-03-18 20:34:08 +01: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
Explicitly include
core/os/os.h
where used
2026-03-04 09:54:10 +01:00
lightmapper_rd.h
Remove unused includes in
modules
with clangd-tidy
2026-03-16 16:40:39 +01:00
lm_blendseams.glsl
…
lm_common_inc.glsl
Add a supersampling option to LightmapGI
2025-01-07 18:44:59 +01:00
lm_compute.glsl
LightmapGI: Pack L1 SH coefficients before denoising
2025-11-21 18:53:20 +01: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
SCons: Add unobtrusive type hints in SCons files
2024-09-25 09:34:35 -05:00