Liste des Groupes | Revenir à cl c |
Fwiw, I remember doing a channel based hit map that stored an image using
RGBA but used floats. Each pixel would have a hit:
>
struct hit
{
float m_color[4];
};
>
It would take all of the hits and depending on what was going on during
iteration it would increment parts of hit::m_color[4].
Les messages affichés proviennent d'usenet.