use of maspack.render.PointRenderProps in project artisynth_core by artisynth.
the class MultiPointSpring method updateABRenderProps.
private void updateABRenderProps() {
if (myABRenderProps == null) {
myABRenderProps = new PointRenderProps();
}
myABRenderProps.setPointColor(myABPointColor);
myABRenderProps.setPointStyle(myRenderProps.getPointStyle());
myABRenderProps.setPointRadius(1.2 * myRenderProps.getPointRadius());
}
Aggregations