An unfinished model viewer for The Legend of Zelda: Ocarina of Time 3D and Majora's Mask 3D, written in C#.
Add and build the Aglex repository
Install OpenTK 3 for .NET Framework 4.x. (Tools --> NuGet Package Manager --> Package Manager Console --> Install-Package OpenTK -Version 3.3.1
)
This is unfinished, experimental code. You will encounter glitches, broken functionality, etc., etc. Do not expect anything related to OoT3D/MM3D (models, animation, archives, etc.) to work and be happy if something does. There should, however, not be any problems just running the application.
Also note that this repository supersedes the old source code archive posted in 2014, before this repository existed.
- ZAR archive format reverse-engineered and documented by Twili
- Various additional research by Twili
- COLLADA exporter written with a lot of help from Peardian
- LZSS decompression code adapted from C++ code by ShimmerFairy
- Additional modifications by NishaWolfe