Settings for Ellipsoid brush shapes
export interface EllipsoidBrushShapeSettings { depth: number; height: number; hollow: boolean; radius: number; thickness: number; uniform: boolean; width: number; xRotation: number; yRotation: number; zRotation: number;} Copy
export interface EllipsoidBrushShapeSettings { depth: number; height: number; hollow: boolean; radius: number; thickness: number; uniform: boolean; width: number; xRotation: number; yRotation: number; zRotation: number;}
Settings for Ellipsoid brush shapes
Source