Robert Osfield
276ac74196
Updated version numbers for 2.0 release
2007-06-15 10:15:54 +00:00
Robert Osfield
4979a0ac41
Added handling of when mouse delta is too high, indicating a inconsitency in the
...
the events. These changes prevent irratic high speed spinning when releasing the
mouse point in a different screen from when the mouse event started.
2007-06-15 10:12:57 +00:00
Robert Osfield
10235ad0b4
Fixed null pointer derefence bug
2007-06-15 09:29:23 +00:00
Robert Osfield
9c3ae6f3c2
Addded missing namespace
2007-06-15 08:36:35 +00:00
Robert Osfield
f162600d4e
From Martin Lavery, Packaging Update
2007-06-14 22:22:54 +00:00
Robert Osfield
4fce6dee0f
Updated wrappers
2007-06-14 21:03:38 +00:00
Robert Osfield
f61c6262f7
Included shaders directly into source, added support for toggle lighting on/off
2007-06-14 20:58:43 +00:00
Robert Osfield
f61f7f9ebc
From Martin Lavery, Packaging Updates
2007-06-14 20:49:53 +00:00
Robert Osfield
1da05fbf44
From Martin Lavery, Packaging Updates
2007-06-14 20:48:02 +00:00
Robert Osfield
8e511c5268
From Martin Lavery, Install script for the Xcode build
2007-06-14 20:22:52 +00:00
Robert Osfield
97b53024d4
Fixed typo
2007-06-14 19:17:31 +00:00
Robert Osfield
276926523e
From Martin Lavery, Fix to packaging
2007-06-14 16:09:35 +00:00
Robert Osfield
a2ba0749be
From Martin Lavery, addition of Packaging directory
2007-06-14 15:51:02 +00:00
Robert Osfield
60af7de2d3
Updated wrapers, changelog, README and AUTHORS files for 1.9.9 release
2007-06-13 21:15:04 +00:00
Robert Osfield
56a24486cd
Updated wrappers and Version numbers for 1.9.9 release
2007-06-13 21:00:28 +00:00
Robert Osfield
a7612e7908
From Paul Mellis, "Here's an updated README.txt with a few spelling and grammer mistakes
...
fixed. I changed the wording slightly here and there.
Hope you don't mind me fiddling with this one...
"
2007-06-13 20:56:36 +00:00
Robert Osfield
a9287fe824
Added ability to set the keyboard bindings in the RecordaAnimationPathHandler
2007-06-13 20:52:07 +00:00
Robert Osfield
21033536a7
From Jeremy Moles & Robert Osfield, Added support for playback of animation paths using 'Z' key
2007-06-13 20:34:16 +00:00
Robert Osfield
a64dc27595
Added clear()
2007-06-13 19:54:00 +00:00
Robert Osfield
8c727acddc
Added new shader support
2007-06-13 19:53:48 +00:00
Robert Osfield
aab2ed9094
From John Shue, fixed typo in CMakeLists.txt
2007-06-13 19:44:56 +00:00
Robert Osfield
5213856929
Added passing of arugments into viewer constructor
2007-06-13 15:32:17 +00:00
Robert Osfield
fbd1f3031d
Removed SunOS hack as it didn't work..
2007-06-13 14:42:35 +00:00
Robert Osfield
b8f9364cef
Wired up new shaders
2007-06-13 14:05:21 +00:00
Robert Osfield
d2c16c2fa0
Added better handling of 0,0,0 values
2007-06-13 13:41:23 +00:00
Robert Osfield
29be5312a0
Added OSG_SCREEN and OSG_WINDOW env var checking in the Viewer::realize()
2007-06-13 11:09:31 +00:00
Robert Osfield
6f95508df8
Updated wrappers
2007-06-13 10:45:36 +00:00
Robert Osfield
a9a55de053
Added osgViewer::View::setUpViewInWindow(...) method and command line option into
...
osgViewer::Viewer to allow you to specify the window dimentions and screen for
the window on startup.
2007-06-13 10:38:40 +00:00
Robert Osfield
8246a6018d
From Martin Lavery, osgShadow plugin added to Xcode project.
2007-06-13 10:31:32 +00:00
Robert Osfield
1625360b63
Fixed versioning
2007-06-13 10:12:55 +00:00
Robert Osfield
7016db5f26
Removed ParallelSplitShadowMap as its currently a non op.
2007-06-13 09:56:12 +00:00
Robert Osfield
938ab8b59f
Added -lrt in for SunOS build
2007-06-13 08:56:29 +00:00
Robert Osfield
3c4730bdce
Updated wrappers
2007-06-12 19:46:56 +00:00
Robert Osfield
89f30eb6cc
Added StatsHandler
2007-06-12 18:58:32 +00:00
Robert Osfield
ade144ab0a
Refactored the dome correction code to support movie flipping.
2007-06-12 18:56:52 +00:00
Robert Osfield
a7a0e2c4d3
Added Image::g/setOrigin to help movie plugins tell applications that the imagery
...
is not the usual OpenGL BOTTOM_LEFT orientation, but with the origin TOP_LEFT. This
allows geometry setup code to flip the t tex coord to render the movie the correct way up.
2007-06-12 16:55:44 +00:00
Robert Osfield
26eb5672b9
Added in QT4 keyboard event adaption
2007-06-12 15:57:26 +00:00
Robert Osfield
2658819e66
UPdated wrappers
2007-06-12 15:52:13 +00:00
Robert Osfield
64c8e7c2bc
From Stephan Huber, "while porting my own code to the new osgViewer I discover more and more
...
bugs in the Carbon-implementation of GraphicsWindow, so here's another
fix for setWindowDecorationImplementation, now updates the
titlebar-height, and fixes some display-issues when switching the
decoration on/off.
"
2007-06-12 15:38:09 +00:00
Robert Osfield
e01e50c271
Moved the className, libraryName and isSameAs into public.
2007-06-12 15:32:04 +00:00
Robert Osfield
ab347eb34c
Changed _data to _movieData to avoid possible confusion
2007-06-12 14:43:26 +00:00
Robert Osfield
cc0f1cb0fe
From Martin Lavery and Robert Osfield, Updated examples to use a variation of the MIT License
2007-06-12 14:20:16 +00:00
Robert Osfield
ace6ec53d6
From Martin Lavery, fix to Xcode Resources
2007-06-12 11:31:21 +00:00
Robert Osfield
90b8478eb8
From Martin Lavery, Fix of OpenSceneGraph-Data linking
2007-06-12 10:37:12 +00:00
Robert Osfield
bf8cc8c25b
Build fixes for QT4
2007-06-12 10:19:27 +00:00
Robert Osfield
aa970f2a30
Changed the throw dection time to 0.02
2007-06-12 09:55:40 +00:00
Robert Osfield
3eb4c3baa6
Work in progress on perspective view dependant codes
2007-06-12 08:30:41 +00:00
Robert Osfield
f64e8b2a96
Added screen number, and flip support into dome correction codes.
2007-06-12 08:29:32 +00:00
Robert Osfield
c7f5d96caf
From Stephan Huber, "the computation of the windowtitlebar-height was wrong, attached you'll
...
find a fixed version for GraphicsWindowCarbon.cpp
"
2007-06-12 08:28:41 +00:00
Robert Osfield
607ecf17cc
Added support for specifying external overlay file.
2007-06-10 20:46:53 +00:00