这是indexloc提供的服务,不要输入任何密码

gltf_loader 0.4.1 copy "gltf_loader: ^0.4.1" to clipboard
gltf_loader: ^0.4.1 copied to clipboard

Pure dart glTF 2.0 Specification loader utility with dynamic asset loading

glTF 2.0 helper library #

A Flutter package that allows loading .gltf and .glb (glTF binary format) files according to the glTF 2.0 specification.

Features #

  • Load .gltf format with external buffers/images.
  • Load .gltf format with embedded buffers/images.
  • Load .glb format (glTF binary format).
  • Dynamic asset loading.
    • Load specific buffer via GLTF.loadBuffer
    • Load specific image via GLTF.loadImage
    • Load assets needed by a scene via GLTF.loadScene

Live viewer #

Try the glTF Viewer and dive into the internal structure of your assets.

Extensions #

Ratified glTF 2.0 KHR extensions:

Status Reference
KHR_animation_pointer Ok Spec.
KHR_draco_mesh_compression Pending Spec.
KHR_lights_punctual Ok Spec.
KHR_materials_anisotropy Ok Spec.
KHR_materials_clearcoat Ok Spec.
KHR_materials_dispersion Ok Spec.
KHR_materials_emissive_strength Ok Spec.
KHR_materials_ior Ok Spec.
KHR_materials_iridescence Ok Spec.
KHR_materials_sheen Ok Spec.
KHR_materials_specular Ok Spec.
KHR_materials_transmission Ok Spec.
KHR_materials_unlit Ok Spec.
KHR_materials_variants Pending Spec.
KHR_materials_volume Ok Spec.
KHR_mesh_quantization Pending Spec.
KHR_texture_basisu Pending Spec.
KHR_texture_transform Ok Spec.
KHR_xmp_json_ld Pending Spec.
EXT_mesh_gpu_instancing Pending Spec.
EXT_meshopt_compression Pending Spec.
EXT_texture_webp Ok Spec.
2
likes
160
points
96
downloads

Publisher

verified publisherleal.systems

Weekly Downloads

Pure dart glTF 2.0 Specification loader utility with dynamic asset loading

Repository (GitHub)

Topics

#gltf #flutter3d #model3d

Documentation

API reference

Funding

Consider supporting this project:

buymeacoffee.com
github.com

License

MIT (license)

Dependencies

flutter, vector_math

More

Packages that depend on gltf_loader