Examples of DOFBlurShapeType


Examples of org.jwildfire.create.tina.render.dof.DOFBlurShapeType

  public void dofDOFShapeCmb_changed() {
    if (!isNoRefresh()) {
      Flame flame = getCurrFlame();
      if (flame != null) {
        owner.saveUndoPoint();
        DOFBlurShapeType shape = (DOFBlurShapeType) data.dofDOFShapeCmb.getSelectedItem();
        flame.setCamDOFShape(shape);
        shape.getDOFBlurShape().setDefaultParams(getCurrFlame());
        setupDOFParamsControls(getCurrFlame().getCamDOFShape());
        refreshBokehParams();
        owner.refreshFlameImage(false);
      }
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.