# Real-Time Fiber-Level Cloth Rendering | Two Minute Papers #132

## Метаданные

- **Канал:** Two Minute Papers
- **YouTube:** https://www.youtube.com/watch?v=JzOc_NNY_zY
- **Дата:** 01.03.2017
- **Длительность:** 2:12
- **Просмотры:** 19,526
- **Источник:** https://ekstraktznaniy.ru/video/14702

## Описание

The paper "Real-time Fiber-level Cloth Rendering" is available here:
http://www.cs.utah.edu/~kwu/rtfr.html

WE WOULD LIKE TO THANK OUR GENEROUS PATREON SUPPORTERS WHO MAKE TWO MINUTE PAPERS POSSIBLE:
Claudio Fernandes, Daniel John Benton, Dave Rushton-Smith, Sunil Kim.
https://www.patreon.com/TwoMinutePapers

Subscribe if you would like to see more of these! - http://www.youtube.com/subscription_center?add_user=keeroyz

Music: Dat Groove by Audionautix is licensed under a Creative Commons Attribution license (https://creativecommons.org/licenses/by/4.0/)
Artist: http://audionautix.com/

Thumbnail background image credits: https://pixabay.com/photo-1856679/
Splash screen/thumbnail design: Felícia Fehér - http://felicia.hu

Károly Zsolnai-Fehér's links:
Facebook → https://www.facebook.com/TwoMinutePapers/
Twitter → https://twitter.com/karoly_zsolnai
Web → https://cg.tuwien.ac.at/~zsolnai/

## Транскрипт

### Segment 1 (00:00 - 02:00) []

dear fellow Scholars this is two minute papers with Caro this piece of work shows us how to render a piece of cloth down to the level of fibers this is a difficult problem because we need to be able to handle models that are built from potentially over a 100 million fiber curves this technique supports a variety of goodies one level of detail is possible this means that the closer we get to the cloth the more details appear and it is possible to create a highly optimized algorithm that doesn't render these details when they are not visible this means a huge performance boost if we are zoomed out two optimizations are introduced so that fiber level Sav Shadows are computed in real time which would normally be an extremely long process note that we are talking millions of fibers here and three the graphical card in your computer is amazingly effective at Computing hundreds of things in parallel however its weak point is data transfer at which it is woefully slow to the point that it is often worth recomputing multiple gigabytes of data right on it just to avoid uploading it to its memory again this algorithm generates the fiber curves directly on the graphical card to minimize such data transfers and hence it Maps really effectively to the graphical card and the result is a remarkable technique that can render a piece of cloth down to the tiniest details with multiple different kinds of yarn models and in real time what I really like about this piece of work is that this is not a stepping stone this could be used in many state-of-the-art systems as is right now the authors also made the cloth models available for easier comparisons in follow-up research works thanks for watching and for your generous support now see you next time a
