Skip to content

Commit f308a12

Browse files
authored
Merge pull request #1 from gl-vis/etpinard-laptop-fixes
a few fixes
2 parents 076b0a6 + e856b5b commit f308a12

File tree

5 files changed

+2725
-103
lines changed

5 files changed

+2725
-103
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

lib/tubemesh.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@ proto.dispose = function() {
857857
}
858858

859859
function createMeshShader(gl) {
860-
var shader = createShader(gl, meshShader.vertex, meshShader.fragment)
860+
var shader = createShader(gl, meshShader.vertex, meshShader.fragment, null, meshShader.attributes)
861861
shader.attributes.position.location = 0
862862
shader.attributes.color.location = 2
863863
shader.attributes.uv.location = 3

0 commit comments

Comments
 (0)