Home
last modified time | relevance | path

Searched refs:readObjectFile (Results 1 – 16 of 16) sorted by relevance

/dports/games/lwjgl/lwjgl-2df01dd/src/java/org/lwjgl/util/applet/
H A DAppletLoader.java1088 return (String)readObjectFile(file); in readStringFile()
1108 return (HashMap<String, Long>) readObjectFile(file); in readHashMapFile()
1125 protected Object readObjectFile(File file) throws Exception { in readObjectFile() method in AppletLoader
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/
H A DReadFile.cpp33 Object* osgDB::readObjectFile(const std::string& filename,const Options* options) in readObjectFile() function in osgDB
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/include/osgDB/
H A DReadFile245 extern OSGDB_EXPORT osg::Object* readObjectFile(const std::string& filename,const Options* options);
253 inline osg::Object* readObjectFile(const std::string& filename)
255 return readObjectFile(filename, Registry::instance()->getOptions());
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/
H A DReadFile239 extern OSGDB_EXPORT osg::Object* readObjectFile(const std::string& filename,const Options* options);
247 inline osg::Object* readObjectFile(const std::string& filename)
249 return readObjectFile(filename, Registry::instance()->getOptions());
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/tgdb/
H A DReaderWriterSPT.cxx429 osg::ref_ptr<osg::Object> object = osgDB::readObjectFile("state.spt", localOptions.get()); in readObject()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgDB/
H A DReadFile.cpp33 Object* osgDB::readObjectFile(const std::string& filename,const Options* options) in readObjectFile() function in osgDB
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgText/
H A DFont.cpp173 …osg::Object* object = osgDB::readObjectFile(foundFile, userOptions ? userOptions : localOptions.ge… in readFontFile()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgText/
H A DFont.cpp135 …osg::Object* object = osgDB::readObjectFile(foundFile, userOptions ? userOptions : localOptions.ge… in readFontFile()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgtransferfunction/
H A Dosgtransferfunction.cpp487 osg::ref_ptr<osg::Object> obj = osgDB::readObjectFile(foundFile); in main()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgframerenderer/
H A Dosgframerenderer.cpp124 osg::ref_ptr<osg::Object> object = osgDB::readObjectFile(filename); in main()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgframerenderer/
H A Dosgframerenderer.cpp124 osg::ref_ptr<osg::Object> object = osgDB::readObjectFile(filename); in main()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/applications/osgconv/
H A Dosgconv.cpp795 osg::ref_ptr<osg::Object> object = osgDB::readObjectFile(*itr); in main()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lua/
H A DLuaScriptEngine.cpp1826 static int readObjectFile(lua_State * _lua) in readObjectFile() function
1973 lua_pushcclosure(_lua, readObjectFile, 1); in initialize()
1980 lua_pushcclosure(_lua, readObjectFile, 1); in initialize()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/
H A DLuaScriptEngine.cpp1762 static int readObjectFile(lua_State * _lua) in readObjectFile() function
1891 lua_pushcclosure(_lua, readObjectFile, 1); in initialize()
1898 lua_pushcclosure(_lua, readObjectFile, 1); in initialize()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/
H A DChangeLog6004 …/setChild/getNumChildren methods and added readNodeFile, readImageFile and readObjectFile functions
9136 I did not use osgDB::readObjectFile to get the texture-object, as a lot of image-related code in Sl…
9140 …ed CoreVideo for AVFoundation. You can still request a CoreVideoTexture via readObjectFile, though.
10169 A1 = osgDB::readObjectFile("/data/a.osgt");
25282 …o obtain an osgText::Font3D object, osgText::Text3D call osgDB::readObjectFile(...) with an o…
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/
H A DChangeLog16570 …/setChild/getNumChildren methods and added readNodeFile, readImageFile and readObjectFile functions
19702 I did not use osgDB::readObjectFile to get the texture-object, as a lot of image-related code in Sl…
19706 …ed CoreVideo for AVFoundation. You can still request a CoreVideoTexture via readObjectFile, though.
20735 A1 = osgDB::readObjectFile("/data/a.osgt");
35848 …o obtain an osgText::Font3D object, osgText::Text3D call osgDB::readObjectFile(...) with an o…