Develop a basic understanding of the behavior of polar spherical coordinates through selected examples. Provide sample files for diverse mathematics engines
ColladaLoader is a free open source C# Library that enables developers to load and display Collada 3D Model files (.DAE) in DirectX 10 using the SlimDX SDK. Partitial .X file support. More info: http://www.tomsdevshack.be/projects/colladaloader
AQUYNZA is a set of C++ libraries, sample programs and doc's for the modelling, visualization and persistence of 3D environments. Its modular and highly portable. Its primary objective is helping to learn (and teach) computer graphics. (code in SPANISH)!
Implementation of a topological data structure for representing the boundary (surface) of a 3D solid. A core layer on top of which e.g. CSG operations or 3D model topology fixers can be build. Includes a CSG sample application.