mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-20 13:53:14 +01:00
Removed unused function.
This commit is contained in:
7
3rdparty/dear-imgui/widgets/gizmo.inl
vendored
7
3rdparty/dear-imgui/widgets/gizmo.inl
vendored
@@ -764,13 +764,6 @@ namespace ImGuizmo
|
||||
}
|
||||
}
|
||||
|
||||
static float GetUniform(const vec_t& position, const matrix_t& mat)
|
||||
{
|
||||
vec_t trf = makeVect(position.x, position.y, position.z, 1.f);
|
||||
trf.Transform(mat);
|
||||
return trf.w;
|
||||
}
|
||||
|
||||
static void ComputeContext(const float *view, const float *projection, float *matrix, MODE mode)
|
||||
{
|
||||
gContext.mMode = mode;
|
||||
|
||||
Reference in New Issue
Block a user