rhodonite
    Preparing search index...

    Interface RingDescriptor

    Descriptor for generating a ring primitive.

    interface RingDescriptor {
        axis?: RingAxis;
        material?: Material;
        radius?: number;
        segments?: number;
        thickness?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    axis?: RingAxis

    The axis perpendicular to the ring plane.

    • 'x': Ring lies in the YZ plane
    • 'y': Ring lies in the XZ plane
    • 'z': Ring lies in the XY plane
    'y'
    
    material?: Material

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

    radius?: number

    The radius of the ring (distance from center to middle of the ring band).

    1
    
    segments?: number

    Number of segments that form the ring circumference.

    64
    
    thickness?: number

    The thickness of the ring band (half-width on each side of the radius).

    0.1