Class Cone3D

    • Field Detail

      • circleDivisions

        public Parameter circleDivisions
        The number of divisions in the circle forming the base of the cone. This is an integer with default value "max(6, roundToInt(radius * 100))". This parameter determines the resolution of the cone, which is approximated as a surface composed of triangular facets. Increasing this value makes the surface smoother, but also increases the cost of rendering.
      • height

        public Parameter height
        The height of the cone. This is a double that defaults to 0.5.
      • sideDivisions

        public Parameter sideDivisions
        The number of divisions on the side of the cone. This is an integer with default value "1". This parameter probably only needs to change when the wireFrame parameter is set to true.
      • radius

        public Parameter radius
        The radius of the base of the cone. This is a double that defaults to 0.7.