风格化的龙卷风
使用threejs+shaders
源码地址:
https://github.com/otanodesignco/stylized-tornado
体验地址:
https://stylized-tornado.vercel.app/
2. 交互式多面体
源码和体验地址:
https://observablehq.com/@pamacha/interactive-polychora
3. 通过Threejs 代码生成低多面体3D模型:
不用建模,直接用代码生成的3D模型,包括天空盒子等。
源码地址:
https://github.com/jasonsturges/three-low-poly
体验地址:
http://jasonsturges.com/three-low-poly/
使用方法:
import { MossyRocks } from "three-low-poly";
const rocks = new MossyRocks();
scene.add(rocks);
4. R3F场景编辑器:
通过拖拽的方式可直接导出组件代码
源码:
https://github.com/AndrewPrifer/react-three-editable
体验地址:
https://codesandbox.io/p/sandbox/ide-cream-demo-hcgcd?file=%2Fsrc%2FApp.js