Robert Osfield
f543d69881
Improved the handling of Producer's no dimensional mouse coords.
2003-04-14 13:23:12 +00:00
Robert Osfield
3df0401007
Addd new computeLocalToWorld(NodePath) etc methods.
2003-04-14 13:22:21 +00:00
Robert Osfield
a202cfa4f3
Changed push back to a += to try and fix compile on hopeless OSX g++ version.
2003-04-14 08:16:55 +00:00
Robert Osfield
02390585c6
Updated dependancies with link to Producer web page.
2003-04-13 14:12:03 +00:00
Robert Osfield
026dc2cbb7
Added Geoff Michel's osgpick and osgUtil::PickVisitor code.
2003-04-13 13:26:41 +00:00
Robert Osfield
5ecc25540c
From Michael Gronager, changed apply(Sequence) to cast to an Group rather than
...
a Switch which was a bug.
2003-04-13 12:02:29 +00:00
Robert Osfield
d43452fa7b
Removed references to glut32.lib.
2003-04-12 10:24:16 +00:00
Robert Osfield
1a943c69ba
Convertex a std::copy() into a for loop to get round compile problems under
...
OSX.
2003-04-11 18:57:35 +00:00
Robert Osfield
02c0133203
Clean of doc++ directories.
2003-04-11 15:34:56 +00:00
Robert Osfield
0c9b652f31
Changed the uint arrays to GLuint to keep OSX build compiling.
2003-04-11 15:33:40 +00:00
Robert Osfield
9d28cf2e8f
Fixes to documentions to refelect the move from osgGLUT to osgProducer.
2003-04-11 10:37:31 +00:00
Robert Osfield
c2a9234cc5
Updated the version numbers to 0.9.4
2003-04-11 10:04:53 +00:00
Robert Osfield
83fb3f40c9
Added afterescher back into the example list in runexamples.bat.
...
Added osgSim and osgText into the geo/GNUmakefile LIBS.
2003-04-11 10:00:56 +00:00
Robert Osfield
50d1fcfea2
From Romano, added support in osg::VertexProgram for deleting the flushed
...
vertex programs.
2003-04-11 09:54:27 +00:00
Robert Osfield
086a322d26
Added guards around Geo plugin to prevent it from being built under
...
OSX, Solaris and IRIX as it breaks the OSX build and doesn't handle
Endian issues.
2003-04-11 07:18:13 +00:00
Robert Osfield
8350eda616
Added std:: infront of cout instances.
2003-04-11 06:50:15 +00:00
Robert Osfield
aaa761e333
Added tests for presense of extensions to osgcubemap, osgvertexproram and
...
osgmultitexture examples.
Added osg::VertexProgram::Extensions class to better handle multiple graphics
context vertex program extensions.
2003-04-10 19:32:32 +00:00
Robert Osfield
52d2d8eaff
Moved the osgcameragroup example across to being just based on
...
osgProducer::OsgCameraGroup with no usage of osgGA manipulators.
Removed redundent files from osgProducer.
2003-04-10 15:23:49 +00:00
Robert Osfield
8b03d59be3
Added support for modifying the osg::Texture*:Extensions stuctures.
...
Added an example modifying osg::Texture::Extensions to osgtext. Optionally
compiled out by default.
2003-04-10 13:41:45 +00:00
Robert Osfield
bc4fd5b051
Added usage of Producer::CameraGroup::isValidForRendering() to the Viewer::done()
...
implemention so apps automatically close if one of the windows is killed.
2003-04-10 12:55:48 +00:00
Robert Osfield
22546b8085
Added support for multiple graphics context to osg::VertexProgram and osg::Impostor
2003-04-10 12:11:40 +00:00
Robert Osfield
0dd724e8b7
Changed the '-c' commandline option to '-m' to avoid overlapp with -c
...
used for config files.
2003-04-10 10:21:20 +00:00
Robert Osfield
5c88b5ff8b
Fix to the CameraGroup::setViewByMarix usage.
2003-04-10 10:16:39 +00:00
Robert Osfield
e1e54570cb
Fixed Viewer and OsgCameraGroup classes so that work properly with the
...
Prodicer::setViewByMatrix calls.
2003-04-10 10:02:24 +00:00
Robert Osfield
0a68608bc4
From Brede, added
...
if (cv->getComputeNearFarMode() != osgUtil::CullVisitor::DO_NOT_COMPUTE_NEAR_FAR)
to protect
cv->updateCalculatedNearFar(matrix,_bbox);
call to avoid inapporpriate near/far warnings.
2003-04-10 08:25:30 +00:00
Robert Osfield
2166f9b701
Fixes to the Impostor implementation.
2003-04-09 21:53:09 +00:00
Robert Osfield
3dc180f3fd
From Romano, ' ' now sets pause to false.
2003-04-09 13:29:12 +00:00
Robert Osfield
eb995684fb
Added using namespace std;
2003-04-09 11:45:41 +00:00
Robert Osfield
2e87dcd804
Added desciptions to all the demos.
2003-04-09 11:44:32 +00:00
Robert Osfield
38cccb696b
Added environmental variable usage to OsgCameraGroup.
2003-04-09 10:51:13 +00:00
Robert Osfield
692283100c
Added support for osg::Node::get/setNodeMask() into .osg format.
2003-04-09 10:30:24 +00:00
Robert Osfield
ca4b558994
Made the AnimationPathManipulator::home() reset the timming of the
...
animation path so that the timing always starts at the begining of the loop.
2003-04-09 10:26:50 +00:00
Robert Osfield
2c030170ff
Added a setting of OsgCameraGroup::_applicateUsage to
...
ApplicationUsage::instance() by default.
2003-04-09 10:13:07 +00:00
Robert Osfield
2061b1bdd3
Fixed warning.
2003-04-09 10:11:56 +00:00
Robert Osfield
e377424752
Added fallback in RenderBin::createRenderBin(const std::string& binName) which
...
return a new RenderBin when the no prototype is found with className of binName.
2003-04-09 10:10:57 +00:00
Robert Osfield
b02917e7a2
Fixed type of osg::ApplicationUsage::set/getApplictionName(), updated
...
demos accordingly.
Made OsgCameraGroup set the _applicationUsage to the
osg::ApplicationUsage::instance() when no ArgumentParser is supplied.
Added export to osgProducer::ViewerEventAdapter.
2003-04-09 08:20:08 +00:00
Robert Osfield
1e689ae57a
Added support for key modifiers to osgProducer::EventAdapter.
2003-04-08 20:39:47 +00:00
Robert Osfield
c3fd384eb1
From Romano José Magacho da Silva, added 'p' toggle to animation path
...
manipulator to allow animations to be paused and resumed.
Added frame rate stats which are output on each repetition of the path.
2003-04-08 20:06:37 +00:00
Robert Osfield
06e773cefb
Fixed warning.
2003-04-08 20:05:00 +00:00
Robert Osfield
8a3d731739
Added support for Viewer::setViewer::setView so that the internal old
...
style osg::Camera and camera manipulators are updated correctly.
2003-04-08 15:47:45 +00:00
Robert Osfield
e928bca4c9
Changed the Viewer::realize() calls across to not using the threading paramter
...
leaving it up to the Viewer to specify the mode (which by default is MultiThreaded).
Added a check for the presence of osgParticle systems so that threading is
disabled in this case.
2003-04-08 15:18:45 +00:00
Robert Osfield
afef5ad2fa
Set the static mouse position values in osgProducer::EventAdater to the same
...
value as warp pointer to ensure that the now roll is encountered on warping
of the pointer.
2003-04-08 13:53:28 +00:00
Robert Osfield
5f8411ac5c
Changed the KeySwichCameraManipulator::setNode() so it set all camera's
...
attached to it.
2003-04-08 13:10:47 +00:00
Robert Osfield
cbd0fad400
Convert dsp's to use dos endings.
2003-04-08 10:59:08 +00:00
Robert Osfield
4fd2352afa
Cleaned up some warnings and added :
...
LINKARGS += -Wl,multiply_defined -Wl,suppress
To GNUmakefile for the OSX build.
2003-04-08 10:17:44 +00:00
Robert Osfield
0d45181aff
Removed the output of command line usage when no arguments are passed since
...
this example doens't need paramters.
2003-04-08 09:48:02 +00:00
Robert Osfield
6f859366e9
Added Producer to the dependcies in osgwindows.
2003-04-08 09:44:21 +00:00
Robert Osfield
559f5f93e5
Added an osg::absolute template function into osg/Math.
2003-04-08 09:42:03 +00:00
Robert Osfield
18ab95a294
Added support for snaping screen images from osgProducer::Viewer apps.
2003-04-07 19:19:01 +00:00
Robert Osfield
e04b36b467
Fixes to dds plugin from Rune.
2003-04-07 15:11:29 +00:00