
유니티 웨이브 2022에서 시프트업 이제민 클라이언트 프로그래머가 발표한 물리 시뮬레이션 세션을 구현 코드와 함께 정리. 기본 구현: 훅의 법칙 / 부모-자식 회전값 상속 / 고스트 스켈레톤 * 기본적으로 흔들림 애니메이션을 위한 머리카락 움직임, 엉덩이 움직임 계산은 병렬 연산으로 수행 * 머리카락 및 엉덩이 애니메이션에 '훅의 법칙' 적용 -> "물체가 원 위치에서 벗어난 만큼 반대방향으로 힘이 생긴다" (=스프링) * 머리카락에 앞서 머리 움직임이 선행 -> "자식 본"은 "부모 본"의 움직임을 참조한다(따라간다) 스켈레톤 본 & 가상 본 * '스켈레톤 본' -> 애니메이션에 따른 최신 본 위치를 가상 본에 전달한다 * '가상 본' -> 훅의 법칙을 반영한 새로운 위칫값을 스켈레톤 본으로 반환한다 ..

고려대학교 정보대학 컴퓨터학과 2019년 1학기 11강 오일러 변환 및 쿼터니언 강의영상 플레이리스트 [Link] 강의자료 [Link] Books · media lab Introduction to Computer Graphics with OpenGL ES Review and Recommendations 이 책의 영문 제목 “Introduction to Computer Graphics”를 “A Painless Introduction to Computer Graphics”라는 닉네임으로 바꿔서 부르고 싶다. 수학을 media.korea.ac.kr 컴퓨터그래픽스 오일러 변환 및 쿼터니언 Keywords euler transforms keyframe & in-between frame slerp (spherica..

고려대학교 정보대학 컴퓨터학과 2019년 1학기 10강 출력병합 (output merger) 강의영상 플레이리스트 [Link] 강의자료 [Link] Books · media lab Introduction to Computer Graphics with OpenGL ES Review and Recommendations 이 책의 영문 제목 “Introduction to Computer Graphics”를 “A Painless Introduction to Computer Graphics”라는 닉네임으로 바꿔서 부르고 싶다. 수학을 media.korea.ac.kr 컴퓨터그래픽스 출력병합 Keywords color buffer depth buffer z-buffering alpha blending Where are..

고려대학교 정보대학 컴퓨터학과 2019년 1학기 9강 라이팅 (2) 강의영상 플레이리스트 [Link] 강의자료 [Link] Books · media lab Introduction to Computer Graphics with OpenGL ES Review and Recommendations 이 책의 영문 제목 “Introduction to Computer Graphics”를 “A Painless Introduction to Computer Graphics”라는 닉네임으로 바꿔서 부르고 싶다. 수학을 media.korea.ac.kr 컴퓨터그래픽스 라이팅 (2) Keywords per-fragment lighting fragment shader vertex shader rasterizer Per-fragme..

고려대학교 정보대학 컴퓨터학과 2019년 1학기 9강 라이팅 (1) 강의영상 플레이리스트 [Link] 강의자료 [Link] Books · media lab Introduction to Computer Graphics with OpenGL ES Review and Recommendations 이 책의 영문 제목 “Introduction to Computer Graphics”를 “A Painless Introduction to Computer Graphics”라는 닉네임으로 바꿔서 부르고 싶다. 수학을 media.korea.ac.kr 컴퓨터그래픽스 라이팅 (1) Keywords Phong model diffuse specular ambient emissive Phong Lighting Model Lighti..

고려대학교 정보대학 컴퓨터학과 2019년 1학기 8강 이미지텍스처링 강의영상 플레이리스트 [Link] 강의자료 [Link] Books · media lab Introduction to Computer Graphics with OpenGL ES Review and Recommendations 이 책의 영문 제목 “Introduction to Computer Graphics”를 “A Painless Introduction to Computer Graphics”라는 닉네임으로 바꿔서 부르고 싶다. 수학을 media.korea.ac.kr 컴퓨터그래픽스 이미지텍스처링 Keywords texel vs. pixel texture coordinates surface parameterization (parameteriz..

고려대학교 정보대학 컴퓨터학과 2019년 1학기 7강 래스터라이저(2) 강의영상 플레이리스트 [Link] 강의자료 [Link] Books · media lab Introduction to Computer Graphics with OpenGL ES Review and Recommendations 이 책의 영문 제목 “Introduction to Computer Graphics”를 “A Painless Introduction to Computer Graphics”라는 닉네임으로 바꿔서 부르고 싶다. 수학을 media.korea.ac.kr 컴퓨터그래픽스 래스터라이저(2) Keywords viewport screen space viewport transform fragments linear interpolati..

고려대학교 정보대학 컴퓨터학과 2019년 1학기 7강 래스터라이저(1) 강의영상 플레이리스트 [Link] 강의자료 [Link] Books · media lab Introduction to Computer Graphics with OpenGL ES Review and Recommendations 이 책의 영문 제목 “Introduction to Computer Graphics”를 “A Painless Introduction to Computer Graphics”라는 닉네임으로 바꿔서 부르고 싶다. 수학을 media.korea.ac.kr 컴퓨터그래픽스 래스터라이저(1) Keywords Rasterizer Clipping Perspective Division Back-face Culling Rasterizer..

고려대학교 정보대학 컴퓨터학과 2019년 1학기 6강 OpenGL ES와 셰이더 강의영상 플레이리스트 [Link] 강의자료 [Link] Books · media lab Introduction to Computer Graphics with OpenGL ES Review and Recommendations 이 책의 영문 제목 “Introduction to Computer Graphics”를 “A Painless Introduction to Computer Graphics”라는 닉네임으로 바꿔서 부르고 싶다. 수학을 media.korea.ac.kr 컴퓨터그래픽스 OpenGL ES와 셰이더 Keywords OpenGL ES OpenGL ES Shading Language Vertex Shader - Unifor..

고려대학교 정보대학 컴퓨터학과 2019년 1학기 5강 정점 처리(2) 강의영상 플레이리스트 [Link] 강의자료 [Link] Books · media lab Introduction to Computer Graphics with OpenGL ES Review and Recommendations 이 책의 영문 제목 “Introduction to Computer Graphics”를 “A Painless Introduction to Computer Graphics”라는 닉네임으로 바꿔서 부르고 싶다. 수학을 media.korea.ac.kr 컴퓨터그래픽스 정점 처리(2) - Vertex Processing Keywords RHS vs. LHS z-negation cam external parameter vs. c..
- Total
- Today
- Yesterday
- 원유로필터
- PoseNet
- 컴퓨터그래픽스 좌표계와 변환
- 메타버스
- 3d affine transform
- 고려대학교 한정현
- tensorflow.js
- vertex shader
- 컴퓨터그래픽스 강의
- 컴퓨터그래픽스
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |