archilogic-com / aframe-gblock

Aframe component loading models from poly.google.com (inofficial)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for GLTF v2

tomas-polach opened this issue · 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