Skip to content

Node API server for converting non-gltf model to gltf model.

Notifications You must be signed in to change notification settings

ParallelSpaceInc/model-converter

Repository files navigation

This is 3d model extension converting API server.

Usage

Initialize project with next commands

$ git clone https://github.com/ParallelSpaceInc/model-converter
$ cd model-converter
$ npm i

Then, start node server with next commands.

$ npm run build
$ npm run start

now, you can access to the next url.

`http://localhost:3000/filesender'

Select the model which you want to convert to gltf, then click send file.

After few second, you will see download window for which is converted to gltf by API.

About

Node API server for converting non-gltf model to gltf model.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published