This website requires JavaScript.
Explore
Help
Sign In
northern-lighthouse
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
a5ece9368ffc0c2bae15731979e2a0e7b5e816bc
godot
/
modules
/
lightmapper_rd
/
config.py
7 lines
89 B
Python
Raw
Normal View
History
Unescape
Escape
New lightmapper -Added LocalVector (needed it) -Added stb_rect_pack (It's pretty cool, we could probably use it for other stuff too) -Fixes and changes all around the place -Added library for 128 bits fixed point (required for Delaunay3D)
2020-05-01 09:34:23 -03:00
def
can_build
(
env
,
platform
)
:
SCons: Enable `lightmapper` and `xatlas_unwrap` modules on Android and iOS editors Fixes #94297. Fixes #107398.
2025-06-17 16:37:58 +02:00
return
env
.
editor_build
New lightmapper -Added LocalVector (needed it) -Added stb_rect_pack (It's pretty cool, we could probably use it for other stuff too) -Fixes and changes all around the place -Added library for 128 bits fixed point (required for Delaunay3D)
2020-05-01 09:34:23 -03:00
def
configure
(
env
)
:
pass
Reference in New Issue
Copy Permalink