Rendering NURBS surface in webGL

前端 未结 2 1805
走了就别回头了
走了就别回头了 2021-01-15 10:05

I need some help with rendering a NURBS surface in webGL. Some days ago our professor assigned us to draw with NURBS a flag and to animate it. We have to use webGL (and cann

2条回答
  •  孤街浪徒
    2021-01-15 10:27

    I would suggest you to start with following two lectures:

    Drawing Bézier Curves

    Drawing Lines is Hard

    and finally, use this WebGL example as starting point for your assignement:

    Resolution independent rendering of Bezier curves in WebGL

    Good luck and happy coding! If you achieve something good, please let us know!

提交回复
热议问题