Robert Osfield
|
6b7652b1cb
|
Added single screen option
|
2007-01-23 15:51:43 +00:00 |
|
Robert Osfield
|
fd9c8c5258
|
Added command line help
|
2007-01-23 14:43:07 +00:00 |
|
Robert Osfield
|
6b47ea31b5
|
Added delete selected object using delete and back space key, and added save option
|
2007-01-23 14:10:10 +00:00 |
|
Robert Osfield
|
4dea029608
|
Made two sided stencil the default
|
2007-01-23 13:16:47 +00:00 |
|
Robert Osfield
|
d614262ab7
|
Added stats and range of keyboard mouse handling to osgshadow example
|
2007-01-23 12:10:44 +00:00 |
|
Robert Osfield
|
ccc8a922a6
|
Added osg::StencilTwoSided state attribute to wrap up the stencil_two_sided extension.
Added path in osgShadow work for using StencilTwoSided to accelerate shadow volume rendering.
|
2007-01-18 22:32:18 +00:00 |
|
Robert Osfield
|
19a5682c33
|
Fixed compile warning
|
2007-01-16 21:40:43 +00:00 |
|
Robert Osfield
|
6cf85cb953
|
Cleaned up CompositeViewer interface and added event traversal of views
|
2007-01-16 19:18:32 +00:00 |
|
Robert Osfield
|
b71f613b77
|
Added PickHandler to osgmultiplecameras examples
|
2007-01-16 17:10:15 +00:00 |
|
Robert Osfield
|
91a4b0b71d
|
Reverted the FlightManipulator usage
|
2007-01-16 16:02:08 +00:00 |
|
Robert Osfield
|
1ee2af9f41
|
Further work on CompositeViewer
|
2007-01-16 16:01:01 +00:00 |
|
Robert Osfield
|
c7211f41ec
|
Added extra view combinations too commandline
|
2007-01-16 14:13:00 +00:00 |
|
Robert Osfield
|
0873a8cea0
|
Work on CompositeViewer and related calsses to implement viewers with multiple views
|
2007-01-16 08:56:33 +00:00 |
|
Robert Osfield
|
91968a9bec
|
Improved handling of intersection computations on datasets with multiple cameras
|
2007-01-15 16:09:32 +00:00 |
|
Robert Osfield
|
45822caed4
|
Reverted the experimental shader code
|
2007-01-15 09:14:36 +00:00 |
|
Robert Osfield
|
694b304c00
|
Added Viewer::setEndBarrierPosition method, change Viewer::setKeySetsDone(int) to setKeyEventSetDone(int),
added support for toggling threading model and end barrier position into osgviewer
|
2007-01-12 21:05:39 +00:00 |
|
Robert Osfield
|
f405848380
|
Implement a GraphicsOperation to test extension availability
|
2007-01-12 10:28:36 +00:00 |
|
Robert Osfield
|
4d494c0014
|
Fixed comment
|
2007-01-12 10:28:06 +00:00 |
|
Robert Osfield
|
041482ca46
|
Ported osgmotionblurr across to osgViewer
|
2007-01-11 17:15:04 +00:00 |
|
Robert Osfield
|
9e34e56c70
|
Added stencil buffer setting
|
2007-01-11 16:59:50 +00:00 |
|
Robert Osfield
|
ddba526d54
|
Added #include <iostream>
|
2007-01-11 15:53:32 +00:00 |
|
Robert Osfield
|
190a0bb01a
|
Removed examples:
osgcameragroup
osgsimpleviewerProducer
osgsimplepager
|
2007-01-11 15:48:44 +00:00 |
|
Robert Osfield
|
b121c9686f
|
Ported following examples to osgViewer:
osgteapot
osgtessellate
osgtext
osgtexture1D
osgtexture2D
osgtexture3D
osgtexturerectangle
osgvertexprogram
osgvolume
osgwindows
osgsimple
osgkeyboardmouse
|
2007-01-11 15:19:59 +00:00 |
|
Robert Osfield
|
374f8e30a4
|
Added DisplaySettings support into osgViewer::Viewer
|
2007-01-11 12:06:24 +00:00 |
|
Robert Osfield
|
d6291a0ffc
|
Ported follow examples to osgViewer:
osgshape
osgsimplifier
osgsimulation
osgslice
osgspacewarp
osgspheresegment
osgspotlight
osgstereoimage
|
2007-01-11 11:47:01 +00:00 |
|
Robert Osfield
|
877a32c3eb
|
Ported following examples to osgViewer:
osgshaders
osgshaderterrain
osgshadow
osgshadowtexture
|
2007-01-10 21:05:26 +00:00 |
|
Robert Osfield
|
c4279bd5f1
|
Ported following examples to osgViewer:
osgparticleeffects
osgphotoalbum
osgpick
osgpoints
osgpointsprite
osgprecipitation
osgprerender
osgprerendercubemap
osgreflect
osgscalarbar
osgscribe
osgsequence
osgplanets
|
2007-01-10 13:52:22 +00:00 |
|
Robert Osfield
|
c5082cb85c
|
Added support for vertex ratios into LineSegmentIntersector.
|
2007-01-10 10:40:12 +00:00 |
|
Robert Osfield
|
4d4b342e97
|
Added View::computeIntersections methods
|
2007-01-09 17:35:46 +00:00 |
|
Robert Osfield
|
96b2b93edc
|
Build fixes
|
2007-01-08 22:54:02 +00:00 |
|
Robert Osfield
|
2bf5f56311
|
Tessellator name changes
|
2007-01-08 21:19:33 +00:00 |
|
Robert Osfield
|
16d1c00a3d
|
Changed the return types of makeCurrent to bool, and added a bool GraphicsContext::releaseContext method
along with implementations in osgViewer.
|
2007-01-08 19:29:59 +00:00 |
|
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
|
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
|
19a7ec0f6b
|
Ported osgcopy, osgcubemap, osgdelaunay, osgdepthpartion, osgdistortion, osgfadetext, osgforest and osgfxbrowser to osgViewer
|
2007-01-06 21:35:57 +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
|
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 |
|