Giter VIP home page Giter VIP logo

renderfromscratch's Issues

math_util 분리

  • units : 수치 공리계 정의
  • transforms : dq, quternion rotate, affine
  • primitives : ray, boujnds

crowd skinning

  • 런타임에 인스턴스 별로 추가/제거/변경
  • 프로파일

코딩 스타일 통일

  • editorconfig 추가
  • 있는 소스 변경
    • 일부 코드 페이지 변경
    • tab to space
    • DX 처리 실패 시, FAILED_* 사용
  • 규칙 정의

스코프 패턴 적용

  • 콘솔 리다이렉트 스코프
  • 윈도우 초기화 스코프 : 실패 분기가 있으므로 따로 뺌. 나중에 다시 생각
  • 디버그 출력 스코프
  • directx 부분은 언제나 실패 핸들링을 해야하기 때문에 안할 듯.

SSS 연구

  • efficient rendering of human skin, eugene d'eon : light-space depth/uv mapping, texture-space irradiance covolution
  • pre-integrated skin rendering
  • separable subsurface scattering

dx12 residency 정리

  • 가상 GPU 메모리 공간 -> placed resource, 물리 GPU 메모리 공간 -> heap,
  • MakeResident -> 물리 메모리에 올림, Evict -> 물리 메모리에서 제거

committed resource 를 사용하지 않고, 이렇게 직접 제어하면 아래와 같은 현상을 다루어야함.

  1. MakeResident 는 필수 : 페이지 폴트 나면 기다리게 되고, 크래시 날 가능성 높아짐.
  2. MakeResident 의 실패 경로 다루기 : 결국 물리적 공간이 모자란건데, 뭔가를 Evict 해줘야 공간이 남게 됨. 보통은 레벨을 나누어서 쓸모없는건 다 날려버림.

https://docs.microsoft.com/en-us/windows/win32/direct3d12/residency
https://developer.nvidia.com/sites/default/files/akamai/gameworks/blog/GDC16/GDC16_gthomas_adunn_Practical_DX12.pdf
https://developer.nvidia.com/dx12-dos-and-donts

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.