osgViewer.Keystone¶
- class osgViewer.Keystone¶
- Represents
c++ class
- Wraps
osgViewer::Keystone
- Bases
Constructors:
- osgViewer.Keystone()¶
- osgViewer.Keystone(osgViewer.Keystone other)
-
- Параметры
other (
osgViewer.Keystone
) –
Methods:
- :setKeystoneEditingEnabled(bool flag)¶
-
- Параметры
flag (
bool
) –
- :getKeystoneEditingEnabled()¶
-
- Тип результата
bool
- :compute3DPositions(osg.DisplaySettings ds)¶
-
- Параметры
ds (
osg.DisplaySettings
) –
- :writeToFile()¶
Write the file specified by the filename user value field. Return
true
if file successfully written.- Тип результата
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
.- Параметры
ds (
osg.DisplaySettings
) –- Тип результата
bool