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 }; }