Skip to content

Commit 380efc6

Browse files
committed
fix(x3d-deserializer): small change in source output due to changes in geom3
1 parent dd5c06f commit 380efc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/io/x3d-deserializer/src/translateShape.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const createObjects${object.id} = (options) => {
5454
${polysAsStrings.join(',\n ')}
5555
]
5656
`
57-
primitive = 'geom3.fromPoints(polygons)'
57+
primitive = 'geom3.fromVertices(polygons)'
5858
}
5959
}
6060
}

0 commit comments

Comments
 (0)