adjust background in cube-demo

pull/3471/head
kallaballa 2 years ago
parent 59f0352c59
commit 41a5d92606
  1. 2
      modules/v4d/samples/cube-demo.cpp

@ -150,7 +150,7 @@ static void init_scene(const cv::Size& sz) {
//Renders a rotating rainbow-colored cube on a blueish background
static void render_scene() {
//Clear the background
glClearColor(0.1, 0.12, 0.2, 1);
glClearColor(0.2, 0.24, 0.4, 1);
glClear(GL_COLOR_BUFFER_BIT);
//Use the prepared shader program

Loading…
Cancel
Save