Skip to content

Commit

Permalink
发布0.1.0版。
Browse files Browse the repository at this point in the history
  • Loading branch information
tengge1 committed Dec 15, 2018
1 parent f1fb30d commit 27002a2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Shadow Editor

* 名称:Shadow Editor
* 版本:v0.1.0(开发中)
* 版本:v0.1.0
* 简介:基于`three.js`的场景编辑器。

<table>
Expand All @@ -23,10 +23,18 @@
</tr>
</table>

## v0.1.0 即将更新
## v0.1.0 更新

1. 重新梳理模型导入功能。目前支持`3ds``3mf``amf``assimp`(anim)、`awd``babylon``bvh`(anim)、`collada``ctm``draco``fbx`(anim)、`gcode``gltf`(anim)、`js`(anim)、`json`(anim)、`kmz``lmesh`(anim)、`md2``mmd`(anim)、`nrrd``obj``pcd``pdb``ply``prwm``sea3d`(anim)、`stl``vrm``vrml``vtk``x` 31种3D文件格式,带`anim`的表示支持动画。多种3D文件同时支持`json`和二进制格式。`mmd`文件同时支持`pmd``pmx`格式,支持`vmd`格式的模型和相机动画。它也是唯一支持`lmesh`(lolking网站lol模型)的编辑器。
2. 播放器新增`第一视角控制器``飞行控制器``轨道控制器``指针锁定控制器``轨迹球控制器`5种控制器,在相机面板设置。
3. 场景面板,编辑场景分类,根据类别、名称、全拼、拼音首字母实时过滤。
4. 模型面板,编辑模型分类,根据类别、名称、全拼、拼音首字母实时过滤。
5. 贴图面板,编辑贴图分类,根据类别、名称、全拼、拼音首字母实时过滤。
6. 材质面板,编辑材质分类,根据类别、名称、全拼、拼音首字母实时过滤。
7. 音频面板,编辑音频分类,根据类别、名称、全拼、拼音首字母实时过滤。
8. 材质组件,新增保存材质和从材质面板选择材质功能。
9. 纹理、透明纹理、凹凸纹理、法线纹理、置换纹理、粗糙纹理、金属纹理、环境纹理、光照纹理、遮挡纹理、发光纹理从贴图面板选择贴图功能。
10. 删除上个版本场景窗口、模型窗口、贴图窗口、音频窗口。

## 主要功能

Expand All @@ -41,7 +49,9 @@

## 项目截图

![image](images/scene20181125.png)
大海龟来袭。

![image](images/scene20181215.png)

<table>
<tr valign="top">
Expand Down
2 changes: 1 addition & 1 deletion ShadowEditor.Web/src/component/MaterialComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ MaterialComponent.prototype.render = function () {
scope: this.id,
children: [{
xtype: 'label',
text: '放射贴图'
text: '发光纹理'
}, {
xtype: 'checkbox',
id: 'emissiveMapEnabled',
Expand Down
Binary file added images/scene20181215.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 27002a2

Please sign in to comment.