STORM-IRIT / Radium-Engine

Research 3D Engine for rendering, animation and processing
https://storm-irit.github.io/Radium-Engine/
Apache License 2.0
100 stars 50 forks source link

Gpu linear blend skinning #1077

Open ntsh-oni opened 6 months ago

ntsh-oni commented 6 months ago

Pull Request Description

This pull request is about Linear Blend Skinning on GPU. It is currently done on CPU at the moment, as the vertices are modified on CPU, but doing it on GPU could introduce a speedup.

The feature is not ready yet, issues with Skeletal Components and passing data to different vertex shaders.

Linear blend skinning is performed on CPU.

Linear blend skinning would be performed on GPU.