Type alias LineMaterialParameters
LineMaterialParameters: {
color?: number | THREE.Vector3;
dashScale?: number;
dashSize?: number;
dashed?: boolean;
gapSize?: number;
linewidth?: number;
resolution?: THREE.Vector2;
}
Type declaration
Optional color?: number | THREE.Vector3
Optional dashScale?: number
Optional dashSize?: number
Optional dashed?: boolean
Optional gapSize?: number
Optional linewidth?: number
Optional resolution?: THREE.Vector2