Skip to content

Conversation

@stephengold
Copy link
Member

This addresses another piece of issue #1452.

Once #1499 is fixed, we can replace

        ArmatureMask walkingMask = new ArmatureMask();
        walkingMask.addBones(armature, "head", "spine", "spinehigh");
        walkingMask.addFromJoint(armature, "hip.left");
        walkingMask.addFromJoint(armature, "hip.right");
        walkingMask.addFromJoint(armature, "uparm.left");

with something like

        ArmatureMask walkingMask = new ArmatureMask(armature)
                .remove(shootingMask);

@stephengold stephengold added this to the v3.4.0 milestone Apr 2, 2021
@pavly-gerges
Copy link
Contributor

Nice work , I have now a better idea of what's the ArmatureMask 🙂😁.

@stephengold stephengold merged commit 8edbb5b into master Apr 6, 2021
@stephengold stephengold deleted the sgold-issue-1452 branch April 6, 2021 04:29
@stephengold stephengold added the examples specific to the jme3-examples sub-project label Nov 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

examples specific to the jme3-examples sub-project

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants