30 virtual void setCamera(
bool geocentric,
float geocentricAlpha,
31 const double position[3]
32 ,
const double positionMatrix[16]
33 ,
const double projectionMatrix[16]) = 0;
36 virtual void setGroupCount(
unsigned int count ) = 0;
Contains makVrv::DtEffect class.
#define DT_DLL_VRVGRAPHICS
Contains DLL export macros.
Definition: vrvGraphics.h:19
The base class for a programmable pipeline render effect.
Definition: DtEffect.h:19
The 2D effect is an abstract interface for effects used to render in 2D.
Definition: Dt2DEffect.h:19