1.0.1 • Published 12 months ago

osgb v1.0.1

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

12 months ago

1.0.0

12 months ago