[game] improve loading (#1049)

* better load

* fix sky, cleanup
This commit is contained in:
water111
2022-01-07 11:52:24 -05:00
committed by GitHub
parent 026c7245a2
commit 3c42d222cb
10 changed files with 543 additions and 313 deletions
@@ -525,11 +525,6 @@ void update_proto_info(std::vector<TieProtoInfo>* out,
}
}
// just for debug
for (int g = 0; g < 4; g++) {
frag_info.point_sizes.push_back(proto.geometry[g].tie_fragments[frag_idx].point_ref.size());
}
info.frags.push_back(std::move(frag_info));
}
}