Texture Application and Raytracing in Computer Graphics
  • View Times: 46
  • |
  • Release Date: 2022-02-28
  • mapping
  • texture
  • raytracing
Video Introduction

1. Introduction

In computer graphics, ray tracing is a method of graphics rendering that simulates the physical behavior of light. Any physical wave or particle phenomenon with approximately linear motion can be simulated with this technique. Ray tracing is based on recoursive monitoring of a ray or a vawe during its passing through a scene. Various methods may used to simulate the interaction of a beam with scene objects.

In the contribution, there is simulated a multiple ray reflection on balls with applied textures. Fast texturing of balls is described, different ambient, specular and diffuse part of reflection is sumulated using so called Phong illumination model.

2. Direct Mapping of a General Surface

Applying a texture to a general surface is illustrated in Figure 1. Textur is a function which assigns a value of a modulated quantity (color in our case) to a point of plane: ; i.e. according Figure 1. This texture is applied to a general surface by using so called direct mapping, i. e. function . Composite function assigns each point from domain to a segment surface segment , where

 

Figure 1. Direct mapping of a general surface.

In Figure 2, a woody torus constructed by direct mapping.

.\.\Images\Kpt08\Obr13.tif

Figure 2. Woody torus constructed using the direct mapping.

3. Inverse mapping of a spherical surface

In direct mapping, the point of texture is assigned to the surface segment and this segment is after it projected to an output window. However, this algorithm is very time-consuming. In case of special surfaces, it is possible to use the inverse action (see Figure 3).

Figure 3. Inverse mapping of a spherical surface.

The projection line is passed through the camera position and the pixel of output device. Its intersection point with the surface is calculated and, after it, texture color is assigned. Processed pixel of output device is then colored with this color.

Pixel of the output device (see Fig. 3) we identify with the point in coordinate system in output device and also with point in coordinate system .

Calculating intersect of the line defined by point and the camera position with the surface. It its the main complication of this method. This problem leads to system of nonlinear equation which is solvable only by numerical method in generaly. However, in case of spherical surface

and a straight line

with the unitary directional vector , having

After simple modification and with respect to obtaining

Therefore

where

and

Parameter must be positive only in this case and it determine coordinate of the intersection of viewing ray with the sphere. For inverse mapping, it is need to find the corresponding values in parametric representation

of the spheric surface. Getting

More information can be found in [1].

4. Phong illuminant model

While displaying vector data, we usually work with illumination. Light illuminates a scene (the space displayed) in a certain direction. If a planar optical interface had a microscopically ideal surface then both reflection and refraction would preserve parallelism. However, a real body does not have a totally smooth surface so both reflected and refracted beams have various directions. Asperities have a fractal character and the properties of reflected and refracted beams can be described only approximately. A function which tries to describethis character is called a reflection (refraction).

The first (and the simplest) illumination model for light sources was published by Bui Tuong Phong [2]. It is an empirical model of local illumination which combines light direction of -th light source, its intensity, normal vector in calculated point and direction from which point is observed. Furthermore, ambient intensity , specular (), diffuse () and ambient () part of the reflection and also its „shine“ () is estimated. These parameters gives following equation for illumination intensity in the surface point :

5. Ray tracing

It is possible to achieve a realistic scene by combining illuminant model with so called ray tracing technique. A light ray is sent through each pixel of output window and all optic interactions with group of surfaces and solids are recursively tracked. In Fig. 3, we can see the set of five balls with different optical properties illuminated by three light sources with intensities ; , ambient intensity is . For the big ball, . For the smaller balls (from the left): . Ball textures have been constructed using fractal techniques. The same parameters have been used in opening video. More information can be found in [1] (Figure 4). 

Figure 4. Output of the Ray Tracing algorithm where each point of the set has been evaluated by Phong Illumination Model. Recursion depth is five. Software was developed by the author of this entry.

References
  1. Martišek, Dalibor. Mathematické principy grafických systémů (in czech only); Kovařík, Karel, Eds.; Littera: Brno, Czech Rep., 2002; pp. 1-285.
  2. Bui Tuong Phong; Illumination for computer generated pictures. Communications of ACM 1975, 6, 311 - 317, .
Full Transcript
1000/1000

Confirm

Are you sure to Delete?
Cite
If you have any further questions, please contact Encyclopedia Editorial Office.
Martišek, D. Texture Application and Raytracing in Computer Graphics. Encyclopedia. Available online: https://encyclopedia.pub/video/video_detail/205 (accessed on 27 April 2024).
Martišek D. Texture Application and Raytracing in Computer Graphics. Encyclopedia. Available at: https://encyclopedia.pub/video/video_detail/205. Accessed April 27, 2024.
Martišek, Dalibor. "Texture Application and Raytracing in Computer Graphics" Encyclopedia, https://encyclopedia.pub/video/video_detail/205 (accessed April 27, 2024).
Martišek, D. (2022, February 28). Texture Application and Raytracing in Computer Graphics. In Encyclopedia. https://encyclopedia.pub/video/video_detail/205
Martišek, Dalibor. "Texture Application and Raytracing in Computer Graphics." Encyclopedia. Web. 28 February, 2022.