Skip to content

Commit

Permalink
发布0.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
tengge1 committed Aug 15, 2018
1 parent d4050a4 commit 48649e2
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 11 deletions.
46 changes: 35 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,18 @@
* 名称:Shadow Editor
* 版本:v0.0.3
* 说明:基于`three.js`的场景编辑器。
* 源码:https://github.com/tengge1/ShadowEditor
* 示例:https://tengge1.github.io/ShadowEditor/ShadowEditor.Web/demo/index.html
* 文档:https://tengge1.github.io/ShadowEditor/docs/release/index.html

## 主要功能

1. 3D场景在线编辑。
2. 11种基本几何体、5种光源,支持雾效、阴影。
3. 各种类型3D模型的导入导出。例如:`amf``awd``babylon``babylonmeshdata``ctm``dae`
`fbx``glb``gltf``js``json``3geo``3mat``3obj``3scn``kmz``md2`
`obj``playcanvas``ply``stl``vtk``wrl`
4. 场景层次图(Hierachy)。
5. 物体、几何体、材质编辑。
6. js脚本编辑带智能提示。
1. 3D场景在线编辑,支持保存载入。
2. 12种内置几何体、6种光源,支持雾效、阴影。
3. 支持15种不同格式的3D模型管理,并可以保存到场景。
4. 服务端使用`MongoDB`保存模型和场景数据。
5. 支持场景层次图(Hierachy),物体、几何体、材质编辑。
6. js脚本在线编辑,支持智能提示。

## 使用方法

Expand Down Expand Up @@ -47,19 +46,44 @@ net start MongoDB

## 项目截图

![image](images/mesh20180729.png)
![image](images/scene20180815.png)

![image](images/scene_list20180815.png)

![image](images/model_list20180815.png)

## 开发日志

**v0.0.3**

* 发布日期:2018年8月15日
* 更新日志:

1. 使用`asp.net`开发`web`服务端,使用`MongoDB`保存模型和场景数据。
2. 15种格式3D模型的上传,并可以保存到场景。
3. 场景的创建、保存、载入。
4. 组、12种内置几何体、5种光源可以保存场景并载入。

* 开发前瞻:

1. 物理引擎。
2. 粒子发射器和粒子动画。
3. 骨骼动画和补间动画。
4. 三维滤镜。

**v0.0.2**

* 发布时间:2018年6月9日
* 更新日志:使用rollup重构three.js自带编辑器的代码。
* 更新日志:

1. 使用`rollup`重构`three.js`自带编辑器的代码。

**v0.0.1**

* 发布时间:2017年6月21日
* 更新日志:主要完成three.js自带编辑器的翻译。
* 更新日志:

1. 主要完成three.js自带编辑器的翻译。


## 相关链接
Expand Down
Binary file added images/model_list20180815.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/scene20180815.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/scene_list20180815.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 48649e2

Please sign in to comment.