David Catuhe 3611e36c6a Fixing exporter project issues 11 年之前
..
BabylonExport 8535d7d858 Added DeltaKosh's command line flag /rl, and used flag to control whether 11 年之前
BabylonExport.Core 3611e36c6a Fixing exporter project issues 11 年之前
BabylonExport.Interface eb1b2745f6 DAE Exporter 11 年之前
readme.md e6b77ec45d v1.7.2 11 年之前

readme.md

BabylonExporter

BabylonExporter can create a .babylon scene from the following formats:

  • FBX
  • OBJ
  • DAE

Command line usage: BabylonExporter.exe /i:"source.fbx" /o:"outputDir" [/sk]

/sk option is used to export bones.

  • OBJ engine can export:

    • Geometries
    • Meshes hierarchies
    • Material:
    • Diffuse color
    • Diffuse texture
    • Alpha
    • Emissive color
    • Specular color
    • Specular power
  • FBX/DAE engine can export:

    • Geometries
    • Meshes hierarchies
    • Bones and bones' animations
    • Material:
    • Diffuse color
    • Diffuse texture
    • Alpha
    • Emissive color
    • Specular color
    • Specular power