Type alias ConeStyleOptions

ConeStyleOptions: {
    bottomRadius: number;
    length: number;
    material?: PolygonMaterialOptions;
    show?: boolean;
    slices?: number;
}

Type declaration

  • bottomRadius: number
  • length: number
  • Optional material?: PolygonMaterialOptions
  • Optional show?: boolean
  • Optional slices?: number