「MonoGame/クラスライブラリ/BasicEffectクラス」の版間の差分
Administrator (トーク | 投稿記録) |
Administrator (トーク | 投稿記録) |
||
| 43行目: | 43行目: | ||
| public | | public | ||
| AmbientLightColor | | AmbientLightColor | ||
| | | [[アンビエント光]]([[環境光]])の色。 LightingEnabledプロパティが有効なときに使われる。 | ||
|- | |- | ||
| public | | public | ||
| 51行目: | 51行目: | ||
| public | | public | ||
| DiffuseColor | | DiffuseColor | ||
| | | [[拡散色]]。LightingEnabledプロパティが有効なときに使われる。 | ||
|- | |- | ||
| public | | public | ||
| 67行目: | 67行目: | ||
| public | | public | ||
| EmissiveColor | | EmissiveColor | ||
| 放射色 | | [[放射色]] | ||
|- | |- | ||
| public | | public | ||
| FogColor | | FogColor | ||
| | | [[フォグ]]の色 | ||
|- | |- | ||
| public | | public | ||
| FogEnabled | | FogEnabled | ||
| | | [[フォグ]]の有効・無効 | ||
|- | |- | ||
| public | | public | ||
| 83行目: | 83行目: | ||
| public | | public | ||
| FogStart | | FogStart | ||
| | | [[フォグ]]が適用されるカメラからの距離。ここからFogEndまでを微妙にぼかす。 | ||
|- | |- | ||
| public | | public | ||
| 112行目: | 112行目: | ||
| public | | public | ||
| SpecularColor | | SpecularColor | ||
| スペキュラカラー | | [[スペキュラカラー]] | ||
|- | |- | ||
| public | | public | ||