osgDB.Options

class osgDB.Options
Represents:c++ class
Wraps:osgDB::Options
Bases:osg.Object

Constructors:

osgDB.Options()

osgDB.Options(std.string str)

Parameters:str (std.string) –

Methods:

:setOptionString(std.string str)

Parameters:str (std.string) –
:getOptionString()

Return type:std.string
:setDatabasePath(std.string str)

Parameters:str (std.string) –
:setObjectCacheHint(osgDB.Options.CacheHintOptions useObjectCache)

Parameters:useObjectCache (osgDB.Options.CacheHintOptions) –
:getObjectCacheHint()

Return type:osgDB.Options.CacheHintOptions
:setBuildKdTreesHint(osgDB.Options.BuildKdTreesHint hint)

Parameters:hint (osgDB.Options.BuildKdTreesHint) –
:getBuildKdTreesHint()

Return type:osgDB.Options.BuildKdTreesHint
:setReadFileCallback(osgDB.ReadFileCallback cb)

Parameters:cb (osgDB.ReadFileCallback) –
:getReadFileCallback()

Return type:osgDB.ReadFileCallback