I have an array of 3d points. How to build Bézier surface from them? (using default flash 3d engine)

StackOverflow https://stackoverflow.com/questions/4411481

문제

So I have a new project that requires doing a lot of Bézier surface modeling. I am selecting a way for rendering data using flash. I need to be capabele to render a basier surface not using any big flash 3d engine in a maner as easy as possible a bezier surface that would cross for example such array of points:

{1,1,1}
{1,2,3}
{1,3,3}
{2,4,5}
{2,5,6}
{4,4,4}

So looks like an easy task for an engene I hope. So how to do such thing with flash?

BTW: (I use flex builder 3 to do flash development)

도움이 되었습니까?

해결책

Check out these interesting posts on the MiauMiau Labs Blog:

  1. NURBS in Flash (part 1)
  2. NURBS in Flash (part 2)

NURBS in Flash

HTH

다른 팁

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top