some descriptions

This commit is contained in:
h4570
2022-07-19 00:01:37 +02:00
parent dfd79a307e
commit 7fd2926d1d
7 changed files with 28 additions and 10 deletions
@@ -23,7 +23,16 @@ class StaPipOptions {
PipelineShadingType shadingType;
bool blendingEnabled;
bool antiAliasingEnabled;
bool noClipChecks;
/**
* @brief True -> disables "clip against each plane" algorithm.
* Mandatory, default: false.
*
* Full clip checks are slow, but they are
* preventing visual artifacts, which can happen
* for big 3D objects (or objects near camera eyes)
*/
bool noFullClipChecks;
/** Optional */
StaPipLightingOptions* lighting;