Skip to main content

Questions tagged [tessellation]

The process of breaking down polygons into finer pieces.

0 votes
1 answer
82 views

I am experiencing an extremely odd situation with the introduction of the tesselation control and evaluation shaders in my OpenGL rendering pipeline. I defined an instanced indexed mesh whose ...
Chaos's user avatar
  • 153
1 vote
1 answer
257 views

I'm trying to create a tessellated terrain, for this purposes I'm following the LearnOpenGL tutorial: https://learnopengl.com/Guest-Articles/2021/Tessellation/Tessellation However, when I set the ...
Giuseppe's user avatar
0 votes
1 answer
226 views

Using this tutorial https://learnopengl.com/Guest-Articles/2021/Tessellation/Tessellation and this tutorial https://www.youtube.com/watch?v=21gfE-zUym8 I implemented tessellation shaders that I haven'...
Chillzy's user avatar
  • 47
1 vote
1 answer
651 views

I'm attempting to render grass using GLSL tessellation and geometry shaders. For vertex input, I'm using position and normal. For reference, here's an image of the grassy field without tessellation (...
Grimelios's user avatar
  • 589
0 votes
1 answer
521 views

hey i am studying different types of shaders in directx. and it comes to hull shader. so i write hlsl codes for both constant hull shader and control point hull shader in same file in visual studio ...
KIM CHANGJUN's user avatar
1 vote
1 answer
2k views

Now that I have a implemented tessellation for my mesh, I am trying to understand how I can leverage the generated primitives. Example: I have the following track mesh generated procedurally, it ...
aybe's user avatar
  • 815
3 votes
0 answers
2k views

So I'm experimenting with tesselation to try and make a custom snowshader and after I finnaly manage to compile the shader without any errors. The plane I'm using the shader on simply become ...
Uri Popov's user avatar
  • 3,037
0 votes
1 answer
2k views

I can get the vertex Input in vertex shader as follows: o.worldPos = v.vertex.xyz; But how do I get the worldPos directly without filling the out parameter in ...
Seyed Morteza Kamali's user avatar

15 30 50 per page