AWildErin / B3DLoader

.b3d file loader written in C#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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#

License:MIT License


Languages

Language:C# 100.0%