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
- UnrealMP
- 실습
- 데이터베이스 배움터
- 언리얼 커스텀 플러그인
- 오손데이터읽기
- UActor
- Linux
- oracle
- C++
- 1253번
- 백준 1253번
- hackerank
- objtofbx
- FBX
- 2단계로킹
- 언리얼 플러그인
- command not found
- OS
- 백준
- SQL
- 비재귀셰그먼트
- 1967번
- Unreal
- 트랜잭션 관리
- 의미와 무의미의 경계에서
- 5639
- Security
- 1759번
- 셰그먼트트리
- 민겸수
Archives
- Today
- Total
목록COLOR (1)
fatalite

문제정의 3D Reconstruction의 결과가 obj만으로 나옴 OBJ가 가지고 있는건 VERTICES(Color, Position), FACE이다. OBJ에는 원래 Vertex color가 따로 없고, MTL 파일에 존재해야하는데, Realtime Plugin이나 모델에 해당 코드가 없다. //vertices if (line.StartsWith("v ")) { lineElements.Empty(); int32 elementCount = line.ParseIntoArray(lineElements, TEXT(" "), true); if (elementCount == 4) { if (coordinateSystem == ERTICoordinateSystem::E_RightHanded) { verticesL..
게임/컴퓨터 그래픽스
2023. 1. 3. 14:58