Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICreateCapsuleOptions

The options Interface for creating a Capsule Mesh

Hierarchy

  • ICreateCapsuleOptions

Index

Properties

Optional bottomCapSubdivisionsSearch playground for bottomCapSubdivisions

bottomCapSubdivisions: number

Overwrite for the bottom capSubdivisions.

Optional capSubdivisionsSearch playground for capSubdivisions

capSubdivisions: number

Number of sub segments on the cap sections of the capsule running parallel to orientation.

Optional heightSearch playground for height

height: number

Height or Length of the capsule.

Optional orientationSearch playground for orientation

orientation: Vector3

The Orientation of the capsule. Default : Vector3.Up()

Optional radiusSearch playground for radius

radius: number

Radius of the capsule.

Optional radiusBottomSearch playground for radiusBottom

radiusBottom: number

Overwrite for the bottom radius.

Optional radiusTopSearch playground for radiusTop

radiusTop: number

Overwrite for the top radius.

Optional subdivisionsSearch playground for subdivisions

subdivisions: number

Number of sub segments on the tube section of the capsule running parallel to orientation.

Optional tessellationSearch playground for tessellation

tessellation: number

Number of cylindrical segments on the capsule.

Optional topCapSubdivisionsSearch playground for topCapSubdivisions

topCapSubdivisions: number

Overwrite for the top capSubdivisions.

Optional updatableSearch playground for updatable

updatable: boolean

Internal geometry is supposed to change once created.

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method