- Added Chrome Extension.
- Added Ribbon and Tree support.
- Added Console.
- Added Direct X (.x) 3D File Support.
- Added Google Drive Integration.
- Added Texture Support.
- Added Angle Measurement Tool.
- Fixed bug where 'stl' files would split meshes instead of mesh parts after 65000 elements.
- Fixed bug where mouse scroll/zoom was not working in firefox. Cross browser solution implemented.
- Added Toggleable Menu Items.
- Streamlined Menubar.
- Added Corner View Item.
- Added Mesh Highlighting when treeview item is highlighted.
- Added Scrollbar to Treeview.
- split mesh parts based on materials. add a material key name to each mesh part, then apply the material once all files have been read. Add material name to mesh part.
- Added Mesh Parts to allow for internal handling of large meshes past the ~65000 element count.
- Changed Mesh Lists to Dictionaries.
- Fixed bug with Right View not working.
- Fixed bug where OBJ files would not load after ~65000 elements.
- Added About page.
- Added OBJ support
- Fixed bug where STL files would not load after ~65000 elements.
- Basic STL file loading.
- Add Centers
- Fully Implement Materials
- remove mesh collection. only use model collection.
- Write .x file writeup
- add fbx support.
- move all view and projections into camera class