File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
site/opengl_visualization Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ Next we need to set up OpenGL rendering for this window.
180180
181181::: {.printedClojure}
182182``` clojure
183- #object[org.lwjgl.opengl.GLCapabilities 0x16809640 " org.lwjgl.opengl.GLCapabilities@16809640 " ]
183+ #object[org.lwjgl.opengl.GLCapabilities 0x7a05815c " org.lwjgl.opengl.GLCapabilities@7a05815c " ]
184184
185185```
186186:::
@@ -2017,6 +2017,7 @@ nil
20172017
20182018
20192019I hope you liked this 3D graphics example.
2020+ You can get an interactive version of the Moon rendering [ here] ( https://github.com/wedesoft/macroexpand-noj-lwjgl ) .
20202021
20212022Note that in practise you will
20222023
Original file line number Diff line number Diff line change @@ -835,6 +835,7 @@ void main()
835835(GLFW/glfwTerminate )
836836
837837; ; I hope you liked this 3D graphics example.
838+ ; ; You can get an interactive version of the Moon rendering [here](https://github.com/wedesoft/macroexpand-noj-lwjgl).
838839; ;
839840; ; Note that in practise you will
840841; ;
You can’t perform that action at this time.
0 commit comments