Searched refs:cameraToPointLengthSqr (Results 1 – 1 of 1) sorted by relevance
53 const float cameraToPointLengthSqr = dot(cameraToPointVector, cameraToPointVector); in InplaceFogBlock() local54 const float cameraToPointLengthInv = inversesqrt(cameraToPointLengthSqr); in InplaceFogBlock()55 float worldDistanceToCamera = cameraToPointLengthSqr * cameraToPointLengthInv; in InplaceFogBlock()