Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CreateTubeDto

Index

Constructors

constructor

  • Parameters

    • Optional path: Vector3[]
    • Optional radius: number
    • Optional tessellation: number
    • Optional cap: number
    • Optional arc: number
    • Optional sideOrientation: sideOrientationEnum
    • Optional enableShadows: boolean

    Returns CreateTubeDto

Properties

arc

arc: number

Arc of the tube

default

1

minimum

0

maximum

1

step

0.1

cap

cap: number

Cap of the tube

default

0

minimum

0

maximum

3

step

1

enableShadows

enableShadows: boolean

Enables shadows for the mesh

default

true

path

path: Vector3[]

Path of the tube

default

undefined

radius

radius: number

Radius of the tube

default

1

minimum

0

maximum

Infinity

step

0.1

sideOrientation

sideOrientation: sideOrientationEnum

Side orientation of the mesh

default

doubleside

tessellation

tessellation: number

Tessellation of the tube

default

32

minimum

3

maximum

Infinity

step

1

Generated using TypeDoc