mirror of
https://github.com/leozide/leocad
synced 2025-01-29 20:34:50 +01:00
Corrected base grid winding.
This commit is contained in:
parent
2ff7197c5e
commit
db4917ee42
1 changed files with 6 additions and 6 deletions
|
@ -1952,18 +1952,18 @@ void lcView::DrawGrid()
|
|||
*CurVert++ = 0.0f;
|
||||
*CurVert++ = V;
|
||||
|
||||
*CurVert++ = Left;
|
||||
*CurVert++ = Bottom;
|
||||
*CurVert++ = Z;
|
||||
*CurVert++ = 0.0f;
|
||||
*CurVert++ = 0.0f;
|
||||
|
||||
*CurVert++ = Right;
|
||||
*CurVert++ = Top;
|
||||
*CurVert++ = Z;
|
||||
*CurVert++ = U;
|
||||
*CurVert++ = V;
|
||||
|
||||
*CurVert++ = Left;
|
||||
*CurVert++ = Bottom;
|
||||
*CurVert++ = Z;
|
||||
*CurVert++ = 0.0f;
|
||||
*CurVert++ = 0.0f;
|
||||
|
||||
*CurVert++ = Right;
|
||||
*CurVert++ = Bottom;
|
||||
*CurVert++ = Z;
|
||||
|
|
Loading…
Add table
Reference in a new issue