Skip to content

Commit

Permalink
发布0.0.7版本。
Browse files Browse the repository at this point in the history
  • Loading branch information
tengge1 committed Oct 14, 2018
1 parent 67647fe commit dcd3f8a
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Shadow Editor

* 名称:Shadow Editor
* 版本:v0.0.7(开发中)
* 版本:v0.0.7
* 说明:基于`three.js`的场景编辑器。
* 源码:https://github.com/tengge1/ShadowEditor
* 示例:https://github.com/tengge1/ShadowEditor-examples
Expand All @@ -16,7 +16,7 @@
2. 内置多种几何体、光源,场景支持雾效、影子、反光、背景图片等。
3. 支持导入多种不同格式的3D模型。
4. 服务端使用`MongoDB`保存模型和场景数据。
5. 可视化修改场景、相机、几何体、材质、音频播放器、粒子发射器等属性。
5. 可视化修改场景、相机、几何体、材质、纹理、音频播放器、粒子发射器等属性。
6. js脚本、着色器脚本在线编辑,带智能提示。
7. 自带播放器,实时演示场景动态效果。
8. 支持补间动画、骨骼动画、粒子动画,支持mmd动画,支持lmesh动画。
Expand Down Expand Up @@ -57,6 +57,17 @@ net start MongoDB

## 开发日志

**v0.0.7**

* 发布日期:2018年10月14日
* 更新日志:

1. 场景、模型、纹理、音频、mmd资源编辑功能,可上传预览图。
2. 材质纹理属性编辑功能。
3. 播放器重新架构。
4. 粒子发射器、天空、火焰、烟保存、载入、播放优化。
5. 刚体组件不再默认添加,改为从组件菜单中手动添加。

**v0.0.6**

* 发布日期:2018年9月30日
Expand Down

0 comments on commit dcd3f8a

Please sign in to comment.