type LineAggregate =
ShapeAggregate & {
flags: RawLinesFlags,
attributes: {
position?: TypedArray,
positions?: TypedArray,
color?: TypedArray,
colors?: TypedArray,
size?: number | TypedArray,
sizes?: TypedArray,
depth?: number | TypedArray,
depths?: TypedArray,
zBias?: number | TypedArray,
zBiases?: TypedArray,
zIndex: number,
segments?: TypedArray,
unweld?: TypedArray,
id?: number | TypedArray,
ids?: TypedArray,
lookup?: number | TypedArray,
lookups?: TypedArray,
},
}
packages / workbench / src / layers / types.ts