ladybird/Demos/Cube
Andreas Kling 9a109128f8 Cube: Two small tweaks
I noticed these when playing with the demo locally:

- Use RGB32 instead of RGBA32 for the bitmap buffer. This avoids some
  flickering that would sometimes occur.

- Clip the gradient fill to the widget rect rather than the painter
  clip rect. In practice, the painter was always clipped to the widget
  rect here, but it seems logical to say "fill widget with gradient."
2020-04-18 13:46:55 +02:00
..
Cube.cpp Cube: Two small tweaks 2020-04-18 13:46:55 +02:00
Makefile Demos: Add 3D Cube Demo 2020-04-18 12:28:54 +02:00