Skip to content
Snippets Groups Projects
Commit a5aa7ce2 authored by Alexander Rose's avatar Alexander Rose
Browse files

tweak lowest quality settings

parent 021b8755
No related branches found
No related tags found
No related merge requests found
...@@ -102,14 +102,14 @@ export function getQualityProps(props: Partial<QualityProps>, data?: any) { ...@@ -102,14 +102,14 @@ export function getQualityProps(props: Partial<QualityProps>, data?: any) {
break break
case 'lower': case 'lower':
detail = 0 detail = 0
radialSegments = 8 radialSegments = 4
linearSegments = 3 linearSegments = 2
resolution = 5 resolution = 5
break break
case 'lowest': case 'lowest':
detail = 0 detail = 0
radialSegments = 4 radialSegments = 2
linearSegments = 2 linearSegments = 1
resolution = 8 resolution = 8
break break
case 'custom': case 'custom':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment