From 082e1b91caa0cd4f0fa435c18b5a35b5ed4c8628 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 3 Dec 2022 23:17:30 +0100 Subject: [PATCH] final fix, 12 to be sure --- js/Cone.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/Cone.js b/js/Cone.js index 1ab4835..f379d33 100644 --- a/js/Cone.js +++ b/js/Cone.js @@ -1,7 +1,7 @@ import { Element } from "./Element.js"; export class Size { - static little = { radius: 0.2, height: 0.4, radialSegments: 7 }; + static little = { radius: 0.2, height: 0.4, radialSegments: 12 }; static big = { radius: 0.5, height: 0.7, radialSegments: 12 }; }