0030429: Samples - add simple glfw 3D Viewer sample
authormahaidong <13501108114@163.com>
Fri, 18 Jan 2019 08:00:30 +0000 (11:00 +0300)
committerbugmaster <bugmaster@opencascade.com>
Tue, 22 Jan 2019 12:58:32 +0000 (15:58 +0300)
commit9c0787df75220deefb6e97258d5b3ed47be6e46c
tree9d36ea899adc6eae1ff9c449fe9f9281b52be166
parent5b377041e3252604f2803ea4d2a5140400280d64
0030429: Samples - add simple glfw 3D Viewer sample

Aspect_DisplayConnection now provides constructor wrapping existing X Display connection.
samples/glfw/CMakeLists.txt [new file with mode: 0644]
samples/glfw/GlfwOcctView.cpp [new file with mode: 0644]
samples/glfw/GlfwOcctView.h [new file with mode: 0644]
samples/glfw/GlfwOcctWindow.cpp [new file with mode: 0644]
samples/glfw/GlfwOcctWindow.h [new file with mode: 0644]
samples/glfw/main.cpp [new file with mode: 0644]
samples/glfw/readme.md [new file with mode: 0644]
src/Aspect/Aspect_DisplayConnection.cxx
src/Aspect/Aspect_DisplayConnection.hxx