Skip to content

previousCameraPositionFract

uniform vec3 previousCameraPositionFract;

This uniform stores the fractional component (0 to 1) of the position of the player camera from the previous frame. This value is intended to be used with previousCameraPositionInt to determine the exact player camera position without precision errors.