Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GeometryConfig

Interface describing a Geometry's configuration object

Hierarchy

  • GeometryConfig

Index

Properties

glShape: GLShape

The GLShape (drawing mode) the Geometry should be rendered with

name: string

A name for the Geometry

textureCoordinates: Float32Array

Texture coordinates for each vertex in the Geometry's vertices

vertexCount: number

The number of Vertices making up the Geometry

vertexSize: number

The size of each of the Geometry's vertices

vertices: Float32Array

The vertices that make up the Geometry