반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- REST API
- swagger-typescript-api
- html2canvas
- web track
- three.js
- KakaoMap
- M3U8
- http live streaming
- jszip
- hls.js
- Babel standalone
- babel
- Game js
- userevent_tracker
- Prism.js
- uint8array
- Excel
- uint16array
- typescript
- code editor
- segment
- node
- HLS
- Raycasting
- webrtc
- Redux
- Image Resize typescript
- react
- Flutter
- Three-fiber
Archives
- Today
- Total
목록GLTF (1)
Never give up

GLTF는 크로노스 그룹에서 만든 표준으로 모델, 애니메이션, 바이너리, 텍스쳐 등을 지정해주는 파일 포맷으로 json 형태로 되어있는 파일입니다(링크 : https://ko.wikipedia.org/wiki/GlTF) 크로노스 그룹에서 샘플로 만들어놓은것을 토대로 한번 예제를 만들어봤습니다(샘플 : https://github.com/KhronosGroup/glTF-Sample-Models/tree/master/2.0) use_gltf.tsimport { useEffect, useRef } from "react";import * as Three from "three";import { OrbitControls } from "three/examples/jsm/controls/OrbitControls";imp..
Three js
2023. 5. 7. 22:14