Skip to content

javadoc indicates wrong default for Armature.setModelTransformClass() #2142

@stephengold

Description

@stephengold

The javadoc says the default is MatrixJointModelTransform:

/**
* Sets the JointModelTransform implementation
* Default is {@link MatrixJointModelTransform}
*
* @param modelTransformClass which implementation to use
* @see JointModelTransform
* @see MatrixJointModelTransform
* @see SeparateJointModelTransform
*/
public void setModelTransformClass(Class<? extends JointModelTransform> modelTransformClass) {

The actual default is SeparateJointModelTransform:

private Class<? extends JointModelTransform> modelTransformClass = SeparateJointModelTransform.class;

Metadata

Metadata

Assignees

No one assigned

    Labels

    DocumentationIssues that affect the Wiki, Javadoc or any other form of documentation

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions