Robert Osfield
37c98c1eaf
Updated the docs on compiling under Windows.
2002-04-23 22:04:04 +00:00
Robert Osfield
5a6a4ab270
Added OSG_USE_MEMORY_MANAGER to Windows debug build
2002-04-23 15:05:14 +00:00
Robert Osfield
3e92c8d2fe
Fixed compilation problem associated wirh moving FileUtils source out into
...
seperate files.
2002-04-23 15:01:55 +00:00
Robert Osfield
96c790b266
Fixed ordering of paramters in osg::Image constructor to remove warning.
2002-04-23 14:58:33 +00:00
Robert Osfield
3668c050da
Seperated out the platform specific implementions of the file search/access
...
routines - we now have FileUtils_Windows.cpp, FileUtils_Mac.cpp and
FileUtils_Unix.cpp. The FileUtils_Mac.cpp is based on code submitted
by Josh Portway and add uses the carbon API for searching for files.
2002-04-23 13:59:01 +00:00
Robert Osfield
79e89193b3
Addtional details on the OpenSceneGraph and support.
2002-04-23 13:12:37 +00:00
Robert Osfield
90112df269
Changed the Windows gauard around so that it only works for VisualStudio
...
and not Cygwin/Mingw.
2002-04-23 11:03:09 +00:00
Robert Osfield
f4f4423fe7
Added a pragma to get round a VisualStudio warning that I couldn't fix
...
in any easy way.
2002-04-23 11:02:09 +00:00
Robert Osfield
2d0df88ee4
Added an imageList.clear() to osgbillboard so that its memory would be
...
cleared before entering the viewer main loop, this removes memorymanager
a reported memory leak due to the viewer using exit() which bypasses
the clean up on main itself.
Added an osgNew to the ReaderWriterRGB.cpp to aid detected of tracking of
memory leaks.
2002-04-23 10:55:45 +00:00
Robert Osfield
2f392b635c
Fixed compile problems under VisualStudio w.r.t the new additions for
...
precompiled mipmaps. Changed std::size_t to unsigned int.
2002-04-23 10:34:20 +00:00
Robert Osfield
a9bf24cf71
Replaced texture compression extension define so that its #ifndef guard used
...
GL_ARB_texture_compression as natured intended.
2002-04-23 09:06:03 +00:00
Robert Osfield
7eb0396711
Updated ChangeLog in preperation for the 0.8.45 release.
2002-04-23 08:40:13 +00:00
Robert Osfield
794029504a
Added to the NEWS file.
2002-04-23 08:34:58 +00:00
Robert Osfield
ac7af8eee5
Fixed warning in swapBytes, simple addded unsigned to the int loop count,
...
since sizeof() is always an unsigned int.
2002-04-23 08:29:39 +00:00
Don BURNS
ecd2c73c55
Impleneted byte swap for use between machines with different endians.
2002-04-22 23:54:13 +00:00
Don BURNS
043016ce1d
Fixed couple of small errors caught by Solaris compiler
2002-04-22 21:45:33 +00:00
Robert Osfield
43abbe311e
A couple of API additions to osg::ClippingVolume, osg::Matrix and osg::Plane
...
sent in by Mike Connell.
2002-04-22 21:18:15 +00:00
Robert Osfield
dcfef4a023
Integrated submission from Boris Bralo:
...
Supported added for precompiled mip maps stored in osg::Image, and read
by osg::Texture.
Updates to TerraPage loader for support of compressed texture images and
precompiled mip maps.
2002-04-22 21:13:33 +00:00
Robert Osfield
8b30a10375
Added code in hangglide to move the earth sky around with the eye point,
...
use osg::Transform::ComputeTransformCallback.
2002-04-22 19:41:33 +00:00
Robert Osfield
56dc083330
Added support for compute the near and far planes and then applying to
...
the current projection matrix into CullVisitor itself. Similar code to
support this has been moved out of SceneView completely.
Added Matrix:: infront of the definition of the static
osg::Matrix::inverse(Matrix) method which was missing.
2002-04-22 14:54:39 +00:00
Robert Osfield
c5a93ab44d
Slight changes to FAQ to make a little more relevant, it really needs
...
a total re-write though.
2002-04-22 09:55:45 +00:00
Robert Osfield
200e93ee77
Added test script which runs all the demos in the OSG to make sure they
...
run ok. User has to verify they are correct visually.
2002-04-22 09:50:32 +00:00
Robert Osfield
f515d67f4f
Cleaned up the handling of the Viewport with osg::SceneView/RenderStage
...
and CullVisitor so that the Viewport is now managed as part as the global
stateset so that it can be pushed and popped like the rest of state without
problems. This makes it easier to have multiple viewports within one
scene graph.
2002-04-22 09:37:17 +00:00
Robert Osfield
4b9473eda9
Fixes the .mlt loading from Ben Discoe.
2002-04-22 09:31:54 +00:00
Robert Osfield
9574ce97d2
Updated TODO list.
...
Converted AnimationPath so it is now subclassed from osg::Transform::ComputeTransfromCallback()
so that it can be directly attached to the scene to move objects about.
Changed the osg::SateSet::setGlobalDefaults() so that is sets GL_DEPTH_TEST
to ON.
Added guards and creation of default helper classes in osgGLUT::Viewer and
osgUtil::SceneView so that sensible defaults are used when no settings
are used of osg::State/StateSet,osgUtil::RenderStage/RenderGraph/CullVisitor.
2002-04-21 22:05:26 +00:00
Robert Osfield
a0cb66ed78
A second try at commit these updates to docs.
2002-04-21 21:53:03 +00:00
Robert Osfield
bb505e3712
Fixes to spelling mistakes in NEWS file.
2002-04-21 10:12:15 +00:00
Robert Osfield
3d3534dda9
Updated Versions, and NEWS file to reflect impending release of 0.8.45.
2002-04-21 10:11:03 +00:00
Robert Osfield
812d7d3ead
Updates to docs.
2002-04-21 09:51:59 +00:00
Robert Osfield
39f9be3402
Updated the docs.
2002-04-20 20:35:02 +00:00
Robert Osfield
a2325b71e4
Reorginising the docs so that data source, dependencies and installation
...
istrucions sit in the doc directory as html files.
2002-04-20 15:49:28 +00:00
Robert Osfield
e3958790a2
Changed the implementation of osg::Quat::makeRotate(heading,pitch,roll) so that
...
it conforms to the OpenFlight convention of euler angles. Added documentation
into Matrix and Quat to reflect this.
Added so test code to osgcube for stress testing memory allocation and deallocation.
Commented out the registering of app and cull callbacks in osghud.
2002-04-19 19:55:48 +00:00
Robert Osfield
1131be56dc
Fixes for Max OSX build from Bob Kuehne.
2002-04-19 16:22:25 +00:00
Robert Osfield
b7d1036bb2
updated the introduction.html, still not complete but getting there. No edited
...
for typo's yet :-)
2002-04-19 16:21:18 +00:00
Don BURNS
c5f26d78f6
Fixed an assignment that should have been a test
2002-04-19 16:00:15 +00:00
Don BURNS
4624514924
Updated some files sent by Boris Bralo for the txp loader.
2002-04-19 15:34:40 +00:00
Don BURNS
33b4a4cb5f
Fixed small typo in src/osgUtil/RenderStage.cpp
2002-04-19 15:02:34 +00:00
Don BURNS
0a2e5565ac
Added Bob K's fix
2002-04-19 15:00:57 +00:00
Don BURNS
c6254d5f87
Fixed small typo in SceneView::setDefaults().
2002-04-18 23:30:06 +00:00
Robert Osfield
da34f99d85
Added introduction html file.
2002-04-18 21:29:31 +00:00
Robert Osfield
904371fec6
Updated stereo documentation to include details about horizontal and vertical
...
split stereo.
2002-04-18 16:40:17 +00:00
Don BURNS
d7e6bb70c5
Changed make makeosx to make
2002-04-18 16:08:36 +00:00
Don BURNS
7f30ad780b
changed LIBEXT to LIB_EXT for Darwin
2002-04-18 15:37:26 +00:00
Don BURNS
bef8dbbef3
Added -lXi to the Linux X_LIBS
2002-04-18 15:16:59 +00:00
Robert Osfield
4b5e4904ac
Fixed VisualStudio .NET warnings in TXP plugin.
2002-04-18 10:38:58 +00:00
Robert Osfield
ab64566b61
Fixed memory leak in FTGL associated with the function of gluTesselate.
...
Fixed a warnings in the DW plugin.
2002-04-18 09:57:42 +00:00
Robert Osfield
791150ab69
Warning fixes for VisualStudio
2002-04-17 20:04:41 +00:00
Robert Osfield
eac6a3b873
Fixed type in location of redhat glu patch.
2002-04-17 14:18:20 +00:00
Robert Osfield
5830c60cef
Fixes for warnings under VisualStudio
2002-04-17 11:36:38 +00:00
Robert Osfield
7504312839
Added a gset->computeNumVertices() which was missing, this was causing models
...
to disappear after application of tri stripping.
2002-04-17 11:29:49 +00:00