![]() |
HoviTron Video Pipeline
|
Struct that contains datas for the fragment shader of the warping pipeline. More...
#include <BuffersControllerWarping.h>
Data Fields | |
float | max_depth |
float | pixelThresh |
float | maxMul |
float | scaleFactor = 1.0 |
Struct that contains datas for the fragment shader of the warping pipeline.
Struct that contains datas for the fragment shader of the warping pipeline.
Definition at line 126 of file BuffersControllerWarping.h.
float RvsSynFrag::max_depth |
Maximal depth value
Definition at line 128 of file BuffersControllerWarping.h.
float RvsSynFrag::maxMul |
Multiplicator to avoid saturing depth value on the virtual vue depth
Definition at line 132 of file BuffersControllerWarping.h.
float RvsSynFrag::pixelThresh |
Threshold on the size of elongated triangle to determine quality
Definition at line 130 of file BuffersControllerWarping.h.
float RvsSynFrag::scaleFactor = 1.0 |
Scale factor to scale the scene properly
Definition at line 134 of file BuffersControllerWarping.h.