You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
ChenX 12702b6be1
删除镜子的引用
7 years ago
.vscode 新增 webcadview 打包 . 调试 7 years ago
@types/jquery 更新threejs 类型定义文件 使用github地址下载. 7 years ago
Doc 命令栏 7 years ago
__test__ 添加空白测试 避免错误提示 7 years ago
data dat.gui typescript 7 years ago
sample 移动一些旧的测试代码. 7 years ago
src 删除镜子的引用 7 years ago
utils 更新threejs 类型定义文件 使用github地址下载. 7 years ago
.gitignore css test ui 7 years ago
README.md 更新readme 7 years ago
dll.config.js dll.config.js 7 years ago
index.html 增加fbx加载 灯光加载代码 相机控制支持观察点锁定. 7 years ago
manifest.json 清理代码 分离类. 新增双击打开材质编辑器标签页. 和销毁事件. 7 years ago
package-lock.json 升级包. 7 years ago
package.json 修改袋鼠测试工具配置 7 years ago
tsconfig.json 修改代码 esc取消选中 7 years ago
tslint.json 更新了代码样式 添加tslint 配置 7 years ago
typings.json . 8 years ago
wallaby.conf.js 修改袋鼠测试工具配置 7 years ago
web-cad-view.config.ts 增加threejs pass包的别名处理. 7 years ago
webpack.config.js 更新获得文件名称的代码 7 years ago

README.md

本项目为 threejs练手项目

  1. 安装.

npm install

  1. 预编译.

npm run build

  1. 运行

npm run dev

#4.开启调试.F5 当然,首先需要安装ChromeDeBug.

#常用命令 运行测试: npm run test 说明:将会运行所有.test.ts文件的测试.

TODO:

1.相机.

注册相机事件 尝试优化相机 使用复合相机管理

2.Database.

封装数据层.

3.对象事件

数据库事件.(暂时做这个) ...等.

4.UI

Command 命令行实现.

点选实现

5.命令注册

6.坐标系显示器.