1. Trouble with the game?
    Try the troubleshooter!

    Dismiss Notice
  2. Issues with the game?
    Check the Known Issues list before reporting!

    Dismiss Notice

Breakages?

Discussion in 'General Discussion' started by Warqer, Nov 17, 2014.

  1. Warqer

    Warqer
    Expand Collapse

    Joined:
    Nov 13, 2014
    Messages:
    11
    I've noticed that part's cannot break into smaller pieces so they will just keep stretching. I was thinking that maybe if you could find the point of pressure, you could have a setting like, (If stress is over X, slice outward from point of stress) I am not a programmer and I know there is a good reason for this but I just had a thought.

    Here is a sketch.
     

    Attached Files:

    • Damage 001.png
    #1 Warqer, Nov 17, 2014
    Last edited: Nov 17, 2014
  2. B25Mitch

    B25Mitch
    Expand Collapse
    Vehicle Designer

    Joined:
    Aug 27, 2013
    Messages:
    274
    The problem with this approach is twofold: it has to work for both the visible mesh and the underlying physics structure in exactly the same way. In the case of the mesh, dynamic slicing involves extensive modification of the geometry (basically adding one or more edge loops), which requires a decent understanding of how the car is constructed, and a computer simply doesn't have that intuition.

    Furthermore, the concept of slicing parts undermines the paradigm of node/beam structure since it would require the dynamic creation of more n/b in real-time. One could easily conceive of a situation (such as a severe accident) in which the sheer amount of dynamic n/b alteration would cause the number of nodes in the vehicle to double, resulting in a severe framerate hit. Stress also exists uniformly within beams, so failure would only occur at the centre point. This is already approximated by the removal of the beam when it breaks.

    I think a more viable option would be the addition of a simple particle system that uses predefined mesh particles to approximate the shattering of smaller pieces. Large parts of vehicles already behave very realistically (really only limited by the skill of the vehicle designer), but very small fragments should use a less cpu-intensive approach. See my suggestion here: Particle-groups
     
    #2 B25Mitch, Nov 17, 2014
    Last edited: Nov 17, 2014
  3. Warqer

    Warqer
    Expand Collapse

    Joined:
    Nov 13, 2014
    Messages:
    11
    Thanks for the explanation. Neat to see that it's possible though.
     
  4. Dc5R

    Dc5R
    Expand Collapse

    Joined:
    Oct 29, 2014
    Messages:
    910
    It's a great idea , but i don't think cars deform like that , instead they produce chunks of ..metal ? :confused: or paint .
    For now i'm still sticking to the original particles
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice