David Catuhe 003c362468 Fixing Blender 2.71 support (Thanks to fluffrabbit) 11 yıl önce
..
io_scene_map 003c362468 Fixing Blender 2.71 support (Thanks to fluffrabbit) 11 yıl önce
io_export_babylon.py dc080b71ea Added support for material namespaces 11 yıl önce
readme.md ba65147f8f Adding readme.md for Blender exporter 11 yıl önce

readme.md

Blender to Babylon.js exporter

The Blender export plugin supports the following features:

  • Cameras
    • Name
    • Position
    • Target
    • Fov
    • Clip start
    • Clip end
    • Check collisions
    • Gravity
    • Ellipsoid
  • Lights
    • Type (Point, directional (Sun), Spot, Hemispheric)
    • Name
    • Position
    • Direction
    • Spot size
    • Spot blend
    • Energy
    • Diffuse color
    • Specular color
  • Materials
    • Name
    • Ambient color
    • Diffuse color
    • Specular color
    • Specular hardness
    • Emissive color
    • Alpha
    • Backface culling
    • Diffuse texture
    • Ambient texture
    • Opacity texture
    • Reflection texture
    • Emissive texture
    • Bump texture
  • Multi-materials
    • Name
    • Child materials
  • Textures
    • Name
    • Associated file
    • Level
    • Use alpha
    • uOffset / voffset
    • uScale / uScale
    • uAng / vAng / Wang
    • WrapU / WrapV
    • Coordinates index
  • Meshes
    • Name
    • Geometry (Positions & normals)
    • Position
    • Rotation
    • Scaling
    • Texture coordinates (2 channels)
    • Vertex colors
    • Visibility
    • Check collisions
    • Billboard
    • Receive and cast shadows
    • Bones (armatures) and bones' animations
    • Animations