To start:
npm install && npm run dev
Examples inspired (or completely copied) from: https://threejs.org/manual/#en/creating-a-scene
Bug model is from: https://creazilla.com/media/3d-model/66172/tytthaspis-sedecimpunctata
Pick one or do multiple, not sure how much time we'll have
- Make the cube or bug move, using buttons or maybe keyboard shortcuts
- e.g. setting
positionon the mesh
- e.g. setting
- Animate the cube or bug
- using what's built-in to React Three Fiber: https://r3f.docs.pmnd.rs/tutorials/basic-animations
- using e.g. the packages we used a month ago: motion or react-spring
- I haven't tested this but I think it should work