Update useIdeState.ts
This commit is contained in:
@@ -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 }),
|
||||||
|
|||||||
Reference in New Issue
Block a user