搜索资源列表
ps_pointsprites
- 粒子系统实现火焰效果struct CParticle { float m_x //当前x坐标 float m_y //当前y坐标 float m_Angle //方向 float m_Speed //速度 float m_AngleAdjustment //角加速度 float m_Life //生命值 float m_Decay //衰减速度 } -Particle system to achieve the effect of flame s
Directx-develop-structs
- Dx的开发框架,简单的说明了若何开始完成一个dx程序-dx develop struct ,a beginner of directx programming