![]() |
ProtoTracer
1.0
Real-time 3D rendering and animation engine
|
Provides static methods for testing and verifying camera displays. More...
#include <DisplayTest.h>
Static Public Member Functions | |
static void | FillWhite (CameraBase *camera) |
Fills the camera display entirely with white pixels. | |
static void | FillAltWhiteBlack (CameraBase *camera) |
Fills the camera display with an alternating pattern of white and black pixels. | |
Provides static methods for testing and verifying camera displays.
Definition at line 22 of file DisplayTest.h.
|
static |
Fills the camera display with an alternating pattern of white and black pixels.
camera | Pointer to the CameraBase object representing the camera. |
Definition at line 13 of file DisplayTest.cpp.
References RGBColor::B, RGBColor::G, IPixelGroup::GetColor(), CameraBase::GetPixelGroup(), and RGBColor::R.
|
static |
Fills the camera display entirely with white pixels.
camera | Pointer to the CameraBase object representing the camera. |
Definition at line 3 of file DisplayTest.cpp.
References RGBColor::B, RGBColor::G, IPixelGroup::GetColor(), CameraBase::GetPixelGroup(), and RGBColor::R.
Referenced by RenderingEngine::DisplayWhite().