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