Advertisement
Guest User

Untitled

a guest
May 24th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. Friction Sparks 0.0.1------------------May 11, 2010
  2.  
  3. Authors: Huck
  4.  
  5. Acknowledgements: Hampa, Lebo, Avwave
  6.  
  7. Goal
  8.  
  9. To create sparks when friction is caused between steel objects and the ground.
  10. To create a "spark forge" and have the public pay to create their own sparks.
  11.  
  12.  
  13. Purpose
  14.  
  15. It creates a whole new level of customization.
  16. The spark forge has potential to sink toricredits.
  17.  
  18.  
  19. General ideas
  20.  
  21. When sparks are created, there can be a set gravity value for the sparks
  22.  
  23.  
  24. Spark Forge
  25.  
  26. Options:
  27. 1. Velocity
  28. 2. Color (RGB)
  29. 3. Size Limit
  30. 4. Thickness
  31. 5. Amount
  32.  
  33.  
  34.  
  35.  
  36. Physics Problems
  37.  
  38. 1. Physics engine currently does not support friction values afaik.
  39. "ode friction is either on or off"
  40.  
  41. 2. Angles of sparks have yet to be figured out.
  42.  
  43. 3. Interaction between sparks and other objects
  44.  
  45. Possible Solutions
  46.  
  47. 1. Sparks could be generated based on a duration of contact rather than the amount of pressure
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement