Real-Time 3D Graphics with WebGL 2
上QQ阅读APP看书,第一时间看更新

Rendering in WebGL

WebGL handles geometry in a standard way, independent of the complexity and number of points that surfaces can have. There are two data types that are fundamental to represent the geometry of any 3D object: vertices and indices.