Home
AP
Cancel

Texturing Pipeline | Real-time Rendering Chapter 6.1

The Texturing Pipeline Texturing is a technique for efficiently modeling variations in a surface’s material and finish. Texturing works by modifying the values used in the shading equation. The pix...

Display Encoding | Real-time Rendering Chapter 5.6

Display Encoding When we calculate the effect of lighting, texturing, or other operations, the values used are assumed to be linear. However, to avoid a variety of visual artifacts, display buffers...

Premultiplied Alphas and Compositing | Real-time Rendering Chapter 5.5.3

Premultiplied Alphas and Compositing The over operator is also used for blending together photographs or synthetic renderings of objects. This process is called compositing. The image formed by th...

Transparency, Alpha, Compositing | Real-time Rendering Chapter 5.5

Transparency, Alpha, Compositing There are many different ways in which semitransparent objects can allow light to pass through them. For rendering algorithms, these can be roughly divided into: ...

Simulation Basics | Physically Based Modeling and Animation Chapter 2

Basics of Simulation Model and Simulation Collision Detection Determination Response Implementation Numerical Error ...

Aliasing & Antialiasing | Real-time Rendering Chapter 5.4

Aliasing & Antialiasing We will focus on what currently can be done in real time to alleviate aliasing artifacts. Sampling and Filtering Theory sampling theorem: For a signal to be sampled p...

Implement Shading Model | Real-time Rendering Chapter 5.3

Implement Shading Models In this section we will go over some key considerations for designing and writing implementations of shading and lighting equations. Frequency of Evaluation determine ...

Light Sources | Real-time Rendering Chapter 5.2

Light Sources Punctual Light: A light source that is infinitely small and emits light in all directions. Point Light / Omni Light A point light is a light source that emits light in all...

Intro 2 CUDA

Intro 2 CUDA Streams Page-Locked Host Memory cudaHostAlloc((void**)&a, N*sizeof(int), cudaHostAllocDefault); cudaFreeHost(a); page-locked / pinned host memory: os guarantees that the memory is...

Contrast Adjustments

调整反差的工具 LIFT GAMMA GAIN Lift: 调整趾部 Gamma:更改中间调的分布 Gain:调整高光 Contrast & Pivot Contrast:线性地改变图像的黑白位 Pivot:分配Contrast在黑位白位之间区域的权重 Y’CbCr/RGB下的LUMA调整 大多数调色系统的一级反差控制使用RGB图像处理方式,即调整图...

Trending Tags
Trending Tags