Robert Osfield
0bee7dd3d9
Renamed osgsequence.cpp to osgsequence.dsp, as it was clearly a typo...
2002-08-07 10:10:33 +00:00
Robert Osfield
6a04fc3dee
Integrated Ulrich Hertlien's osg::Sequence node, and osgsequence demo, and
...
support for osg::Sequence in the pfb loader.
2002-08-03 18:11:21 +00:00
Robert Osfield
442b266f2e
Added the beginings of an osglight demo.
2002-07-16 15:12:36 +00:00
Robert Osfield
02f0995ef3
Renamed the hangglide demo osghangglide to make it consistent with the rest
...
of the demos.
2002-07-15 10:43:32 +00:00
Robert Osfield
8219a0a63a
Added support for multitexturing to osg::State and added osgmultitexture
...
demo which adds as spherical environment map using texture 1 to any model.
2002-07-11 16:12:24 +00:00
Robert Osfield
b3ac26f3dc
Updates to osgprerender to support use of rendering to an image, rather then
...
just a texture.
2002-07-10 13:33:25 +00:00
Robert Osfield
7f56ceaea1
Rejigged the line endings.
2002-07-10 11:26:48 +00:00
Robert Osfield
3ab727713d
Added new demo osgprerender to demonstrate how to prerender a scene and use
...
the result in the main rendering for special effects.
2002-07-09 13:17:42 +00:00
Robert Osfield
2baeea6cae
Added winsock32 libs to osgcluster demo.
2002-07-07 22:08:27 +00:00
Robert Osfield
eb361bc047
Rehashed the osgcluster project file to see if it solves the failure under
...
windows.
2002-07-07 20:16:30 +00:00
Robert Osfield
4696d319e5
Did a to_dos on osgcluster.dsp since it was original saved with unix file endings.
2002-07-07 17:30:48 +00:00
Robert Osfield
9787641512
Added VisualStudio files for Win32 port of osgcluster demo.
2002-07-04 18:47:33 +00:00
Robert Osfield
bbc129e5c6
Compile Fixes for Win32.
2002-06-22 15:46:43 +00:00
Robert Osfield
49ab8f4706
Added new osggeometry demo to test the work on the new osg::Geometry Drawable.
2002-06-21 16:45:45 +00:00
Robert Osfield
0a8d0a255f
More more occlusion culling.
2002-06-08 19:58:05 +00:00
Robert Osfield
77aabc5b36
Renamed the osgparticle demo so that it wouldn't clash with the osgParticle library.
2002-06-05 16:00:23 +00:00
Robert Osfield
a0f3d90fce
Updated VisualStudio files for osgParticle.
2002-06-05 13:00:31 +00:00
Robert Osfield
9ba7505d1e
Checked in osgParticle, writtten by Marco Jez.
2002-06-05 12:44:55 +00:00
Robert Osfield
518dd5710a
Did a to_dos on all the VisualStudio project files, and changed them to
...
use the cvs admin -ko and each file to prevent keyword expansion.
2002-06-03 11:16:58 +00:00
Robert Osfield
3fa6401c8f
Changed file endings to dos.
2002-06-03 10:40:53 +00:00
Robert Osfield
ae5e4f848f
Added new osgcallback demo, and updated small API changes to improve the
...
flexiblity of callbacks.
Added beginings of convex planer occlusions culling.
2002-05-28 23:43:22 +00:00
Robert Osfield
29258d6a0b
Removed the usage of memory manager from the debug windows build.
2002-05-22 12:19:09 +00:00
Robert Osfield
ae8076f83b
dded osg::ClipNode class for managing OpenGL clipping planes, and osgclip demo.
2002-05-02 00:14:40 +00:00
Don BURNS
7d8bbfaf50
Testing .dsp and .dsw as binary files
2002-04-26 15:21:22 +00:00
Robert Osfield
5a6a4ab270
Added OSG_USE_MEMORY_MANAGER to Windows debug build
2002-04-23 15:05:14 +00:00
Robert Osfield
2b4008bbbc
Purge on warnings under Linux.
2002-04-16 14:09:46 +00:00
Robert Osfield
55e5a943aa
Fixed error in project w.r.t name of source file.
2002-04-15 14:29:13 +00:00
Robert Osfield
78484867ef
Renamed Demos/osgtext/osgtext.dsp back to Demos/osgtext/osgtextdemo.dsp
2002-04-15 14:21:10 +00:00
Robert Osfield
0222f10d27
Added osghud, a head up display demo.
2002-04-15 11:03:31 +00:00
Robert Osfield
8a5c6d5102
Clean up for VisualStudio build
2002-04-13 22:19:29 +00:00
Robert Osfield
91e9d71963
Futher updates to VisualStudio files, adding osgstereoimage and osgversion in particular.
2002-04-12 13:06:48 +00:00
Robert Osfield
4d90729c33
Renamed the osgtext demo project to reflect the name.
2002-04-12 12:15:07 +00:00
Robert Osfield
4da5d65eca
Added "Demo " and "osgPlugin " infront of all demo and plugin project names to
...
help differentiate them within VisualStudio.
2002-04-12 11:57:20 +00:00
Robert Osfield
51b1b1eb38
Added missing osgstereoimage.dsp
2002-03-25 23:13:30 +00:00
Robert Osfield
5a765ee8a8
Removed osgWX workspace files.
2002-02-14 12:51:38 +00:00
Robert Osfield
9489da427d
Added osgbillboard project files to the VisualStudio workspace.
2002-01-30 15:02:07 +00:00
Robert Osfield
2487861fbc
Have add new osg::CopyOp which replaces last nights osg::Cloner, the new
...
class now combines Cloner and DeepCopy into one class. Cloner and DeepCopy
will be removed in next commit.
Also have added osgcopy app to Demos which shows how the CopyOp have be
subclassed to create users own specific handling of copying.
Have fixed copy constructor problems in GeoSet which fix the deep copy
problem experienced yesterday.
2002-01-29 12:52:04 +00:00
Robert Osfield
9f34ae338c
Added VisualStudio workspace files for new osgscribe demo.
2002-01-26 20:03:07 +00:00
Don BURNS
a42994f876
Appeased poor MS VisualStudio by adding the ^M's to all .dsw and .dsp files.
2001-12-14 15:16:30 +00:00
Robert Osfield
e96a17564f
Updates to the visual studio files for osgText.
2001-10-24 22:29:38 +00:00
Robert Osfield
8e1b1bcfc1
First past integrat of Max Rhiener work on wrapping FTGL to create osgText
...
library and demo.
2001-10-23 19:51:39 +00:00
Robert Osfield
e719569b42
Added OrientationConverter.cpp to the VisualStudio project files for osgconv.
2001-10-14 16:56:03 +00:00
Robert Osfield
ec3388900d
Merged Ben Discoe's clean up of the MSVC files.
2001-10-09 14:18:47 +00:00
Don BURNS
bc739f47a9
And yet more clean up synch with 0.8.42
2001-09-19 21:41:52 +00:00
Don BURNS
e8f256a59d
Added a bunch of files synched with 0.8.42
2001-09-19 21:08:56 +00:00
Don BURNS
70208ebc06
Initial revision
2001-01-10 16:32:10 +00:00