Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
davidrenne opened this issue May 29, 2022 · 2 comments
Open

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

davidrenne opened this issue May 29, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@davidrenne
Copy link

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

@frank-weindel frank-weindel added the enhancement New feature or request label Dec 7, 2022
@willbr
Copy link

willbr commented Aug 5, 2023

looks like it's defined here:

const auto krScaleMax = (BR_SCALAR(10.0)); // Max scaling

and used here:

_xfrm.rScaleStep = LwBound(rScaleStep, krScaleMin, krScaleMax);

@davidrenne
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants