Olganix / Sw_Racer

Tools relative to Starwars Racer.
Other
16 stars 2 forks source link

Different chunk type needs to be handled differently #35

Open JayFoxRox opened 6 years ago

JayFoxRox commented 6 years ago

The "Podd" type for example, looks broken in our exports.

That is because it actually contains a collection of different models for different purposes. There might not even be any use in exporting a Collada file for them, because they just group actual Models ("Malt") together.

The game stores the models for the "Podd" and the LOD "Malt" seperately. I assume the "Podd" therefore handles object placement and model selection differently than other types.

I'm not sure if this is already handled somewhere.