Jump to content

Is there any method to scale an entity or a bone of the entity?


Recommended Posts

Posted

Hello, I was working on some animations of some entities using the normal methods of set rotationangles but I would like to know if there is any way to scale the entity or some derivative of it, I found a method in the forum
"

public EntitySize getSize(Pose poseIn) {
        return super.getSize(poseIn).scale(0.5F, 0.5F);
    }
}

"
but I don't know what package it is in or if it is called from the constructor

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.