Relative Content

Tag Archive for matrix-multiplicationraytracingwebgpu

Ray Tracing multiple matrix object transformations

I have an issue with multiple objects transformations using 4×4 matrices. If the object is single, it is rendered normally, but for 2+ it has some artifacts. I think it is the issue with the procedure of matrices application (maybe I am doing it at a wrong place)