Skip to content

Commit

Permalink
Version 55
Browse files Browse the repository at this point in the history
This is a hotfix of version 54.

Add support for graphical parameter settings.
Streamline documentation.
Add some renderings.
  • Loading branch information
tyanyuy3125 committed Jun 11, 2021
1 parent 0230755 commit b259d8e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ aka EMVS.
Shaders for MagicaVoxel including Terrain Generator, Advanced Flood System etc.

## Internationalization
- <a href="./i18n/README-sc.md">简体中文</a> - translated by <a href="http://github.com/codingeric">CodingEric</a>, target version: `54`
- <a href="./i18n/README-sc.md">简体中文</a> - translated by <a href="http://github.com/codingeric">CodingEric</a>, target version: `55`
- <a href="./i18n/README-fr.md">Français</a> - translated by <a href="http://moiscript.weebly.com/magicavoxel.html">Pilou</a> - Authorized reproduce, target version: `0.0.7.0`

## Project Info
* Current version: `54`
* Current version: `55`
* Released under `MIT License`

## Installation
Expand All @@ -18,7 +18,7 @@ Copy the .txt files from the `shader` directory in this project to the `shader`

| Version | Is compatible | Note |
| ------ | :------: | ------ |
| 0.99.5 and before | not compatible after EMVS version 54 | |
| 0.99.5 and before | not compatible after EMVS version 55 | |
| 0.99.5.1 and after | all EMVS versions are compatible | |

## Roadmap
Expand All @@ -32,7 +32,7 @@ Copy the .txt files from the `shader` directory in this project to the `shader`
See <a href="https://github.com/CodingEric/Erics-MagicaVoxel-Shaders/issues/2#issuecomment-449905598">this issue</a>.

## Shaders
Starting from version 54, EMVS **no longer** supports command execution. Please configure the relevant parameters through the graphical options provided by MagicaVoxel 0.99.5.1 onwards.
Starting from version 55, EMVS **no longer** supports command execution. Please configure the relevant parameters through the graphical options provided by MagicaVoxel 0.99.5.1 onwards.

At the same time, for the graphical options are very clear, the explanations of parameters are not provided in this document.

Expand Down
6 changes: 3 additions & 3 deletions i18n/README-sc.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## 项目信息

* 当前版本: `54`
* 当前版本: `55`
*`MIT License` 下发行

## 安装方法
Expand All @@ -19,7 +19,7 @@

| 版本 | 是否兼容 | 附注 |
| ------ | :------: | ------ |
| 0.99.5 及之前 | 在着色器版本54之后不再兼容 | |
| 0.99.5 及之前 | 在着色器版本55之后不再兼容 | |
| 0.99.5.1 及之后 | 所有着色器版本都兼容 | |

## 调试
Expand All @@ -28,7 +28,7 @@

## 着色器和使用方法

从版本54开始,EMVS**不再**支持指令执行。请通过MagicaVoxel 0.99.5.1之后版本提供的图形化选项控制有关参数。
从版本55开始,EMVS**不再**支持指令执行。请通过MagicaVoxel 0.99.5.1之后版本提供的图形化选项控制有关参数。

同时,由于图形化选项非常清晰,在这篇文档中不再提供对各个参数的解释。

Expand Down
File renamed without changes.

0 comments on commit b259d8e

Please sign in to comment.