Skip to main content

tessellation

the method used to represent 3D objects as a collection of triangles not used in 2d
The more the triangles, the more realistic the render will be
Tessellation is not used in 2d graphics

What is the importance of tessellation?

https://www.gamersnexus.net/guides/1936-what-is-tessellation-game-graphics
Tessellation is a way of doubling [the triangles] on the graphics hardware – so what was two triangles becomes four, what was eight becomes sixteen, and so on. When we do that, that allows us to do things like displacement or smoothing and increase the apparent detail. This not only makes the surface look higher resolution, [but also adds] bumps and hills and valleys that weren't there before. You get a much higher fidelity surface.”
-Alan Willard


"Epic biases displacement in tessellation based on camera distance. A small object far away doesn't need to spend performance for [tessellation]. Think of a wall as a flat surface. You can do a lot of shader tricks to make it look better – what we call 'bump offset,' where we shift the location of pixels based on the camera angle – and that can give you the sense that the bricks have depth and are coming out of the surface. What you'll never get is a silhouette off of that kind of technique. Displacement and tessellation allow us to increase triangle density and then push and pull those triangles in, out, to the sides to get those shapes to come off of that surface. Lighting and shadowing can work with those shapes to sell the final look.”
-Alan Willard
Epic Games

-there are limitations to tesselation
-using tesselation at faraway distances is unneeded and most likely creates longer render times
-"higher fidelity surfaces"
-a blank walk looks interesting with what Epic Games calks "bump offset". Creating shaders to make the wall look interesting depending on where camera is situated.


-epic games uses displacement with tessellation.

Explanation of tesselation:
https://youtu.be/WfhhhPQ1lDc

-tesselation is the enabler where maps can be added to make a scene look more realistic

SOURCE:
https://www.yourdictionary.com/tessellation#computer

Comments

Popular posts from this blog

Error Message: You Must Have Valid Objects Selected

When we get this error message, make sure "view" is selected in the render settings window. Also, make sure it is VRay and "Bucket" for type is selected. Forum Post: https://forums.autodesk.com/t5/3ds-max-forum/you-must-have-a-valid-object-selected/td-p/6242993

3DS Max Snapping

2D Snapping -  snapping on same plane Z axis 2.5  D Snapping  - Sanpping objects in space as if they are on the same level Top Viewport; not perspective viewport this Top Viewport works because of the axis these objects are in.\ 3D Snapping -  Move object in space to exact x, y, and z coordinate Its a generalized snapping method. That isn't as controlled as 2D and 2.5 D Rotational Snap Toggle  2D Snap The cursor snaps only to the active construction grid, including any geometry on the plane of that grid. The Z axis, or vertical dimension, is ignored.  2.5D Snap The cursor snaps only to the vertices or edges of the projection of an object onto the active grid. Suppose you create a grid object and make it active. You then position the grid object so you can see through the grid to a cube further off in 3D space. Now with 2.5D set, you can snap a line from vertex to vertex on the distant cube, but the line is drawn on the active grid. The effec...

3DS Max - Edit Borders > Cap

Select edges switch to border mode go to edit borders and select "cap" -edges selected -switched to border mode and the "cap" option under edit border fills the gap. Super important when edges are all layered differently, or, this is how the software is reading it. Cap basically fills holes and is the most reliable option when improving the topology of your object.