renderTriangleMesh method

void renderTriangleMesh(
  1. Int16List ixList,
  2. Float32List vxList,
  3. int color
)

Implementation

void renderTriangleMesh(Int16List ixList, Float32List vxList, int color) {
  _renderContext.renderTriangleMesh(this, ixList, vxList, color);
}