Hola,
Repasando para la prueba final veo que en las diapositivas se actualiza el valor de color del pixel y del z-buffer si el nuevo valor es MAYOR o igual que el que se tenía guardado.
Sin embargo en el libro (Real-Time Rendering, 4th edition) plantea que si el nuevo valor de Z es MENOR, entonces la primitiva se encuentra por delante de la que se renderizó antes y se actualizan los valores.
"If the new z-value is smaller than the z-value in the z-buffer, then the primitive that is being rendered is closer to the camera than the primitive that was previously closest to the camera at that pixel. Therefore, the z-value and the color of that pixel are updated with the z-value and color from the primitive that is being drawn."
Me queda entonces la duda cual es la opción correcta para poner como respuesta en la prueba final.
PD: no me queda muy claro que quiere decir la diapositiva con la nota en rojo, si pueden aclararlo también, se agradece.