Small Fix (Make Another Release)
This commit is contained in:
@@ -75,10 +75,7 @@ namespace JGL {
|
||||
namespace J3D {
|
||||
void DrawLine3D(const Color3& color, const Vector3 &A, const Vector3 &B, float thickness = 1);
|
||||
void FillSphere3D();
|
||||
void WireframeSphere3D(const Sphere& sphere)
|
||||
{
|
||||
|
||||
}
|
||||
void WireframeSphere3D(const Sphere& sphere);
|
||||
void DrawString3D(const Color3& color, const std::string& text, const Vector3& pos, float scale, u32 size = 12);
|
||||
|
||||
void DrawMatrixGizmo (const Matrix3x3&, const Vector3&);
|
||||
|
Reference in New Issue
Block a user