Skip to content

bondehagen/meshellator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meshellator

What is this?

3D asset import library for .NET 4.0 and Silverlight 4. 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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published