Edit TrackInfo Properties (#594)

* Fix finishline for toads turnpike in extra

* Fixed trash bin in extra

* Refactor fov

* Update scene.json

* Allow setting fog

* impl fog save & load

* Fix modifying resourceName and rename editor namespace to trackeditor

* small change
This commit is contained in:
MegaMech
2025-12-15 12:29:58 -07:00
committed by GitHub
parent 2995361eb1
commit eb11374093
41 changed files with 219 additions and 117 deletions
+2 -2
View File
@@ -69,7 +69,7 @@ Cup* gBattleCup;
HarbourMastersIntro gMenuIntro;
Editor::Editor gEditor;
TrackEditor::Editor gEditor;
s32 gTrophyIndex = NULL;
@@ -757,7 +757,7 @@ void CM_ActorGenerateCollision(struct Actor* actor) {
if ((nullptr != act->Model) && (act->Model[0] != '\0')) {
if (act->Triangles.size() == 0) {
Editor::GenerateCollisionMesh(act, (Gfx*)LOAD_ASSET_RAW(act->Model), 1.0f);
TrackEditor::GenerateCollisionMesh(act, (Gfx*)LOAD_ASSET_RAW(act->Model), 1.0f);
}
}
}