|
|
RenderTarget* rt = RenderTarget::create(_id.c_str(), w, h);
|
|
RenderTarget* rt = RenderTarget::create(_id.c_str(), w, h);
|
|
|
Matrix::createOrthographicOffCenter(0, width, height, 0, 0, 1, &_projectionMatrix);
|
|
Matrix::createOrthographicOffCenter(0, width, height, 0, 0, 1, &_projectionMatrix);
|