Hello, I am needing a square radar in the top left of my screen.
I plan on using CreateTexture to create a 128 by 128 pixel texture which is then placed using a quad into the top left of the screen.
I will be 'filling' the texture each frame (scrolling).
My question is what is the best way to get the texture onto different screen sizes at the same proportion.
e.g. 1280 by 1024 should be 128 by 128 pixels
e.g. 1024 by 768 should be 102 by 96 pixels
etc
I've heard of using a hudcam but not over different screen sizes.
Any advice
Thanks
Marg
I plan on using CreateTexture to create a 128 by 128 pixel texture which is then placed using a quad into the top left of the screen.
I will be 'filling' the texture each frame (scrolling).
My question is what is the best way to get the texture onto different screen sizes at the same proportion.
e.g. 1280 by 1024 should be 128 by 128 pixels
e.g. 1024 by 768 should be 102 by 96 pixels
etc
I've heard of using a hudcam but not over different screen sizes.
Any advice
Thanks
Marg