MeshOptions: {
angularDeflection?: number;
edgeMaxSegments?: number;
edgeSegmentLength?: number;
hideTangentEdges?: boolean;
includeEdges?: boolean;
includeTangentEdges?: boolean;
linearDeflection?: number;
parallel?: boolean;
relative?: boolean;
}
Type declaration
Optional angularDeflection?: number
Optional edgeMaxSegments?: number
Optional edgeSegmentLength?: number
Optional hideTangentEdges?: boolean
Optional includeEdges?: boolean
Optional includeTangentEdges?: boolean
Optional linearDeflection?: number
Optional parallel?: boolean
Optional relative?: boolean