OpenSceneGraph/src/osgPlugins
2013-06-27 08:44:15 +00:00
..
3dc Replaced deprecated osg::Geometry::set*Binding() calls. 2013-06-26 17:44:30 +00:00
3ds Replaced deprecated Geometry::set*Binding() 2013-06-27 08:30:51 +00:00
ac Replaced deprecated Geometry::set*Binding() 2013-06-27 08:30:51 +00:00
avfoundation From Alessandro Terenzi, "I've modified the avfoundation plugin to copy the preferredTransform matrix into the UserData property of the corresponding imagestream: by doing so, we can realize if the video should be transformed when applied as a texture (this should be the case, for instance, when we record a movie using an iOS device with any orientation different than 'landscape left')." 2013-01-22 16:53:50 +00:00
bmp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
bsp Replaced deprecated Geometry::set*Binding() 2013-06-27 08:30:51 +00:00
bvh Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
cfg Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
curl Fixed warning 2013-02-04 12:01:26 +00:00
dae With assistance from Sukender, moved the depreacted osg::Geometry vertex indices and AttributeBinding definitions out into a separated namespace/class so to use 2013-06-25 16:10:24 +00:00
dds From Farshid Lashkari, "I've updated the dds, png, and jpeg plugins to support writing images with the GL_DEPTH_COMPONENT pixel format. They will simply treat it the same as the GL_LUMINANCE pixel format." 2013-06-21 08:37:47 +00:00
dicom Converted sorting of directory contents across to use the new osgDB::FileNameComparator and osgDB::getSortedDirectoryContents() 2012-09-12 11:09:41 +00:00
directshow Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
dot Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
dw Replaced deprecated osg::Geometry::set*Binding() calls. 2013-06-26 17:44:30 +00:00
dxf Replaced deprecated osg::Geometry::set*Binding() calls. 2013-06-26 17:44:30 +00:00
exr Standardized use of GL_HALF_FLOAT_NV and GL_HALF_FLOAT_ARB to GL_HALF_FLOAT 2013-01-31 16:26:06 +00:00
fbx Removed Geometry::fixDeprecatedData() as it won't work on const Geometry 2013-06-26 08:53:56 +00:00
ffmpeg From Nick Black, "Hey there! avcodec_open() has been deprecated for some time, and indeed has 2013-06-24 09:12:58 +00:00
freetype Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
gdal Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
gif From Laurens Voerman, "while updating dependencies I found a problem with libgif 5 from http://sourceforge.net/projects/giflib/ 2013-06-03 14:04:02 +00:00
glsl From Wang Rui, "In the attached files I've added the Compute Shader support for OSG, as well as serializer updates and a new osgcomputeshaders example. My submission also include a setComputeGroups() function in Program for setting compute-shader work groups, and a bindToImageUnit() function in Texture for binding textures as image variables in shaders. 2013-01-25 11:54:03 +00:00
gta Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
gz Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
hdr Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
imageio From Stephan Huber, "attached you'll find the missing readObject-implementations for the imageio-plugin as suggested by Remo Eichenberger." 2013-06-21 13:41:03 +00:00
Inventor With assistance from Sukender, moved the depreacted osg::Geometry vertex indices and AttributeBinding definitions out into a separated namespace/class so to use 2013-06-25 16:10:24 +00:00
ive With assistance from Sukender, moved the depreacted osg::Geometry vertex indices and AttributeBinding definitions out into a separated namespace/class so to use 2013-06-25 16:10:24 +00:00
jp2 Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
jpeg From Farshid Lashkari, "I've updated the dds, png, and jpeg plugins to support writing images with the GL_DEPTH_COMPONENT pixel format. They will simply treat it the same as the GL_LUMINANCE pixel format." 2013-06-21 08:37:47 +00:00
ktx From Luc Frauciel, "Compile Fix - KTX plugin with Visual Studio, <stdint.h>not defined under MSVC" 2012-10-26 15:31:18 +00:00
logo Fixed warnings 2013-02-04 12:38:08 +00:00
lwo Replaced deprecated Geometry::set*Binding() 2013-06-27 08:30:51 +00:00
lws From Cedric Pinson, "I fixed a little issue with the lightwave scene loader. On the version 5 there are id on the command LoadObjectLayer in the scene file and of this version the current code use this field as a part of the filename, and it fails because the file is not found. 2013-06-24 12:51:02 +00:00
md2 With assistance from Sukender, moved the depreacted osg::Geometry vertex indices and AttributeBinding definitions out into a separated namespace/class so to use 2013-06-25 16:10:24 +00:00
mdl Replaced deprecated osg::Geometry::set*Binding() usage 2013-06-27 08:44:15 +00:00
normals Replaced deprecated osg::Geometry::set*Binding() calls. 2013-06-26 17:44:30 +00:00
nvtt From Wang Rui, "The osgdb_nvtt plugin needs to be updated to work with the latest NVTT library, which changes the interface slightly (adding a new pure virtual method endImage()). I've modified the source file and attached it here." 2013-05-30 09:07:46 +00:00
obj Replaced deprecated osg::Geometry::set*Binding() usage 2013-06-27 08:44:15 +00:00
ogr Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
OpenFlight Replaced deprecated osg::Geometry::set*Binding() usage 2013-06-27 08:44:15 +00:00
osc Removed svn:executable property. 2013-06-19 17:25:55 +00:00
osg From Wang Rui, "The file attached includes two new features for the serialization IO functionality. First, custom serializer version control should work now, just by defining a new REGISTER_CUSTOM_OBJECT_WRAPPER macro. For example: 2013-06-24 08:48:55 +00:00
osga From Martin Naylor, replace osgDB::fstream with an osgDB::open() call. 2013-06-12 12:49:18 +00:00
osgtgz Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
p3d Introduced new scheme for handling mouse events with osgViewer. The new scheme enables robust event handling even when using distortion correction render to texture Cameras. 2013-05-03 19:26:27 +00:00
pdf Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
pfb With assistance from Sukender, moved the depreacted osg::Geometry vertex indices and AttributeBinding definitions out into a separated namespace/class so to use 2013-06-25 16:10:24 +00:00
pic Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
ply Replaced deprecated Geometry::set*Binding() 2013-06-27 08:30:51 +00:00
png From Farshid Lashkari, "I've updated the dds, png, and jpeg plugins to support writing images with the GL_DEPTH_COMPONENT pixel format. They will simply treat it the same as the GL_LUMINANCE pixel format." 2013-06-21 08:37:47 +00:00
pnm Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
pov Clean up up osg::Geometry, removing long deprecated support for array indices and BIND_PER_PRIMITIVE binding that forced OpenGL slow paths. osg::Geometry is now smaller and only supports OpenGL fasts paths. 2013-06-18 11:18:28 +00:00
pvr Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
qfont Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
QTKit From Stephan Huber, "thanks for your input, unfortunately I could not get it working with packing, but setting the row-length works now. Seems I had it wrong the first time. 2013-01-10 10:53:22 +00:00
quicktime Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
RestHttpDevice Removed svn:executable property. 2013-06-19 17:25:55 +00:00
revisions Copya and Paste Anti-Pattern strikes again! Renamed FreeType usage to Revisions to correct previous mistake when copying and modifying the ReaderWriter. 2011-09-19 09:44:29 +00:00
rgb Removed redundent code block 2013-01-23 11:50:45 +00:00
rot Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
scale Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
sdl Fixed panning bug, when using RUN_ON_DEMAND, that resulted in the camera being thrown off towards infinity. 2013-05-24 09:35:58 +00:00
shadow Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
shp Replaced deprecated osg::Geometry::set*Binding() usage 2013-06-27 08:44:15 +00:00
stl Replaced deprecated osg::Geometry::set*Binding() calls. 2013-06-26 17:44:30 +00:00
svg Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
terrain Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
tga From Farshid Lashkari, "The tga image loader was not properly reading in 16-bit images. Fix is attached." 2013-05-14 16:15:01 +00:00
tgz Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
tiff Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
trans Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
trk Replaced deprecated Geometry::set*Binding() 2013-06-27 08:30:51 +00:00
txf Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
txp Replaced deprecated osg::Geometry::set*Binding() usage 2013-06-27 08:44:15 +00:00
view Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
vnc Refactored the idle mechanism to fix problems with the vnc thread going idle when it shouldn't have. 2013-05-23 12:29:55 +00:00
vrml Replaced deprecated osg::Geometry::set*Binding() calls. 2013-06-26 17:44:30 +00:00
vtf Standardized use of GL_HALF_FLOAT_NV and GL_HALF_FLOAT_ARB to GL_HALF_FLOAT 2013-01-31 16:26:06 +00:00
x Replaced deprecated osg::Geometry::set*Binding() calls. 2013-06-26 17:44:30 +00:00
xine Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
ZeroConfDevice Removed svn:executable property 2013-06-19 17:26:59 +00:00
zip Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
CMakeLists.txt Removed geo plugin as the modelling tool it was assocaited is long defunct. 2013-06-04 13:29:44 +00:00