반응형
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 |
Tags
- http live streaming
- localization
- cursor-ubuntu-installer
- KakaoMap
- HLS
- react
- REST API
- hls.js
- Flutter
- Babel standalone
- node
- html2canvas
- Excel
- multiple camera
- typescript
- segment
- code editor
- uint16array
- three.js
- jszip
- webrtc
- M3U8
- append row
- babel
- swagger-typescript-api
- how to install cursor on ubuntu
- uint8array
- Prism.js
- Redux
- Game js
Archives
- Today
- Total
목록Three-fiber (1)
Never give up
전에 언급한 Fiber를 한번 사용해봤는데 생산성이 어마어마하게 올라갈 수 있겠다는 생각이 들었습니다 그럼 바로 예제로 들어가보겠습니다 index.tsximport { Canvas } from "@react-three/fiber";import React from "react";import Box from "./Box";import Camera from "./Camera";const FiberExample = () => { return ( );};export default FiberExample;Fiber에 정의되어있는 Canvas 태그 내부에 Camera, light, Box(mesh) 등을 넣어주면 되는데 scene에 add하는것과..
Three.js
2023. 6. 3. 07:49