- fix in LightScattering parameter
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7712 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
80aedc02ec
commit
6654e34d73
@ -69,7 +69,7 @@ public class JmeLightScatteringFilter extends AbstractFilterNode {
|
|||||||
set.put(makeProperty(obj, float.class, "getBlurWidth", "setBlurWidth", "Blur Width"));
|
set.put(makeProperty(obj, float.class, "getBlurWidth", "setBlurWidth", "Blur Width"));
|
||||||
set.put(makeProperty(obj, float.class, "getLightDensity", "setLightDensity", "Light Density"));
|
set.put(makeProperty(obj, float.class, "getLightDensity", "setLightDensity", "Light Density"));
|
||||||
set.put(makeProperty(obj, Vector3f.class, "getLightPosition", "setLightPosition", "Light Position"));
|
set.put(makeProperty(obj, Vector3f.class, "getLightPosition", "setLightPosition", "Light Position"));
|
||||||
set.put(makeProperty(obj, float.class, "getNbSamples", "setNbSamples", "Sample Number"));
|
set.put(makeProperty(obj, int.class, "getNbSamples", "setNbSamples", "Sample Number"));
|
||||||
sheet.put(set);
|
sheet.put(set);
|
||||||
return sheet;
|
return sheet;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user