Giter Club home page Giter Club logo

adformatexporter's Introduction

ADFormatExporter

3D format converter utility. This program takes in most of the renowned 3D formats(.obj, .dae, .3ds, .max, .fbx) and convert it to Threejs(ready for web)

Prerequisites: Latest version of Python must be installed with setting to environment variable path option selected.

Step-by-step guide for ADFormatExporter utility Utility can only be used on windows command line. It has following options: Option Required/Optional Summary -i Required Used for input path for file or folder -p Optional Path to python executable, if python is not added to environment variables -o Optional Output path for converted threejs files or folder

Usages examples There are different ways to use the utility which are as explained below:

ADFormatExporter.exe -i "D:\3DModels\zeb" Converts all 3d files in the folder D:\3DModels\zeb to threejs files and puts them into default Output folder.

ADFormatExporter.exe -i "D:\3DModels\zeb\test.obj" โ€“o "D:\3DModels\zeb\test.js" One to one file conversion

ADFormatExporter.exe -i "D:\3DModels\zeb" -o "D:\3DModels\zeb1" Converts all 3d files in the folder D:\3DModels\zeb to threejs files and puts them into specified output folder i.e. D:\3DModels\zeb1.

ADFormatExporter.exe -p "C:\Users\Anil\AppData\Local\Programs\Python\Python36-32\python.exe" -i "D:\3DModels\zeb" -o "D:\3DModels\zeb1" Python executable path can also be supplied but its optional

This utility uses Autodesk FBXConverter and convert_to_threejs.py script as a bases for conversion.

adformatexporter's People

Contributors

dhimanak avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.