How to find your way into culling.

In 3D rendering, the term culling describes the early rejection of objects of any kind (objects, draw calls, triangles, and pixels) that do not contribute to the final image or 3D configurator. There are many techniques that reject objects at different stages of the rendering pipeline. Some of these techniques are performed entirely in [...]

How to find your way into culling.2021-06-25T15:00:33+00:00

How to get started with Occulsion Culling.

Rendering 3D world images in a game inevitably wastes resources spent on processing elements that are invisible to the player. These resources could be better used to increase the visual complexity of the visible elements (for example 3D configurators) or reduce the time required to create a frame. To do this, we need to identify [...]

How to get started with Occulsion Culling.2019-09-12T12:58:07+00:00

Guide for beginners: What is Z-Buffering?

Z-Buffering is an algorithm used in 3D graphics (for example 3D configurators) to ensure that perspective in the virtual world works exactly as it does in the real world. A fixed object in the foreground blocks the view of one behind it. They have seen this in the real world when someone stands between them [...]

Guide for beginners: What is Z-Buffering?2021-05-28T12:50:12+00:00

What you as a game developer should know about Cel Shading.

Since the new millennium, many game developers have adopted a different approach to how their games look graphically - away from the photorealistic design of game characters, 3D configurators and locations. One of the most popular methods is so-called cel-shading, which uses elements of 3D construction as [...]

What you as a game developer should know about Cel Shading.2021-05-27T15:41:04+00:00

Guide for beginners: What are Morphs?

The term morph has different meanings depending on the context (important term in the field 3D configurators). In the computer field it is used to refer to an image transformation by computer animation. In general, the word is used to refer to any transformation or change from one form to another. [...]

Guide for beginners: What are Morphs?2021-06-25T15:07:03+00:00

Guide for beginners: What types of morphing are there?

Many of you have certainly tried morphing before and want to continue testing the technique to process different images in this way. Morphing is a important task in creating 3D configurators. In the following article we will talk about different types of morphing that will help you to improve the look of your images. [...]

Guide for beginners: What types of morphing are there?2021-06-22T12:26:33+00:00

Beginners guide: Introduction to game development.

For many developers, the idea of developing a video game or a 3D configurator alone often seems like a monumental task. Game developers need to consider art, animation, physics, mathematics, rendering, shaders, and countless other things that probably look like they are not relevant to the daily job of creating websites, services, or business applications. [...]

Beginners guide: Introduction to game development.2021-06-25T15:10:03+00:00

Why the process of Rotoscoping is important.

Rotoscoping is an important process within the pipeline of visual effects and a important process when creating a 3D configurator. Whether you need to remove elements from live action material or add elements, you need to have a deep understanding of this very important technique. Through this article, we want to give you a [...]

Why the process of Rotoscoping is important.2021-06-25T15:11:45+00:00

How to get started working with vector graphics.

In the following article, we will teach you the basics of what vector graphics are and what advantages they offer users. There are two basic types of graphic images: Bitmap (or raster) images and vector images. A raster image is defined as rows and columns of individual pixels, each with its own color, while [...]

How to get started working with vector graphics.2021-06-25T15:20:21+00:00

Beginners guide: Introduction to raster graphics.

If you want to work as a graphic or web designer, you need to be familiar with Raster Graphics. For this reason, we would like to introduce you to the basics of raster graphics in the following article in order to give you a brief introduction to the topic. Raster Graphics are also important [...]

Beginners guide: Introduction to raster graphics.2021-06-25T15:21:44+00:00
Go to Top