Bitbybit Docs
    Preparing search index...

    Class DrawNodesDto (Inputs.BabylonNode)

    Feeds babylon.node.drawNodes with the nodes to draw axes for, the color of each axis and their length.

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionalnodes: TransformNode[]
      • OptionalcolorX: string
      • OptionalcolorY: string
      • OptionalcolorZ: string
      • Optionalsize: number

      Returns DrawNodesDto

    Properties

    nodes: TransformNode[]

    The transform nodes, each getting its own set of axis lines

    colorX: string

    Hex color of the lines along the X axes

    colorY: string

    Hex color of the lines along the Y axes

    colorZ: string

    Hex color of the lines along the Z axes

    size: number

    Length of each axis line, in scene units