Update of /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23780/src/libopenvrml/openvrml
Modified Files:
browser.cpp
Log Message:
Incremented Rendering and Lighting component support levels to 4 and 3, respectively. These levels to not indicate any additional node support.
Index: browser.cpp
===================================================================
RCS file: /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml/browser.cpp,v
retrieving revision 1.171
retrieving revision 1.172
diff -C2 -d -r1.171 -r1.172
*** browser.cpp 22 Apr 2006 03:29:04 -0000 1.171
--- browser.cpp 22 Apr 2006 03:34:15 -0000 1.172
***************
*** 10340,10344 ****
size_t x3d_rendering_component::support_level() const OPENVRML_NOTHROW
{
! return 3;
}
--- 10340,10344 ----
size_t x3d_rendering_component::support_level() const OPENVRML_NOTHROW
{
! return 4;
}
***************
*** 11878,11882 ****
size_t x3d_lighting_component::support_level() const OPENVRML_NOTHROW
{
! return 2;
}
--- 11878,11882 ----
size_t x3d_lighting_component::support_level() const OPENVRML_NOTHROW
{
! return 3;
}
|