webani - v1.0.0
    Preparing search index...

    Type Alias ConeComponentOptions

    Options for creating a cone component.

    type ConeComponentOptions = {
        height: number;
        material?: WebaniMaterialOptions;
        position: Vector3;
        radius: number;
    }
    Index

    Properties

    height: number

    The height of the cone.

    Optional material properties for the cone surface.

    position: Vector3

    The base position of the cone in 3D space.

    radius: number

    The radius of the cone's base.