Repe [T3DU] Update - 31f26d171bba0355ce2a77031e3aad4c64dbc7e9

This commit is contained in:
2026-09-04 10:46:13 -07:00
parent c915312901
commit 0460b9d587
482 changed files with 27797 additions and 3226 deletions

View File

@ -159,6 +159,7 @@ def add_world_defs():
if not rpdat.rp_shadowmap_atlas:
if point_lights == 1:
wrd.world_defs += '_SinglePoint'
assets.add_khafile_def('lnx_single_point')
elif point_lights > 1:
wrd.world_defs += '_Clusters'
assets.add_khafile_def('lnx_clusters')
@ -223,6 +224,9 @@ def build():
if rpdat.rp_renderer == 'Deferred':
assets.add_shader_pass('copy_pass')
assets.add_shader_pass('blend_pass')
assets.add_shader_pass('add_pass')
if rpdat.rp_render_to_texture:
assets.add_khafile_def('rp_render_to_texture')