Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.36 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.36 KB

KCollisionLibrary

Projects

  • KclImporter (A executable program used for importing and exporting collision models)
  • KclLibraryGUI (A library for gui handling importing and configuring material attributes)
  • KclRender (A 3D view displaying collision models and hit detection of octree boundings)
  • KclLibrary (The main collision library for handling the file binaries, hit detection, etc. Can be built using dot net core for cross platform)

Features

  • Supports all versions. GCN, WII, DS, 3DS Wii U, and Switch
  • Supports multiple model subdivisions for V2 KCL (WiiU/Switch) allowing for high poly collision models.
  • Can easily load and save KCL binaries, change endianness, version, etc.
  • Supports mapping material attributes by .obj files (COL_## for material name, ## is hex value).
  • KCL importer GUI which can load various game material and collision presets and export .obj files.

Planned

  • Functional collision handling for in tool editors (currently somewhat functional but needs improvements).
  • Automatic .obj triangulation.

Credits

Library by Syroot & KillXGaming.

Thanks to MasterF0x for the first V2 KCL implimentation and exelix11 for some help with odyssey support.

Thanks to Syroot/Ray Koopa for the original library base.