Skip to content

Documentation / loaders / ResolvedStrandRibbonOptions

Type Alias: ResolvedStrandRibbonOptions

ResolvedStrandRibbonOptions = Required<Omit<StrandRibbonOptions, "segmentsPerStrand" | "maxStrands">> & object

Defined in: libs/loaders/src/curves/strandribbon.ts:86

StrandRibbonOptions with every default filled in.

Type Declaration

segmentsPerStrand

segmentsPerStrand: Nullable<number>

maxStrands

maxStrands: Nullable<number>

Released under the MIT License.