add f3d config, vrchat launch options, treestyletab css

This commit is contained in:
Crispy 2022-05-21 15:13:25 +02:00
parent 328fff9ab1
commit de58d68cc0
5 changed files with 37 additions and 3 deletions

20
f3d/config.json Normal file
View file

@ -0,0 +1,20 @@
{
".*": {
"filename": true,
"hdri": "~/pictures/f3d_bg.png",
"bg-color": "0.5,0.5,0.55",
"roughness": 0.7,
"blur-background": true,
"progress": true,
"edges": false,
"fxaa": true,
"axis": true,
"grid": true,
"fps": true
}/*, // camera setting for fbx files exported with default settings in blender (they end up 100x bigger)
".*fbx": {
"camera-position": "140,140,460",
"camera-focal-point": "-15,130,0"
}//*/
}