Traben-0 / Entity_Model_Features

Other
90 stars 18 forks source link

[Rotation and scaling to cem attachments] CEM animations #213

Closed aurora-1-2-3 closed 1 month ago

aurora-1-2-3 commented 1 month ago

Is your feature request related to a problem? Please describe. This can be extremely useful. A great feature It isn't related to a problem,

Describe the solution you'd like OptiFine version is like this,

"attachments": 
{ 

    "attachment_name": [tx, ty, tz]
  },

It can be like,

"attachments": 
  `{
    "attachment_name": [tx, ty, tz], 
    "attachment_name": [rx, ry, rz], 
    "attachment_name": [sx, sy, sz] 
  },` 

Does OptiFine do this This feature is currently the latest feature from OptiFine. Thus it can change

Additional context Items can be like image

Traben-0 commented 1 month ago

Just put the attachment inside an empty part, you can then rotate and scale that part normally and it will affect the attachment point inside it.

Adding attachment specific rotation and scales would just break optifine compat for no reason, when the above takes seconds to setup.

aurora-1-2-3 commented 1 month ago

empty part?

Traben-0 commented 1 month ago

I.e add a part/group inside left_arm that doesn't have any boxes and only an attachment point.

That part can then be rotated and scaled

aurora-1-2-3 commented 1 month ago

just to be clear like this? image image

aurora-1-2-3 commented 1 month ago

or like image

aurora-1-2-3 commented 1 month ago

cant find the scale one for the one above

maybe i can do it with cem animations