JerryI / Mathematica-ThreeJS-graphics-engine

A parser for Wolfram Mathematica's Graphics3D functions (written in JS)
29 stars 2 forks source link

some small improvements #11

Closed asukaminato0721 closed 1 year ago

asukaminato0721 commented 1 year ago
  1. add more js-doc
  2. fix some apis
  3. add editorconfig, now formatter work well. editorconfig copied from https://github.com/airbnb/javascript/blob/master/.editorconfig
asukaminato0721 commented 1 year ago

a note: all .geometry.vertices can't be type deduced, since BufferGeometry | Geometry doesn't have vertices.