Removed model and view scale from pipeline

This commit is contained in:
Felipe Alfonso 2018-02-09 17:03:18 -03:00
parent 97bb52faec
commit 17d00eea4a

View file

@ -134,8 +134,6 @@ var TextureTintPipeline = new Class({
{
WebGLPipeline.prototype.resize.call(this, width, height, resolution);
this.projOrtho(0, this.width, this.height, 0, -1000.0, 1000.0);
this.viewScale(resolution, resolution, 1.0);
this.modelScale(resolution, resolution, 1.0);
return this;
},