Advanced-Computer-Animation-Term-Project

How to Build

  • git clone --recurse-submodules https://github.com/zigui-ps/Advanced-Computer-Animation-Term-Project.git
  • mkdir build && cd build
  • cmake .. && make

구현

  • 번지점프대 구현, 자유낙하 구현
  • 로프 걸고 번지 점프
  • 망토 구현
  • 망토 걸치고 번지 점프
  • Extra
    • 머리카락, 옷, 바닥에 박스 깔아놓기

필요한 것

  • Model
    • 번지 점프대
    • 로프
    • 망토
  • Motion Data
    • 점프
    • 팔 뻗는 모션(+슈퍼맨 모션)
    • 공중제비
  • Physics engine

계획

  • 1주차
    • 물리엔진 찾기 및 이해
    • 사용할 Human Motion 찾기 및 로드
    • 기본 뷰어 구현, 번지 점프대, Rope 제작
    • 번지 점프 구현
  • 2주차
    • 망토 제작
    • 코드 통합
    • (체력이 남는다면) Extra...