MCPcopy Create free account
hub / github.com/TheOrcDev/github-creature / LiquidEtherProps

Interface LiquidEtherProps

components/liquid-ether.tsx:8–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import * as THREE from "three";
7
8export interface LiquidEtherProps {
9 mouseForce?: number;
10 cursorSize?: number;
11 isViscous?: boolean;
12 viscous?: number;
13 iterationsViscous?: number;
14 iterationsPoisson?: number;
15 dt?: number;
16 BFECC?: boolean;
17 resolution?: number;
18 isBounce?: boolean;
19 colors?: string[];
20 style?: React.CSSProperties;
21 className?: string;
22 autoDemo?: boolean;
23 autoSpeed?: number;
24 autoIntensity?: number;
25 takeoverDuration?: number;
26 autoResumeDelay?: number;
27 autoRampDuration?: number;
28}
29
30interface SimOptions {
31 iterations_poisson: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected