~saiarcot895/ubuntu/trusty/openscenegraph/armhf-support

« back to all changes in this revision

Viewing changes to OpenSceneGraph/src/osgPlugins/osg/Scissor.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Loic Dachary (OuoU)
  • Date: 2009-03-23 14:08:20 UTC
  • mfrom: (1.1.7 upstream) (2.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20090323140820-i4j3jozdlhyn4lre
rules prevent lib64 with -D LIB_POSTFIX="" (Closes: #517671)

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
bool Scissor_writeLocalData(const Object& obj, Output& fw);
13
13
 
14
14
// register the read and write functions with the osgDB::Registry.
15
 
RegisterDotOsgWrapperProxy g_ScissorProxy
 
15
REGISTER_DOTOSGWRAPPER(Scissor)
16
16
(
17
17
    new osg::Scissor,
18
18
    "Scissor",