mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 02:07:54 -06:00
FDM supports gizmo now uses VBOs instead of immediate mode
This commit is contained in:
parent
3e15d22f35
commit
23da5910c6
3 changed files with 101 additions and 36 deletions
|
@ -232,6 +232,7 @@ const TriangleMesh* HollowedMesh::get_hollowed_mesh() const
|
|||
|
||||
void Raycaster::on_update()
|
||||
{
|
||||
wxBusyCursor wait;
|
||||
const ModelObject* mo = get_pool()->selection_info()->model_object();
|
||||
|
||||
if (! mo)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue