matt77hias / MAGE-v0

🧙 MAGE v0
https://matt77hias.github.io/MAGE-v0-Doc
GNU General Public License v3.0
266 stars 20 forks source link

Back to old OBJ format #67

Closed matt77hias closed 6 years ago

matt77hias commented 6 years ago
g <child-name> <translation> <rotation> <scale>
g <child-name> <parent-name> <translation> <rotation> <scale>

The translation and scale component can easily be extracted in the OBJ loader itself.

matt77hias commented 6 years ago

This also requires updating the standard assets.

matt77hias commented 6 years ago

If the OBJ format is properly restored, Assimp becomes a viable alternative to integrate.

matt77hias commented 6 years ago

The OBJ format is properly restored. The ModelPart normalization (optional), however, still contains a bug.

matt77hias commented 6 years ago

Fixed normalization: https://github.com/matt77hias/MAGE/commit/4d901e372b61cd0cacee19481b74acc85e46a6d0