Commit Graph

  • feb06f7e4b Added improved PBO support. Robert Osfield 2005-02-22 13:34:24 +00:00
  • 25658ad31f Fixes from Marco Jez. Robert Osfield 2005-02-22 11:55:30 +00:00
  • b40fe170c7 From Igor Kravtchenko, add #define's for OpenGL float internal texture formats. Robert Osfield 2005-02-22 10:16:22 +00:00
  • 64e6b79340 Changed 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
  • 21c8924d83 Added support for interpolating low res source data onto higher res destination tiles. Robert Osfield 2005-02-21 17:02:44 +00:00
  • 79a59e596c Tweak to comment. Robert Osfield 2005-02-15 09:37:20 +00:00
  • 1223e4c8ca From Alberto Farre, fix to nested OpenFlight file problem. Robert Osfield 2005-02-14 15:17:20 +00:00
  • 1b805f7bdb Made conversion use BGRA. Robert Osfield 2005-02-13 18:10:05 +00:00
  • 912cb9386e Added usage of the new xine_register_plugins() call. Robert Osfield 2005-02-13 16:35:52 +00:00
  • 5aa2f1e7e7 Disable the MMX usage Robert Osfield 2005-02-13 15:07:41 +00:00
  • a9c61ad992 Remerged Tugkan's fix to flatten static transforms. Robert Osfield 2005-02-12 19:47:38 +00:00
  • 8ff060b840 Put spaitalize groups to end. Robert Osfield 2005-02-12 16:49:28 +00:00
  • 336612359b From 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
  • ce8321a082 Added --prune-StateSet option into osgconv for bottleneck testing. Robert Osfield 2005-02-11 20:43:50 +00:00
  • d5409942ee Fixed spatial groups. Robert Osfield 2005-02-11 17:22:55 +00:00
  • 8f90f57cc0 Added 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
  • 0420222ce5 From Sebastien Grignard, fixed memory leak where header and databuffers wern't deleted. Robert Osfield 2005-02-11 10:09:06 +00:00
  • 192daa0408 Added support into passing the ReaderWriter::Options structure onto readImageFile Robert Osfield 2005-02-11 10:00:50 +00:00
  • 6747e6ff1f Removed debugging messages Robert Osfield 2005-02-11 09:59:16 +00:00
  • dd0c29d19b Added new utilities for handling different '/' and '\' entries. Robert Osfield 2005-02-11 09:58:30 +00:00
  • 7282adef2b Removed redundent _nodePath entry. Robert Osfield 2005-02-10 21:30:03 +00:00
  • 7fb8dfe5ed From Chris Xennon, add support for billboard intersections + fix to addLineSegments. Robert Osfield 2005-02-10 21:18:04 +00:00
  • d706e9e795 From Igor Kravtchenko, new HDR plugin. Robert Osfield 2005-02-10 20:38:50 +00:00
  • 5215d43e14 warning fix Robert Osfield 2005-02-10 20:21:01 +00:00
  • 355ee7a785 Put pixel buffer define's into their own block. Robert Osfield 2005-02-10 20:14:22 +00:00
  • eb803a420e Fixed the pixelFormat to be RGBA. Robert Osfield 2005-02-10 15:53:19 +00:00
  • ec8624f185 Implemented the osg::Image::isImagTranslucent function. Robert Osfield 2005-02-10 15:52:18 +00:00
  • 3ce382fd45 Changed 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
  • e5e2cf2d30 Created local XineImageStream class to ensure xine streams are cleaned up correctly. Robert Osfield 2005-02-09 15:31:33 +00:00
  • c842dce38c Added setting of the filename Robert Osfield 2005-02-09 14:27:54 +00:00
  • 58120d0bc9 Added 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
  • 021440b9a4 Commented out the debug messages, added back in the audio into the xine plugin Robert Osfield 2005-02-09 12:29:09 +00:00
  • 50a370dc56 Added vertical offset to multiple movies instances Robert Osfield 2005-02-09 11:30:42 +00:00
  • 117c791a3b Added 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
  • 1a9b5ddbbf Removed the repeated entry of HiehgtFieldNode in include list Robert Osfield 2005-02-07 20:45:52 +00:00
  • 850efd10f1 From Paul Melis, fixed the setFrameStatsMode() method Robert Osfield 2005-02-07 20:44:18 +00:00
  • 46ce4c3df3 Added the full set of buffer object methods Robert Osfield 2005-02-07 17:28:03 +00:00
  • 802940aec7 Temporarily added xine video_out_rgb xine-plugin inline to the OSG's xine plugin Robert Osfield 2005-02-07 15:00:02 +00:00
  • 9b7678138f Changed 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
  • b5f1d50377 Turned off lighting. Robert Osfield 2005-02-04 20:36:50 +00:00
  • 3054a612bd Added prototype xine movie plugin. Robert Osfield 2005-02-04 19:34:46 +00:00
  • 6c13384b22 Updated IRIX dist generation file for IRIX binaries Don BURNS 2005-02-04 03:58:49 +00:00
  • 7b6a48b053 Change unsigned long to unsigned int to avoid 64/32 bit problems. Robert Osfield 2005-02-03 13:10:03 +00:00
  • 7573cc6036 Added Viewport State Attribute to .osg reader/writer Don BURNS 2005-02-02 22:13:07 +00:00
  • b7bd8075de From, Leandro Motta Barros, Doxygen comments. Robert Osfield 2005-02-02 15:08:55 +00:00
  • ae0f93010f Added support for modulating alpha values Robert Osfield 2005-02-01 22:36:05 +00:00
  • c9520e5d5f Removed debugging messages. Robert Osfield 2005-02-01 15:03:14 +00:00
  • 72ff1737f4 Added 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
  • e668acce27 Added support for internalTextureMode Robert Osfield 2005-02-01 10:38:08 +00:00
  • 1cc89ba4fe Added conversion of dataType to GL_UNSIGNED in raw data reading path. Robert Osfield 2005-02-01 09:38:07 +00:00
  • a927d924e1 Added code for rescaling images. Robert Osfield 2005-02-01 09:02:01 +00:00
  • 7be056275b Added red, green, blue and alpha values. Robert Osfield 2005-02-01 09:00:32 +00:00
  • c3c3ed8519 Added support for 8 parameters. Robert Osfield 2005-02-01 09:00:10 +00:00
  • a7d0155915 Added support for raw image formats Robert Osfield 2005-01-31 20:09:24 +00:00
  • 9a3deb38a7 Removed include of Producer/RenderSurface Robert Osfield 2005-01-28 17:24:47 +00:00
  • 95161cb301 From Tree, removed redundent "inline"s Robert Osfield 2005-01-28 16:09:11 +00:00
  • 203133bb3f Added 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
  • 049d2055a5 Moved the template function into the global namespace. Robert Osfield 2005-01-27 20:26:51 +00:00
  • 9a93d7ae06 Fixes to osg::Image's handling of compressed formats. Robert Osfield 2005-01-27 20:18:49 +00:00
  • 384e647f56 Fixes for Win32 build Robert Osfield 2005-01-27 15:54:10 +00:00
  • 7aa089df26 Added /Zm 200 option to avoid heap problems Robert Osfield 2005-01-27 14:54:33 +00:00
  • 355650ac1d From Nicolas Brodu, new faster osg::Quat::makeRotate(Vec3d,Vec3d) implmentation. Robert Osfield 2005-01-27 14:39:58 +00:00
  • d0f42c9231 From Chris Hanson, minor tweaks to docs on getDescriptions. Robert Osfield 2005-01-27 13:23:46 +00:00
  • 7e75997db0 From Leandro Motta Barros, doxygen comments Robert Osfield 2005-01-27 13:15:21 +00:00
  • 75175ecb48 Changed template<class> instances to template<typename> Robert Osfield 2005-01-27 11:18:33 +00:00
  • 8cc0cdb25c Fixed tabbing. Robert Osfield 2005-01-27 11:16:03 +00:00
  • a086a6d01b Changed Font::setSize to Font::setFontResolution Robert Osfield 2005-01-27 11:10:50 +00:00
  • 67a5a020bf From 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
  • 89236b46fd From Mason Menninger, addition of setTrackballSize() parameter. Robert Osfield 2005-01-22 16:55:48 +00:00
  • 0fd06a93ec From 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
  • c99903497a From Yuzhong Shen, removed repeated statements in Hit operator =. Robert Osfield 2005-01-21 21:00:33 +00:00
  • bcbd5c7786 From Kevin Moiule, rewrote PNM plugin to handle grayscale PNM images. Robert Osfield 2005-01-21 19:33:56 +00:00
  • fd8f62f941 build fix Robert Osfield 2005-01-21 19:31:56 +00:00
  • 3cfcec1198 From Tree, add get methods Robert Osfield 2005-01-21 19:30:35 +00:00
  • 4664920b65 Change dhte CullSettings to be correct to new changes in osgProducer Robert Osfield 2005-01-21 19:28:50 +00:00
  • f7166c4541 Fixed 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
  • 8ac0211b81 From Tugkan Calapoglu, bugfix to prevents reloading already loaded images. Robert Osfield 2005-01-21 19:15:13 +00:00
  • 50a88aa6d4 From 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
  • e41f24ff80 From Fredrick Mammond, fix to 64 bit build. Robert Osfield 2005-01-12 10:32:36 +00:00
  • 728b8c9301 Added 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
  • 341267d898 Tweaked 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
  • 80a6b54ddc From Per Fahlberg, support for 16bit imagery. Robert Osfield 2005-01-07 20:36:04 +00:00
  • 48ef6136f2 From Kevin Moule, fix to memory overwrite error. Robert Osfield 2005-01-07 20:24:36 +00:00
  • 3ff22d526c From Tree, change to naming of plugins when building OSG with Java to avoid conflicts. Robert Osfield 2005-01-07 20:01:06 +00:00
  • 40632c97b0 From Tree, moved GL_ #define's out of osg namespaces Robert Osfield 2005-01-07 19:00:40 +00:00
  • 814300f896 Fixed crash in osgUtl::Simplifier which was due to an dereference of an empty array. Robert Osfield 2005-01-07 14:31:33 +00:00
  • e2132cc62a Cleaned up the types. Robert Osfield 2005-01-05 17:14:38 +00:00
  • c58f56adb6 From Fredric Mammond, fix for build using full extension checked mechansim Robert Osfield 2005-01-05 16:16:52 +00:00
  • 2d6b610865 From Fredric Mammond, addid osgblendequation and osglogicop examples. Robert Osfield 2005-01-03 16:42:27 +00:00
  • fab7c4d715 From Fredric Mammond, added new osg::BlendEquation state attribute wrapping up glBlendEquation. Robert Osfield 2005-01-03 16:39:28 +00:00
  • 4955343c76 From Marco Jez, fixed handling of loading of relative file paths. Robert Osfield 2005-01-03 13:49:35 +00:00
  • 89b8a8a921 Added 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
  • 8c5842115f Added check against ac as extension. Robert Osfield 2005-01-03 11:20:21 +00:00
  • af880c0b80 Changed INST_LOCATION = to INST_LOCATION ?= Don BURNS 2004-12-17 22:31:54 +00:00
  • 3e96112b82 Added 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
  • a0ba625cb0 Property API clean to smooth the task of generating wrappers. Robert Osfield 2004-12-17 01:06:33 +00:00
  • 4383655fcd Provisional 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
  • 901ca9ee5c Added missing files Robert Osfield 2004-12-15 04:49:05 +00:00
  • 88234ea31f Removed redundent cont qualification Robert Osfield 2004-12-14 03:12:18 +00:00
  • d2c235a52b From Fredric Marmond, fix to gcc3.4 build Robert Osfield 2004-12-14 01:38:45 +00:00