1
This commit is contained in:
@ -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,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user