foone / 3DMMForever

A modernized version of the Microsoft 3D Movie Maker release
MIT License
529 stars 24 forks source link

[feature] Ability to make objects as big or small as you want #12

Open davidrenne opened 2 years ago

davidrenne commented 2 years ago

I think it would be a great addition to not be constrained with object sizes like in the original 3DMM.

willbr commented 1 year ago

looks like it's defined here: https://github.com/foone/3DMMForever/blob/79b301091175459dd39ec53bbb8a711248e969c6/inc/actor.h#L76

and used here: https://github.com/foone/3DMMForever/blob/79b301091175459dd39ec53bbb8a711248e969c6/src/engine/actor.cpp#L2511

davidrenne commented 1 year ago

Omg @willbr thanks for the code finds. Makes it easy to send prs and test a build. I just have no clue what branch or repo is going to become the new one with feature enhancements.