Skip to content
This repository was archived by the owner on Sep 19, 2019. It is now read-only.

Commit 0144367

Browse files
Update document
1 parent 230ea85 commit 0144367

13 files changed

Lines changed: 152 additions & 97 deletions

Yebis4Unity.ja.md

Lines changed: 117 additions & 74 deletions
Large diffs are not rendered by default.

Yebis4Unity.md

Lines changed: 35 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,17 @@ _YEBIS for Unity_ is the Unity plugin provides a variety of middleware "YEBIS" r
2727

2828
## Configure Graphics API
2929
Currently YEBIS for Unity supports some Graphics APIs.
30+
- DirectX11 (Windows 64bit)
3031
- OpenGLCore (Windows/MacOSX 64bit)
3132
- OpenGLES3 (Android/iOS)
3233
- OpenGLES2 (Android/iOS)
3334

3435
### Change Graphics API for Windows
36+
You can use DirectX11 and OpenGLCore as Unity of the Windows version.
37+
Unity use DirectX11 in Windows version default setting.
38+
So Graphics APIs setting is not necessary for Windows version YEBIS plugin.
39+
#### Change GLCore API for Windows
40+
If you need to change GLCore API,
3541
1. Open Player Settings
3642
**Edit** > **Project Settings** > **Player**
3743
1. Uncheck the "Auto Graphics API for Windows"
@@ -96,7 +102,6 @@ Currently YEBIS for Unity supports some Graphics APIs.
96102

97103
| Type | Glare Shape |
98104
| --------------------------- | ----------------------------------------------------------------------- |
99-
| DISABLE | No glare |
100105
| BLOOM | Only bloom |
101106
| LENSFLARE | Bloom / ghost(lens flare) / afterimage<br/>_**GLES2 is not supported**_ |
102107
| STANDARD | The standard type including a good balance of all basic elements |
@@ -159,24 +164,6 @@ Currently YEBIS for Unity supports some Graphics APIs.
159164

160165
### Vignette Simulation
161166

162-
## Motion Blur
163-
![](figure/UI_MotionBlur.png)
164-
- **GLES2 is not supported**
165-
166-
### Enable Motion Blur
167-
168-
### Shutter Angle
169-
170-
### Blur Length
171-
172-
## Screen Space Ambient Occlusion
173-
![](figure/UI_SSAO.png)
174-
- **GLES2 is not supported**
175-
176-
### Enable SSAO
177-
178-
### SSAO Parameters
179-
180167
## Color Correction
181168
![](figure/UI_ColorCorrection.png)
182169

@@ -197,6 +184,24 @@ Currently YEBIS for Unity supports some Graphics APIs.
197184
### Gamma
198185
- **GLES2 is not supported**
199186

187+
## Motion Blur
188+
![](figure/UI_MotionBlur.png)
189+
- **GLES2 is not supported**
190+
191+
### Enable Motion Blur
192+
193+
### Shutter Angle
194+
195+
### Blur Length
196+
197+
## Screen Space Ambient Occlusion
198+
![](figure/UI_SSAO.png)
199+
- **GLES2 is not supported**
200+
201+
### Enable SSAO
202+
203+
### SSAO Parameters
204+
200205
## Feedback Effect
201206
![](figure/UI_FeedbackEffect.png)
202207
- **GLES2 is not supported**
@@ -218,13 +223,20 @@ Currently YEBIS for Unity supports some Graphics APIs.
218223
### Feedback Brightness
219224

220225

221-
-----
226+
## Chromatic Aberration
227+
![](figure/UI_ChromaticAberration.png)
228+
- **GLES2 is not supported**
222229

223-
<div align="center">
224230

225-
<a href="http://www.siliconstudio.co.jp/en/" target="_blank">
226-
<img src="http://www.siliconstudio.co.jp/common/images/logo001.svg" width="200" border="0" alt="yebis_logo" hspace="5" /></a><br>
231+
## ImageSensorNoise
232+
![](figure/UI_ImageSensorNoise.png)
233+
- **GLES2 is not supported**
227234

235+
-----
236+
237+
<div align="center">
238+
<a href="http://www.siliconstudio.co.jp/en/" target="_blank">
239+
<img src="http://www.siliconstudio.co.jp/common/images/logo001.svg" width="200" border="0" alt="yebis_logo" hspace="5" /></a><br>
228240
<br>
229241
(c)Silicon Studio Corp., all rights reserved.
230242
</div>

figure/UI_ChromaticAberration.png

8.19 KB
Loading

figure/UI_ColorCorrection.png

682 Bytes
Loading

figure/UI_DoF.png

948 Bytes
Loading

figure/UI_FeedbackEffect.png

518 Bytes
Loading

figure/UI_Glare.png

10.6 KB
Loading

figure/UI_ImageSensorNoise.png

12.2 KB
Loading

figure/UI_LensSim.png

-1.94 KB
Loading

figure/UI_MotionBlur.png

875 Bytes
Loading

0 commit comments

Comments
 (0)