Don BURNS
|
9a2a13fe34
|
Added conditionals to find OpenThreads include and library directories if
not installed
|
2003-07-23 19:08:42 +00:00 |
|
Robert Osfield
|
52aa73b18a
|
Fixes for Win32 build.
|
2003-07-23 18:32:52 +00:00 |
|
Robert Osfield
|
6a6d430edc
|
Fixed typo of SlideShowContructor.cpp
|
2003-07-23 18:25:04 +00:00 |
|
Robert Osfield
|
a7b7d6cefc
|
Added support for PagedLOD node into .ive format and added support for
Enabled texture object reuse by setting an expiry delay in the TextureObjectManager
of 10 seconds - done for both osgDB::DatabasePager and TXP plugin.
|
2003-07-23 15:52:05 +00:00 |
|
Robert Osfield
|
46680be5eb
|
Added control of auto option into slideshow3D
|
2003-07-23 15:12:52 +00:00 |
|
Robert Osfield
|
b925dcabaa
|
Fixed typo's slideshow3D
|
2003-07-23 15:00:07 +00:00 |
|
Robert Osfield
|
ace3684d6a
|
Fixed blending mode on stats output.
|
2003-07-23 14:59:27 +00:00 |
|
Robert Osfield
|
e95768417c
|
From Gideon May, added support for osgSim into .osg file format.
|
2003-07-23 14:06:32 +00:00 |
|
Robert Osfield
|
0c662e596c
|
Merged changes from Nicklov Trajce and Boris Bralo.
|
2003-07-23 13:34:48 +00:00 |
|
Robert Osfield
|
7b2a0d0b06
|
Updated docs to reflect new data direcory.
|
2003-07-23 12:06:37 +00:00 |
|
Robert Osfield
|
2ce08d8088
|
Warning fixes from Gideon May.
|
2003-07-23 11:45:37 +00:00 |
|
Robert Osfield
|
246a5828de
|
Added slideshow3D.dsp.
|
2003-07-23 11:37:06 +00:00 |
|
Robert Osfield
|
1a630e97de
|
Updated doc++ documentation.
|
2003-07-23 11:27:31 +00:00 |
|
Robert Osfield
|
1fc6d815f9
|
Fixed osgslideshow3D to slideshow3D
|
2003-07-23 10:11:48 +00:00 |
|
Robert Osfield
|
43b2bf3f5d
|
Added slideshow3D to the examples list under VisualStudio.
Partially updated the NEWS.txt.
|
2003-07-23 09:27:09 +00:00 |
|
Robert Osfield
|
cc529aebe0
|
Bumped up version numbers in preperation for the 0.9.5 release.
|
2003-07-23 08:54:29 +00:00 |
|
Robert Osfield
|
871da625ba
|
Made the keyboard mouse callback a ref_ptr<> managed object to fix ref count problem.
|
2003-07-23 08:48:23 +00:00 |
|
Robert Osfield
|
a36d45e68b
|
Added check to allocateImage() so that if the pixel size wouldn't be computed
unless valid _data already existed on the object.
|
2003-07-23 08:18:19 +00:00 |
|
Robert Osfield
|
ee30f2e30c
|
Added support for osg::State::s/getInitialViewMatrix();
Added slideshow3D examples to the runexamples.bat.
Fixed DatabasePager to work with the latest OpenThreads.
|
2003-07-22 21:03:59 +00:00 |
|
Robert Osfield
|
00e7e10a26
|
Updates to the slideshow3D app.
|
2003-07-22 15:35:51 +00:00 |
|
Robert Osfield
|
2bce4dda75
|
Made BlinkSequence subclass from osg::Object.
|
2003-07-22 12:48:31 +00:00 |
|
Robert Osfield
|
f7ad937020
|
Added XML support and slideshow constructor to slideshow3D example, now
renamed from the previous osgslideshow.
|
2003-07-22 12:39:40 +00:00 |
|
Robert Osfield
|
31115ffd2d
|
Changed the Sector classes so they are derive from osg::Object to allow them
to be shared objects with the .osg support.
|
2003-07-22 10:33:56 +00:00 |
|
Robert Osfield
|
eed6ab7d85
|
Added Images/ infront of lz.rgb path.
|
2003-07-22 08:42:14 +00:00 |
|
Robert Osfield
|
aa8b552ca6
|
From Marco, updates to osgDB and .osg plugin to better handle reading of
objects of specified types.
|
2003-07-21 18:36:47 +00:00 |
|
Robert Osfield
|
40e38a1645
|
Added yield call to database paging main loop.
|
2003-07-21 15:51:43 +00:00 |
|
Robert Osfield
|
5ff7e4bacb
|
Fixed osgDB plugin.
|
2003-07-21 15:26:06 +00:00 |
|
Robert Osfield
|
7e1fab5bc1
|
Removed old link.
|
2003-07-21 11:54:51 +00:00 |
|
Robert Osfield
|
2436d45bfc
|
Added missing DatabasePager.
|
2003-07-21 10:39:07 +00:00 |
|
Robert Osfield
|
8f04a26cfd
|
Added -lOpenThreads to the OSX defines.
|
2003-07-21 10:11:34 +00:00 |
|
Robert Osfield
|
325dc0f6b7
|
Moved DatabasePager into from osgProducer into osgDB. This means that osgDB
is now dependant on OpenThreads.
|
2003-07-21 08:19:36 +00:00 |
|
Don BURNS
|
029e2aa47f
|
Integrated OpenThreads and brought dsps up to snuff on Win32
|
2003-07-20 00:51:56 +00:00 |
|
Don BURNS
|
fdeb8dd132
|
Small bug in instrules
|
2003-07-19 17:55:18 +00:00 |
|
Don BURNS
|
c0dd856a7b
|
passing $(MAKE) into instexamplesrc script to shut the religious fanatics
on the mailing list up.
|
2003-07-19 17:46:45 +00:00 |
|
Don BURNS
|
56a13abc05
|
Updated OSG to use OpenThreads. Moved any references to OpenThread to
OpenThreads and removed any dependency on Producer threads, Mutexes, etc.
|
2003-07-19 00:18:07 +00:00 |
|
Robert Osfield
|
23fc1900ce
|
From Romano Jose Magacho da Silva, added osg:FragmentProgram.
From Robert, add .osg support for FragmentProgram.
|
2003-07-17 06:43:15 +00:00 |
|
Robert Osfield
|
1bf874ec1f
|
From Ruben, added support for vertex program in .osg loader.
|
2003-07-16 22:26:17 +00:00 |
|
Robert Osfield
|
2a142c096a
|
Added setProjectionMatrix*(), setViewMatrix*() and get*() methods to osgUtil::SceneView.
|
2003-07-16 22:15:28 +00:00 |
|
Robert Osfield
|
a4b29996fd
|
Added osg::Matrix::getOtho,getFrustum and getLookAt() methods.
Added test for new matrix methods into unit tests example, but these really
should go in their own lib...
|
2003-07-16 20:14:48 +00:00 |
|
Robert Osfield
|
8e0e9d35d8
|
Rejigged the management of state in the stats and help drawing so that it used
StateSet's rather than straight OpenGL calls.
|
2003-07-16 13:17:11 +00:00 |
|
Robert Osfield
|
a0d0803f1f
|
Improvements 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.
|
2003-07-16 09:52:43 +00:00 |
|
Robert Osfield
|
82008d5ecd
|
Updates 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.
|
2003-07-15 21:19:03 +00:00 |
|
Robert Osfield
|
0c4a66c85e
|
Fixed case of OSGL2_EXPORT define in project file.
|
2003-07-15 20:23:45 +00:00 |
|
Robert Osfield
|
0fd11b4abd
|
Added extern + export's to global functions.
|
2003-07-15 18:52:40 +00:00 |
|
Robert Osfield
|
91cf776969
|
Added missing osg:: infront of Referenced() contructor.
|
2003-07-15 18:19:21 +00:00 |
|
Robert Osfield
|
47965884e9
|
Moved PROGRAMOBJECT definition into StateAttribute.
|
2003-07-15 16:22:29 +00:00 |
|
Robert Osfield
|
c8e7f04200
|
Fix for compile oddities on an Octane with old zlib headers hanging around,
change is non intrusive.
|
2003-07-15 16:20:50 +00:00 |
|
Robert Osfield
|
ee2039fa0c
|
Added osgGL2 to workspace file.
|
2003-07-15 15:49:46 +00:00 |
|
Robert Osfield
|
1998bdef86
|
Moved osg::Statistics to osgUtil::Statistics and merged addition to it
fro Pavel Moloshtan.
|
2003-07-15 13:46:19 +00:00 |
|
Robert Osfield
|
deb26621c9
|
Changed 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.
|
2003-07-15 11:49:56 +00:00 |
|