[ about a 20 min. read ] In the previous article I explained what textures are and how they are used in 3D rendering. Now there is one important step in-between that I deliberately skipped. And this is how to actually get a 2D image onto a 3D object. I will discuss how that is […]
Monthly Archives: January 2022
This is an additional example for my article on textures. It is an example of the build-up of a concrete road material. That concludes the build- up of this concrete road material.
[ about a 20 min. read ] In the previous article I talked about materials and shaders. The material is the main interface for the user that shows all the properties of the material that can be changed. The shaders contains all the algorithms and mathematical programming. Based on the material property settings, the shader […]
[ about a 15 min. read ] So you have your 3D model. It is either a polygon model or a CAD NURBS model (as stated in the previous article). So we import it in our 3D rendering software, but it still doesn’t really look like much. Most likely it just looks dull and grayish. […]
[ about a 10 min. read ] Welcome to this 1st part of what will most likely be a 7 part series on how 3D rendering works. It is an explanation for the layman. I will basically be touching upon all the elements of what is needed to construct a 3D render. 3D models, Materials, […]