반응형
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
- swagger-typescript-api
- code editor
- Redux
- localization
- REST API
- Game js
- react
- node
- segment
- KakaoMap
- cursor-ubuntu-installer
- Prism.js
- html2canvas
- uint8array
- typescript
- Flutter
- uint16array
- multiple camera
- babel
- http live streaming
- HLS
- three.js
- Babel standalone
- how to install cursor on ubuntu
- jszip
- append row
- M3U8
- hls.js
- webrtc
- Excel
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