1.0.5 • Published 3 years ago

@red-collar/rc3d-converter v1.0.5

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

RC3 Converter


Converts .obj encoded model into .rc3 model.

Instalation

Update node if you haven't done it recently.

npm i @red-collar/rc3d-converter --save-dev

Options

-i, --input string. Input file
-o, --output string Output file
-v, --vertex-compress number Vertex compression value. 0 - no compression. 1 - normal compression. 2 - strong compression. Recommended value 1
-n, --normal-compress number Normal compression. 0 - no compression. 1 - normal compression. Recommended value 1
-c, --color-compress number Color compression. 0 - no compression. 1 - normal compression. Recommended value 1
--skip-normals boolean Don't write normals
--skip-colors boolean Don't write colors
--skip-texcoords boolean Don't write UV coordinates
--skip-materials boolean Don't write materials

Usage

npx rc3d-convert -i ./input_file.obj
npx rc3d-convert -i ./input_file.obj -v 1 -n 1 -c 1 --skip-normals --skip-colors --skip-texcoords --skip-materials
1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago