use of org.jwildfire.create.tina.variation.CannabisCurveWFFunc in project JWildfire by thargor6.
the class CannabisCurveDOFBlurShape 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 CannabisCurveWFFunc();
fnc.setParameter(CannabisCurveWFFunc.PARAM_FILLED, 1.0);
fnc.init(pFlameTransformationContext, new Layer(), xform, 1.0);
}
Aggregations