Rendering


1.2 edition, Mar. 2024, 159 pages pdf file
1.1 edition, Oct. 2019, 150 pages pdf file

1st edition, July 2018, 148 pages
pdf file
Sung-eui Yoon, Copyright 2018~2019

This is an on-going book that I'm writing. This covers basic rendering concepts such as rasterization, ray tracing, and various physically-based rendering techniques. It will also cover many advanced techniques such as interactive, yet high-quality rendering methods.
Why am I writing this book?
  • Rendering is one of fundamental tools for understanding various things in many applications. Even though it has been heavily studied, real-time photo-realistic rendering has not been achieved yet. As a result, this topic needs to be studied and developed further.
  • Rendering has been developed in a long time. It is very hard to catch up all the major concepts. Also, new concepts and techniques have been constantly proposed. To develop new ideas, it is very important to understand them in an effective and efficient manner.
  • There are a few books that well cover the fundamental topics of rendering. Unfortunately, those books are rather expensive and did not cover recent topics. I'll thus make my book totally free and easily accessible at the web. I will also discuss recent topics. Once materials of my book are mature, I'll try to publish my book at some publisher. Nonetheless, the book will be available freely on the web, as inspired by Planning Algorithm by Steven LaValle

  • Current materials are rough and can have many errors.
  • Please understand that these materials are in their early stages, and are not seriously reviewed yet. At many cases, I did not even review my writing yet. Nonetheless, I distribute these materials in a hope that they may be useful for some persons. Let me know if you want to provide some feedback on my writing and materials discussed here.
  • Copyright issue. In order to efficiently writing this book, I will try to re-use existing materials (e.g., figures and tables) of published papers here. I acknowledge original sources of all those materials. If you found that some materials are not properly acknowledged, please send me an email about this. Once materials of this book are mature, I will take actions to get proper permission from those original sources (e.g., ACM).

  • Materials

    Whole book
    Part/Chapter Status Updated date Related materials
    Rendering 1st edition July-16, 2018 148 pages

    Preface
    Part/Chapter Status Updated date Related materials
    Introduction 1st ed. 2018 Lecture 1 of CS380, undergraduate-level CG course

    Part I: Rasterization
    Part/Chapter Status Updated date Related materials
    Part I: Rasterization 1st ed. 2018 I teach them in CS380, undergraduate-level CG course
    - Classic Rendering Pipeline 1st ed. 2018
    - Transformation 1.2 ed. 2024 Lec.02, Lec.03, Lec.04, Lec.05 from CS380
    - Camera setting 1st ed. 2018 Slides of CS380,
    - Interaction 1st ed. 2018 Slides of CS380
    - Clipping and Culling 1st ed. 2018 Slides of CS380
    - Rasterization 1st ed. 2018 Slides of CS380
    - Illumination and Shading 1st ed. 2018 Slides of CS380
    - Texture 1st ed. 2018 Slides of CS380

    Part II: Physically based Rendering
    Part/Chapter Status Updated date Related materials
    Part II: Physically based Rendering 1st ed. 2018 I teach them in CS580, graduate-level CG course
    Codes for the part.
    - Ray tracing 1st ed. 2018 Slides from CS580
    Programming assignment 1 and its hint
    - Radiosity 1st ed. 2018 Slides from CS580
    - Radiometry v 1.1 2019, Mar Slides from CS580
    - Rendering Equation 1st ed. 2018 Slides from CS580
    - Monte Carlo Integration 1st ed. 2018 Slides from CS580
    - Monte Carlo Ray Tracing 1st ed. 2018 Slides from CS580
    Programming assignment 2 and its hint
    - Importance Sampling 1st ed. 2018 Slides from CS580

    Unorganized Materials
    Part/Chapter Status Updated date Related materials
    Appearance models 0.1 version Nov, 2017 Microfacet Radiative transfer eq. Anisotropic RTE
    Gradient-domain rendering 0.5 version Jan, 2017 slide

    Part/Chapter Status Updated date Related materials
    Back matter 1st ed. 2018 Conclusion, index, and bibliography


    log.
  • Mar, 2024: updated a few parts based on input of YeonWoo Choi
  • Oct-4, 2019, Added ISBN
  • Mar-11, 2019, added invariance of radiance to radiometry ch.
  • 2018 -------
  • Aug-24, 2018, updated a few parts based on inputs of Humin Park and Prof. SungHyun Cho.
  • July-15, 2018, pulled out the first edition containing two parts.
  • 2018 -------
  • Oct-31, 2017, uploaded an initial version of appearance model including microfact, RTE, and anisotropic RTE
  • Apr-22, 2017: uploaded 0.5 version of Part I, Texture and all the chapters of Part I.
  • Apr-16, 2017: uploaded 0.5 version of Part I, Illumination and Shading.
  • Mar-21, 2017: uploaded 0.5 version of Part I, rasterization.
  • Mar-20, 2017: uploaded 0.6 version of Part I, transformation.
  • Mar-11, 2017: uploaded 0.5 version of clipping and culling.
  • Mar-4, 2017: uploaded 0.5 version of interaction.
  • Feb-27, 2017: uploaded 0.6 version of classic rendering pipeline.
  • Feb-27, 2017: uploaded 0.5 version of a quick intro, which needs to be expanded a lot later.
  • Jan-19, 2017: uploaded 0.5 version of gradient domain rendering.
  • 2017 ----
  • Dec-14, 2016: Upload 1st version of part I, camera setting.
  • Dec-4, 2016: Upload 1st version of part I, transformation.
  • Sep-4, 2016: Upload 2nd version of part II (and all of its sub-chapters).
  • Aug-22, 2016: 1st version of Importance Sampling
  • March ~ July, 2016: upload the first version of Part II
  • 2016 -------
  • 2010~2015: wrote some chapters and parts of the book


  • Ack.
  • The following students gave various comments on the rasterization part: Spring, 2020: JaeHyun Lee, Spring, 2017: HyungSeok Kim, NamWoong Kim