1.0.1 • Published 3 years ago

osgb v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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
1.0.1

3 years ago

1.0.0

3 years ago