# threejs-sdk **Repository Path**: wjkfree/threejs-sdk ## Basic Information - **Project Name**: threejs-sdk - **Description**: threejs 二次封装 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2023-04-17 - **Last Updated**: 2025-01-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: Threejs ## README # threejs-sdk 基于 three 的二次封装开发 目录结构 ``` |-- examples 示例 |-- public |-- draco 压缩编码 |-- model 模型文件 |-- src 核心 |-- modules |-- camera 相机 |-- control 控制器 |-- debug debug调试 |-- effect 后期处理 |-- event 事件 |-- loadingManager 加载器 |-- model 模型 |-- modelEffect 模型效果 |-- renderer 渲染器 |-- scene 场景 |-- unrealBloom 虚幻(辉光)效果 |-- utils 工具方法 |-- index.js 导出所有类 |-- rollup.config.js rollup配置 ```