Skip to content
This repository has been archived by the owner on May 2, 2018. It is now read-only.

Latest commit

 

History

History
13 lines (7 loc) · 423 Bytes

README.markdown

File metadata and controls

13 lines (7 loc) · 423 Bytes

Meshellator

What is this?

3D asset import library for .NET 4.0. Supported formats are Autodesk 3DS and Lightwave OBJ.

How do I use it?

Meshellator is designed to be extremely simple to use. The following line will import a model into a Scene object:

Scene scene = MeshellatorLoader.ImportFromFile(@"Models\3ds\85-nissan-fairlady.3ds");

You can then iterate over the materials and meshes within the scene.