Quitar el modo fullscreen por defecto de osg


/ Published in: C++
Save to your folder(s)



Copy this code and paste it in your HTML
  1. viewer.getCamera(0)->getRenderSurface()->fullScreen(false);

Report this snippet


Comments


You need to login to view comments.