Engine API Reference - v2.20.0-beta.0
    Preparing search index...

    Class ConeBaseGeometry

    Shared superclass of CapsuleGeometry, ConeGeometry and CylinderGeometry. Use those classes instead of this one.

    Hierarchy (View Summary)

    Index

    Properties

    blendIndices: number[] | undefined

    Blend indices.

    blendWeights: number[] | undefined

    Blend weights.

    colors: number[] | undefined

    Colors.

    tangents: number[] | undefined

    Tangents.

    Methods

    • Generates normal information from the positions and triangle indices.

      Returns void

    • Generates tangent information from the positions, normals, texture coordinates and triangle indices.

      Returns void