1.0.0 • Published 3 years ago

@y2hlbg/obj2json v1.0.0

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

obj2json

Convert .obj file to customize .json

Examply

node index.js --path ./model.obj

Output

[
  {
    "position": {
      "x":-4.12916,
      "y":12.802069,
      "z":-8.285658
    },
    "uv":{
      "u":0.450297,
      "v":0.706466
    }
  }, 
  {
    "position": {
      "x":-3.942089,
      "y":13.040794,
      "z":-8.569345
    },
    "uv":{
      "u":0.447534,
      "v":0.702801
    }
  },
]