Skip to content
New issue

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

OpenCL support for skinning transform #20

Closed
hkrn opened this issue Dec 8, 2011 · 1 comment
Closed

OpenCL support for skinning transform #20

hkrn opened this issue Dec 8, 2011 · 1 comment
Assignees

Comments

@hkrn
Copy link
Owner

hkrn commented Dec 8, 2011

OpenCL を用いたスキニングの実装。頂点シェーダによるスキニングを試したが、以下の問題があることがわかった。そのことを除けば現状の CPU と比べると明らかに高速になり、CPU 負荷率が下がった。

  • 頂点シェーダのユニット数に制限があるため、ボーン数が多いと簡単に制限を超えてしまう
    • デスクトップはまだしも、モバイルではデスクトップと比較して制限値が低い
    • モバイルでは表示崩れを起こしやすい
  • レンダリングすると CPU スキニングを行った時と比較して色が異なる
@hkrn
Copy link
Owner Author

hkrn commented Feb 19, 2012

α14で実装したので閉じます

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant