**Resolved** How to Prevent Billboard Scaling

I’m sure there must be an easy way to do this, but I haven’t figured it out. I am placing some billboards that contain an image to the scene, and I don’t want the billboards to scale as the view distance changes. However, no matter what I’ve tried I can’t prevent the billboards from scaling as the distance from the camera to each billboard changes.

How can I prevent billboards from scaling?

Seems like it doesn’t matter how long I look for an answer before finally posting a question… I often discover the answer shortly after posting the question.

I see that the sizeInMeters property can be used to specify that the “billboard’s size should be measured in meters” which prevents scaling.