1.0.3 • Published 8 years ago

raster-2-obj v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

raster-2-obj, convert raster to and OBJ file

Use potrace to vectorize a bitmap, then transform the vector into a 3d file by extruding it.

#install

	npm install -g raster-2-obj

usage

raster-2-obj file.bmp --xz --depth=2

  • --xz depth is written on the Y component instead of Z
  • --scale multiply X,Y value by this
  • --depth extrude value.
1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago