Robert Osfield
|
4a5eda6522
|
Added GraphicsContext::ResizedCallback and GraphicsContext::resizedImplementation.
Added message on non implementation of GraphicsContext::valid().
Added prelimary GraphicsContext clean up support.
|
2007-01-08 16:20:10 +00:00 |
|
Robert Osfield
|
a3726fba66
|
Added Tessellator
|
2007-01-08 14:12:57 +00:00 |
|
Robert Osfield
|
81449a7625
|
Fixed spelling of Tessellator in comment
|
2007-01-08 13:28:44 +00:00 |
|
Robert Osfield
|
b9f629f0cb
|
From Mathias Fröhlich, txf plugin for reading .txf textured texture files.
|
2007-01-08 12:04:04 +00:00 |
|
Robert Osfield
|
fdc6e675aa
|
Updated wrappers
|
2007-01-08 11:37:09 +00:00 |
|
Robert Osfield
|
02bda82b55
|
From Paul Martz and Robert Osfield, renamed include/osgUtil/Tesselator and associated classes/references to Tessellator etc.
|
2007-01-08 11:23:52 +00:00 |
|
Robert Osfield
|
dfb21cb81a
|
Ported following examples to osgViewer:
osggeodemo
osggeometry
osghud
osgimpostor
osgkeyboard
osglauncher
osglight
osglightpoint
osglogicop
osglogo
osgmovie
osgmultiplecameras
osgmultitexture
osgoccluder
osgparametric
osgparticle
|
2007-01-08 10:00:16 +00:00 |
|
Robert Osfield
|
e041f08b73
|
From Stephan Huber, updated Xcode projects for changes to examples ported over to osgViewer
|
2007-01-07 20:52:10 +00:00 |
|
Robert Osfield
|
574761d479
|
From André Garneau, added export to StatsVisitor
|
2007-01-07 17:29:34 +00:00 |
|
Robert Osfield
|
773fbd1b16
|
Added setThreadSafeRefUnref to LightSource
|
2007-01-07 10:00:50 +00:00 |
|
Robert Osfield
|
19a7ec0f6b
|
Ported osgcopy, osgcubemap, osgdelaunay, osgdepthpartion, osgdistortion, osgfadetext, osgforest and osgfxbrowser to osgViewer
|
2007-01-06 21:35:57 +00:00 |
|
Robert Osfield
|
0cd64c8c4f
|
Added View::setUpViewOnSingleScreen(uint) method to help set up view on
a single full screen window
|
2007-01-06 21:06:35 +00:00 |
|
Robert Osfield
|
983e0c7ecc
|
Add trackball manipulator usage
|
2007-01-05 21:23:37 +00:00 |
|
Robert Osfield
|
fea694a0bf
|
Ported osgcluster to osgViewer.
|
2007-01-05 21:19:01 +00:00 |
|
Robert Osfield
|
ee5adcdae5
|
Fixed genwrapper to add include of osg/Camera.
|
2007-01-05 20:28:35 +00:00 |
|
Robert Osfield
|
2913cb9422
|
Updated wrappers
|
2007-01-05 17:21:35 +00:00 |
|
Robert Osfield
|
9a4209c61b
|
Simplified the nameing of updateTraversal etc methods
|
2007-01-05 16:48:04 +00:00 |
|
Robert Osfield
|
9dc369eec2
|
Cleaned up graphics window setup and added clear graphics window to single window,
multiple camera setup.
|
2007-01-05 16:46:57 +00:00 |
|
Robert Osfield
|
1268d0ce08
|
Ported osgcegui across to osgViewer
|
2007-01-05 16:24:05 +00:00 |
|
Robert Osfield
|
f99be366f6
|
Ported osgcallback to osgViewer
|
2007-01-05 16:19:25 +00:00 |
|
Robert Osfield
|
3d0b511a00
|
Ported osgbluemarble to osgViewer
|
2007-01-05 16:13:43 +00:00 |
|
Robert Osfield
|
0dd473007a
|
Ported osgblendequation across to osgViewer
|
2007-01-05 16:00:28 +00:00 |
|
Robert Osfield
|
a2599c5fb7
|
Ported osgbillboard over to osgViewer
|
2007-01-05 15:54:13 +00:00 |
|
Robert Osfield
|
57e20282de
|
Simplified the osganimate and osgautotransform mains, removing most or all of the argument parser code.
|
2007-01-05 15:52:33 +00:00 |
|
Robert Osfield
|
01c1e07646
|
Fixed aspect ratio.
|
2007-01-05 15:32:21 +00:00 |
|
Robert Osfield
|
d4045a6fef
|
Cleaned up the GraphicsWindow setup
|
2007-01-05 15:30:49 +00:00 |
|
Robert Osfield
|
9fcace0e73
|
Added GraphicsContext support for clearing the graphis context. The clearing
is off by default (ClearMask is 0), but can be switched on when ClearMask is
non zero. GraphicsContext::clear() is called after each swap buffers
|
2007-01-05 15:24:06 +00:00 |
|
Robert Osfield
|
ed3c7ba116
|
Replace osgProducer reference by osgViewer
|
2007-01-05 14:57:20 +00:00 |
|
Robert Osfield
|
411c1fcd25
|
Moved osgautotransform across to osgViewer
|
2007-01-05 14:56:37 +00:00 |
|
Robert Osfield
|
a6cc78a6b6
|
Converted osganimate projects across to osgViewer
|
2007-01-05 14:50:47 +00:00 |
|
Robert Osfield
|
44dab36dff
|
Converted osganimate example to osgViewer
|
2007-01-05 14:48:50 +00:00 |
|
Robert Osfield
|
fc07efa656
|
Added int return type of Viewer::run().
|
2007-01-05 13:16:24 +00:00 |
|
Robert Osfield
|
348fc7bdb3
|
Made the custom window set up a runtime option
|
2007-01-05 13:15:59 +00:00 |
|
Robert Osfield
|
a42633a9ee
|
Tweaked comments
|
2007-01-05 13:06:11 +00:00 |
|
Robert Osfield
|
23ac972d4e
|
Added a workaround for computing the time of an event.
|
2007-01-05 13:01:08 +00:00 |
|
Robert Osfield
|
3d1c971bca
|
Removed commented out checkEvents calls
|
2007-01-05 12:22:24 +00:00 |
|
Robert Osfield
|
552bda4cc5
|
Added Viewer::isRealized() and run() methods to make it easier to
set up and run a viewer, taking care of realized() calls if not already
done, and assigning trackball manipulator if not already assigned.
|
2007-01-05 10:59:23 +00:00 |
|
Robert Osfield
|
9e30014634
|
Removed inappropriate comment about normal orientation.
|
2007-01-05 09:55:04 +00:00 |
|
Robert Osfield
|
1ef899069b
|
Changed compile paths into runtime selected paths using command line parameters
|
2007-01-04 21:58:37 +00:00 |
|
Robert Osfield
|
aebf0de6f2
|
Removed now redundent calls to set up view
|
2007-01-04 21:51:10 +00:00 |
|
Robert Osfield
|
0985a06572
|
Moved the set of GraphicsContext RenderingOperations into Viewer.
|
2007-01-04 21:49:02 +00:00 |
|
Robert Osfield
|
fc061f7b15
|
In Viewer::realize() added default fallback of calling setUpViewAcrossAllScreens()
when no windows have previously been set up.
|
2007-01-04 21:35:11 +00:00 |
|
Robert Osfield
|
1fd2047cf5
|
Added Viewer::setKeySetsDone(int) to allow developers to specify which
key should set done and cause the main loop to exit.
|
2007-01-04 21:28:16 +00:00 |
|
Robert Osfield
|
abdb1741a4
|
Removed the setting of thread safe ref/unref and max number of graphics contexts
as this is now done automatically by osgViewer::Viewer
|
2007-01-04 21:18:44 +00:00 |
|
Robert Osfield
|
cb65524851
|
Changed debug messages to INFO
|
2007-01-04 21:18:03 +00:00 |
|
Robert Osfield
|
733c6e9e62
|
Changed the ReadWriteMutex to use standard OpenThreads::Mutex to fix
crashes in osgcatch.
|
2007-01-04 21:14:29 +00:00 |
|
Robert Osfield
|
9a31b7652e
|
Added mutex to lock of ReentrantMutex
|
2007-01-04 20:50:35 +00:00 |
|
Robert Osfield
|
778fbc78e5
|
Fixed compile warning
|
2007-01-04 20:49:39 +00:00 |
|
Robert Osfield
|
73fffe1800
|
Made Refernced::setThreadSafeReferenceCounting(bool) a virtual then overrode
this in various scene graph classes to ensure that the scene graph gets
updated as well as the objects that the initialial call is made from.
|
2007-01-04 16:49:58 +00:00 |
|
Robert Osfield
|
cce656a19b
|
Fixed warnings
|
2007-01-04 16:48:23 +00:00 |
|