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.
 
Thread 'Derivation of equations of stress tensor transformation'
Hello ! I derived equations of stress tensor 2D transformation. Some details: I have plane ABCD in two cases (see top on the pic) and I know tensor components for case 1 only. Only plane ABCD rotate in two cases (top of the picture) but not coordinate system. Coordinate system rotates only on the bottom of picture. I want to obtain expression that connects tensor for case 1 and tensor for case 2. My attempt: Are these equations correct? Is there more easier expression for stress tensor...
Back
Top