VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Back-face removal/culling in world space using the dot product (3D programming)

by Rich Hayden (5 Submissions)
Category: DirectX
Compatability: Visual Basic 3.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (4 Votes)

This tutorial focuses on the use of the Dot Product of two vectors for back-face culling/removal in world space. Back-face removal is the process of checking every polygon before it is drawn to screen space to see whether it is facing the camera or not (ie. whether the camera can see it). If it isn't visible to the camera then there is no point in drawing it. Drawing it would just use unnecessary CPU power. This tutorial teaches you the basics of using this incredibly useful function in 3D game programming. It can significantly increase your frame rate!

Rate Back-face removal/culling in world space using the dot product (3D programming)

Download Back-face removal/culling in world space using the dot product (3D programming)

Download Back-face removal/culling in world space using the dot product (3D programming) (62 KB)

Back-face removal/culling in world space using the dot product (3D programming) Comments

No comments have been posted about Back-face removal/culling in world space using the dot product (3D programming). Why not be the first to post a comment about Back-face removal/culling in world space using the dot product (3D programming).

Post your comment

Subject:
Message:
0/1000 characters