Updated wrappers.

This commit is contained in:
Robert Osfield
2006-02-22 19:28:34 +00:00
parent def7a78842
commit cc235b7a1a
8 changed files with 16 additions and 6 deletions

View File

@@ -36,8 +36,8 @@
TYPE_NAME_ALIAS(std::map< osg::CameraNode::BufferComponent COMMA osg::CameraNode::Attachment >, osg::CameraNode::BufferAttachmentMap);
BEGIN_ENUM_REFLECTOR(osg::CameraNode::TransformOrder)
I_EnumLabel(osg::CameraNode::PRE_MULTIPLE);
I_EnumLabel(osg::CameraNode::POST_MULTIPLE);
I_EnumLabel(osg::CameraNode::PRE_MULTIPLY);
I_EnumLabel(osg::CameraNode::POST_MULTIPLY);
END_REFLECTOR
BEGIN_ENUM_REFLECTOR(osg::CameraNode::RenderOrder)