Update Home
parent
cdc6386072
commit
e1e3f1365d
2
Home.md
2
Home.md
|
@ -1,5 +1,5 @@
|
|||
# Why GPU Cloth Physics?
|
||||
<table> <tr> <td style="width: 70%;"> In traditional Unity setups, Cloth physics runs solely on the CPU, along with all other processes. This often leads to significant performance bottlenecks. So, what's the solution? Utilizing the power of the GPU! While this doesn't mean that calculations are entirely offloaded to the GPU, the process leverages both the CPU and GPU for optimal performance. The GPU Cloth Physics tool aims to maximize quality while optimizing performance. For detailed information, please visit the Inspector page, where every aspect of the tool is described. Below is the index map of this Wiki. </td> <td style="width: 30px;"width="300"> <img src="http://gpuclothphysics.wdfiles.com/local--resized-images/home:home/17f988d7-b7cc-453f-94f7-97d7f18dad3c.png/medium.jpg" alt="Image"> </td> </tr> </table>
|
||||
<table> <tr> <td style="width: 70%;"> In traditional Unity setups, Cloth physics runs solely on the CPU, along with all other processes. This often leads to significant performance bottlenecks. So, what's the solution? Utilizing the power of the GPU! While this doesn't mean that calculations are entirely offloaded to the GPU, the process leverages both the CPU and GPU for optimal performance. The GPU Cloth Physics tool aims to maximize quality while optimizing performance. For detailed information, please visit the Inspector page, where every aspect of the tool is described. Below is the index map of this Wiki. </td> <td style="width: 30px;"width="300"> <img src="https://imgur.com/NlhPyzY" alt="GPU Cloth Physics"> </td> </tr> </table>
|
||||
|
||||
# What is so special about this??
|
||||
<table> <tr> <td width="200"> <img src="http://gpuclothphysics.wdfiles.com/local--files/home:home/MaskOptimize.png" alt="Image"> </td> <td> OPTIMIZATION! While trying to push as much as possible to the GPU, that is not where it stops! A part of the process is the details. Creating a weight map creates a sub mesh which is a cutout of the part of the mesh which has physics, reducing the amount of information needing computed. </td> </tr> </table>
|
||||
|
|
Loading…
Reference in New Issue
Block a user