Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RendererConfig

Interface describing a Renderer configuration object, containing all the information the Renderer needs to execute a single render() call

Produced by the EntityManager in its management and rendering of Entities

Hierarchy

  • RendererConfig

Index

Properties

entities: readonly Entity[]

The list of Entities this draw call is rendering; used in uploading uniform values, if applicable

shaderProgramName: string

The name of the shader program to use for this render call

textureAtlasName?: string

The name of the texture atlas to use for this render call; if applicable

The VBOConfig describing the VBO to use in this render call