All notable changes to this project will be documented in this file.
- [Experimental] Display meshes with textures
- No longer use AForge.Math and other external libraries for linear algebra. SVD Computation is now done inside the class FastSvd3x3
- ConstantPressureGoal and ConstantVolumePressureGoal
- Silent execution mode (Solver.ExecuteSilently node) that does not output/display the intermediate results
- Some utilties for working with MeshToolkit meshes
- Use AForge.Math for matrix math (Previous version uses Math.NET Numerics)