|
@@ -314,7 +314,7 @@ function main() {
|
|
baseGeometry.morphAttributes.position = geometries.map((geometry, ndx) => {
|
|
baseGeometry.morphAttributes.position = geometries.map((geometry, ndx) => {
|
|
const attribute = geometry.getAttribute('position');
|
|
const attribute = geometry.getAttribute('position');
|
|
// put the number in front so we can more easily parse it later
|
|
// put the number in front so we can more easily parse it later
|
|
- const name = `${ndx}target$`;
|
|
|
|
|
|
+ const name = `${ndx}target`;
|
|
attribute.name = name;
|
|
attribute.name = name;
|
|
return attribute;
|
|
return attribute;
|
|
});
|
|
});
|