Posts by RaphaelK12 • 1 point
2 posts
-
0
votes1
answer44
viewsA: How to use Bezier curves to describe 3d animation in c++ efficiently?
Analyzing the efficiency of binary search, counting the number of comparisons I realized that really is the best optimization, and I could even rule out sequential search optimization, because I…
-
0
votes1
answer44
viewsQ: How to use Bezier curves to describe 3d animation in c++ efficiently?
I’m developing a 3d program in c/c++, I’ve done the rendering part of the objects, I’m missing the animation part, basically I want to use a list of values (frames) each containing the frame time,…