Page 1 of 1

Stationary Billboards

Posted: Wed Mar 29, 2017 1:54 am
by aeffertz
For whatever reason, billboards have a lot nicer opacity spectrum to them. Statues are invisible with anything under 60% opacity or something around that point. That also makes having something fade from solid to invisible on a statue plane look bad.

It'd be nice to have an option that allowed you to use simple billboard files and be able to aim/turn them in the track editor, just like you do with statues. Billboards are nice because you also can just use an image to get them in game and adjust the size in the billboard text file, rather than making a plane in blender and having to deal with resizing the plane in blender and whatnot.

Re: Stationary Billboards

Posted: Wed Mar 29, 2017 2:56 am
by jlv
Translucent stuff has to be drawn back to front. It's easy to do that with billboards since a Z sort gets it right. Once they stop facing the camera the Z sort doesn't work anymore.

Re: Stationary Billboards

Posted: Thu Mar 30, 2017 2:27 am
by aeffertz
jlv wrote:Translucent stuff has to be drawn back to front. It's easy to do that with billboards since a Z sort gets it right. Once they stop facing the camera the Z sort doesn't work anymore.
Shoot. I suppose there's no easy fix to this? Fair enough, just figured I'd mention it incase it would possibly be something "simple" enough.

Re: Stationary Billboards

Posted: Fri Mar 31, 2017 3:10 am
by jlv
Nothing easy that's correct. There's depth peeling but that's slow enough that I wouldn't want to do it. You can also just sort the objects as well as you can and ignore the visual errors from the incorrect order. If you draw in the wrong order the translucent object will block the stuff you should have seen through it.