Interface: MeshRopeOptions

MeshRopeOptions

Options for the MeshRope constructor.

Properties:
Name Type Description
points PointLike[]

An array of points that determine the rope.

texture core

The texture to use on the rope.

textureScale number

Rope texture scale, if zero then the rope texture is stretched. Positive values scale rope texture keeping its aspect ratio. You can reduce alpha channel artifacts by providing a larger texture and downsampling here. If set to zero, texture will be stretched instead.

Extends

  • Omit

Members

points PointLike[]

An array of points that determine the rope.

texture core

The texture to use on the rope.

textureScale number

Rope texture scale, if zero then the rope texture is stretched. Positive values scale rope texture keeping its aspect ratio. You can reduce alpha channel artifacts by providing a larger texture and downsampling here. If set to zero, texture will be stretched instead.