Painting Mapping Factory (#104)

* Painting Factory

* update factory naming

---------

Co-authored-by: Lywx <kiritodev01@gmail.com>
This commit is contained in:
inspectredc
2024-04-23 10:38:58 -06:00
committed by GitHub
co-authored by Lywx
parent 686ca4115a
commit 91e834d819
4 changed files with 153 additions and 0 deletions
+2
View File
@@ -37,6 +37,7 @@
#include "factories/sm64/MacroFactory.h"
#include "factories/sm64/MovtexFactory.h"
#include "factories/sm64/MovtexQuadFactory.h"
#include "factories/sm64/PaintingMapFactory.h"
#include "factories/sm64/TrajectoryFactory.h"
#include "factories/mk64/CourseVtx.h"
@@ -98,6 +99,7 @@ void Companion::Init(const ExportType type) {
this->RegisterFactory("SM64:MACRO", std::make_shared<SM64::MacroFactory>());
this->RegisterFactory("SM64:MOVTEX_QUAD", std::make_shared<SM64::MovtexQuadFactory>());
this->RegisterFactory("SM64:MOVTEX", std::make_shared<SM64::MovtexFactory>());
this->RegisterFactory("SM64:PAINTING_MAP", std::make_shared<SM64::PaintingMapFactory>());
this->RegisterFactory("SM64:TRAJECTORY", std::make_shared<SM64::TrajectoryFactory>());
// MK64 specific