Reflections / Refractions

This commit is contained in:
2026-09-06 01:37:13 -07:00
parent 1e500993d9
commit bc700a6374
4 changed files with 81 additions and 69 deletions

View File

@ -20,7 +20,7 @@ else:
def make(context_id):
con_refract = mat_state.data.add_context({
'name': context_id,
'depth_write': False,
'depth_write': True,
'compare_mode': 'less',
'cull_mode': 'clockwise',
'blend_source': 'blend_one',