From: Braden M. <br...@en...> - 2007-02-23 03:45:12
|
On Thu, 2007-02-22 at 17:30 -0800, delia mansor wrote: > hello.im newbie for ARToolKit > > i would like to know either the openVRML does support the function or not (below): > > PROTO ptc[ > field SFNode ap Appearance{ material Material{ diffuseColor .5 .5 0} } > field MFVec3f cp [] ]{ > Transform{ children[ Shape{ appearance IS ap > geometry NurbsSurface{ solid FALSE > controlPoint IS cp > uDimension 4 vDimension 4 > uOrder 4 vOrder 4 > uKnot[0,0,0,0, > 1,1,1,1] > vKnot[0,0,0,0, > 1,1,1,1]} > }]} > } OpenVRML doesn't know about NurbsSurface. (It could probably be implemented by twiddling the existing support for the X3D NurbsPatchSurface node; however, note that OpenVRML is currently only capable of constructing scene graphs with these nodes--rendering them is not implemented.) > this is because, everytime i try to run the program, it doesnt work and prompt this error: > > http://img176.imageshack.us/img176/3310/error3oz9.jpg The assertion failure shouldn't happen; and in 0.16.3, it doesn't (for me). You don't say what version of OpenVRML you're using. -- Braden McDaniel e-mail: <br...@en...> <http://endoframe.com> Jabber: <br...@ja...> |