a word
All checks were successful
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 1m47s
All checks were successful
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 1m47s
This commit is contained in:
@@ -322,6 +322,7 @@ namespace JGL {
|
||||
void DrawLine(const Color4& color, const Vector3& A, const Vector3& B, float thickness = 1.f);
|
||||
|
||||
|
||||
/// Render a wireframe sphere.
|
||||
void WireframeSphere(const Color4& color, const Vector3& position, float radius, unsigned int lats, unsigned int longs, float thickness = 1.f);
|
||||
void WireframeSphere(const Color4& color, const Sphere& sphere, float thickness = 1.f);
|
||||
void WireframeIcosphere(const Color4& color, const Vector3& position, float radius, float thickness = 1.f);
|
||||
|
Reference in New Issue
Block a user