| 201 | |
| 202 | |
| 203 | void GltfWriter::done(PointTableRef table) |
| 204 | { |
| 205 | // Go back to the beginning to write the headers. |
| 206 | m_stream->seek(0); |
| 207 | writeGltfHeader(); |
| 208 | writeJsonChunk(); |
| 209 | writeBinHeader(); |
| 210 | } |
| 211 | |
| 212 | |
| 213 | void GltfWriter::writeGltfHeader() |