Jellyfish Wrap Experiment

Jellyfish Wrap is a real-time WebGL / Three.js experiment where floating jellyfish drift upward and seamlessly “wrap” back below the scene—creating an endless loop of motion. Each jellyfish moves at a slightly different speed with subtle horizontal drift, and the wrap timing adapts to depth so the closer ones don’t pop too early.

Built as a lightweight ES6/Vite project and tuned for smooth motion, this demo focuses on: instance movement, depth-aware wrapping, and clean looping animation.

1 Like

There is a small bug in there, some jelly fish disappear before they manage to get out of the screen on the top. They simply pop up from existence when they swim on top of the screen.
Not major issue, though.

1 Like

Yes, I know about that, these are just experiments they don’t need to be perfect :slight_smile:

1 Like