osgViewer.Keystone¶
-
class
osgViewer.
Keystone
¶ Represents: c++ class Wraps: osgViewer::Keystone Bases: osg.Object
Constructors:
-
osgViewer.
Keystone
()¶
-
osgViewer.
Keystone
(osgViewer.Keystone other) -
Parameters: other ( osgViewer.Keystone
) –
Methods:
-
:
setKeystoneEditingEnabled
(bool flag)¶ -
Parameters: flag ( bool
) –
-
:
getKeystoneEditingEnabled
()¶ -
Return type: bool
-
:
compute3DPositions
(osg.DisplaySettings ds)¶ -
Parameters: ds ( osg.DisplaySettings
) –
-
:
writeToFile
()¶ Write the file specified by the filename user value field. Return
true
if file successfully written.Return type: bool
Static Methods:
-
.
loadKeystoneFiles
(osg.DisplaySettings ds)¶ Convenience function that loads and assigns any keystone files specified in the
osg.DisplaySettings
’s fieldKeystoneFileNames
list, returntrue
if Keystone’s assigned toosg.DisplaySettings
.Parameters: ds ( osg.DisplaySettings
) –Return type: bool
-