Tagged Questions
1
vote
1answer
40 views
How to combine bezier curves to a surface?
My aim is to smooth the terrain in a video game. Therefore I contrived an algorithm that makes use of bezier curves of different orders. But this algorithm is defined in a two dimensional space for ...
0
votes
1answer
107 views
How to fly a curve from one heading to another using only roll and pitch.
I have 3 perpendicular vectors representing an object in 3d space...
Heading
Right
Up
...and I would like to be able to 'fly' this object so that it ends up at a ...