[graphics] shrub (#1261)

* update

* renderer appears to work
This commit is contained in:
water111
2022-03-29 21:38:48 -04:00
committed by GitHub
parent b688bdbfd1
commit 79683a44b1
28 changed files with 1269 additions and 161 deletions
+1 -2
View File
@@ -1515,8 +1515,7 @@ std::string Shrubbery::print(const level_tools::PrintSettings& /*settings*/, int
std::string GenericShrubFragment::print(const level_tools::PrintSettings& /*settings*/,
int indent) const {
std::string is(indent, ' ');
return fmt::format("{} qwcs: {} {} {} {}: 0x{:x}\n", is, cnt_qwc, vtx_qwc, col_qwc, stq_qwc,
vtx_cnt);
return fmt::format("{} qwcs: {} {} {} {}: {}\n", is, cnt_qwc, vtx_qwc, col_qwc, stq_qwc, vtx_cnt);
}
void GenericShrubFragment::read_from_file(TypedRef ref,