f7ad937020Added XML support and slideshow constructor to slideshow3D example, now renamed from the previous osgslideshow.
Robert Osfield
2003-07-22 12:39:40 +00:00
31115ffd2dChanged the Sector classes so they are derive from osg::Object to allow them to be shared objects with the .osg support.
Robert Osfield
2003-07-22 10:33:56 +00:00
eed6ab7d85Added Images/ infront of lz.rgb path.
Robert Osfield
2003-07-22 08:42:14 +00:00
aa8b552ca6From Marco, updates to osgDB and .osg plugin to better handle reading of objects of specified types.
Robert Osfield
2003-07-21 18:36:47 +00:00
40e38a1645Added yield call to database paging main loop.
Robert Osfield
2003-07-21 15:51:43 +00:00
5ff7e4bacbFixed osgDB plugin.
Robert Osfield
2003-07-21 15:26:06 +00:00
7e1fab5bc1Removed old link.
Robert Osfield
2003-07-21 11:54:51 +00:00
2436d45bfcAdded missing DatabasePager.
Robert Osfield
2003-07-21 10:39:07 +00:00
8f04a26cfdAdded -lOpenThreads to the OSX defines.
Robert Osfield
2003-07-21 10:11:34 +00:00
325dc0f6b7Moved DatabasePager into from osgProducer into osgDB. This means that osgDB is now dependant on OpenThreads.
Robert Osfield
2003-07-21 08:19:36 +00:00
029e2aa47fIntegrated OpenThreads and brought dsps up to snuff on Win32
Don BURNS
2003-07-20 00:51:56 +00:00
fdeb8dd132Small bug in instrules
Don BURNS
2003-07-19 17:55:18 +00:00
c0dd856a7bpassing $(MAKE) into instexamplesrc script to shut the religious fanatics on the mailing list up.
Don BURNS
2003-07-19 17:46:45 +00:00
56a13abc05Updated OSG to use OpenThreads. Moved any references to OpenThread to OpenThreads and removed any dependency on Producer threads, Mutexes, etc.
Don BURNS
2003-07-19 00:18:07 +00:00
23fc1900ceFrom Romano Jose Magacho da Silva, added osg:FragmentProgram.
Robert Osfield
2003-07-17 06:43:15 +00:00
1bf874ec1fFrom Ruben, added support for vertex program in .osg loader.
Robert Osfield
2003-07-16 22:26:17 +00:00
2a142c096aAdded setProjectionMatrix*(), setViewMatrix*() and get*() methods to osgUtil::SceneView.
Robert Osfield
2003-07-16 22:15:28 +00:00
a4b29996fdAdded osg::Matrix::getOtho,getFrustum and getLookAt() methods.
Robert Osfield
2003-07-16 20:14:48 +00:00
8e0e9d35d8Rejigged the management of state in the stats and help drawing so that it used StateSet's rather than straight OpenGL calls.
Robert Osfield
2003-07-16 13:17:11 +00:00
a0d0803f1fImprovements to the handling of deletion of OpenGL rendering objets such as display lists and textures object such that they can be deleted according to an available amount of time given to do deletes.
Robert Osfield
2003-07-16 09:52:43 +00:00
82008d5ecdUpdates to the flush rendering objects function calls to allow for managment of amount of time available to do gl delete's. This control is required for constant frame rate applications.
Robert Osfield
2003-07-15 21:19:03 +00:00
0c4a66c85eFixed case of OSGL2_EXPORT define in project file.
Robert Osfield
2003-07-15 20:23:45 +00:00
0fd11b4abdAdded extern + export's to global functions.
Robert Osfield
2003-07-15 18:52:40 +00:00
91cf776969Added missing osg:: infront of Referenced() contructor.
Robert Osfield
2003-07-15 18:19:21 +00:00
47965884e9Moved PROGRAMOBJECT definition into StateAttribute.
Robert Osfield
2003-07-15 16:22:29 +00:00
c8e7f04200Fix for compile oddities on an Octane with old zlib headers hanging around, change is non intrusive.
Robert Osfield
2003-07-15 16:20:50 +00:00
ee2039fa0cAdded osgGL2 to workspace file.
Robert Osfield
2003-07-15 15:49:46 +00:00
1998bdef86Moved osg::Statistics to osgUtil::Statistics and merged addition to it fro Pavel Moloshtan.
Robert Osfield
2003-07-15 13:46:19 +00:00
deb26621c9Changed the SceneView::setModelViewMatrix() methods across to being setViewMatrix(). The old RefMatrix methods for setModelViewMatrix() and setProjectMatrix() have been removed to keep the API as minimal as possible.
Robert Osfield
2003-07-15 11:49:56 +00:00
77c0366cb2From Mike Weiblen's osgGL2 node kit which support the latest OpenGL 2.0 extensions.
Robert Osfield
2003-07-15 10:45:46 +00:00
b2e5e09c28From Bart Gallet, updates to VisualStudo .dsp's to keep things compiling under Windows.
Robert Osfield
2003-07-15 09:39:45 +00:00
953ac782acFrom Gideon May, added
Robert Osfield
2003-07-15 08:17:54 +00:00
fc4b990a7aCompile fixes.
Robert Osfield
2003-07-15 07:53:25 +00:00
ae2712c84bAttempt to fix compile error caused by recent change in osg::Texture.
Robert Osfield
2003-07-14 19:12:22 +00:00
1b9d7d458aAdded support for texture object manager, which provides an automatic mechansim for reusing deleted textures.
Robert Osfield
2003-07-14 14:42:10 +00:00
94d8e72ad3warning fixes for IRIX.
Robert Osfield
2003-07-11 22:05:34 +00:00
c60b5b6522included <sys/types.h> for SGI compilation of Timer header file
Don BURNS
2003-07-11 18:46:56 +00:00
c0953d2855Added dataToMergeList into checks for active subgraphs.
Robert Osfield
2003-07-10 15:23:18 +00:00
606daca904Added default constructor implemention to LOD and PagedLOD.
Robert Osfield
2003-07-10 14:53:07 +00:00
7432eee381Fix to accomodate function name change in osgDB::Registry.
Robert Osfield
2003-07-10 13:48:56 +00:00
5b75d7f525From Michael Gronger, addition of ReaderWriter* Registry::getReaderWriterForExtension(const std::string& ext).
Robert Osfield
2003-07-10 13:35:19 +00:00
fa8b8c6a52From Tree, fixes for text bounding box initialization.
Robert Osfield
2003-07-10 13:18:13 +00:00
9c5f84e99eFrom Eric Sokolosky, insertChild().
Robert Osfield
2003-07-10 13:11:25 +00:00
c5c7a1b2baUpdates to the DatabasePager code to include support for compiling texture objects and display lists before merging loaded subgraphs with the main scene graph.
Robert Osfield
2003-07-10 11:10:39 +00:00
12c7526f87From Bob Kuehne, Fixed typo.
Robert Osfield
2003-07-10 08:05:24 +00:00
3cec328164Fixed typo.
Robert Osfield
2003-07-10 07:51:01 +00:00
809168d5f8Further updates to the DatabasePager.
Robert Osfield
2003-07-09 19:48:04 +00:00
5aa47a77c2Improvements to the DatabasePager and PagedLOD class adding support for deleting expuired children in the database thread.
Robert Osfield
2003-07-09 14:55:39 +00:00
dcbaf59753Added #include <unistd.h> to DatabasePager.cpp.
Robert Osfield
2003-07-09 07:41:53 +00:00
c2eabe1d4bAdded osg::PagedLOD and osgProducer::DatabasePager class, and linked up osgProducer::Viewer to manage the pager.
Robert Osfield
2003-07-08 14:44:00 +00:00
9239173019Tweaked osg::Geometry's VBO code so that it should not call VBO when the extension is not supported.
Robert Osfield
2003-07-07 08:01:09 +00:00
639fc547d5Added missing setUseVertexBufferObject().
Robert Osfield
2003-07-05 19:49:06 +00:00
4c576770fbIntegrated various fixes from users.
Robert Osfield
2003-07-05 19:08:30 +00:00
092c094752Fixed glBindBufferARB to extensions->glBindBuffer()
Don BURNS
2003-07-02 01:56:12 +00:00
71eb715068Added an osg:: infront of the Object() copy constructor call to AttrData.
Robert Osfield
2003-06-30 06:41:42 +00:00
1d73bb8becAdded support for chunking the point data clouds into 10,000 point chunks to better optimize the VBO and AGP needs.
Robert Osfield
2003-06-29 21:53:38 +00:00
b5442ac835Added support for the ARB_vertex_buffer_object into osg::Geometry.
Robert Osfield
2003-06-29 21:41:57 +00:00
4c78da34b2fixed makeinnosetup
Don BURNS
2003-06-28 17:35:17 +00:00
736fbbda8aUpdates to makeinnosetup to work a bit smoother
Don BURNS
2003-06-27 21:41:00 +00:00
6cec821c72Change some wording in help.sh and added makeinnosetup
Don BURNS
2003-06-27 21:01:18 +00:00
a632652507Added #include <TextureRectangle>
Robert Osfield
2003-06-27 14:33:37 +00:00
258ba3d806Added #include<TextureRectangle>
Robert Osfield
2003-06-27 14:33:13 +00:00
8d4ab4668eFrom Tree, updates to osgText and freetype plugin to support are kerning paramter.
Robert Osfield
2003-06-26 16:21:49 +00:00
5bf9be4473Addition of text to default presentation.
Robert Osfield
2003-06-25 22:11:12 +00:00
3f23a430fbFixed from Pavel for the stats in RenderBin.cpp
Robert Osfield
2003-06-25 10:39:11 +00:00
8839cfe8cdUpdated NEWS.
Robert Osfield
2003-06-25 10:30:46 +00:00
aca924113fFrom Julia Oritz Rojas, support for detail textures.
Robert Osfield
2003-06-25 10:12:50 +00:00
46c5eec0d0From Ulrich Hertlein, added support for TextureRectangle to .osg format.
Robert Osfield
2003-06-25 08:58:48 +00:00
277b6cf24aSpotted by Norman Vine - fixed typo in intersect visitor.
Robert Osfield
2003-06-25 08:50:57 +00:00
367750997bTest of cvs.
Robert Osfield
2003-06-25 07:59:59 +00:00
9d6341b620Added TessellationHints.
Robert Osfield
2003-06-25 07:50:19 +00:00
6f85c5f5fdAdded missing file.
Robert Osfield
2003-06-24 22:11:13 +00:00
d70ab592edAdditions since the CVS back up was made.
Robert Osfield
2003-06-24 21:57:13 +00:00
15f88f35b2*** empty log message ***
Don BURNS
2003-06-24 15:40:09 +00:00
5a939f5420Updating 5/27/03 backup with 6/20/03 tarball
Don BURNS
2003-06-24 15:39:59 +00:00
1dce115c91Update of 5/27/03 backup with 6/20/03 tarball
Don BURNS
2003-06-24 15:36:53 +00:00
65e6d98bb9Converted dos to unix file endings.
Robert Osfield
2003-05-27 17:04:01 +00:00
b444cc1ab3Added support for scaling the projection in vertical and horizontal split stereo modes.
Robert Osfield
2003-05-27 11:03:49 +00:00
4a804ebf32Reverted recent changes so the set(Matrix&) method.
Robert Osfield
2003-05-27 11:02:45 +00:00
b17d2abc87Adjustments to the horizontal and vertical split stereo code for better handling of aspect ratio.
Robert Osfield
2003-05-26 15:00:38 +00:00
a12fd61266Added missing std::
Robert Osfield
2003-05-26 11:02:42 +00:00
f8ba149e19Added 3dc plugin for reading Arias 3D point clouds.
Robert Osfield
2003-05-26 10:05:52 +00:00
9ab1c960b6Moved the GL_TEXTURE_COMPRESSED_IMAGE_SIZE_ARB into its own #ifndef block to help with OSX support.
Robert Osfield
2003-05-26 09:29:59 +00:00
7b657aed3aAdding support using istream and ostream with the reader writers.
Robert Osfield
2003-05-26 09:27:16 +00:00
063de79eb9Added mention of DYLD_BIND_AT_LAUNCH to OSX docs.
Robert Osfield
2003-05-25 21:06:23 +00:00
289ae01420From Geoff Michel, conversion from GeoSet to Geometry.
Robert Osfield
2003-05-25 16:08:57 +00:00
087944d343Removed export macro.
Robert Osfield
2003-05-24 14:42:00 +00:00
5bfaf54292Added missing std::
Robert Osfield
2003-05-24 14:26:20 +00:00
5408077c3bAdded ive reader/writer - from Rune Schmidt Jensen/Michael Gronager
Robert Osfield
2003-05-23 19:51:12 +00:00
efa16a34c5Fixes to the Optimizer's handling of merging of osg::Geometry
Robert Osfield
2003-05-22 15:29:20 +00:00
23569ac5dbRemoved occurances of SG_EXPORT.
Robert Osfield
2003-05-22 14:02:10 +00:00
058e4939fcConvert Performer plugin across to generate osg::Geometry directly.
Robert Osfield
2003-05-22 11:09:28 +00:00
0bdf550488Added syntax highlighting for VisualStudio7.1 from Joseph Steel.
Robert Osfield
2003-05-22 08:40:53 +00:00
fb55f6ffbcImproved the handling of scaled matrices in the Quat::set(Matrix&) method.
Robert Osfield
2003-05-21 21:32:56 +00:00
72b86dee82Removed the _state.reset() call as it was doing OpenGL calls outside of the thread with the graphics context.
Robert Osfield
2003-05-21 16:33:53 +00:00
80baa19ff3Added GeoSet to osgconv.
Robert Osfield
2003-05-21 14:34:12 +00:00
4a6bdad3e1Removed osg::GeoSet for core osg lib and osgPlugin.
Robert Osfield
2003-05-21 12:15:45 +00:00
fcbbf12b75Added usage of the InputRectangle into setting up of the EventAdapter.
Robert Osfield
2003-05-20 20:45:10 +00:00
eb3169634aRemoved spurious editing file.
Robert Osfield
2003-05-20 19:48:07 +00:00
709dafe15bAdded osgtexturerectangle example from Ulrich Hertlein.
Robert Osfield
2003-05-20 14:05:19 +00:00