Skip to content

Commit 17d00ee

Browse files
committed
Removed model and view scale from pipeline
1 parent 97bb52f commit 17d00ee

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/renderer/webgl/pipelines/TextureTintPipeline.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,6 @@ var TextureTintPipeline = new Class({
134134
{
135135
WebGLPipeline.prototype.resize.call(this, width, height, resolution);
136136
this.projOrtho(0, this.width, this.height, 0, -1000.0, 1000.0);
137-
this.viewScale(resolution, resolution, 1.0);
138-
this.modelScale(resolution, resolution, 1.0);
139137
return this;
140138
},
141139

0 commit comments

Comments
 (0)