Skip to content

Commit 02aee94

Browse files
committed
fix default tex size
1 parent f2f960e commit 02aee94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ def get_scene_render_state(scene: bpy.types.Scene):
6969
convert=quantize_tuple(f64render_rs.default_convert, 9.0, -1.0, 1.0),
7070
cc=SOLID_CC,
7171
tex_confs=([get_tile_conf(getattr(f64render_rs, f"default_tex{i}")) for i in range(0, 8)]),
72+
tex_size=(32, 32),
7273
)
7374
state.lights[0] = F64Light(
7475
quantize_srgb(fast64_rs.light0Color, force_alpha=True), quantize_direction(fast64_rs.light0Direction)

0 commit comments

Comments
 (0)