Git Product home page Git Product logo

transform-fit-obj's Introduction

Transform Fit OBJ

Transforms an OBJ file to fit within the 2x2x2 culling cube.

npm install -g transform-fit-obj

Usage: transform-fit-obj index.js input_file output_file

Before:

before

transform-fit-obj dragon.obj dragon2.obj
Before transforming
x: -7.0467 <---> 7.0467
y: 0 <---> 9.9399
z: -3.1513 <---> 3.1513

The mesh vertices can be translated by:
[ 0, -4.96995, 0 ]

The mesh vertices can be scaled by:
[ 0.14191039777484496, 0.2012092676988702, 0.3173293561387364 ]

The mesh will be scaled by:
[ 0.14191039777484496, 0.14191039777484496, 0.14191039777484496 ]

After transforming
x: -1 <---> 1
y: -0.7052875814210907 <---> 0.7052875814210907
z: -0.44720223650786894 <---> 0.44720223650786894
Saved transformed mesh to dragon2.obj

After:

after

transform-fit-obj dragon2.obj dragon3.obj
Before transforming
x: -1 <---> 1
y: -0.7052875814210907 <---> 0.7052875814210907
z: -0.44720223650786894 <---> 0.44720223650786894
no transforming needed

transform-fit-obj's People

Stargazers

Isaac A. Dettman avatar Brett Camper avatar

Watchers

James Cloos avatar Nick Desaulniers (paternity leave) avatar  avatar

transform-fit-obj's Issues

uniform scaling

The mesh should not be non uniformly scaled: they changes the dimensions of the mesh. Instead, we should scale by the greatest scale factor uniformly.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.