Todo List
- Member VOS::Avatar::getInfo ()
- support multiple "info" properties.
- Class iVosApi
- Document me!
- Class A3DL::Material
- Need to add functions for setting shading (CS mixmode |= CS_FX_GORAUD), keycolor (CS mixmode |= CS_FX_KEYCOLOR), tiling (CS mixmode |= CS_FX_TILING)
- Member A3DL::Material::floatsToHexString (float r, float g, float b, std::string &str)
- Move this out into just the A3DL namespace?
- Member A3DL::Material::hexStringToFloats (const std::string &str, float &r, float &g, float &b)
- Move this out into just the A3DL namespace?
- Class VOS::Services
- a few changes to make things a bit more efficient (there are some redundant hostname lookups, etc)
it will use all network interfaces currently, you may want to control that or you'll get duplicate messages for the same object
- Member A3DL::Texture::getTransparentKeycolor (float &r, float &g, float &b)
- Throw NoSuchObjectError if there is no object-- need to disable keycolor if the texture image has an alpha channel.
- Member TypeHelper::findDataHelpers (const std::string &type, const std::string &tempfile)
- make tempfile optional and figure out our own according to platform policies
- Member TypeHelper::init (std::string filename)
- load multiple filenames, including a default ~/.typehelpers.cfg and INSTALL_DIR/etc/typehelpers.cfg as well as the given filename.