TroisJS 是一個基于 Three.js 的 vue3 三維可視化庫,TroisJS對桌面和移動端都有良好的支持。使用 TroisJS 可以在網站上添加一個 3D 渲染器,并在你的 vue文件 的部分中使用預先建立的組件指定場景細節,如材料、照明、網格、陰影等。
演示
安裝
1 使用 npm 安裝
npm install three@0.134 troisjs
或者使用 yarn
yarn add three@0.134 troisjs
2 添加到項目中
import { TroisJSVuePlugin } from 'troisjs'; App.use(TroisJSVuePlugin);
示例:
開源協議:MIT
開源地址:https://github.com/troisjs/trois