Open
Description
I am experiencing an issue with converting an SVG path to a model using the library. After distorting the base model, it creates multiple models instead of a single one. Additionally, the original endless shape becomes non-endless after distortion.
svgPath.txt
// SVG Path data added as an attachment
const svgPath =above file svgPath.txt has path;
// Convert SVG path to model
const baseModel = importer.fromSVGPathData(svgPath);
// Distort the model
let newModel = model.distort(baseModel, 0.21619089656166393, 0.21619089656166393);
Issue Details:
- Importing a single SVG path and creating a base model.
- After distortion, multiple models are created.
- The base model was an endless shape but becomes non-endless after distortion.
Expected Behavior:
- The model should remain a single entity after distortion same and the endless shape should be preserved.
Metadata
Metadata
Assignees
Labels
No labels