mr somboon
08-28-2007, 03:20 AM
Can some one give me an example of how to setup Nurb-surface Rendering of 2*X control point
like 2*4 nurb surface
float ctrlPoint[2][4][3] = {
-1,1,0,1,1,0,
-2,-1,0,1,-1,0,
-1,-2,0,1,-2,0,
-1,-3,0,1,-3,0,
};
I tried different knot & order value but cant make it work
Thank
dletozeun
08-28-2007, 01:36 PM
May be, you could be more specific about what you tried to do and what is a nurb surface? I have already seen this a modeling software application like 3dsmax, but I don't know how it is rendered.
mr somboon
08-28-2007, 08:11 PM
I 've just fixed the problem , Sorry for not specific.
I tried to use gluNurbsSurface to render 2*X dimension nurb surface.
the problem is I use tOrder = X
like when X = 13 , tOrder = 13 , tKnotCount = 26
which is not working when X is exceed certain value
So I just split the surface into multiple 2*4 and use gluNurbsSurface to render each surface
which is working fine.
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.