updated docs

pull/3471/head
kallaballa 2 years ago
parent fe1614fe0b
commit c9ee1106c3
  1. 2
      modules/v4d/tutorials/18-many-cubes.markdown

@ -8,7 +8,7 @@
| Original author | Amir Hassan (kallaballa) <amir@viel-zu.org> | | Original author | Amir Hassan (kallaballa) <amir@viel-zu.org> |
| Compatibility | OpenCV >= 4.7 | | Compatibility | OpenCV >= 4.7 |
Renders 12 rainbow cubes on blueish background using OpenGL and applies a glow effect using OpenCV. The special thing about this demo is the each cube is renderered in a different OpenGL-context with its independent OpenGL-state. That said, this for sure isn't the most efficient way to draw multiple copies but serves well to demonstrate how independent OpenGL contexts/states can be used. Renders 10 rainbow cubes on blueish background using OpenGL and applies a glow effect using OpenCV. The special thing about this demo is the each cube is renderered in a different OpenGL-context with its independent OpenGL-state. That said, this for sure isn't the most efficient way to draw multiple copies but serves well to demonstrate how independent OpenGL contexts/states can be used.
\htmlinclude "../samples/example_v4d_many_cubes-demo.html" \htmlinclude "../samples/example_v4d_many_cubes-demo.html"

Loading…
Cancel
Save