MHB How Do Dot and Cross Products Enhance Backface Culling in Java Graphics?

matqkks
Messages
280
Reaction score
5
[h=3]There is mention that dot products of vectors are used in backface removal in 3d graphics.[/h] Does anyone know of any article which explains the application of dot products to this area of graphics? I am looking for a concrete example.
 
Physics news on Phys.org
matqkks said:
There is mention that dot products of vectors are used in backface removal in 3d graphics.

Does anyone know of any article which explains the application of dot products to this area of graphics? I am looking for a concrete example.

Hi matqkks, :)

This is one of the articles that I found which explains backface culling in Java using dot and cross products.

Kind Regards,
Sudharaka.
 
The world of 2\times 2 complex matrices is very colorful. They form a Banach-algebra, they act on spinors, they contain the quaternions, SU(2), su(2), SL(2,\mathbb C), sl(2,\mathbb C). Furthermore, with the determinant as Euclidean or pseudo-Euclidean norm, isu(2) is a 3-dimensional Euclidean space, \mathbb RI\oplus isu(2) is a Minkowski space with signature (1,3), i\mathbb RI\oplus su(2) is a Minkowski space with signature (3,1), SU(2) is the double cover of SO(3), sl(2,\mathbb C) is the...
Back
Top