在 glPolygonOffset(factor, units) 函数中偏移值是这样计算的:
o = m * factor + r * units
如果输入
o
factor
units
depth
depth offset
那么,当深度偏移量大于1时,OpenGL是如何处理这种情况的呢?