kopia lustrzana https://github.com/jameshball/osci-render
Fix oscilloscope when using upsampling
rodzic
da8cb4f861
commit
0eafc29ed8
|
@ -215,7 +215,7 @@ var Render =
|
|||
gl.bindBuffer(gl.ELEMENT_ARRAY_BUFFER, null);
|
||||
|
||||
|
||||
this.scratchVertices = new Float32Array(8*nPoints);
|
||||
this.scratchVertices = new Float32Array(12*nPoints);
|
||||
},
|
||||
|
||||
setupTextures : function()
|
||||
|
|
Ładowanie…
Reference in New Issue