Skip to content

Rayfoundry/fbx2gltf-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fbx2gltf-docker

Builds the binary for FBX2glTF from the latest source for several Linux distros. Currently supported are: CentOS6, CentOS7, Amazon Linux 1 & 2 & specialized CentOS7 from nvidia/cudagl.

Required: Docker

1. How to build the docker container

git clone https://github.com/Rayfoundry/fbx2gltf-docker.git

cd fbx2gltf-docker

git checkout <correct_branch>

docker build -t local/fbx2gltf-docker .

2. Get FBX SDK 2018.1.1

2.1 Download http://download.autodesk.com/us/fbx/2018/2018.1.1/fbx20181_1_fbxsdk_linux.tar.gz

3. Run docker image to build binary

3.1 mkdir fbxsdk

3.2 tar xvzf fbx20181_1_fbxsdk_linux.tar.gz

3.3 ./fbx20181_1_fbxsdk_linux fbxsdk

3.4 docker run -it --rm -v <absolute_path_to_fbxsdk_folder>:/root/fbxsdk -v $PWD/result:/root/result local/fbx2gltf-docker

3.5 retrieve binary FBX2glTF from result folder

About

Dockerfile to build FBX2glTF

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages