rhodonite
    Preparing search index...

    Interface ConeDescriptor

    Descriptor for generating a cone primitive.

    interface ConeDescriptor {
        height?: number;
        includeBase?: boolean;
        material?: Material;
        radialSegments?: number;
        radius?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    height?: number

    Height of the cone measured along the +Y axis.

    0.25
    
    includeBase?: boolean

    Whether to generate a base disk that caps the cone.

    true
    
    material?: Material

    attach a rhodonite material to this plane(the default material is the classicUberMaterial

    radialSegments?: number

    Number of radial segments that form the cone circumference.

    12
    
    radius?: number

    Radius of the cone base.

    0.1