export enum SculptType { None = 0, Sphere = 1, Torus = 2, Plane = 3, Cylinder = 4, Mesh = 5, Invert = 64, Mirror = 128 }