Merge pull request #677 from RemboL/master

fixing documentation link
This commit is contained in:
empirephoenix 2017-06-25 13:19:33 +02:00 committed by GitHub
commit d181a84b7c

View File

@ -52,7 +52,7 @@ import java.util.ArrayList;
* There are 2 mode : Scene and Objects.<br>
* Scene mode extracts the bright parts of the scene to make them glow<br>
* Object mode make objects glow according to their material's glowMap or their GlowColor<br>
* @see <a href="http://jmonkeyengine.org/wiki/doku.php/jme3:advanced:bloom_and_glow">advanced:bloom_and_glow</a> for more details
* @see <a href="http://jmonkeyengine.github.io/wiki/jme3/advanced/bloom_and_glow.html">advanced:bloom_and_glow</a> for more details
*
* @author Rémy Bouquet aka Nehon
*/