Commit Graph

  • 2bed6e60a1 Added comments to support use of Proxy in the .net plugin. Don BURNS 2006-08-11 17:39:10 +00:00
  • a456538e3c Submission by Carlo Camporesi - Added Proxy support to .net loader Don BURNS 2006-08-11 17:34:04 +00:00
  • 0220448af3 Fixed value of FLATTEN_BILLBOARDS enum. Robert Osfield 2006-08-11 16:03:04 +00:00
  • 6b3fbb53f8 Added file search path to ESRI reader. Robert Osfield 2006-08-11 13:06:36 +00:00
  • 306743c903 Fixed bug in Group::setChild relating to the accounting for OccluderNode. Robert Osfield 2006-08-11 12:53:57 +00:00
  • 1e742f1064 Moved the OpenThreads::GetNumberOfProcessors() inside the if (_enableProcessAffinitHint) block to avoid slowing down init of apps that don't require procesor affinity. Robert Osfield 2006-08-11 12:39:42 +00:00
  • d1fe85caf6 Fixed pbuffer usage cross multiple graphics contexts Robert Osfield 2006-08-11 11:05:09 +00:00
  • dd85c271a9 Updated NEWS for rc1 Robert Osfield 2006-08-11 11:04:49 +00:00
  • da46fd5002 Updated AUTHORS file Robert Osfield 2006-08-11 09:50:32 +00:00
  • 956b6ce6f2 Removed osgfbo and osgpbuffer examples Robert Osfield 2006-08-11 09:30:42 +00:00
  • 736d63781e Updated NEWS Robert Osfield 2006-08-11 09:13:04 +00:00
  • 2542c5b65f From Mike Wittman, perl script to assist W64 support. Robert Osfield 2006-08-10 20:50:00 +00:00
  • 11cc3c08cb From Mike Wittman, support for VS 64bit build Robert Osfield 2006-08-10 20:32:51 +00:00
  • 44916d398f Moved all platform specific processor out of osgProducer and into OpenThreads Robert Osfield 2006-08-10 15:53:01 +00:00
  • 0c91825ee6 From Laurens Voerman, " osgPlugins\pfb\ConvertFromPerformer.cpp Robert Osfield 2006-08-10 13:12:47 +00:00
  • a4063335fa From Martijn Kragtwijk, added example text for showing osgText::Text::CharacterSizeMode in action. Robert Osfield 2006-08-10 12:13:02 +00:00
  • 7f6b5008e2 Added write ppn support, use -O ascii to select ascii ppn output, otherwise binary is chosen. Robert Osfield 2006-08-10 11:08:20 +00:00
  • 14f924c2af From Daniel Larimer, "Apple updated their developer tools again and broke the __isnanf and __isnand methods... replacing them with a call to isnan(v) seems to work on both Xcode 2.3 and 2.4" Robert Osfield 2006-08-10 08:45:42 +00:00
  • 91e9679362 Addd a setNodeMaskOverride(0xffffffff) to cope with models that are hiding subgraphs that still need to be accounted for when optimizer. Robert Osfield 2006-08-10 06:43:09 +00:00
  • f6d092957f Commented out the _textBB contribution of outline/backdrops to fix bounding box problem. Robert Osfield 2006-08-10 06:20:28 +00:00
  • 3730d7266d Removed referecens to the deprecate UByte4 Robert Osfield 2006-08-09 13:02:52 +00:00
  • 4e2ce78e35 Added Vec4ub and removed UByte4 Robert Osfield 2006-08-09 12:56:37 +00:00
  • 5e33e13b34 Added nan dectecion and error reporting Robert Osfield 2006-08-09 10:09:11 +00:00
  • bcd4aae4d5 Added TESSELATE_GEOMETRY to Optimizer pass to fix z fighting issues. Robert Osfield 2006-08-08 16:08:06 +00:00
  • c0cd67aa8f Added extra defined(CPU_SET) to try and get round RH8 compile problems. Robert Osfield 2006-08-08 14:57:14 +00:00
  • 081b15c84d Fixed backColor implementation for LightPointAppearancePalette. Robert Osfield 2006-08-08 11:59:53 +00:00
  • 2616174b06 Added support for --affinity command line option for switch on procesor affinity where supported, Robert Osfield 2006-08-08 11:27:36 +00:00
  • f5b680f263 First pass at updating NEWS for the up comming 1.1.1 release Robert Osfield 2006-08-08 11:26:55 +00:00
  • 444f561c14 From Paul Martz, "This change causes the new OpenFlight plugin to behave as the old plugin by returning the database origin latitude/longitude (extracted from the header record) as userData of the top-level scene graph node." Robert Osfield 2006-08-08 11:23:57 +00:00
  • d0d48b0e5a Fixed the positioning of the graphical stats bars so that they don't overlap the stats text Robert Osfield 2006-08-08 10:41:51 +00:00
  • 687bfb40c1 Added preliminary support for process affinity support under Linux. Robert Osfield 2006-08-06 16:49:48 +00:00
  • ebfffd4e58 Removed debugging code. Robert Osfield 2006-08-06 16:42:43 +00:00
  • 7e0a183032 Added fix to code catching error results ReadResult's to first instance of checking the value of ReadResult. Robert Osfield 2006-08-05 20:39:47 +00:00
  • 6c419af79c From Jeremy Moles, refactored by Robert Osfield. Robert Osfield 2006-08-05 20:36:49 +00:00
  • f8490e386a Added code to reproduce Text outline bounding box compute bug. Robert Osfield 2006-08-05 16:57:52 +00:00
  • daf9d64357 Added disable vertex arrays. Robert Osfield 2006-08-05 11:12:47 +00:00
  • d8e3027b2a Added osgcegui example Robert Osfield 2006-08-05 10:16:28 +00:00
  • b832453c10 From Uwe Woessner, implementated by Robert Osfield, Fixed vertex attribute bug, changed _vertexAttribList[unit] -> _vertexAttribList[index] Robert Osfield 2006-08-04 13:17:56 +00:00
  • 43e65c11b1 Added if search for the current databaseRequest in the _fileRequestList to handle cases when the request is moved back in the list, or when the _fileRequestList is cleared by an asyncronous call to DatabasePager::clear(). Robert Osfield 2006-08-03 19:14:52 +00:00
  • 5889052f5a Updated wrappers Robert Osfield 2006-08-03 16:04:43 +00:00
  • 174e3b3dc3 Fixed RenderToTexture bug which occured when the viewport dimensions where different than the texture being written to. Robert Osfield 2006-08-03 15:57:39 +00:00
  • de9ce1e85f Removed debug code Robert Osfield 2006-08-03 14:03:06 +00:00
  • 7ef12b37b5 Changed: Robert Osfield 2006-08-03 13:35:21 +00:00
  • 7b313eef34 Added OSG_TEXT_INCREMENTAL_SUBLOADING ON/OFF env var check to osgText::Font to optional disable the incremental subloading. Robert Osfield 2006-08-03 13:12:14 +00:00
  • 7eb7bbdb84 Updated wrappers Robert Osfield 2006-08-02 21:09:25 +00:00
  • 9e7b07fbcf Reworked the state management within osgText::Text and osgText::Font so that it only applies textures locally rather than whole StateSet. Robert Osfield 2006-08-02 21:05:56 +00:00
  • b81cea3963 Added missing include <osg/TexEnv> Robert Osfield 2006-08-02 21:04:29 +00:00
  • 1fe69a45bc tweaked comment. Robert Osfield 2006-08-02 19:56:36 +00:00
  • 41a4aa1548 Added viewer.cleanup_frame() to all examples. Robert Osfield 2006-08-02 19:55:03 +00:00
  • 0336231321 Moved extension function pointer initilization into a method, and the pointers from being static to be local member variables. This should avoid issues under Windows with multiple graphics contexts have seperate entry points. Robert Osfield 2006-08-02 16:14:17 +00:00
  • 9f15e25451 Added cleanup_frame to prevent crashes on exit. Robert Osfield 2006-08-02 16:12:46 +00:00
  • 4d556c0ec4 Reworked the TextureObjectManager singleton so that it no longer reconstructed itself once deleted, and added checks to against a null manager to prevent calling code crashing. Robert Osfield 2006-08-02 15:41:47 +00:00
  • cdaca0ebdf Fixed crash due on multipipe systems due by moving the local camera update code from the cull into the update traversal. Robert Osfield 2006-08-02 11:36:13 +00:00
  • 553d017fd9 From Daniel Trstenjak, build fixes for Hpux 11.11, Irix 6.5, Solaris 8 and Aix Robert Osfield 2006-08-02 10:43:26 +00:00
  • 91081a0ad7 Fixed doubleButtonPress. Robert Osfield 2006-08-01 13:08:37 +00:00
  • 7d4eb93847 Changed the viewer.setUpViewer(..) from default to just ESCAPE_SETS_DONE. Robert Osfield 2006-08-01 10:27:11 +00:00
  • 5c4446dd5e From Jason Beverage, "I've attached fixes to DataSet that should fix the problems that Maya was seeing yesterday. The issue was that the new interpolation code I submitted didn't use the SourceData's georef, it was assuming that the GDALDataSet had a proper geo-ref. I've made the getInterpolatedValue method a member of SourceData and now it uses the georef the SourceData's georef. Robert Osfield 2006-07-31 20:56:22 +00:00
  • 564ee34f76 Added Matrix*::getRotate()/setRotate(Quat), deprecating Matrix*::get(Quat&), Matrix*::set(Quat&) Robert Osfield 2006-07-31 17:31:21 +00:00
  • 28cf404a25 Tweaked the invert() method to avoid silly OSX warnings. Robert Osfield 2006-07-31 14:49:36 +00:00
  • b1994cc60d Fixed multi-threaded/multi-pipe crash when primitive stats where output in osgProducer::Viewer's stats. Robert Osfield 2006-07-29 16:47:28 +00:00
  • f977d7c606 Updated osgunittests with a matrix invert unit test, and added a conditional calling of invert_4x4 or invert_4x3 depending on the the right hand column of the matrix. Robert Osfield 2006-07-28 13:48:08 +00:00
  • f5b5f7f527 From Jason Beverage, "This patch should fix Gert's problem that he posted on osg-users. I downloaded the sample he posted, reproduced the error, and added an additional check to make sure the GDAL window size was valid. Now his example works fine. Changes made against current CVS. " Robert Osfield 2006-07-27 16:41:22 +00:00
  • a5ea4e0b33 From David Spilling, "Matrix_implementation.cpp modified as requested. I ran a version of it through a local version of osgunittests.cpp and it passes. Robert Osfield 2006-07-27 15:23:50 +00:00
  • c0c5e73ff9 From Michael Polak, double click fixes/additions Robert Osfield 2006-07-27 12:32:40 +00:00
  • cd4a24731a From Eric Wing, add outline to help text to make it easier to read on different coloured backgrounds Robert Osfield 2006-07-27 11:58:55 +00:00
  • 93933e77ee Remove ERSIShape directory. Robert Osfield 2006-07-27 11:25:01 +00:00
  • bb186766a6 From Andreas Ekstrand, "The ESRIShape plugin needs to produce a osgdb_shp.dll rather than a osgdb_ESRI.dll in Windows in order to find the correct library when loading shp files. A new dsp file is attached to this mail. Also, the ERSIShape folder should be deleted." Robert Osfield 2006-07-27 11:22:52 +00:00
  • a0cdf7461c Added #define snprintf _snprintf for Win32 build Robert Osfield 2006-07-27 11:22:01 +00:00
  • 3e8af92da1 From David Spilling, fix to Matrix::get(Quat&) Robert Osfield 2006-07-27 11:14:28 +00:00
  • 032bba78fa From J.P. Delport, added units tests to pick up on erroneous Matrix::get(Quat&) computation. Robert Osfield 2006-07-27 11:13:56 +00:00
  • d9b6d87d5a Cleaned up per context buffers support Robert Osfield 2006-07-26 15:29:26 +00:00
  • 8e1efaed7f Added osgprecipitation to runexamples list. Robert Osfield 2006-07-26 15:19:42 +00:00
  • 9b0b98200f Force SingelThreaded usage due to use of osgParticle. Robert Osfield 2006-07-25 20:43:57 +00:00
  • d728d8335e Fixed auto rotate bug. Robert Osfield 2006-07-25 13:52:10 +00:00
  • ee8e74c4a9 Set release number back to 0 after release Robert Osfield 2006-07-19 21:49:07 +00:00
  • 07875e8f42 Updated ChangedLog and READE for the 1.1 release Robert Osfield 2006-07-19 21:11:16 +00:00
  • 0af758716a For cases where the RenderBin has its own StateSet do a popAllStateSets() to ensure that the state is completely ready for the RenderBin's StateSet to be at the bottom. Robert Osfield 2006-07-19 20:56:24 +00:00
  • dbf1e05a71 UPdated wrappers Robert Osfield 2006-07-19 19:49:28 +00:00
  • 4591c68d95 Fixed error in enum, completely perplexed how the error got in... Robert Osfield 2006-07-19 19:45:32 +00:00
  • f6efd393b5 Fixed HEIGHEST misspelling to HIGHEST Don BURNS 2006-07-19 17:39:45 +00:00
  • 6191c7358d Reverted to LODScale keyboard adjustment Robert Osfield 2006-07-19 15:20:47 +00:00
  • e1f4026cf5 Warning fixes Robert Osfield 2006-07-19 15:10:50 +00:00
  • 782d72484a Warning fix Robert Osfield 2006-07-19 15:07:00 +00:00
  • 377c5710fe Added extra initializes Robert Osfield 2006-07-19 14:46:40 +00:00
  • a95b7fbfae Added dummy initializers to avoid warning Robert Osfield 2006-07-19 14:30:30 +00:00
  • 11e22579d6 Added reset of the event windowSize Robert Osfield 2006-07-19 14:04:16 +00:00
  • b03a772846 Added mutexes to RealizeCallbaks Robert Osfield 2006-07-19 13:02:35 +00:00
  • 4bb4add9b3 Added scene handler init to custom realize callback Robert Osfield 2006-07-19 12:58:45 +00:00
  • f67d10ba0c Moved sync to before the keyboard mouse startThread to try to avoid some threading issue on start up of some apps. Robert Osfield 2006-07-19 12:35:33 +00:00
  • 61b971ddea Fixed handling of back colour. Robert Osfield 2006-07-19 11:25:26 +00:00
  • 5fb3469f77 Changed code creating LightPoint on heap to use the stack. Robert Osfield 2006-07-19 08:39:44 +00:00
  • 4dc27362dd Updated ChangeLog for rc3. Robert Osfield 2006-07-18 21:00:43 +00:00
  • ac0a24347e Add clause to clean up AUTHORS.txt Robert Osfield 2006-07-18 20:59:22 +00:00
  • 882a909df8 Updated wrappers Robert Osfield 2006-07-18 20:53:16 +00:00
  • 1efa9a01d7 Updated wrappers Robert Osfield 2006-07-18 20:51:28 +00:00
  • dfbc9d0441 Moved the moveToRootStateGraph(,) from RenderStage::drawImplemenation() to RenderBin::drawImplementation(); Robert Osfield 2006-07-18 20:17:31 +00:00
  • 97dde14dcf From Eric Wing, fix for VC6 support Robert Osfield 2006-07-18 19:26:54 +00:00
  • f1c2694c17 Updated copyright years. Robert Osfield 2006-07-18 15:21:48 +00:00
  • 56fce04cb4 Added additional command line docs Robert Osfield 2006-07-18 15:11:41 +00:00
  • dcdc2d492d Updated commandline docs Robert Osfield 2006-07-18 13:37:42 +00:00