1. glTF - 위키백과, 우리 모두의 백과사전 (wikipedia.org)

  2. glb와 gltf 파일 확장자 차이

  3. gltf-import-export 라이브러리

    1. 사용법

      Untitled

      실행파일 경로는 ..\node_modules\.bin에 있다

  4. glTF 파일 구조 분석

    Untitled

    1. Translation

      model local space 기준 : [왼쪽, 위, 앞] → blender world space [x, z, -y]

    2. scale

      bone space 기준 [x, z, y] → blender world space 기준 [x, y, z]

      이유는 아직 모름

    3. rotation (Quaternion)