Moved the RenderLeaf implementatation across to always applying matrices

before state, which fixes problem that can occur with state that needs
the current model view or projection matrices.

Changes osgreflect so that it uses ClipNode rather than clip plane, thereby
fixing the problems which occur when the above is applied.

Create a new osgProducer version of the original GLUT based version.
This commit is contained in:
Robert Osfield
2003-03-10 11:59:41 +00:00
parent ebbd03c114
commit 5c4bcd4aac
4 changed files with 79 additions and 114 deletions

View File

@@ -83,6 +83,7 @@ EXAMPLE_DIRS = \
osgconv\
osghud\
osgtext\
osgreflect\
osgstereoimage\