obj deserializer for the jscad project
This deserializer converts raw obj data to jscad code (that can be evaluated to CSG/CAG).
npm install @jscad/obj-deserializer
const objDeSerializer = require('@jscad/obj-deserializer')
const rawData = fs.readFileSync('PATH/TO/file.obj')
const csgData = objDeSerializer.deserialize(rawData, undefined, {output: 'csg'})
For questions about the API, please contact the User Group
PRs accepted.
Small Note: If editing this README, please conform to the standard-readme specification.
The MIT License (MIT) (unless specified otherwise)