Robert Osfield
78800829ed
Refactored the internals of OverlayNode
2007-05-16 14:22:10 +00:00
Robert Osfield
310d6d2fc8
Added code for computing the frustum dimensions in local coords to the overlay node
2007-05-16 11:32:29 +00:00
Robert Osfield
752942addb
From Mathias Froehlich, "This is an other small update for the ac3d loader:
...
- It avoids attaching texture coordinates if there is not texture attached.
- It uses DrawArrayLengths instead of multiple DrawElements."
2007-05-15 19:45:46 +00:00
Robert Osfield
9cfff7fa19
From Blasius Czink, "when creating windows with decorations (titlebar) the mouse position
...
should be adjusted."
2007-05-15 19:32:55 +00:00
Robert Osfield
e8cf7b22ad
From Laurens Voerman, "Attached is a version of src\osgViewer\GraphicsWindowWin32.cpp that
...
allows to render in software. (maybe also in hardware w/o
wglChoosePixelFormatARB)"
2007-05-15 19:25:57 +00:00
Robert Osfield
1e0af35900
Added code to better compute the view frustum that is appropriate for a traversed
...
subgraph.
2007-05-15 17:04:57 +00:00
Robert Osfield
881ba2ed2f
Changed back to use find Qt3 and Qt4 separately to avoid QT error reports
2007-05-15 17:04:24 +00:00
Robert Osfield
6468905e42
From John Kelso, Added support for new Sequence options.
...
From Robert Osfield, updated the above changes to the .ive loader so that the new addition were tested against the IVE version number
2007-05-15 14:55:02 +00:00
Robert Osfield
7b644e6d82
Added -n/--no-overlay option
2007-05-15 14:53:58 +00:00
Robert Osfield
6096af0b99
From Mathieu Marache, "I tried the latest developper release 1.9.4 and found that I hadn't
...
the osgsimpleviewerQt4 example in my Visual studio solutions... After
looking into it it seems that you cannot have both Qt3 and Qt4
enabled. After modifying the root CMakeLists.txt to use :
FIND_PACKAGE(Qt) which should ask you to choose betwwen Qt3 and Qt4
if you have both
instead of :
FIND_PACKAGE(Qt3)
FIND_PACKAGE(Qt4)
I had the project generated. But then due to the way CMake handles Qt4
I had to modify osgsimpleviewerQt4's CMakeLists.txt to have the binary
link with QtOpengl4. "
2007-05-15 11:31:09 +00:00
Robert Osfield
ab4398e440
From Farshid Lashkari, "I made a modification to the setClientActiveTextureUnit and
...
setActiveTextureUnit methods of osg::State so they return false if the
texture unit is outside the range of allowable units for the driver.
Currently, the functions would return true even if the units are
invalid. This would cause the osg::State to become out of sync with
the actual driver state, which can cause some bugs in certain cases.
The change I made would verify that the unit passed to
setClientActiveTextureUnit is below GL_MAX_TEXTURE_COORDS, and the
unit passed to setActiveTextureUnit is below
max(GL_MAX_TEXTURE_COORDS,GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS). I
modeled this behavior from the OpenGL docs for these commands which
can be found here:
http://www.opengl.org/sdk/docs/man/xhtml/glClientActiveTexture.xml
http://www.opengl.org/sdk/docs/man/xhtml/glActiveTexture.xml
"
2007-05-15 11:25:14 +00:00
Robert Osfield
dd1f6982dd
Futher work on new view dependent overlay node
2007-05-15 11:22:25 +00:00
Robert Osfield
e41cd46da8
Set up new view dependent overlay technique control methods
2007-05-14 20:23:10 +00:00
Robert Osfield
55bd6129f4
Added include of GraphicsWindow to fix wrapper build error
2007-05-14 17:01:07 +00:00
Robert Osfield
4d6c08c543
Removed redundent comment '.'
2007-05-14 16:17:16 +00:00
Robert Osfield
51a4de5ec7
Fixed parameter name
2007-05-14 16:16:22 +00:00
Robert Osfield
74e968df76
Clean up comments and rebuilt wrappers.
...
Added extra event handlers to osgsimulator example
2007-05-14 16:14:40 +00:00
Robert Osfield
fac01b5a23
Replaced TARGET_ADD_LIBRARIES to TARGET_EXTERNAL_LIBRARIES for WxWidgets to avoid debug
...
issues
2007-05-14 16:13:33 +00:00
Robert Osfield
52b2548d31
Renamed ViewerEventHandler to ViewerEventHandlers
2007-05-14 15:16:26 +00:00
Robert Osfield
701ea582e5
Renamed the ScreenHandler to WindowSizeHandler, fixed the code style to be conform more
...
to the rest of the OSG, and moved the osgviewer across to using the event handlers
in osgViewer.
2007-05-14 15:07:04 +00:00
Robert Osfield
43549f3df6
From Serge Lages, "Here is a ViewerEventHandler file with a collection of helper handlers for osgViewer.
...
Most of the code is from the osgviewer application, I have took the fullscreen handler and the threading one, and I have just added a fonctionality to be able to change the screen resolution in windowed mode."
2007-05-14 14:41:22 +00:00
Robert Osfield
01083b8aa4
Changed tabs to four spaces
2007-05-14 14:36:03 +00:00
Robert Osfield
2664a576dc
Updated authors file
2007-05-14 09:43:48 +00:00
Robert Osfield
9e60a5d222
Updated wrappers and version numbers for 1.9.4 dev release
2007-05-14 09:33:32 +00:00
Robert Osfield
b97d8c0fe0
Added TerrainNode::init() and s/getTreatBoundariesToValidDataAsDefaultValue flag.
2007-05-13 09:54:51 +00:00
Robert Osfield
91ddcdf531
Added include
2007-05-11 20:16:52 +00:00
Robert Osfield
e7509cda87
Updated wrappers
2007-05-11 19:28:41 +00:00
Robert Osfield
1cb4dfbcb5
Added new areThreadsRunning() method to Viewer and CompositeViewer.
...
Added removeView(View*) method to CompositeViewer
Added stopping/starting of threads in addView/removeView
2007-05-11 19:25:44 +00:00
Robert Osfield
acb2ed177c
Added ValidDataOperator base class and NoDataValue and ValidRange subclasses, and
...
support for it in osgTerrain::Layer and GeometryTechniqnue.
2007-05-11 18:25:06 +00:00
Robert Osfield
e72ec7bb15
From Uwe Woessner, fixed handling of read/draw buffer in vertical interlaced stereo
2007-05-11 13:45:53 +00:00
Robert Osfield
35d4cb509c
UPdated wrappers
2007-05-11 13:43:00 +00:00
Robert Osfield
5e161ff0e0
Fixed CMake support for osgsimpleviewWX
2007-05-11 12:46:38 +00:00
Robert Osfield
2ca67c0916
From Doug McCorkle, removed pfdb from link line
2007-05-11 12:12:55 +00:00
Robert Osfield
925efc9685
From Gian Lorenzetto, osgsimpleviewWX example, CMake support added by Robert Osfield
2007-05-11 09:07:00 +00:00
Robert Osfield
7cf78fa99e
Updated wrappers
2007-05-11 09:05:59 +00:00
Robert Osfield
0fd46ae957
From Brad Colbert, removed inappropriate rewind on non looping code path.
2007-05-11 08:30:20 +00:00
Robert Osfield
4eb8427327
From Michael Hartman, " Here is the MFC_OSG example. It is very basic and the community is welcome to enhance/improve this example. There is one bug documented in the Readme.txt file that I just have not had time to solve. Also, the code is built outside of the OSG environment and uses environment variables to get to the OSG distribution headers and examples. That should be the only change a user needs to make to get the code to compile."
2007-05-11 08:19:46 +00:00
Robert Osfield
8c7b5b5865
Added supoort for transforming layers by an offset and scale
2007-05-10 18:07:54 +00:00
Robert Osfield
c1332f6893
Removed rendundent const
2007-05-10 18:07:15 +00:00
Robert Osfield
3fd26eec28
Added automatic detection of alpha values, switching on blending when alpah!=1.0
2007-05-10 12:49:09 +00:00
Robert Osfield
bd194693dd
Added automatic enabling of blending when alpha value != 1.0 occur in the color
...
or transfer function data.
2007-05-10 12:33:56 +00:00
Robert Osfield
fd07f5cab5
From Daniel Sjolie, build fix for Windows
2007-05-10 11:36:53 +00:00
Robert Osfield
63245f4147
Added getHWND, getHDC and getWGLContext methods
2007-05-10 10:52:35 +00:00
Robert Osfield
c7b9a07758
Added checks against Options to osga plugin to ensure archives are only cached
...
when requested, cleaned up the Registry::openArchiveImplementation function.
2007-05-10 08:20:33 +00:00
Robert Osfield
1d5f76c55d
Commented out debug messages
2007-05-09 13:05:19 +00:00
Robert Osfield
66fe3e18df
Updated wrappers
2007-05-09 12:08:30 +00:00
Robert Osfield
d8ee198735
From John Kelso,
...
"Attached are updates of src/osg/Sequence.spp and include/osg/Sequence.
I've taken _sbegin/_send/_ubegin/_uend and _step our of the include file
and made them local variables in whatever method might need them.
I got rid of the _recalculate method as it was only getting used in
one place.
I also found a cut/paste bug in setMode's START case."
Note from Robert Osfield, Also includes some guards against crashes that was occuring in this new
code when handling empty Sequences.
2007-05-09 11:11:19 +00:00
Robert Osfield
53777aee29
Set default texture size back to 1024x1204
2007-05-09 10:42:56 +00:00
Robert Osfield
2cd6a174d2
Added GL_MAX_TEXTURE_SIZE check and use of OSG_MAX_TEXTURE_SIZE env var to help
...
hint to osgText that the native OpenGL implementation only supports textures up to
a given size.
2007-05-09 10:41:56 +00:00
Robert Osfield
77b4ffcac2
Added use of OSG_MAX_TEXTURE_SIZE for clamping texture sizes.
2007-05-09 10:31:06 +00:00