|
Coin3D is Free Software, published under the BSD 3-clause license. |
https://bitbucket.org/Coin3D/ http://www.kongsberg.com/kogt/ |
#include <Inventor/nodes/SoSubNode.h>#include <Inventor/fields/SoSFString.h>#include <Inventor/fields/SoSFVec3f.h>#include <Inventor/fields/SoSFNode.h>#include <Inventor/actions/SoCallbackAction.h>Go to the source code of this file.
Classes | |
| class | SoWWWInline |
| The SoWWWInline class is a node used to include data from an URL.If the URL is not a local file, the application is responsible for supplying a callback to a function which will fetch the data of the URL. More... | |
Typedefs | |
| typedef void | SoWWWInlineFetchURLCB(const SbString &url, void *userData, SoWWWInline *node) |