Kannagi / BCMConvert

Converts a 3D Model to BCM format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is BCM?

The BCM is a simple 3D format, which manages floating numbers and fixed numbers, indexes and skeleton animation, it reads easily and is very fast loading, I advise you to use it !

compilation

  • g++ main.cpp load.cpp bcm.cpp -lassimp -o Bin/BCMconvert
  • or use make

example :

  • BCMconvert name.obj

About

Converts a 3D Model to BCM format

License:The Unlicense


Languages

Language:C++ 87.9%Language:Makefile 8.0%Language:C 3.8%Language:Shell 0.2%