We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db7851f commit 39bff4aCopy full SHA for 39bff4a
examples/js/postprocessing/OutlinePass.js
@@ -395,7 +395,7 @@
395
#include <project_vertex>
396
397
vPosition = mvPosition;
398
- vec4 worldPosition = modelMatrix * vec4( position, 1.0 );
+ vec4 worldPosition = modelMatrix * vec4( transformed, 1.0 );
399
projTexCoord = textureMatrix * worldPosition;
400
401
}`,
examples/jsm/postprocessing/OutlinePass.js
@@ -453,7 +453,7 @@ class OutlinePass extends Pass {
453
454
455
456
457
458
459
0 commit comments