--Qt 2.2beta 2 is coming out. Signifcant changes are that The OpenGL extension is no longer an extension--and it seems the nsplugin extension is missing? Going to split the plugin off from the viewer--give the viewer a decent name (wrlYgig or something). The change of the OpenGL extension complicates the autoconf--so I may just go strictly tmake for awhile until I have time to resync with the core macros and their locations. -- (plugin) need to figure out how to get a texture to libvrml97. I have it working now as follows: libvrml97 requests the texture file through System->httpFetch the plugin retrieves the file and sends it to libvrml97--and this is where I'm probably messing up--the plugin it sends the texture file through VrmlScene->loadFromFunction(), which routes through the lex/yacc parser. Looks like Image.cpp wants a local file-- how do I tell the scene I have a local file ? This appears to be a Qt bug. -- need to add a help option to inform users of all the accel keys for both standalone and plugin -- probably use Qt's richtext widget, as it handles html. -- plugin can do zipped wrl's too, now. [new 08-27-2000] I think Braden's new parser fixed this on the core side, so we can delete the zlib stuff from the plugin. -- [FIXED 2000-04-06, thanks to gtklookat--XSendEvent was the trick] -- Cursors still suck. -- Colors with Qt seem too abstracted to control. Probably me.