FPV Drone flythrough simulation.

I mashed some sketchfab models and the threejs fps sample together to make this little fpv drone animation.

check it out live here:

https://manthrax.github.io/fpv/index.html

11 Likes

nice,
I just didn’t understand how to control it.

1 Like

Haha no flight model yet. I just recorded a path by walking around the scene, then have the drone follow the path.

Looks nice.

In WebGPU Chrome it works fine and smooth (fps 144). In non-WebGPU Firefox it does temporal shakes (as if I see two interweaved timelines), fps is around 40.

1 Like

I would love to try to add controls to this. Would you mind sharing the code?