Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Figure 9.1 does not match with example 9.3 #23

Open
lr222gw opened this issue Mar 8, 2019 · 0 comments
Open

Figure 9.1 does not match with example 9.3 #23

lr222gw opened this issue Mar 8, 2019 · 0 comments

Comments

@lr222gw
Copy link

lr222gw commented Mar 8, 2019

Hi,

Figure 9.1 show a Tessellation Quad based on the example given in Example 9.3.
The Example states
gl_TessLevelOuter[0] = 2.0;
gl_TessLevelOuter[1] = 3.0;
gl_TessLevelOuter[2] = 2.0;
gl_TessLevelOuter[3] = 5.0;

While the example states that gl_TessLevelOuter[3] is 5, based on the image it should be equal to 4.0.
possibleError

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant