01-03-2023, 02:47 AM
I'm sorry if this has been written about before, and if I'm posting this in the wrong place.
The "Rotating Pyramid" example needs a fix. Maybe change the penultimate line to:
I made this fix, however, assuming SCREEN 12. As I was writing this I realized the "SCREEN 18" might be setting a 32-bit color screen. Otherwise the example as it stands runs a totally-black screen.
Currently I'm using Firefox on a Debian GNU/Linux clone.
The "Rotating Pyramid" example needs a fix. Maybe change the penultimate line to:
Code: (Select All)
Line (a, b)-(c, d), 15, , &hffff00
I made this fix, however, assuming SCREEN 12. As I was writing this I realized the "SCREEN 18" might be setting a 32-bit color screen. Otherwise the example as it stands runs a totally-black screen.
Currently I'm using Firefox on a Debian GNU/Linux clone.