Update useIdeState.ts

This commit is contained in:
Davor Hrg
2021-08-06 11:26:44 +02:00
parent e856f8208e
commit 725e877f1b

View File

@@ -50,7 +50,7 @@ const { intersect, subtract } = booleans
const { colorize } = colors const { colorize } = colors
const { cube, cuboid, line, sphere, star } = primitives const { cube, cuboid, line, sphere, star } = primitives
const main = ({length=1}) => { const main = ({length=340}) => {
const logo = [ const logo = [
colorize([1.0, 0.4, 1.0], subtract( colorize([1.0, 0.4, 1.0], subtract(
cube({ size: 300 }), cube({ size: 300 }),