chore: remove colors from Gizmo
This commit is contained in:
@@ -164,17 +164,6 @@ namespace thermion
|
|||||||
std::vector<utils::Entity> _entities;
|
std::vector<utils::Entity> _entities;
|
||||||
std::vector<MaterialInstance *> _materialInstances;
|
std::vector<MaterialInstance *> _materialInstances;
|
||||||
|
|
||||||
math::float4 activeColors[3]{
|
|
||||||
math::float4{1.0f, 1.0f, 0.0f, 0.5f},
|
|
||||||
math::float4{1.0f, 1.0f, 0.0f, 0.5f},
|
|
||||||
math::float4{1.0f, 1.0f, 0.0f, 0.5f},
|
|
||||||
};
|
|
||||||
math::float4 inactiveColors[3]{
|
|
||||||
math::float4{1.0f, 0.0f, 0.0f, 1.0f},
|
|
||||||
math::float4{0.0f, 1.0f, 0.0f, 1.0f},
|
|
||||||
math::float4{0.0f, 0.0f, 1.0f, 1.0f},
|
|
||||||
};
|
|
||||||
|
|
||||||
GizmoPickResultType getPickResult(utils::Entity entity)
|
GizmoPickResultType getPickResult(utils::Entity entity)
|
||||||
{
|
{
|
||||||
if (entity.isNull())
|
if (entity.isNull())
|
||||||
|
|||||||
Reference in New Issue
Block a user