WPF特效-粒子动画
Posted lonelyxmas
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了WPF特效-粒子动画相关的知识,希望对你有一定的参考价值。
原文:WPF特效-粒子动画
WPF实现泡泡龙小游戏效果。
? ? /// -Ball to Ball Collision - Detection and Handling
? ? /// http://stackoverflow.com/questions/345838/ball-to-ball-collision-detection-and-handling
? ? /// -Introduction - The World Of Bouncing Balls:? ??
? ? /// http://www.ntu.edu.sg/home/ehchua/programming/java/J8a_GameIntro-BouncingBalls.html
? ? ///? -How to: Render on a Per Frame Interval Using CompositionTarget?
? ? /// http://msdn.microsoft.com/en-us/library/ms748838.aspx
? ? ///? -The Physics of an Elastic Collision (Part 2):??
? ? /// http://www.director-online.com/buildArticle.php?id=532
? ? ///? -Elastic collision:? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
? ? /// http://en.wikipedia.org/wiki/Elastic_collision
? ? ///? -Determine where two circles intersect in C#? ??
? ? /// http://blog.csharphelper.com/2010/03/29/determine-where-two-
? ? ///https://segmentfault.com/a/1190000012890618
以上是关于WPF特效-粒子动画的主要内容,如果未能解决你的问题,请参考以下文章