This commit is contained in:
2026-04-30 14:46:01 +08:00
parent 604dcdf3fb
commit 4207fcf7c2
15 changed files with 1038 additions and 87 deletions

View File

@ -13,5 +13,17 @@ export const AppConfig = {
intensity: 1.5,
rotationY: 0,
background: true,
}
},
gizmo: {
position: true,
rotation: false,
scale: false,
},
outline: {
enable: true,
color: '#2196F3',
thickness: 3.0,
occlusionStrength: 0.9,
occlusionThreshold: 0.0002,
},
};