1
0
mirror of https://github.com/troisjs/trois.git synced 2024-11-24 04:12:02 +08:00
This commit is contained in:
Kevin Levron 2021-03-15 21:46:04 +01:00
parent 56479333da
commit eb40499600

View File

@ -6,7 +6,7 @@ export const props = {
path: Curve,
tubularSegments: { type: Number, default: 64 },
radius: { type: Number, default: 1 },
radiusSegments: { type: Number, default: 8 },
radialSegments: { type: Number, default: 8 },
closed: { type: Boolean, default: false },
};