feb06f7e4bAdded improved PBO support.
Robert Osfield
2005-02-22 13:34:24 +00:00
25658ad31fFixes from Marco Jez.
Robert Osfield
2005-02-22 11:55:30 +00:00
b40fe170c7From Igor Kravtchenko, add #define's for OpenGL float internal texture formats.
Robert Osfield
2005-02-22 10:16:22 +00:00
64e6b79340Changed the Switch::addChild(Node*) behavior so it doesn't override the any pre-exisitng _values value.
Robert Osfield
2005-02-22 10:08:01 +00:00
21c8924d83Added support for interpolating low res source data onto higher res destination tiles.
Robert Osfield
2005-02-21 17:02:44 +00:00
79a59e596cTweak to comment.
Robert Osfield
2005-02-15 09:37:20 +00:00
1223e4c8caFrom Alberto Farre, fix to nested OpenFlight file problem.
Robert Osfield
2005-02-14 15:17:20 +00:00
1b805f7bdbMade conversion use BGRA.
Robert Osfield
2005-02-13 18:10:05 +00:00
912cb9386eAdded usage of the new xine_register_plugins() call.
Robert Osfield
2005-02-13 16:35:52 +00:00
5aa2f1e7e7Disable the MMX usage
Robert Osfield
2005-02-13 15:07:41 +00:00
a9c61ad992Remerged Tugkan's fix to flatten static transforms.
Robert Osfield
2005-02-12 19:47:38 +00:00
8ff060b840Put spaitalize groups to end.
Robert Osfield
2005-02-12 16:49:28 +00:00
336612359bFrom Tugkan Calapoglu, bug fix to FLATTEN_STATIC_TRANSFORMS. Small tweak of the code to make the comparison against Identity matrix clearer.
Robert Osfield
2005-02-12 16:24:28 +00:00
ce8321a082Added --prune-StateSet option into osgconv for bottleneck testing.
Robert Osfield
2005-02-11 20:43:50 +00:00
d5409942eeFixed spatial groups.
Robert Osfield
2005-02-11 17:22:55 +00:00
8f90f57cc0Added support for fixing transprency on objects that should have been placed in the opaque bin.
Robert Osfield
2005-02-11 16:43:54 +00:00
0420222ce5From Sebastien Grignard, fixed memory leak where header and databuffers wern't deleted.
Robert Osfield
2005-02-11 10:09:06 +00:00
192daa0408Added support into passing the ReaderWriter::Options structure onto readImageFile
Robert Osfield
2005-02-11 10:00:50 +00:00
6747e6ff1fRemoved debugging messages
Robert Osfield
2005-02-11 09:59:16 +00:00
dd0c29d19bAdded new utilities for handling different '/' and '\' entries.
Robert Osfield
2005-02-11 09:58:30 +00:00
7282adef2bRemoved redundent _nodePath entry.
Robert Osfield
2005-02-10 21:30:03 +00:00
7fb8dfe5edFrom Chris Xennon, add support for billboard intersections + fix to addLineSegments.
Robert Osfield
2005-02-10 21:18:04 +00:00
d706e9e795From Igor Kravtchenko, new HDR plugin.
Robert Osfield
2005-02-10 20:38:50 +00:00
5215d43e14warning fix
Robert Osfield
2005-02-10 20:21:01 +00:00
355ee7a785Put pixel buffer define's into their own block.
Robert Osfield
2005-02-10 20:14:22 +00:00
eb803a420eFixed the pixelFormat to be RGBA.
Robert Osfield
2005-02-10 15:53:19 +00:00
ec8624f185Implemented the osg::Image::isImagTranslucent function.
Robert Osfield
2005-02-10 15:52:18 +00:00
3ce382fd45Changed the mpeg plugin to read movies the original way up rather than the OpenGL way up to keep them consistent with the xine and quicktime movie codes
Robert Osfield
2005-02-09 16:18:44 +00:00
e5e2cf2d30Created local XineImageStream class to ensure xine streams are cleaned up correctly.
Robert Osfield
2005-02-09 15:31:33 +00:00
c842dce38cAdded setting of the filename
Robert Osfield
2005-02-09 14:27:54 +00:00
58120d0bc9Added getenv OSG_XINE_AUDIO_DRIVER to xine plugin to allow users to set what the default audio to use
Robert Osfield
2005-02-09 13:22:23 +00:00
021440b9a4Commented out the debug messages, added back in the audio into the xine plugin
Robert Osfield
2005-02-09 12:29:09 +00:00
50a370dc56Added vertical offset to multiple movies instances
Robert Osfield
2005-02-09 11:30:42 +00:00
117c791a3bAdded osg::BufferObject and a made a number associated to accomodate this new class. osg::BufferObject wraps up OpenGL pixel and array buffer objects. Currently implementation is work in progress.
Robert Osfield
2005-02-09 10:39:45 +00:00
1a9b5ddbbfRemoved the repeated entry of HiehgtFieldNode in include list
Robert Osfield
2005-02-07 20:45:52 +00:00
850efd10f1From Paul Melis, fixed the setFrameStatsMode() method
Robert Osfield
2005-02-07 20:44:18 +00:00
46ce4c3df3Added the full set of buffer object methods
Robert Osfield
2005-02-07 17:28:03 +00:00
802940aec7Temporarily added xine video_out_rgb xine-plugin inline to the OSG's xine plugin
Robert Osfield
2005-02-07 15:00:02 +00:00
9b7678138fChanged the LightSource::setReferenceFrame() read code so that it doesn't enable the culling active flag if its was already set to false.
Robert Osfield
2005-02-06 10:14:26 +00:00
b5f1d50377Turned off lighting.
Robert Osfield
2005-02-04 20:36:50 +00:00
3054a612bdAdded prototype xine movie plugin.
Robert Osfield
2005-02-04 19:34:46 +00:00
6c13384b22Updated IRIX dist generation file for IRIX binaries
Don BURNS
2005-02-04 03:58:49 +00:00
7b6a48b053Change unsigned long to unsigned int to avoid 64/32 bit problems.
Robert Osfield
2005-02-03 13:10:03 +00:00
7573cc6036Added Viewport State Attribute to .osg reader/writer
Don BURNS
2005-02-02 22:13:07 +00:00
ae0f93010fAdded support for modulating alpha values
Robert Osfield
2005-02-01 22:36:05 +00:00
c9520e5d5fRemoved debugging messages.
Robert Osfield
2005-02-01 15:03:14 +00:00
72ff1737f4Added support for OSG_CAMERA_THREADING env variable which is set to "SingleThreaded" will ensure that OsgCameraGroup runs singe threaded.
Robert Osfield
2005-02-01 13:19:34 +00:00
e668acce27Added support for internalTextureMode
Robert Osfield
2005-02-01 10:38:08 +00:00
1cc89ba4feAdded conversion of dataType to GL_UNSIGNED in raw data reading path.
Robert Osfield
2005-02-01 09:38:07 +00:00
a927d924e1Added code for rescaling images.
Robert Osfield
2005-02-01 09:02:01 +00:00
7be056275bAdded red, green, blue and alpha values.
Robert Osfield
2005-02-01 09:00:32 +00:00
c3c3ed8519Added support for 8 parameters.
Robert Osfield
2005-02-01 09:00:10 +00:00
a7d0155915Added support for raw image formats
Robert Osfield
2005-01-31 20:09:24 +00:00
9a3deb38a7Removed include of Producer/RenderSurface
Robert Osfield
2005-01-28 17:24:47 +00:00
95161cb301From Tree, removed redundent "inline"s
Robert Osfield
2005-01-28 16:09:11 +00:00
203133bb3fAdded definitation for GL_COMPRESSED_* tokens for case where early OpenGL headers don't provide them.
Robert Osfield
2005-01-28 11:01:11 +00:00
049d2055a5Moved the template function into the global namespace.
Robert Osfield
2005-01-27 20:26:51 +00:00
9a93d7ae06Fixes to osg::Image's handling of compressed formats.
Robert Osfield
2005-01-27 20:18:49 +00:00
384e647f56Fixes for Win32 build
Robert Osfield
2005-01-27 15:54:10 +00:00
7aa089df26Added /Zm 200 option to avoid heap problems
Robert Osfield
2005-01-27 14:54:33 +00:00
355650ac1dFrom Nicolas Brodu, new faster osg::Quat::makeRotate(Vec3d,Vec3d) implmentation.
Robert Osfield
2005-01-27 14:39:58 +00:00
d0f42c9231From Chris Hanson, minor tweaks to docs on getDescriptions.
Robert Osfield
2005-01-27 13:23:46 +00:00
75175ecb48Changed template<class> instances to template<typename>
Robert Osfield
2005-01-27 11:18:33 +00:00
8cc0cdb25cFixed tabbing.
Robert Osfield
2005-01-27 11:16:03 +00:00
a086a6d01bChanged Font::setSize to Font::setFontResolution
Robert Osfield
2005-01-27 11:10:50 +00:00
67a5a020bfFrom Donn Mielcarek, change of long and unsigned long to int32 and uint32 to avoid 32bit vs 64bit issues.
Robert Osfield
2005-01-25 22:15:40 +00:00
89236b46fdFrom Mason Menninger, addition of setTrackballSize() parameter.
Robert Osfield
2005-01-22 16:55:48 +00:00
0fd06a93ecFrom Leandro Motta Barros, Doxygen comments for OsgCameraGroup and Viewer. With a few small ammendments/additions from Robert Osfield.
Robert Osfield
2005-01-22 15:41:03 +00:00
c99903497aFrom Yuzhong Shen, removed repeated statements in Hit operator =.
Robert Osfield
2005-01-21 21:00:33 +00:00
bcbd5c7786From Kevin Moiule, rewrote PNM plugin to handle grayscale PNM images.
Robert Osfield
2005-01-21 19:33:56 +00:00
fd8f62f941build fix
Robert Osfield
2005-01-21 19:31:56 +00:00
3cfcec1198From Tree, add get methods
Robert Osfield
2005-01-21 19:30:35 +00:00
4664920b65Change dhte CullSettings to be correct to new changes in osgProducer
Robert Osfield
2005-01-21 19:28:50 +00:00
f7166c4541Fixed the input/output handling of ReferenceFrame values to be RELATIVE and ABSOLUTE rather than long original names.
Robert Osfield
2005-01-21 19:21:01 +00:00
8ac0211b81From Tugkan Calapoglu, bugfix to prevents reloading already loaded images.
Robert Osfield
2005-01-21 19:15:13 +00:00
50a88aa6d4From Rainer Oder, with additions from Robert. osgslice example which generates a 3d volume from a source geometry model.
Robert Osfield
2005-01-12 15:37:02 +00:00
e41f24ff80From Fredrick Mammond, fix to 64 bit build.
Robert Osfield
2005-01-12 10:32:36 +00:00
728b8c9301Added setImageReadFormat and setImageReadDataType methods to RenderToTextureStage to allow customization of what format/data type to read such as reading from the depth buffer etc.
Robert Osfield
2005-01-09 19:30:56 +00:00
341267d898Tweaked the #define's of GL_ALPHA_MIN_SGIX and GL_ALPHA_MAX_SGIX to ensure compilation across OGL drivers.
Robert Osfield
2005-01-08 10:21:49 +00:00
80a6b54ddcFrom Per Fahlberg, support for 16bit imagery.
Robert Osfield
2005-01-07 20:36:04 +00:00
48ef6136f2From Kevin Moule, fix to memory overwrite error.
Robert Osfield
2005-01-07 20:24:36 +00:00
3ff22d526cFrom Tree, change to naming of plugins when building OSG with Java to avoid conflicts.
Robert Osfield
2005-01-07 20:01:06 +00:00
40632c97b0From Tree, moved GL_ #define's out of osg namespaces
Robert Osfield
2005-01-07 19:00:40 +00:00
814300f896Fixed crash in osgUtl::Simplifier which was due to an dereference of an empty array.
Robert Osfield
2005-01-07 14:31:33 +00:00
e2132cc62aCleaned up the types.
Robert Osfield
2005-01-05 17:14:38 +00:00
c58f56adb6From Fredric Mammond, fix for build using full extension checked mechansim
Robert Osfield
2005-01-05 16:16:52 +00:00
2d6b610865From Fredric Mammond, addid osgblendequation and osglogicop examples.
Robert Osfield
2005-01-03 16:42:27 +00:00
fab7c4d715From Fredric Mammond, added new osg::BlendEquation state attribute wrapping up glBlendEquation.
Robert Osfield
2005-01-03 16:39:28 +00:00
4955343c76From Marco Jez, fixed handling of loading of relative file paths.
Robert Osfield
2005-01-03 13:49:35 +00:00
89b8a8a921Added stripping of trailing spaces to readline call to fix problems associated with eroneous spaces hanging around at ends of lines causing string matching problems
Robert Osfield
2005-01-03 12:27:58 +00:00
8c5842115fAdded check against ac as extension.
Robert Osfield
2005-01-03 11:20:21 +00:00
af880c0b80Changed INST_LOCATION = to INST_LOCATION ?=
Don BURNS
2004-12-17 22:31:54 +00:00
3e96112b82Added computeBound to osg::Switch, which now checks to see if a child is enabled before computing its bound.
Don BURNS
2004-12-17 20:51:55 +00:00
a0ba625cb0Property API clean to smooth the task of generating wrappers.
Robert Osfield
2004-12-17 01:06:33 +00:00
4383655fcdProvisional lists for what are likely to, and not likely to have wrappers automatically generated easily
Robert Osfield
2004-12-16 06:15:34 +00:00
901ca9ee5cAdded missing files
Robert Osfield
2004-12-15 04:49:05 +00:00
88234ea31fRemoved redundent cont qualification
Robert Osfield
2004-12-14 03:12:18 +00:00
d2c235a52bFrom Fredric Marmond, fix to gcc3.4 build
Robert Osfield
2004-12-14 01:38:45 +00:00