UI improvement: new icon for patten source

Minor UI improvements in help and menus
This commit is contained in:
Bruno Herbelin
2023-08-16 14:06:16 +02:00
parent a033b74f7f
commit 9ff5b90605
9 changed files with 150 additions and 45 deletions

View File

@@ -448,8 +448,10 @@ Symbol::Symbol(Type t, glm::vec3 pos) : Node(), type_(t)
shadows[RENDER] = shadow;
icons[GROUP] = new Mesh("mesh/icon_group_vimix.ply");
shadows[GROUP] = shadow;
icons[PATTERN] = new Mesh("mesh/icon_gear.ply");
icons[PATTERN] = new Mesh("mesh/icon_pattern.ply");
shadows[PATTERN]= shadow;
icons[GEAR] = new Mesh("mesh/icon_gear.ply");
shadows[GEAR] = shadow;
icons[CAMERA] = new Mesh("mesh/icon_camera.ply");
shadows[CAMERA] = shadow;
icons[SCREEN] = new Mesh("mesh/icon_cube.ply");