Re: texture filtering and transparency
- From: Eyal Teler <et@xxxxxxxxxxxxxxx>
- Date: Thu, 12 May 2005 21:13:17 +0200
Michael Schiestl wrote:
I don't think that's true. Please correct me if I'm wrong, but having a 1 bit alpha channel does not prevent the GPU from interpolating values in between 0 and 1. (I just tested this). Also, there is no 1 bit alpha channel texure format with 24 bit RGB, so I would have to use 15 bit RGB which is also not an optimal solution.
These facts totally unrelated to Wessam's answer. Regardless of the number of bits, you can always use alpha testing to discard pixels instead of blending them. Since this is a simple test (for example, "draw only pixels with alpha values over 128"), the alpha accuracy in the texture doesn't matter.
Eyal .
- Follow-Ups:
- Re: texture filtering and transparency
- From: Michael Schiestl
- Re: texture filtering and transparency
- References:
- texture filtering and transparency
- From: Michael Schiestl
- Re: texture filtering and transparency
- From: Wessam Bahnassi
- Re: texture filtering and transparency
- From: Michael Schiestl
- texture filtering and transparency
- Prev by Date: Re: VertexBuffer colors coming out wrong.
- Next by Date: Re: pipeline optimisation - multithreading
- Previous by thread: Re: texture filtering and transparency
- Next by thread: Re: texture filtering and transparency
- Index(es):
Relevant Pages
|