![]() |
HoviTron Video Pipeline
|
Struct that contains camera extrinsics values that must be sent to vertex shader of the warping pipeline. More...
#include <BuffersControllerWarping.h>
Data Fields | |
glm::mat4x4 | R |
glm::vec4 | t |
Struct that contains camera extrinsics values that must be sent to vertex shader of the warping pipeline.
Struct that contains camera extrinsics values that must be sent to vertex shader of the warping pipeline (OMAF space).
Definition at line 40 of file BuffersControllerWarping.h.
glm::mat4x4 RVScamExtrinsics::R |
Rotation matrix
Definition at line 42 of file BuffersControllerWarping.h.
glm::vec4 RVScamExtrinsics::t |
Translation
Definition at line 44 of file BuffersControllerWarping.h.