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
- 다중표본화
- swapchain
- C++
- DirectX
- Direct Init
- 세팅
- vertex
- 프로그래밍
- 동기화
- c
- DESC
- RenderTargetView
- Direct3D
- DirectX12
- Input Assembler
- CommandList
- 게임수학
- 다이렉트X 튜토리얼
- View
- C언어
- 다이렉트 초기화
- GPU
- engine
- 코딩
- Direct3D Init
- DirectXTK
- UE4
- CPU
- 전처리문
- 다이렉트X
Archives
- Today
- Total
목록Unity 3D (1)
비타Cpp

unity webGL에서 node.js로 만든 서버에서 파일을 읽어 들여야 하는 일이 있어서 테스트 코드를 작성해봤습니다. 일단 먼저 유니티 코드부터.. using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.Networking; public class WebFileOut : MonoBehaviour { public string filePath; public string host; public string port; UnityWebRequest www; // Start is called before the first frame update void Start() { } // Update ..
Unity 3D/WebGL
2022. 2. 10. 15:27