STL_vieweris simple STL 3D model file(binary only) viewer
- OS: Windows 10
- Language: C++14
- API: OpenGL 1.0
- IDE: Visual Studio 2019
- jabhiji/stl-viewer
- Standard rendering loop structure
- Reading binary stl function
- Install
vcpkg - Install
opengllibraries for64bitinvcpkgopengl,glew,glfw3,glm,glad
- Clone repository
- Download and extract STL Sample to
stldirectory same as.slnfile) - Build and run on
Release(x64)
- If you run
STL_viewer, binary data is read and displayed on the screen.- You can change file name by editing
stllist.txt.
- You can change file name by editing
- Press button for translate/rotate model.
x-rotate:x/zy-rotate:s/az-rotate:w/qx-translate:right arrow/left arrowy-translate:up arrow/down arrowz-translate:e/d

