how can a mesh always appear the same size no matter how camera move
like the gizmo, it always appear the same size
Cedric
3
It’s scaled with a factor corresponding to the distance to the camera.
In other words, the further away, the bigger.
thanks for reply! I tried this in my code , but it didnot work and mesh become very big…
is there something wrong with my code?
Cedric
7
Plase, create a playground so we can take a look.
Another trick is to use an orthographic camera instead of a perspective one.
thanks for your patient to look at this playground !
thanks ! you really helped my work !