DarkRadiant: ase_importer d8845d73
| Author | Committer | Branch | Timestamp | Parent |
|---|---|---|---|---|
| greebo | greebo | ase_importer | 04.04.2021 11:44 | ase_importer 9cccf6b2 |
| Affected Issues | 0005576: ASE importer needs to handle shared vertices with different normals | |||
| Changeset | 0005576: A StaticModelSurface has to be constructed with non-empty vertex and index data. Add a new constructor accepting the rvalue-refs of the vertex and index vectors, and move the PicoModel-specific conversion code to PicoModelLoader which will create the suitable data structures before passing them to the move constructor. Prepare the AseModelLoader to use the same pattern. |
|||
| mod - radiantcore/model/StaticModelSurface.cpp | Diff File | |||
| mod - radiantcore/model/StaticModelSurface.h | Diff File | |||
| mod - radiantcore/model/import/AseModel.cpp | Diff File | |||
| mod - radiantcore/model/import/AseModel.h | Diff File | |||
| mod - radiantcore/model/import/AseModelLoader.cpp | Diff File | |||
| mod - radiantcore/model/picomodel/PicoModelLoader.cpp | Diff File | |||