Add CBSGenerate

Former-commit-id: 368fff5a2e
This commit is contained in:
Henrique Gemignani Passos Lima
2022-10-25 22:35:44 +03:00
parent d6b660c936
commit 0f990300fd
8 changed files with 157 additions and 15 deletions

View File

@@ -92,7 +92,7 @@ public:
bool GetSortThermal() const { return x14_25_sortThermal; }
void SetSortThermal(bool b) { x14_25_sortThermal = b; }
const CVector3f& GetScale() const { return x0_scale; }
CVector3f GetScale() const { return x0_scale; }
void SetScale(const CVector3f& scale) { x0_scale = scale; }
bool GetIsLoop() const;