New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

three-fbx-loader

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

three-fbx-loader

@ckddbs's three.js fbx-loader as a node module

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

three-fbx-loader

Kyle-Larson and Takahiro's THREE.FBXLoader repackaged as a node module

install

npm i --save three-fbx-loader

usage


var THREE = require('three');
var FBXLoader = require('three-fbx-loader');

var loader = new FBXLoader();

var scene = new THREE.Scene();

loader.load('./path/to/model.fbx', function (object3d) {
  scene.add(object3d);
});

Keywords

three

FAQs

Package last updated on 08 Mar 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts