MCPcopy Index your code
hub / github.com/TheOrcDev/github-creature / SimOptions

Interface SimOptions

components/liquid-ether.tsx:30–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30interface SimOptions {
31 iterations_poisson: number;
32 iterations_viscous: number;
33 mouse_force: number;
34 resolution: number;
35 cursor_size: number;
36 viscous: number;
37 isBounce: boolean;
38 dt: number;
39 isViscous: boolean;
40 BFECC: boolean;
41}
42
43interface LiquidEtherWebGL {
44 output?: { simulation?: { options: SimOptions; resize: () => void } };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected