OpenSceneGraph/src/osgPlugins
2020-04-29 10:50:22 +01:00
..
3dc implement readObject for all relevant readerWriters 2019-05-14 14:36:35 +02:00
3ds implement readObject for all relevant readerWriters 2019-05-14 14:36:35 +02:00
ac implement readObject for all relevant readerWriters 2019-05-14 14:36:35 +02:00
avfoundation GLES3 now working on iOS, tried to maintain support for have bother gles2 and gles3, allowed avfoundation to be added on iOS, improved iOS example cmake generation 2017-03-20 18:39:56 +00:00
bmp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
bsp implement readObject for all relevant readerWriters 2019-05-14 14:36:35 +02:00
bvh implement readObject for all relevant readerWriters 2019-05-14 14:36:35 +02:00
cfg Fix typos and spelling. 2018-04-20 18:18:22 +02:00
curl Added Thread::CurrentThreadId() method to wrap up thread id functionality in a more platform appropriate way. 2020-01-13 14:18:17 +00:00
dae fix dae readme 2019-08-30 16:48:25 +02:00
dds Merge pull request #853 from flashk/patch-12 2019-12-12 10:20:54 +00:00
dicom Fixed build warning due to auto_ptr<> 2020-01-14 14:57:15 +00:00
directshow implement readObject for all relevant readerWriters 2019-05-14 14:36:35 +02:00
dot Improvements to dot visitors 2017-12-07 17:52:24 +00:00
dxf Added support for using CurrentCodePage functionality with osgText::String 2020-01-13 14:05:46 +00:00
exr Warning fixes 2018-09-11 15:33:55 +01:00
fbx Fix for older versions of fbxsdk without xml or zlib libraries, fix cmake multiconfig generators (msvc) with irrelevant CMAKE_BUILD_TYPE. 2020-01-30 16:37:36 +00:00
ffmpeg Removed extraneous indentation 2019-12-12 11:14:39 +00:00
freetype Improved iOS cmake support for xcode 9.4 and cmake 3.11 2018-07-10 02:09:28 +01:00
gdal Introduced use of ref_ptr<> and private destructor to tighen up memory management and avoid users attempting to inappropriately delete TexCoordRange. 2019-01-09 08:38:16 +00:00
gif Replaced tabs with spaces to fix indentation 2018-11-02 08:34:43 +00:00
gles implement readObject for all relevant readerWriters 2019-05-14 14:36:35 +02:00
glsl Fixed build with OSG_USE_REF_PTR_IMPLICIT_OUTPUT_CONVERSION set to OFF 2017-11-29 14:44:00 +00:00
gstreamer implement readObject for all relevant readerWriters 2019-05-14 14:36:35 +02:00
gta fix build of gta plugin when pkg-config is used 2018-10-10 02:06:28 +03:00
gz replace string with stringstream (avoid a string copy at read) 2017-11-08 16:44:09 +01:00
hdr implement readObject for all relevant readerWriters 2019-05-14 14:36:35 +02:00
imageio Improved iOS cmake support for xcode 9.4 and cmake 3.11 2018-07-10 02:09:28 +01:00
Inventor Fixed warnings 2020-01-14 16:35:00 +00:00
ive fix typo in header guard. 2019-05-22 09:45:58 +02:00
jp2 Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
jpeg From Jordi Torres, fix indentation and removed redundent break; 2017-12-03 09:30:35 +00:00
ktx implement readObject for all relevant readerWriters 2019-05-14 14:36:35 +02:00
las ReaderWriterLAS recenter bug fixed, final batch of points was missed in translating the center point. 2020-03-13 08:45:39 +00:00
logo implement readObject for all relevant readerWriters 2019-05-14 14:36:35 +02:00
lua Fix: LuaCallbackObject could form circular references to LuaScriptEngine that prevented its destruction. Destruction of LuaScriptEngine now disarms all callbacks into Lua. 2019-09-23 15:05:54 +02:00
lwo Warning fixes 2018-09-11 15:33:55 +01:00
lws Added readObject() implementation. 2016-07-05 18:10:51 +01:00
md2 implement readObject for all relevant readerWriters 2019-05-14 14:36:35 +02:00
mdl implement readObject for all relevant readerWriters 2019-05-14 14:36:35 +02:00
normals Fixed override method inconsistency 2016-06-27 16:16:03 +01:00
nvtt Merged NVTT cmake fixes from 3.4 branch 2018-01-11 09:39:27 +00:00
obj Moved setting of isftream locale to Model::readOBJ(..) and Model::readMTL(..). 2020-01-17 09:07:58 +00:00
ogr Added readObject() implementations 2019-07-25 12:50:22 +01:00
OpenCASCADE Plugins: OpenCasCade: Adding 'std' prefix where needed. See Following. 2019-12-22 12:30:55 +00:00
OpenFlight OpenFlight: Replace internal caches with osgDB::ObjectCache use. Fixes unbounded memory growth when using readNode(std::istream&, ...) method. 2018-07-31 17:06:34 +01:00
osc Fix typos and spelling. 2018-04-20 18:18:22 +02:00
osg Added version checks for when writing out new 64bit object sizes 2017-06-19 15:45:35 +01:00
osga Update ReaderWriterOSGA.cpp 2019-12-11 17:38:59 +00:00
osgjs implement readObject for all relevant readerWriters 2019-05-14 14:36:35 +02:00
osgtgz implement readObject for all relevant readerWriters 2019-05-14 14:36:35 +02:00
p3d implement readObject for all relevant readerWriters 2019-05-14 14:36:35 +02:00
pdf Fixed warnings 2018-03-19 10:42:09 +00:00
pic Removed unneccessary close 2016-06-28 09:21:30 +01:00
ply implement readObject for all relevant readerWriters 2019-05-14 14:36:35 +02:00
png Fix loading of 16bit PNG images 2017-09-28 11:09:18 +02:00
pnm implement readObject for all relevant readerWriters 2019-05-14 14:36:35 +02:00
pov Some spelling fixes in comments. 2016-10-05 18:10:46 +02:00
pvr Centralized the calling of #include <stdint.h> and VS fallback into include/osg/Types header 2014-07-21 16:36:47 +00:00
python Added readScript/writeScript methods to ReaderWriter 2014-07-14 15:59:06 +00:00
QTKit From Albert Luaces, typo fixes. 2015-06-01 13:40:20 +00:00
quicktime implement readObject for all relevant readerWriters 2019-05-14 14:36:35 +02:00
RestHttpDevice From Stephan Huber, "attached is a fix for the rest-http-plugin which should fix the font-issue reported by Phil. The old implementation did forward all requests to the internal http-server via user-events. This prevented error-reporting for missing files, as the request was accidentally handled by the plugin. As a request for missing font-file succeeds and returned an empty file, the curl-plugin hands the data happily to the freetype-plugin which failed trying to load an empty font-file, obviously. 2014-03-13 14:02:50 +00:00
revisions Fixed unused parameter warning. 2016-06-08 09:49:10 +01:00
rgb Quitened down unsupport compression output when passing in a file with a non rgb extension 2018-05-18 14:25:30 +01:00
rot png and tiff plugins do not depend on C++ exceptions. 2020-03-13 20:00:01 +13:00
scale implement readObject for all relevant readerWriters 2019-05-14 14:36:35 +02:00
sdl Fix unused parameter warning 2017-02-03 17:45:22 +01:00
shadow implement readObject for all relevant readerWriters 2019-05-14 14:36:35 +02:00
shp The attached code (from the 3.6 branch) adds a keepSeparatePoints option to the SHP plugin which makes it possible to avoid merging point features into multi-points, in case you e.g. need to keep separate point attributes. 2018-04-03 12:42:37 +01:00
stl implement readObject for all relevant readerWriters 2019-05-14 14:36:35 +02:00
svg Removed the unncessary rescale to power of two, and added clear of image to prevent previous image data corrupting the rendered image 2017-12-05 17:16:17 +00:00
terrain implement readObject for all relevant readerWriters 2019-05-14 14:36:35 +02:00
tf Changed osgvolume example to use the new tf plugin rather than having local code for reading transfer function 2014-09-16 17:40:13 +00:00
tga Merged from 3.6 branch "Add option to treat all TGA files as TGA 1.0" 2020-04-29 10:50:22 +01:00
tgz implement readObject for all relevant readerWriters 2019-05-14 14:36:35 +02:00
tiff emmmmmmm 2019-09-03 16:11:14 +08:00
trans png and tiff plugins do not depend on C++ exceptions. 2020-03-13 20:00:01 +13:00
trk Typo fixes 2016-05-30 12:30:05 +01:00
txf Changed to an int comparison 2016-07-02 11:09:12 +01:00
txp Added readObject() implementations 2019-07-25 12:50:22 +01:00
V8 Added readScript/writeScript methods to ReaderWriter 2014-07-14 15:59:06 +00:00
view Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
vnc Fixed spacing to make it consistent with the rest of the OSG and make it easier to read. 2017-10-05 15:59:26 +01:00
vtf Fixed unused parameter warning. 2016-06-08 09:47:30 +01:00
x Name unnamed typedef struct {...} to fix MSVC error 2020-04-09 03:19:28 -04:00
ZeroConfDevice fix builds with case sensitive includes 2018-10-10 02:33:47 +03:00
zip Closing ZipArchive in destructor 2020-03-26 14:08:31 -04:00
CMakeLists.txt png and tiff plugins do not depend on C++ exceptions. 2020-03-13 20:00:01 +13:00