This website requires JavaScript.
Explore
Help
Sign In
seedlingattempt
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
c5bb2dc5e46e8552836ab37fa177d04e7ef45c2f
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