.. |
3dc
|
Converted osg::notify to OSG_INFO etc.
|
2010-05-28 16:29:53 +00:00 |
3ds
|
From Farshid Lashkari, "The logic for handling opacity maps in the 3ds reader seems to be incorrect. It checks whether the diffuse texture contains transparency, instead of the opacity texture. If the diffuse does not contain an alpha channel it outputs the warning:
|
2013-05-28 15:43:12 +00:00 |
ac
|
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 |
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
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +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
|
From Aurelien Albert, "I get a compile error on Windows VS2008 wih new DAE plugin, here is a fix :
|
2013-01-07 15:03:22 +00:00 |
dds
|
From Marcin Prus, "I don't know if you seen my second reply to your information about merging my Image and dds plugin changes. I found one problem in your latest submit. In ReaderWriterDDS::ComputeImageSizeInBytes pixelFormat and pixelType are not passed into osg::Image::computeImageSizeInBytes.
|
2013-06-07 10:54:55 +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
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
dxf
|
From Aurelien Albert, "In the DXF plugin, DXF layers are decoded and each layer is added in a separate group, which is very usefull to retrieve a layer or display a list of all layers in the aplication.
|
2012-09-20 14:06:01 +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
|
From Laurens Voerman, "Autodesk released a new version of their FBX Software Development Kit (web page http://usa.autodesk.com/adsk/servlet/pc/item?siteID=123112&id=10775847).
|
2013-06-03 14:27:14 +00:00 |
ffmpeg
|
Added TODO note about RGB -> RGBA
|
2013-02-06 14:49:48 +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, "* imageio: removed ReaderWriterImageIO_IOS.cpp, refactored ReaderWriterImageIO to work on OS X and IOS
|
2012-12-05 17:15:53 +00:00 |
Inventor
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
ive
|
Fixed order of binding.
|
2013-06-18 14:22:43 +00:00 |
jp2
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
jpeg
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +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
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
lws
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
md2
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
mdl
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
normals
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +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
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
ogr
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
OpenFlight
|
Fixed the computation of the spot light direction.
|
2013-05-28 10:46:47 +00:00 |
osc
|
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 |
osg
|
From Magnus Kessler, typo and documentation fixes
|
2012-03-29 15:08:15 +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
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
pic
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
ply
|
From Cedric Pinson, "I Updated the ply plugin to support alpha color in files. Plus I updated it to use by default an alpha of 1.0 instead of 0 when no alpha is specified.
|
2012-03-29 14:58:00 +00:00 |
png
|
From Frederic Bouvier, "fix PNG write for images with bits per components different than 8 that was hard coded."
|
2012-09-24 10:10:28 +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
|
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 |
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
|
From Andreas Ekstrand, The attached ESRIShape.cpp contains fixes for comparing calculated byte sizes with the content length from the record header. According to the ESRI Shape documentation (http://www.esri.com/library/whitepapers/pdfs/shapefile.pdf), the content length is specified in 16 bit words, which is why I have multiplied it by 2 when comparing to byte sizes. Note that the comparison in line 813 is made with a fix number of 16-bit words so it hasn't been changed.
|
2012-09-05 10:24:10 +00:00 |
stl
|
From Piotr Domagalski, "I've rewritten some bits of the STL plugin in order to support ASCII STL files with multiple named solids (reading and writing). The names are also used as OSG nodes names.
|
2012-09-06 13:48:17 +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
|
Added .get()'s to fix compilation when ref_ptr<> type conversion is disabled
|
2013-02-05 18:22:46 +00:00 |
txf
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
txp
|
Fixed warnings
|
2013-02-04 13:27:46 +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
|
From Piotr Domagalski, "I've added reading of node names ('DEF' element) to the VRML reading plugin. The changes were based on trunk's version of the plugin."
|
2012-09-06 13:53:58 +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
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
xine
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
ZeroConfDevice
|
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 |
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 |