Yes, that drift is normal. You can subtract a simple offset but that will eventually drift too.
rotX = prevRotX + (rotX-offsetRotX) * dt;
Yes, that drift is normal. You can subtract a simple offset but that will eventually drift too.
rotX = prevRotX + (rotX-offsetRotX) * dt;