照明効果を適用するプラグイン – RS_SimpleLight.js

タイトル
This plugin applies the lighting effect.
作者名
ヘルプ
So far we have implement a lantern using images and it is good choices.
However this plugin adds effects using shader so we have possible performance penalties in less powerful devices such as phones.
it is something that you should take into account.

Many light plugins are provided a lot of complex plugin commands.
But, this plugin provides two simple plugin commands it is that enable or disable.

To turn on the lantern effect, First you must call the plugin command, as follows.

RS_SimpleLight Enable

To turn off the lantern effect, it calls a plugin command, as follows.

RS_SimpleLight Disable

===============================================================
Version Log
===============================================================
2016.02.13 (v1.0.0) - First Release
2018.12.30 (v1.1.0) :
- Now it is supported in RPG Maker MV v1.6.1.
(I've been rewritten shader for RPG Maker MV v1.6.1)
2019.02.24 (v1.1.01) :
- Fixed an issue that is not loaded a save file that you saved before using this plugin.
パラメータ
( なし )
ライセンス表記
  • MIT License
The MIT License
Copyright (c) 2016 biud436
Free for commercial and non commercial use.

紹介ページ https://github.com/biud436/MV/blob/master/RS_SimpleLight.js