J3D draw string draw_back_face
Some checks failed
Run ReCI Build Test / Explore-Gitea-Actions (push) Failing after 7m30s
Some checks failed
Run ReCI Build Test / Explore-Gitea-Actions (push) Failing after 7m30s
This commit is contained in:
2
main.cpp
2
main.cpp
@@ -174,7 +174,7 @@ public:
|
||||
J3D::Begin();
|
||||
J3D::DrawLine(Colors::Red, {-0.33,-0.125,1}, {-1,-0.125,1});
|
||||
J3D::DrawLine(Colors::Red, {-0.33,-0.125,1}, {-0.33,0.25,1});
|
||||
J3D::DrawString(Colors::Red, "JGL Sample Text", {-0.33, -0.1, 1.0f},textAngle, 1.f, 32, FreeSans);
|
||||
J3D::DrawString(Colors::Red, "JGL Sample Text", {-0.33, -0.1, 1.0f}, 1.f, 32, FreeSans, textAngle);
|
||||
J3D::End();
|
||||
|
||||
J2D::Begin();
|
||||
|
Reference in New Issue
Block a user