processing 풀스크린 소스

2008.02.02 03:07

juro 조회 수:961

import processing.opengl.*;

//for full screen
static public void main (String args[]){
  PApplet.main(new String[] {"--presnet", "FullScreenApp"});
}

void setup(){
  //full screen detail set
  size(screen.width, screen.height+20, OPENGL);
}

void draw() {
  background(102);
  
}

© juroweb 2003-2014. All rights reserved
log in