ofFbo를 이용한 깔끔한 렌더링
ofFbo:allocate
void ofFbo::allocate(int width, int height, int internalformat, int numSamples=0)
- numsamples : 기본이 0이다. 최대 16까지 지정가능하며, 높을수록 샘플링을 많이함.
default
with 16 numSamples
앞으로는 ofFbo로 그려서 draw()에다가 fbo를 그리는 버릇을 들여야겠군..
void ofFbo::allocate(int width, int height, int internalformat, int numSamples=0)
앞으로는 ofFbo로 그려서 draw()에다가 fbo를 그리는 버릇을 들여야겠군..