最終更新:2022-05-12 (木) 14:02:33 (708d)  

glTF
Top / glTF

GL Transmission Format

https://github.com/KhronosGroup/glTF

仕様

形式

glTF Validator

概要

  • A glTF asset is represented by:
    • A JSON-formatted file (.gltf?) containing a full scene description: node hierarchy, materials, cameras, as well as descriptor information for meshes, animations, and other constructs.
    • Binary files (.bin) containing geometry, animation, and other buffer-based data.
    • Image files (.jpg, .png) containing texture images.
  • Binary and image resources MAY also be embedded directly in JSON using Data URI or stored sideby-side with JSON in GLB container.

出力

Blender