From 5a66912e6d26c6b34b4acee4f404bb24a31911e3 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 3 Dec 2022 23:12:59 +0100 Subject: [PATCH] final fix --- js/Cone.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/Cone.js b/js/Cone.js index 0c6ba74..1ab4835 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.3, height: 0.4, radialSegments: 5 }; + static little = { radius: 0.2, height: 0.4, radialSegments: 7 }; static big = { radius: 0.5, height: 0.7, radialSegments: 12 }; }