osgDB.Options

class osgDB.Options
Represents

c++ class

Wraps

osgDB::Options

Bases

osg.Object

Constructors:

osgDB.Options()

osgDB.Options(std.string str)

Параметры

str (std.string) –

Methods:

:setOptionString(std.string str)

Параметры

str (std.string) –

:getOptionString()

Тип результата

std.string

:setDatabasePath(std.string str)

Параметры

str (std.string) –

:setObjectCacheHint(osgDB.Options.CacheHintOptions useObjectCache)

Параметры

useObjectCache (osgDB.Options.CacheHintOptions) –

:getObjectCacheHint()

Тип результата

osgDB.Options.CacheHintOptions

:setBuildKdTreesHint(osgDB.Options.BuildKdTreesHint hint)

Параметры

hint (osgDB.Options.BuildKdTreesHint) –

:getBuildKdTreesHint()

Тип результата

osgDB.Options.BuildKdTreesHint

:setReadFileCallback(osgDB.ReadFileCallback cb)

Параметры

cb (osgDB.ReadFileCallback) –

:getReadFileCallback()

Тип результата

osgDB.ReadFileCallback