3Pipe - Viewer

The Viewers

Share3D

old: changes: todo: remarks: api of HvManager (main viewer):
SoMFString url;            // url for webfunctions
SoSFString server;         // server-address
SoSFInt32  id;             // session id
SoSFBool   autoConnect;    // automatically connect to servers ?
SoSFBool   monitor;        // monitor some performance statistics
SoMFString pipes;          // list of named-pipes to comunicate to client viewers
SoSFBool   webButton;      // show the web button ?

api of HvManagerP (client viewers):
SoSFString pipe;           // name of input pipe (from main viewer)
SoSFBool   monitor;        // monitor some performance statistics


tsMipTexture2

This is a extension of inventor's SoTexture2 wich supports user defined MipMaps.

api:
SoMFString filenames;      // MipMap textures
SoSFEnum   wrapS;          
SoSFEnum   wrapT;          
SoSFEnum   model;          
SoSFColor  blendColor;