webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
CubeGeometry Struct Reference

#include <geometry_utils.h>

Public Attributes

std::vector< Vector3positions
 
std::vector< Vector3normals
 
std::vector< Vector2texcoords
 
std::vector< GLushortindices
 

Member Data Documentation

◆ indices

std::vector<GLushort> CubeGeometry::indices

◆ normals

std::vector<Vector3> CubeGeometry::normals

◆ positions

std::vector<Vector3> CubeGeometry::positions

◆ texcoords

std::vector<Vector2> CubeGeometry::texcoords

The documentation for this struct was generated from the following file: