See: Description
Class | Description |
---|---|
TestAlphaToCoverage |
Simple application to test the getter and setters of AlphaToCoverage and
DefaultAnisotropicFilter from the GLRenderer class.
|
TestAspectFov |
Tests the setting of the FOV and aspect ratios.
|
TestAspectRatio |
Simple application to test a viewport/camera with a different aspect ratio
than the display -- issue #357.
|
TestBackgroundImage |
Demonstrates how to render a non-moving background image using a pre
ViewPort.
|
TestBlendEquations |
This test demonstrates the usage of customized blend equations and factors on a material.
Customized blend equations and factors always requires RenderState.BlendMode.Custom . |
TestContextRestart |
Tests whether gamma correction works after a context restart.
|
TestDepthFuncChange | |
TestDepthStencil | |
TestInconsistentCompareDetection |
Changes a material's texture from another thread while it is rendered.
|
TestIssue37 |
Test a Material with increasing numbers of texture parameters, to see what
happens when the renderer's dynamic limit is exceeded.
|
TestIssue801 | |
TestLineWidth |
Display the renderer's maximum line width.
|
TestMultiViews | |
TestParallelProjection | |
TestSplitScreen |
Simple application to test split-screen rendering.
|