Beispiel #1
0
  public void draw() {

    background(bgColorR, bgColorG, bgColorB);
    // image(bgImage, 512, 384);

    renderGlobe();

    // *
    if (thePopUp.isVideoPlaying == true) {
      // thePopUp.playVideo();
      // println("LAYING VIDEO" + thePopUp.isVideoPlaying);
      thePopUp.drawVideo();
    }

    // */

  }