gltf-bounding-box

0.4.1 • Public • Published

gltf-bounding-box

Computes the global bounding box of a gltf model

npm version Travis build status Dependency Status devDependency Status

Usage

import gltfBoundingBox from 'gltf-bounding-box';
 
const model = JSON.parse(fs.readFileSync('suzanne.gltf'), 'utf8');
 
const boundings = gltfBoundingBox.computeBoundings(model);
 
// boundings:
{
  dimensions: {
    width: 3,
    depth: 2,
    height: 2,
  },
  center: {
    x: 0,
    y: 0,
    z: 0,
  },
}

Package Sidebar

Install

npm i gltf-bounding-box

Weekly Downloads

379

Version

0.4.1

License

BSD-3-Clause

Unpacked Size

1.35 MB

Total Files

13

Last publish

Collaborators

  • damienfern
  • wanadmin
  • clementlvsr
  • flozz
  • baptistedonaux
  • come
  • jbghoul
  • vserain
  • risq