Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VBOConfig

Interface describing a VBO configuration object, containing all the information required by the EntityManager and Renderer to effectively construct, maintain and render Entity vertex lists in appropriate batches

Hierarchy

  • VBOConfig

Index

Properties

changed: boolean

A flag indicating whether or not the VBO has been modified on a frame-to-frame basis, thereby requiring (re)buffering to the GPU

glShape: GLShape

The GLShape (drawing mode) to render the vertices with

name: string

A name for the VBO

vertexSize: number

The size of the vertices comprising the VBO

vertices: Float32Array

The vertices comprising the VBO

verticesPerEntity: number

The number of vertices per Entity described by the VBO