Iterable<GlbChunk> binaryChunks() { return chunks.where((GlbChunk chunk) => chunk.type == 'BIN\x00'); }