Skip to content

Threejs fbxload with offical apply 'inflate.min.js' its fluent

License

Notifications You must be signed in to change notification settings

ying-tch/three-fbxloader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

three-fbxloader-offical

THREE.FBXLoader Threejs fbxload with offical apply 'inflate.min.js' its fluent

install

npm i --save three-fbxloader-offical

usage

let THREE = require('three')
let FBXLoader = require('three-fbxloader-offical')

let scene = new THREE.Scene()

let loader = new FBXLoader();

loader.load(url, function (object) {
  scene.add(object)
})

Sorry guys! This repo will never be updated, please check the newest version of three.js

About

Threejs fbxload with offical apply 'inflate.min.js' its fluent

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%