21 lines
655 B
INI
21 lines
655 B
INI
# VR Model Viewer configuration
|
|
# Lines starting with # are comments.
|
|
|
|
[ui]
|
|
# Path to a TTF/OTF font file with CJK coverage.
|
|
# Kochi Gothic is a good choice on Gentoo:
|
|
# /usr/share/fonts/kochi-substitute/kochi-gothic-subst.ttf
|
|
# Leave blank to use ImGui's built-in ASCII-only font.
|
|
font_path = /usr/share/fonts/kochi-substitute/kochi-gothic-subst.ttf
|
|
|
|
# Font size in pixels
|
|
font_size = 14
|
|
|
|
# Starting width of the morph panel in pixels
|
|
panel_width = 380
|
|
|
|
[model]
|
|
# Initial scale applied to the loaded model.
|
|
# FBX exports from Blender are often 100x too large (cm vs m units).
|
|
# Try 0.01 if your model appears huge, 1.0 if it looks correct.
|
|
scale = 0.01 |