MeshViewer is an app written in C++ that allows you to view 3D models in STL format. I created it on AMC Bridge's "Intensive Course on 3D Programming and Computer Graphics".
- F1 front view
- F2 right view
- F3 rear view
- F4 left view
- F5 bottom view
- F6 top view
- F7 isometric view
- F8 switch between orthographic and perspective projection
- F9 draw only edges of triangles
- F10 sets window width = screenWidth / 2 and height = screenHeight / 2
- F11 full screen mode
- Ctrl + O opens a file selection window
- Ctrl + D duplicates selected 3D model
- Left mouse click on a 3D model selects it. The selected 3D model turns green
- Scroll down zoom in
- Scroll up zoom out
- To rotate camera press right mouse button and move pointer
- To rotate selected 3D model press left mouse button and move pointer
