archilogic-com/aframe-gblock

Add support for GLTF v2

tomas-polach opened this issue · 0 comments

older models (originally from vr.google.com domain) use GTLF v1 while newer models on poly.google.com use GLTF v2

examples:

issue: A-Frame lib from v7 on supports only GLTF v2
solution:

  1. load GTLF file
  2. check GLF version
  3. if required load legacy loader for GLTF v1