We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ca191d commit b4cd0e7Copy full SHA for b4cd0e7
jme3-core/src/main/java/com/jme3/shadow/AbstractShadowFilter.java
@@ -48,7 +48,7 @@
48
* Generic abstract filter that holds common implementations for the different
49
* shadow filters
50
*
51
- * @author Nehon
+ * @author Rémy Bouquet aka Nehon
52
*/
53
public abstract class AbstractShadowFilter<T extends AbstractShadowRenderer> extends Filter implements JmeCloneable {
54
@@ -63,7 +63,7 @@ public abstract class AbstractShadowFilter<T extends AbstractShadowRenderer> ext
63
64
protected AbstractShadowFilter() {
65
}
66
-
+
67
/**
68
* Creates an AbstractShadowFilter. Subclasses invoke this constructor.
69
0 commit comments