In the ClothDemo,when use XPBD, distanceStiffness = 100000,Why? #130
              
                
                  
                  
                    Answered
                  
                  by
                    janbender
                  
              
          
                  
                    
                      ColdNight115
                    
                  
                
                  asked this question in
                Q&A
              
            -
| the value range of stiffness is [0,1] with other method. | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            janbender
          
      
      
        May 18, 2022 
      
    
    Replies: 1 comment 1 reply
-
| This is because PBD does not use physically meaningful values and in theory simulates an infinitely stiff material (if you iterate until convergence). XPBD solves this problem and uses physically meaningful values. | 
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
      Answer selected by
        ColdNight115
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
This is because PBD does not use physically meaningful values and in theory simulates an infinitely stiff material (if you iterate until convergence). XPBD solves this problem and uses physically meaningful values.