professorf 2dc72ce5a7 Maya consistently returns a vertex stride >=52, not >=64 for 11 years ago
..
BabylonExport 8535d7d858 Added DeltaKosh's command line flag /rl, and used flag to control whether 11 years ago
BabylonExport.Core 2dc72ce5a7 Maya consistently returns a vertex stride >=52, not >=64 for 11 years ago
BabylonExport.Interface eb1b2745f6 DAE Exporter 11 years ago
readme.md e6b77ec45d v1.7.2 11 years ago

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