Download presentation
Presentation is loading. Please wait.
Published byLee Malone Modified over 8 years ago
1
Computer Graphics Through OpenGL: From Theory to Experiments, Second Edition Chapter 21
2
Figure 21.1: Screenshot of helixListShaderized- InstancedVertAttrib.- cpp.
3
Figure 21.2: Screenshot of helixListShaderized- ShaderCounter.cpp.
4
Figure 21.3: Screenshot of ballAndTorusClipped.cpp.
5
Figure 21.4: Screenshot of ballAndTorusShader- Subroutines.cpp.
6
Figure 21.5: Screenshot of ballAndTorusPicking- Shaderized.cpp moments after the ball has been clicked.
7
Figure 21.6: Screenshot of ballAndTorus- TransformFeedback.cpp when the balls are close.
8
Figure 21.7: Screenshot of fieldAndSkyTextures- BlendedShaderized.cpp late morning.
9
Figure 21.8: Screenshot of points.cpp initially.
10
Figure 21.9: OpenGL programmable pipeline.
11
Figure 21.10: Arc of a circle defined by 3 points.
12
Figure 21.11: Tessellation shader scheme.
13
Figure 21.12: Screenshot of tessellatedCurve.cpp initially.
14
Figure 21.13: Tessellating quads.
15
Figure 21.14: Tessellating isolines.
16
Figure 21.15: tessellatedCurve.cpp's tessellated patch domain.
17
Figure 21.16: Patch domain for triangles.
18
Figure 21.17: Tessellating triangles.
19
Figure 21.18: Final tessellated triangle for the example tessellation levels.
20
Figure 21.19: Screenshot of tessellatedHemisphere.cpp.
21
Figure 21.20: Hemisphere on top of a cylinder.
22
Figure 21.21: (a) GL_LINES_ADJACENCY primitive (b) GL_LINE_STRIP_ADJACENCY primitive. Arrows indicate line orientation. Unfilled points and broken arrows represent adjacency information – if there is no geometry shader present, these are discarded and only the filled points and unbroken segments rendered.
23
Figure 21.22: (a) GL_TRIANGLES_ADJACENCY primitive (b) GL_TRIANGLE_STRIP_ADJACENCY primitive. Arrows indicate triangle orientation (the shaded strip of triangles is consistently oriented). Unfilled points and broken arrows represent adjacency information – if there is no geometry shader present, these are discarded and only the shaded triangles rendered. (c) Torus mesh with one GL_TRIANGLE_STRIP_ADJACENCY primitive labeled.
24
Figure 21.23: Screenshot of torusSilhouette.cpp in silhouette mode.
25
Figure 21.24: Making a silhouette edge.
Similar presentations
© 2025 SlidePlayer.com Inc.
All rights reserved.