bitbybit.dev v1.0.0-rc.1
    Preparing search index...

    Class DrawPointDto<T>

    Type Parameters

    • T
    Index

    Constructors

    • Provide options without default values

      Type Parameters

      • T

      Parameters

      • Optionalpoint: Point3
      • Optionalopacity: number
      • Optionalsize: number
      • Optionalcolours: string | string[]
      • Optionalupdatable: boolean
      • OptionalpointMesh: T

      Returns DrawPointDto<T>

    Properties

    point: Point3

    Point

    undefined
    
    opacity: number

    Value between 0 and 1

    1
    

    0

    1

    0.1

    size: number

    Size of the point

    3
    

    0

    Infinity

    0.1

    colours: string | string[]

    Hex colour string

    #444444
    
    updatable: boolean

    Indicates wether the position of this point will change in time

    false
    
    pointMesh?: T

    Point mesh variable in case it already exists and needs updating

    undefined