Skip to content

candrsn/assimp2gltf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

assimp2gltf

gltf exporter for Open Asset Import Library

Convert files in 40+ 3D file formats, including Collada, 3DS, OBJ, LWO, FBX, Blender, X, STL, PLY, MS3D, B3D, MD3, MDL, DXF and IFC to gltf.

Introduction

assimp2gltf is a command line tool designed to expose the import capabilities of assimp, the Open Asset Import Library to WebGl developers. The tool takes a single 3d model as input file, imports it using assimp and converts the result to gltf.

assimp2gltf is platform-independent, its only dependency is assimp itself.

Usage

$ assimp2gltf [flags] input_file [output_file] 

To do

  • animations
  • asset
  • shaders
  • accessors
  • bufferViews
  • buffers
  • textures
  • samplers
  • images
  • materials
  • techniques
  • nodes
  • cameras
  • lights
  • scenes
  • meshes
  • skins
  • scene

Invoke assimp2gltf with no arguments for detailed information.

About

assimp to glTF 1.0 converter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors