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 1f5fdda commit 80dba8dCopy full SHA for 80dba8d
examples/jsm/postprocessing/OutlinePass.js
@@ -558,7 +558,8 @@ class OutlinePass extends Pass {
558
},
559
560
vertexShader:
561
- `#include <morphtarget_pars_vertex>
+ `#include <batching_pars_vertex>
562
+ #include <morphtarget_pars_vertex>
563
#include <skinning_pars_vertex>
564
565
varying vec4 projTexCoord;
@@ -567,6 +568,7 @@ class OutlinePass extends Pass {
567
568
569
void main() {
570
571
+ #include <batching_vertex>
572
#include <skinbase_vertex>
573
#include <begin_vertex>
574
#include <morphtarget_vertex>
0 commit comments