Search found 1 match

by MonkeyAnimator
September 20th, 2022, 2:43 am
Forum: Everything
Topic: Trying to deform a skeletal model in code has me confused DirectX
Replies: 0
Views: 19081

Trying to deform a skeletal model in code has me confused DirectX

DirectX: One thing is when I find a tutorial on skeletal models they always teach in terms of bones and weights per vertex. I want things in vertices and weights per bone. This I because I want to be able to know where my vertices actually are. When I have this, I could convert it to GPU code. My co...