Skip to content

AWildErin/B3DLoader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

B3DLoader

A .b3d model parser for C#.

Does not support animations and bones currently.

Usage

var mdl = new B3DModel();
// Returns whether or not the read was successful
var result = mdl.ReadFromPath( filePath );

About

.b3d file loader written in C#

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages