How OpenGL should render triangle?

Hello! How OpenGL render triangle? What algorithm used? I need in math description of this algo: I’m trying to implement my own renderer for embedded device, but my shaded triangle differ from the same triangle on PC (ATI implementation). Somewhere I see more points on borders, and so on.

I’d suggest looking at the GL specification, it provides examples equations for all operations.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.