[Plib-users] Problem loading VRML files using ssg
Brought to you by:
sjbaker
From: Rahul C. <rah...@ya...> - 2000-02-19 21:12:51
|
Hi, Yesterday I downloaded few VRML files from the net and was trying to load them using SSG. When I opened the VRML files in text editor, they looked normal. But ssg failed to load them and gave exception (probably because of some null pointer some where). Did any one of you guys face this problem ? I only changed the load_datebase() method of tux_example.cxx that comes with ssg. In staed of the following line, ssgEntity *tux_obj = ssgLoadAC ( "tuxedo.ac" ) ; I added, ssgEntity *tux_obj = ssgLoadVRML ( "f117.wrl" ) ; I tried with around 8/9 vrml files, but could not load any. You can download some lightweight vrml files from the following URL ( I dont want to clutter up your mail box by sending few as attachments): http://iaehv.nl/users/wbergmns/jetvrml.htm Please let me know if you have any solution. __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com |