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

--fixed-user-size breaks user name distance #305

Open
FrostKiwi opened this issue Jun 14, 2023 · 0 comments
Open

--fixed-user-size breaks user name distance #305

FrostKiwi opened this issue Jun 14, 2023 · 0 comments

Comments

@FrostKiwi
Copy link

As defined by line

if(gGourceSettings.fixed_user_size) scaled_dims *= (-camera.getPos().z / -starting_z);

the --fixed-user-size feature is achieved by scaling the avatar by the camera distance. However, the thing that this approach ignores, is that this messes with the user-name position, as the user name is still placed as a function of the avatar size before the --fixed-user-size multiplier.

As a result, the name distance when starting out or zoomed in is very big...
image
...and later on when zoomed out, intersects with the avatar.
image

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

No branches or pull requests

1 participant