osgb
v1.0.1
Published
osg-serializier-js is PureJS module for serializing `.osgt` and `.osgb` files.
Downloads
1
Readme
osgb
osg-serializier-js is PureJS module for serializing .osgt
and .osgb
files.
The tool is still in development but I will be happy to your issues and contributions
installation and usage
In terminal: npm install --save osgb
In code:
const osg = require('osgb');
file = osg.readFile("MyAwesome3DModel.osgb");
// start workin with 3d data