Questions tagged [scanline]

47 questions
-1
votes
1 answer

OpenGL scanline algorithm - does it use rays and bounding boxes?

I'm studying how scanline algorithms work and I'm wondering whether to determine the closest hit per each pixel a ray is shooted like ray tracing algorithms and, in that case, if bounding boxes are used to determine if there's an intersection or not
Marco A.
  • 43,032
  • 26
  • 132
  • 246
-2
votes
1 answer

delphi Undeclared identifier: 'scanline'

i have the following error message in Delphi 7: Undeclared identifier: 'scanline' my uses: uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, Menus, Buttons, StdCtrls, ExtCtrls,math, ComCtrls; my part of…
Fero
  • 35
  • 1
  • 1
  • 8
1 2 3
4