Merge pull request #718 from davidgyu/headerFix

Fixed an incorrect comment in far/patchParam.h
This commit is contained in:
George ElKoura 2015-07-30 19:47:52 -07:00
commit 8e078c4e6e

View File

@ -53,7 +53,7 @@ namespace Far {
/// -----------|:----:|------------------------------------------------------ /// -----------|:----:|------------------------------------------------------
/// level | 4 | the subdivision level of the patch /// level | 4 | the subdivision level of the patch
/// nonquad | 1 | whether the patch is the child of a non-quad face /// nonquad | 1 | whether the patch is the child of a non-quad face
/// unused | 3 | transition edge mask encoding /// unused | 3 | unused
/// boundary | 4 | boundary edge mask encoding /// boundary | 4 | boundary edge mask encoding
/// v | 10 | log2 value of u parameter at first patch corner /// v | 10 | log2 value of u parameter at first patch corner
/// u | 10 | log2 value of v parameter at first patch corner /// u | 10 | log2 value of v parameter at first patch corner