Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GeometryModelMockups

Helper class for creating simple geometry models

Hierarchy

  • GeometryModelMockups

Index

Methods

Static populateModelWithLineSquaresParts

  • populateModelWithLineSquaresParts(model: GeometryModel, numParts: number): void
  • Populates the model with the given number of parts, with each part consisting of a line mesh formed as a square

    Parameters

    Returns void

Static populateModelWithSingleTriangleParts

  • populateModelWithSingleTriangleParts(model: GeometryModel, numParts: number): void
  • Populates the model with the given number of parts, with each part consisting of a single triangle.

    Parameters

    Returns void

Static populateModelWithTexturedQuadParts

  • populateModelWithTexturedQuadParts(model: GeometryModel, numParts: number, texture: Texture): void
  • Populates the model with the given number of parts, with each part consisting of a textured quad.

    Parameters

    Returns void

Generated using TypeDoc