What are the parameters of APEX destructible asset / actor, and what are the effect of them?
        Posted  
        
            by 
                Semih Kekül
            
        on Game Development
        
        See other posts from Game Development
        
            or by Semih Kekül
        
        
        
        Published on 2014-06-25T11:14:21Z
        Indexed on 
            2014/08/18
            16:48 UTC
        
        
        Read the original article
        Hit count: 334
        
There are parameters of the NxDestructibleAsset such as:
- defaultBehaviorGroup.damageToRadius
 - destructibleParameters.fractureImpulseScale
 - p3BodyDescTemplate.density
 - structureSettings.useStressSolver
 - destructibleParameters.runtimeFracture.glass.firstSegmentSize, etc.
 
However, i can not find any document explaining these parameters. Are there any documents/videos or codes (anything) which explains these parameters?
© Game Development or respective owner