Review textures to be POT
Could correct possible issues on OpenGL 1.1
This commit is contained in:
parent
5f65380732
commit
24657ca789
3 changed files with 7 additions and 7 deletions
|
@ -144,9 +144,9 @@ int main()
|
||||||
End3dMode();
|
End3dMode();
|
||||||
|
|
||||||
// Draw 2D GUI stuff
|
// Draw 2D GUI stuff
|
||||||
DrawAngleGauge(texAngleGauge, 80, 80, roll, "roll", RED);
|
DrawAngleGauge(texAngleGauge, 80, 70, roll, "roll", RED);
|
||||||
DrawAngleGauge(texAngleGauge, 190, 80, pitch, "pitch", GREEN);
|
DrawAngleGauge(texAngleGauge, 190, 70, pitch, "pitch", GREEN);
|
||||||
DrawAngleGauge(texAngleGauge, 300, 80, yaw, "yaw", SKYBLUE);
|
DrawAngleGauge(texAngleGauge, 300, 70, yaw, "yaw", SKYBLUE);
|
||||||
|
|
||||||
DrawRectangle(30, 360, 260, 70, Fade(SKYBLUE, 0.5f));
|
DrawRectangle(30, 360, 260, 70, Fade(SKYBLUE, 0.5f));
|
||||||
DrawRectangleLines(30, 360, 260, 70, Fade(DARKBLUE, 0.5f));
|
DrawRectangleLines(30, 360, 260, 70, Fade(DARKBLUE, 0.5f));
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 13 KiB |
Binary file not shown.
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.7 KiB |
Loading…
Add table
Add a link
Reference in a new issue