|
@@ -173,10 +173,14 @@ class BatchedMesh extends Mesh {
|
|
|
'#include <skinning_pars_vertex>\n'
|
|
|
+ batchingParsVertex
|
|
|
)
|
|
|
+ .replace(
|
|
|
+ '#include <uv_vertex>',
|
|
|
+ '#include <uv_vertex>\n'
|
|
|
+ + batchingbaseVertex
|
|
|
+ )
|
|
|
.replace(
|
|
|
'#include <skinnormal_vertex>',
|
|
|
'#include <skinnormal_vertex>\n'
|
|
|
- + batchingbaseVertex
|
|
|
+ batchingnormalVertex
|
|
|
)
|
|
|
.replace(
|