Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

osg-serializer-js

eran-pinhas25ISC0.0.1

Module for reading and writing OpenSceneGraph 3D models. file type supported: .osgb .osgt

OpenSceneGraph, osgb, osgt

readme

osg-serializer-js

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 osg-serializer-js

In code:

const osg = require('osg-serializer-js');

file = osg.readFile("MyAwesome3DModel.osgb");

// start workin with 3d data