How to calculate point size with camera distance? #6318
Answered
by
pixelflinger
August1996
asked this question in
Q&A
-
No matter where the camera eye is, the point size is 100, how can i calculate the scale of point size with camera eye distance? |
Beta Was this translation helpful? Give feedback.
Answered by
pixelflinger
Nov 24, 2022
Replies: 1 comment 1 reply
-
It's basically something like size = size_at_1_unit / z |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
August1996
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's basically something like
size = size_at_1_unit / z