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
Don BURNS
65fec63389
Fixes for IRIX build
2002-11-22 05:00:43 +00:00
Don BURNS
c735c379af
Fixed std:: prefix and reinitialized variable for gcc 3.2
2002-11-21 20:28:28 +00:00
Robert Osfield
a545f3b48c
Moved the shadow creation code into a seperate CreateShadowedScene header and source,
...
and exposed just the basic createShadowedScene function in the header.
2002-11-21 15:35:51 +00:00
Robert Osfield
3f97d6a44d
Clean up of the shadow texture code...
2002-11-21 14:54:14 +00:00
Robert Osfield
201f753170
Fixed the updating of projection matrix so that is done in eye coordinates.
2002-11-21 13:25:39 +00:00
Robert Osfield
7ca90a3b44
First pass at shadow textures.
2002-11-20 15:51:18 +00:00
Robert Osfield
6c8ef3b7df
Fixed the texture apply method which was broken yesterday, the new code wasn't
...
checking for the validity of _image before doing checks on it. This breaks when
render to texture is used as there is no image to check against...
Added osgshadowtexture demo source. Demos still in development, so don't expect
any shadows yet...
2002-11-20 07:46:25 +00:00
Robert Osfield
e02ae73edc
Added osgSim library which encapulsulates light points.
...
Added osglightpoint demo.
2002-11-19 10:57:40 +00:00
Robert Osfield
6f3e2b681c
Fixed bug in osg::Node::isCullingActive().
...
Rnabled the automatic selection of the animation path if one is specified
on the commandline in sgv.
2002-11-11 08:52:24 +00:00
Robert Osfield
3713bf1ced
*** empty log message ***
2002-11-11 07:20:11 +00:00
Robert Osfield
90b5d81c7a
Minor warning fix.
2002-11-08 12:54:09 +00:00
Robert Osfield
9816a51bc7
Added GL_LIBS to the osgText/Makefile for OSX build.
...
Fixed typo in IntersectVisitor.
Fixed warnings in osgimpsotor demo.
2002-11-08 11:00:16 +00:00
Robert Osfield
5db3229b5f
Updates to Math for OSX build.
...
Added 3dmodelworld.com to the data source directory.
Fixed compile problem under VC6.0 in osgimpostor.
2002-11-08 10:25:08 +00:00
Robert Osfield
a0d2808b92
Removed the usage report from sgv when it fails to load a file.
2002-11-08 08:45:30 +00:00
Robert Osfield
cb6c0b2251
Commented out the selection of the animation path manipulator since it
...
was somehow disabling culling?!?
2002-11-07 15:45:01 +00:00
Robert Osfield
ba62fe4e48
Titled the view in osganimate and added the title into osgimpostor.
2002-11-07 15:13:32 +00:00
Robert Osfield
93f3378b86
Intergrated Martin Kada's impostor test program with the old test
...
program.
2002-11-07 14:13:51 +00:00
Robert Osfield
71bea99ba2
Added Geoff Michel's new osggeomdemo program which allows control of
...
geo models via the mouse.
2002-11-07 13:56:12 +00:00
Robert Osfield
3bd400130c
Name change and const change of Drawable::drawImmediateMode(State&) to
...
Drawable::drawImplementation(State&) const. Various updates to the
rest of the OSG to accomodate this.
2002-11-06 15:43:11 +00:00
Robert Osfield
26875c965d
Renamed ProceduralGeometry to ShapeDrawable to better reflect its current
...
purpose.
2002-11-06 10:46:34 +00:00
Robert Osfield
5eb65f65cc
Added support for recording camera animation paths in osgGLUT::Viewer, and fixed
...
the osgGA::AnimationPathManipulator to handle it.
Added a new Drawable::ConstAttributeFunctor and make the accept(PrimitiveFunctor)
be a const method so can disallows modification. Added Drawable::supports(...) methods
for each of the AttributeFunctor, ConstAttributeFunctor and PrimitiveFunctor so
that programs can querry whether it is possible to use functors with that object type.
2002-11-06 10:24:33 +00:00
Robert Osfield
e999f5ad0f
Added std:: in front of string.
2002-11-04 10:37:11 +00:00