Robert Osfield
6cd43acb5a
Made the pre rendering texture using glCopySubImage rather than copy to image
...
and then copy to texture, as the later was no longer working due to
texture->apply ordering.
2003-01-21 16:40:18 +00:00
Robert Osfield
ac5c9a6847
Made a new osgproducer demo based on the new osgProducer::Viewer class.
...
Kept the old camera group version around for future reference.
2003-01-21 13:22:13 +00:00
Robert Osfield
128be070ba
Added new osgProducer::Viewer class for putting together simple producer
...
based viewers very quickly.
2003-01-21 13:14:29 +00:00
Robert Osfield
7633ffce3c
Removed the ReaderWriterFLY demo since it was causing OSX builds to crash when
...
running the osghangglide demo.
2003-01-20 14:07:27 +00:00
Robert Osfield
5cb765ff25
Clean up to the osgproducer demo.
2003-01-20 11:54:34 +00:00
Robert Osfield
f034ca6d74
Fixed osglogo demo so that is correctly set up the colour of the background.
2003-01-20 11:07:41 +00:00
Robert Osfield
c325de6865
Updates to osgProducer, moving the implementation of CameraGroup and
...
SceneHandler into the source directory.
2003-01-20 08:58:32 +00:00
Robert Osfield
762db56a40
Improvements to the osgProducer lib to better handle Producer's normalized
...
coord system.
Addition of ReadCameraConfigFile and WriteCameraConfigFile as a tempory
measure for implementing local a C++ read/write of the Producer::CameraConfig, this
will be removed once these implementations or similar have been moved to Producer.
2003-01-18 22:07:59 +00:00
Robert Osfield
eaaf758910
Added KeyboardMouse::allowContinousMouseMotionUpdate(), but commented out right
...
now as Producer crashes when you use it..
2003-01-17 20:05:41 +00:00
Robert Osfield
619862f8d6
Added osgProducer library to the distribution.
...
Cleaned up the osgproducer demo, and made it work with the new osgProducer lib.
2003-01-17 18:34:35 +00:00
Robert Osfield
f87dc60ddd
Further improvements to the osgproducer demo.
2003-01-17 14:12:46 +00:00
Robert Osfield
63fe1433bb
Integated the trackball manipulator with the osgproducer demo.
2003-01-17 13:34:03 +00:00
Robert Osfield
097030766d
Added ProducerEventCallback class to manager the conversion of producer events
...
into GUIEventAdapter versions.
2003-01-17 11:26:16 +00:00
Robert Osfield
4dd273de70
Added support for ReferenceFrame into osg::LightSource, modified the .osg
...
plugin and cull visitor to account for this change.
2003-01-16 16:37:24 +00:00
Robert Osfield
a0e5b9b007
Added support for frame stamping each frame.
2003-01-16 12:39:15 +00:00
Robert Osfield
cab41ec32d
Updates to clean up the demo.
2003-01-16 12:18:45 +00:00
Robert Osfield
5ad9602673
Updates to the osgproducer demo.
2003-01-15 19:23:16 +00:00
Robert Osfield
afb0ff775d
First cut and a demo which uses Open Producer for windowing.
2003-01-15 15:24:35 +00:00
Robert Osfield
59969be08d
From Daniel Sjölie, updates to the GUIEventAdapter and GLUTEventAdapter to handle
...
key and key down, modifiers and funcion keys.
2003-01-14 14:25:56 +00:00
Robert Osfield
f36bc69c58
Made the more of the OSG's referenced object desctructors protected to ensure
...
that they arn't created on the stack inappropriately.
Split the implemention of Matrix up so that it is a simple no referenced counted
class and can be safefly created on the stack. To support referenced counting a
seperate subclass now exists, this is RefMatrix which inherits from both Matrix and
Object.
2003-01-10 09:25:42 +00:00
Robert Osfield
3ef3666d0f
Added new ARB vertex program state attribute and demo program,
...
sent in my Brede Johansen.
2003-01-04 20:45:53 +00:00
Robert Osfield
060975a05c
Fixed small typo.
2003-01-04 20:44:17 +00:00
Robert Osfield
1317f6feaf
Added usage info in -O option.
2003-01-04 20:43:53 +00:00
Robert Osfield
fe64942c54
Added a AnimationPathCallback which can update both a MatrixTransform and a
...
PositionAttitudeTransform, removed the equivialnt callbacks once found in these
transform classes.
Changed the NodeCallback class so its derived from osg::Object instead of
osg::Referenced to allow it to be saved out in the .osg format.
Added support for Update and Cull callbacks into the .osg file format.
Added support for AnimationPathCallback into the .osg file format.
2003-01-02 20:10:04 +00:00
Robert Osfield
3113fe360b
Tweaked the colours in the logo.
2002-12-20 10:48:22 +00:00
Robert Osfield
20a0cc5445
Renamed the app method update.
2002-12-20 09:43:15 +00:00
Robert Osfield
adf5c91808
Renamed all instance of AppCallback/AppVisitor to UpdateCallback/UpdateVisitor
...
inline with the decision to rename the "app phase" the "update phase".
2002-12-19 15:55:40 +00:00
Robert Osfield
c82927293e
Moved the include/osgTXP back into src/osgPlugins/txp as a seperate include directory is no longer required.
...
Removed the osgtxp demo as it is no longer required.
2002-12-17 16:07:59 +00:00
Robert Osfield
ee3348afc9
Added txp::TerrapageNode to the txp plugin, and implemented the node so that it
...
automatically assign handles the updates of eye points and database merges.
2002-12-17 15:41:05 +00:00
Robert Osfield
8f81cf2ac6
Moved TriangleFunctor from Drawable into its own header file.
2002-12-16 17:00:05 +00:00
Robert Osfield
ddbf2ad8a0
Removed the redundent export symbol.
2002-12-16 16:57:47 +00:00
Robert Osfield
00cc3a1833
Converted the instance of osgNew and osgDelete back to new and delete as part
...
of depecating the include/osg/MemoryManager
2002-12-16 13:40:58 +00:00
Don BURNS
a8ce4e9c0d
Added TrPageViewer.[h,cpp] to Demos/osgtxp (moved from the plugin directory)
...
and modified Makefile accordingly
2002-12-13 20:33:05 +00:00
Robert Osfield
93973c09ad
Turned lighting off for whole of logo.
2002-12-12 11:35:09 +00:00
Robert Osfield
4cc0ffbbf8
Changed the osglogo demo to use arial texured font.
2002-12-12 11:25:25 +00:00
Robert Osfield
449418a8e9
Changed the colour of the text to be the same as the OpenGL logo.
2002-12-12 10:03:05 +00:00
Robert Osfield
75676f026c
Removed redundent std::
2002-12-11 22:39:59 +00:00
Robert Osfield
b8faa9b6f7
Added the afteresher.geo demo to osgtest.bat and debugtests.bat.
...
Converted the osgtxp demo to use straight string comparison instead of case sensitive string
comparion to help cross platform portability.
2002-12-11 16:24:42 +00:00
Robert Osfield
2e3bf33ce6
Removed the duplicate file out from the GEO plugin.
...
Changed the osglogo to reference a jpeg instead of a tiff one.
2002-12-11 14:30:27 +00:00
Robert Osfield
c19a236561
Added code to the path to the executable, adding it into the libary and data
...
file paths.
2002-12-11 14:24:44 +00:00
Robert Osfield
530b85c807
Updates from Geoff Michel to geo loader and demo.
2002-12-10 20:00:56 +00:00
Robert Osfield
d0887b19c1
Updates to the osglogo demo adding colour to the sides of the cube.
2002-12-06 09:20:20 +00:00
Robert Osfield
92d31b132b
Updates to the osglogo demo.
2002-12-05 15:21:25 +00:00
Robert Osfield
a91324e158
Added Brede Johansen's osgpbuffer demo, currently only runs under Windows,
...
requires the equivilant glx support to be added.
2002-12-05 14:30:57 +00:00
Robert Osfield
af400cb5ab
Added first pass at a new logo, this time generated by a osglogo demo.
2002-12-05 12:04:38 +00:00
Robert Osfield
a4404a388d
Fixes for Cywin gcc3.x build in GL and Math headers.
...
Fix for VS build in osgshadowtexture.
2002-12-04 17:34:52 +00:00
Robert Osfield
b9110154c4
Removed the osg:: from the from of the osg::TexGen::apply() call.
2002-12-04 13:26:11 +00:00
Don BURNS
bf0cbf6b10
Modified Files:
...
include/osgTXP/trPagePageManager.h src/Demos/osgtxp/osgtxp.cpp
Added Files:
VisualStudio/Demos/osgtxp/osgtxp.dsp
2002-11-29 22:10:12 +00:00
Robert Osfield
d370227d89
Added comment for future reference about the validity of using delete in
...
the demo code... should really by using ref_ptr<> etc.
2002-11-25 16:57:49 +00:00
Don BURNS
12e922bc3c
Added Paging TerraPage loader and osgTXP library.
2002-11-24 21:36:05 +00:00