/* */ {
/* 400 */ LinkedList nodeList = new LinkedList();
/* 401 */ getEntries(this.positions, nodeList);
/* 402 */ outputCommands(nodeList, output, 0);
/* */
/* 404 */ nodeList.clear();
/* 405 */ getEntries(this.colors, nodeList);
/* 406 */ outputCommands(nodeList, output, 1);
/* */
/* 408 */ nodeList.clear();
/* 409 */ getEntries(this.normals, nodeList);