Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 232 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 232 Bytes

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 );