gradientspace / geometry3Sharp

C# library for 2D/3D geometric computation, mesh algorithms, and so on. Boost license.
http://www.gradientspace.com
Boost Software License 1.0
1.71k stars 384 forks source link

Ds3reader #150

Closed runette closed 3 years ago

runette commented 3 years ago

Added the ability to read .3DS binary files and extract meshes.

This reader does not import the materials

As part of this, made some changes to IDeformableMesh and IMeshBuilder to allow UVs to be set per vertex in the builder.