Options
All
  • Public
  • Public/Protected
  • All
Menu

Model Component, defining the Geometry the Entity will use to define its shape

Together with the Shader Component, makes an Entity renderable

Hierarchy

Index

Constructors

  • Constructor. Take the Geometry to use and provide the name 'Model' to the parent class

    Parameters

    Returns Model

Properties

name: string

Accessors

  • Retrieve the Geometry's GLShape

    Returns GLShape

  • get modelName(): string
  • Retrieve the Geometry's name

    Returns string

  • get textureCoordinates(): Float32Array
  • Retrieve the Geometry's texture coordinates

    Returns Float32Array

  • get vertexCount(): number
  • Retrieve the Geometry's vertex count

    Returns number

  • get vertexSize(): number
  • Retrieve the Geometry's vertex size

    Returns number

  • get vertices(): Float32Array
  • Retrieve the Geometry's vertices

    Returns Float32Array