Exemplo n.º 1
0
//--------------------------------------------------------------- 
void CloudsRGBDVideoPlayer::drawSubtitles(){
#ifdef OCULUS_RIFT
	int x = 650;
#else
	int x = CloudsVisualSystem::getStaticRenderTarget().getWidth()/2.0;
#endif
    int y = CloudsVisualSystem::getStaticRenderTarget().getHeight();
	y *= showingLowerThirds ? subtitle2DOffsetLowerThirds : subtitle2DOffsetVisualSystem;
	drawSubtitles(x,y);
}
Exemplo n.º 2
0
void CloudsRGBDVideoPlayer::drawSubtitles(int x,int y){
    drawSubtitles();
}