Search in sources :

Example 1 with CloverLeafWFFunc

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);
}
Also used : XForm(org.jwildfire.create.tina.base.XForm) XYZPoint(org.jwildfire.create.tina.base.XYZPoint) CloverLeafWFFunc(org.jwildfire.create.tina.variation.CloverLeafWFFunc) Layer(org.jwildfire.create.tina.base.Layer)

Aggregations

Layer (org.jwildfire.create.tina.base.Layer)1 XForm (org.jwildfire.create.tina.base.XForm)1 XYZPoint (org.jwildfire.create.tina.base.XYZPoint)1 CloverLeafWFFunc (org.jwildfire.create.tina.variation.CloverLeafWFFunc)1