반응형
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
- androidId
- babel
- Raycasting
- identifierForVender
- jszip
- Three js
- Game js
- Prism.js
- methodChannel
- Three-fiber
- Flutter
- Babel standalone
- Completer
- typescript
- Image Resize typescript
- uint8array
- three.js
- Excel
- code editor
- web track
- userevent_tracker
- KakaoMap
- uint16array
- webrtc
- REST API
- swagger-typescript-api
- RouteObserver
- node
- react
- Redux
Archives
- Today
- Total
목록GLTF (1)
Never give up
Three.js - GLTF example
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