The primary goal of cloth simulation is to express object behavior in a realistic manner and achieve real-time performance by following the fundamental concept of physic.In general,the mass–spring system is applied t...The primary goal of cloth simulation is to express object behavior in a realistic manner and achieve real-time performance by following the fundamental concept of physic.In general,the mass–spring system is applied to real-time cloth simulation with three types of springs.However,hard spring cloth simulation using the mass–spring system requires a small integration time-step in order to use a large stiffness coefficient.Furthermore,to obtain stable behavior,constraint enforcement is used instead of maintenance of the force of each spring.Constraint force computation involves a large sparse linear solving operation.Due to the large computation,we implement a cloth simulation using adaptive constraint activation and deactivation techniques that involve the mass-spring system and constraint enforcement method to prevent excessive elongation of cloth.At the same time,when the length of the spring is stretched or compressed over a defined threshold,adaptive constraint activation and deactivation method deactivates the spring and generate the implicit constraint.Traditional method that uses a serial process of the Central Processing Unit(CPU)to solve the system in every frame cannot handle the complex structure of cloth model in real-time.Our simulation utilizes the Graphic Processing Unit(GPU)parallel processing with compute shader in OpenGL Shading Language(GLSL)to solve the system effectively.In this paper,we design and implement parallel method for cloth simulation,and experiment on the performance and behavior comparison of the mass-spring system,constraint enforcement,and adaptive constraint activation and deactivation techniques the using GPU-based parallel method.展开更多
In recent years, image-based anti-aliasing techniques have been widely investigated in real-time computer graphics. Compared to traditional routine of anti-aliasing, image-based methods, which combined with deferred s...In recent years, image-based anti-aliasing techniques have been widely investigated in real-time computer graphics. Compared to traditional routine of anti-aliasing, image-based methods, which combined with deferred shading, can efficiently decouple anti-aliasing step from standard graphics pipeline. However, most of the existing image-based methods consume video memory, bandwidth and computation resources heavily. In this paper, we propose an optimized anti-aliasing method, which can efficiently reduce the multi-sampling rate by a multi-sampling mask. We carefully designed the rendering system to avoid serial execution on branch divergence, by utilizing both modern GPU’s features and latest shader model. Experimental results demonstrate that our method can achieve high-quality synthesized image with real-time performance.展开更多
基金supported by the Basic Science Research Program through the National Research Foundation of Korea(NRF-2019R1F1A1062752)funded by the Ministry of Education+1 种基金funded by BK21 FOUR(Fostering Outstanding Universities for Research)(No.:5199990914048)supported by the Soonchunhyang University Research Fund.
文摘The primary goal of cloth simulation is to express object behavior in a realistic manner and achieve real-time performance by following the fundamental concept of physic.In general,the mass–spring system is applied to real-time cloth simulation with three types of springs.However,hard spring cloth simulation using the mass–spring system requires a small integration time-step in order to use a large stiffness coefficient.Furthermore,to obtain stable behavior,constraint enforcement is used instead of maintenance of the force of each spring.Constraint force computation involves a large sparse linear solving operation.Due to the large computation,we implement a cloth simulation using adaptive constraint activation and deactivation techniques that involve the mass-spring system and constraint enforcement method to prevent excessive elongation of cloth.At the same time,when the length of the spring is stretched or compressed over a defined threshold,adaptive constraint activation and deactivation method deactivates the spring and generate the implicit constraint.Traditional method that uses a serial process of the Central Processing Unit(CPU)to solve the system in every frame cannot handle the complex structure of cloth model in real-time.Our simulation utilizes the Graphic Processing Unit(GPU)parallel processing with compute shader in OpenGL Shading Language(GLSL)to solve the system effectively.In this paper,we design and implement parallel method for cloth simulation,and experiment on the performance and behavior comparison of the mass-spring system,constraint enforcement,and adaptive constraint activation and deactivation techniques the using GPU-based parallel method.
基金Supported by National Natural Science Foundation of China(NSFC)(61232014,61421062,61472010)National Key Technology R&D Program of China(2015BAK01B06)+1 种基金National Marine Public Service Project(201505014)Equipment Development Project(315050501)
文摘In recent years, image-based anti-aliasing techniques have been widely investigated in real-time computer graphics. Compared to traditional routine of anti-aliasing, image-based methods, which combined with deferred shading, can efficiently decouple anti-aliasing step from standard graphics pipeline. However, most of the existing image-based methods consume video memory, bandwidth and computation resources heavily. In this paper, we propose an optimized anti-aliasing method, which can efficiently reduce the multi-sampling rate by a multi-sampling mask. We carefully designed the rendering system to avoid serial execution on branch divergence, by utilizing both modern GPU’s features and latest shader model. Experimental results demonstrate that our method can achieve high-quality synthesized image with real-time performance.