# 3D展示组件 **Repository Path**: zhiyuede/3d-display-components ## Basic Information - **Project Name**: 3D展示组件 - **Description**: 使用 vue3 + ts + three.js 展示一个最基本的 3D模型 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2024-07-26 - **Last Updated**: 2025-01-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue 3 + TypeScript + Vite + elmemtPLUS 这是一个3D展示组件 开箱即用 :+1: 保证自己的项目安装了 elmemtPlus 与引入了 three.JS ### **npm install -D sass** ### npm install three@0.148.0 --save 关于项目光线的问题 可以自己进行调整 // 创建光源 function createLight() {在这个方法中