Jump to content

[SOLVED] Max / min Billboard sizes


photo

Recommended Posts

Posted

Is there any way of controlling how small / large a billboard ( or any other object really) grows/shrinks to.

 

Ideally i want a billboard placed in the world that doesnt change size, no matter how far from the object you are.

 

 

Posted

Would this need to be in the update loop?

i can look at that but it seemed an inefficient way of doing it

Posted

Paul,

 

Yes, this needs to be in update loop. Another way is to implement upscale/downscale process in vertex shader but that might be tricky and will force you to have custom material which is probably not what you want.

×
×
  • Create New...