use of org.jwildfire.create.tina.variation.CloverLeafWFFunc in project JWildfire by thargor6.
the class CloverleafDOFBlurShape method prepare.
@Override
public void prepare(FlameTransformationContext pFlameTransformationContext, AbstractRandomGenerator pRandGen, double pCamDOF_10) {
super.prepare(pFlameTransformationContext, pRandGen, pCamDOF_10);
s = new XYZPoint();
d = new XYZPoint();
xform = new XForm();
fnc = new CloverLeafWFFunc();
fnc.setParameter(CloverLeafWFFunc.PARAM_FILLED, 1.0);
fnc.init(pFlameTransformationContext, new Layer(), xform, 1.0);
}
Aggregations