Deixell Posted December 26, 2011 Share Posted December 26, 2011 Hello guys, Few days ago I found this new shader function - dxSetShaderTessellation(). I was kinda amazed that MTA can support shader tessellation and decided to put it for a test. Unfortunately, I didn't manage to get it working due to no knowledge of how this function actually works. Well, at least I didn't see any visual changes. Therefore I'd like to know how to make the shader tessellation work. I would also like to know if having DirectX 11 is required to see any visual changes as it seems to be one of its feature in other games. Thanks in advance PS: For those who don't know what tessellation is: https://www.youtube.com/watch?v=4G9anRoY ... re=related Link to comment
Benevolence Posted December 26, 2011 Share Posted December 26, 2011 The URL contained a malformed video ID. Fix your link, or embed it into your post. Link to comment
Jaysds1 Posted December 27, 2011 Share Posted December 27, 2011 here's a link I found in youtube: and here's a site were you can get more information: http://www.nvidia.com/object/tessellation.html Link to comment
karlis Posted December 27, 2011 Share Posted December 27, 2011 afaik this is totally other kind of tessalation, all it does is calling multiple shaders per object, divided by object sections Link to comment
ThaD4N13L Posted January 11, 2012 Share Posted January 11, 2012 how does this work anyway? Link to comment
Deixell Posted February 2, 2012 Author Share Posted February 2, 2012 Okay so it turns out that it's not that kind of tessellation I thought it is. But it's still a pretty good feature. Finally, an example of it was added to the shaders list in the wiki (big thanks to the person who dedicated his time to make it): https://wiki.multitheftauto.com/wiki/Sha ... ssellation Link to comment
Recommended Posts