This “poor man’s approach” of temporal reprojection
- multiply the camera space intersection point by inverse camera matrix of the current frame
- multiply the result by camera matrix of the previous frame
This approach assumes a static scene since it doesn’t keep track motion of the objects, but it is useful enough to be implemented in Jacco Bikker’s Lighthouse 2 and Voxel Template Engine.