View dependent order of rendering for layers editing visual hints to keep the correct transparency

This commit is contained in:
Enrico Turri 2019-07-02 15:49:18 +02:00
parent 0bcad2a5c5
commit 90daffccf2
3 changed files with 24 additions and 13 deletions

View file

@ -4273,6 +4273,11 @@ void Plater::msw_rescale()
GetParent()->Layout();
}
const Camera& Plater::get_camera() const
{
return p->camera;
}
bool Plater::can_delete() const { return p->can_delete(); }
bool Plater::can_delete_all() const { return p->can_delete_all(); }
bool Plater::can_increase_instances() const { return p->can_increase_instances(); }