1.0.1 • Published 2 years ago

osgb v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 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

2 years ago

1.0.0

2 years ago