We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
同时改进粒子系统
基于以上几点原因选择使用cpu进行处理中间状态得到当前时刻的最终位移,颜色等状态。
cpu与gpu分工,cpu负责计算粒子的中间状态,gpu负责处理粒子的最终状态
基于时间的运算颜色,位移,旋转,缩放,速度,加速度,力得到最终状态交给GPU
最终的位移,旋转,缩放,颜色
The text was updated successfully, but these errors were encountered:
No branches or pull requests
同时改进粒子系统
粒子系统(未来应该)支持功能
基于以上几点原因选择使用cpu进行处理中间状态得到当前时刻的最终位移,颜色等状态。
设计思路
cpu与gpu分工,cpu负责计算粒子的中间状态,gpu负责处理粒子的最终状态
CPU 计算
基于时间的运算颜色,位移,旋转,缩放,速度,加速度,力得到最终状态交给GPU
GPU计算
最终的位移,旋转,缩放,颜色
参考
The text was updated successfully, but these errors were encountered: