9b30cf2960Added CMake support for txf, osgViewer and osgShadow plugins
Robert Osfield
2007-03-19 14:10:12 +00:00
da64127539Ran dos2unix on CMakeLists.txt files.
Robert Osfield
2007-03-19 13:26:34 +00:00
be3f61c49fFrom Luigi Calori, move to using local CMakeLists.txt files and explicit file lists.
Robert Osfield
2007-03-19 12:30:26 +00:00
74f21c0b0dUpdated wrappers
Robert Osfield
2007-03-19 11:47:49 +00:00
6d49904170From Andreas Goebel, add -lgdi to GNUmakefile
Robert Osfield
2007-03-19 11:35:36 +00:00
c66252ca3aFurther work on TerrainNode
Robert Osfield
2007-03-19 11:25:41 +00:00
32166ca631Build fixes
Robert Osfield
2007-03-19 10:54:39 +00:00
794553700fFurther work on osgterrain example
Robert Osfield
2007-03-19 10:38:44 +00:00
ed9aa1c6bfRemoved now redundent method
Robert Osfield
2007-03-18 11:04:12 +00:00
069adcf555From David Callu, " bug: Lost the functionality to find the real type pointed by a pointer. Ex: a osg::Node pointer point on a osg::Group, if I look for information on the pointer type, the introspection say it is a "osg::Node*". But if I want information on the pointed type, the introspection must return the "osg::Group".
Robert Osfield
2007-03-16 14:28:27 +00:00
72b348ea91Updated wrappers
Robert Osfield
2007-03-16 14:27:30 +00:00
aa28f60357Added WindowData structures to GraphicsWindowX11,Win32 and Carbon to help support GraphicsWindow inheriting their window handles from an external toolkit
Robert Osfield
2007-03-16 13:22:05 +00:00
bfdc645a09From Per Fahlberg, "To get the latest OSG to build under IRIX with the MIPSpro compiler I had to add -LANG:libc_in_namespace_std=OFF to DEF in the makedefs file. The modified file is attached."
Robert Osfield
2007-03-16 10:02:44 +00:00
d4db767ec5From Philip Lowman, added gdi32 entry fro Mingw build
Robert Osfield
2007-03-15 13:17:05 +00:00
7f2586d9dbName fixes
Robert Osfield
2007-03-14 12:59:06 +00:00
2c3ead29faAdded osgterrain example
Robert Osfield
2007-03-14 12:43:29 +00:00
fc02f7f8dcAdded osgterrain to build
Robert Osfield
2007-03-14 12:42:21 +00:00
c000f77502Updated wrappers
Robert Osfield
2007-03-14 12:31:53 +00:00
2fae221f2dAdded class shells for osgTerrain::Locator and osgTerrain::Layer classes
Robert Osfield
2007-03-14 12:00:54 +00:00
c489b0af2cRenamed HeightFieldNode and HeightFieldRenderer to TerrainNode and TerrainTechnique respectively
Robert Osfield
2007-03-14 11:24:04 +00:00
bd1d9e33d5Changed typeid(CullVisitor) check to dynamic_cast
Robert Osfield
2007-03-14 10:02:45 +00:00
6e57b9b646Fixed spacing of message
Robert Osfield
2007-03-13 20:09:21 +00:00
53b9c9da06Added lib64 to search path for OpenThreads
Robert Osfield
2007-03-13 20:06:01 +00:00
b079c9eb3aFrom Mathieu Narache, build fixes for IRIX64
Robert Osfield
2007-03-13 12:25:30 +00:00
386f3a091eFixed gif plugin entry so that it uses GIFLIB_ rather than GIF to match it up to the CMakeModels/FindGIFLIB.cmake entry
Robert Osfield
2007-03-13 11:58:52 +00:00
52371293b0Checked in missing implementation of cleanSceneGraph.
Robert Osfield
2007-03-13 08:18:13 +00:00
ca9c4f7ca5Changed the lib and executable local build so that they all go in bin and lib respectively.
Robert Osfield
2007-03-12 21:23:09 +00:00
e5a9364577Added IF(BUILD_OSG_WRAPPERS) arouind osgintrospection example
Robert Osfield
2007-03-12 21:13:15 +00:00
54127cea20Fixed install paths of wrappers and plugins
Robert Osfield
2007-03-12 12:46:36 +00:00
1d213da760Removed GDAL references
Robert Osfield
2007-03-12 12:14:20 +00:00
e9ad68c926Removed GDAL references
Robert Osfield
2007-03-12 12:13:52 +00:00
6d4f81ba38Cleaned up the ordering of the code component compilation
Robert Osfield
2007-03-12 11:49:10 +00:00
5fdeaeaaa2Fixed osgTerrain CMakeLists.txt so it didn't include DataSet or GDAL references
Robert Osfield
2007-03-12 11:48:35 +00:00
e310198860From Luigi Calori, fixes for building wrappers with lib prefix.
Robert Osfield
2007-03-12 08:32:56 +00:00
f5cf560fe1Renamed the follow plugins to facilitate CMake build
Robert Osfield
2007-03-11 13:23:06 +00:00
cc64468b52Moved introspection build into optional compile section
Robert Osfield
2007-03-11 13:21:48 +00:00
a291537a21Changed the output directory for wrappers to osgPlugins and the name to osgwrapper_ to make it consitent with the previous places used for wrappers.
Robert Osfield
2007-03-11 13:15:15 +00:00
083618cc65Added inheritedWindowData member variable to Traits.
Robert Osfield
2007-03-11 11:48:03 +00:00
4173095f0bFrom Bob Kuehne, fix for AGL build of osgViewer
Robert Osfield
2007-03-10 17:29:32 +00:00
4aeec214c7Updated wrappers
Robert Osfield
2007-03-10 12:27:01 +00:00
fb1c25616bCorrect TransferFunction entry.
Robert Osfield
2007-03-10 11:56:34 +00:00
bff1b51361Added preliminary work on osg::TransferFunction
Robert Osfield
2007-03-10 11:53:31 +00:00
16ba0a2fa1Updated wrappers
Robert Osfield
2007-03-10 11:38:26 +00:00
c39f5f5188From Luigi Calori, CMakeLists.txt support for wrappers
Robert Osfield
2007-03-10 11:38:13 +00:00
0354057deaFrom Luigi Calori, "Here are some fix for building plugin net and installing .lib under lib under WIndows + some setting (commented) coming from previous build setup"
Robert Osfield
2007-03-09 16:25:11 +00:00
34067a3e02From Luigi Calori, improvements to handling of install under Unix
Robert Osfield
2007-03-09 14:54:41 +00:00
6c1b2d29d9Commenting out Matrix_implementation.cpp entry to avoid it being installed.
Robert Osfield
2007-03-09 14:54:01 +00:00
1fd22b8722Added application_ and example_ before application and example projects.
Robert Osfield
2007-03-09 13:47:37 +00:00
d4303ceb73Setting of binary/exe path moved to root CMakeLists.txt
Robert Osfield
2007-03-09 09:08:32 +00:00
5df9754bfcRan dos2unix
Robert Osfield
2007-03-09 09:07:05 +00:00
426afa3e70From Luigi Calori, fixed build of freetype and zlib.
Robert Osfield
2007-03-08 21:19:27 +00:00
59e6b6c82eFrom Lugi Calori, tweaks to macros and addition of CMAKE_INSTALL_PREFIX to FindOpenThreads
Robert Osfield
2007-03-08 15:33:50 +00:00
db6f07f1d6Ran dos2unx of CMakeLists.txt files
Robert Osfield
2007-03-08 15:31:36 +00:00
bf3180018eFrom Luigi Calori, added support macro based build of plugins
Robert Osfield
2007-03-08 15:29:53 +00:00
75810c7335Added application CMakeLists.
Robert Osfield
2007-03-06 12:03:33 +00:00
6a6005caaeFrom Luigi Calori, quick hack to make example compile in source.
Robert Osfield
2007-03-06 12:02:59 +00:00
ebb571473fChanged _pixel_x and _pixel_y to be floats
Robert Osfield
2007-03-06 12:01:55 +00:00
5423add9e2Added support for 4,7,12,16 bit luminance and intensity formats
Robert Osfield
2007-03-06 11:20:39 +00:00
62ac5301c9Updated wrappers
Robert Osfield
2007-03-05 17:46:50 +00:00
579700bedfFrom Mike Wittman, " noticed that some type references of osg::Drawable::AttributeFunctor, osg::Drawable::ConstAttributeFunctor, and osg::StateAttribute::ModeUsage in osg and osgSim were not being properly reflected in osgIntrospection. This appears to be due to Doxygen not handling nested types from superclasses if they're not qualified when referenced in subclasses.
Robert Osfield
2007-03-05 17:34:36 +00:00
71ec26ba62From Luigi Calori, added marco support
Robert Osfield
2007-03-05 13:27:55 +00:00
b428aee852Added missing files
Robert Osfield
2007-03-05 12:11:15 +00:00
ac1106372bAdded missing files
Robert Osfield
2007-03-05 12:09:42 +00:00
f50ed9667aFrom Eric Wing and others, first cut of CMake build support
Robert Osfield
2007-03-04 13:05:33 +00:00
b086f7195fFrom Mike Wittman, updated project to reflect new additions to osgIntrospection
Robert Osfield
2007-03-04 13:04:56 +00:00
0414332390Fixed command line parameter reporting
Robert Osfield
2007-03-04 13:04:12 +00:00
9fa317c550From Mike Wittman, updates to support new protected method support
Robert Osfield
2007-03-04 13:03:47 +00:00
267079e4d8Added proper maths for distortion correction of pufferfish dome.
Robert Osfield
2007-03-02 16:14:44 +00:00
7c54b1b688Changed the index value to 0 of the token vector, wheras original the 1 was used, the later causing a crash when only one token was available. Also clean up #if #else #endif block to help make the code more readable and maintainable. This bug and fix was found by Anders Backman, but final implementation done by Robert Osfield.
Robert Osfield
2007-03-01 13:41:28 +00:00
c505e3d51eFrom David Gurhrie, "Here is the updated txp loader code that we modified before to store some of the material codes in the userdata field. It now takes an option string to enable adding the extra data and doesn't add it by default."
Robert Osfield
2007-03-01 12:10:52 +00:00
9b70538264Updated wrappers
Robert Osfield
2007-03-01 11:58:36 +00:00
6c56383ba9From Mike Wittman, added protected function support
Robert Osfield
2007-03-01 11:54:30 +00:00
e622959393From Jean-Sebastien Guay, fix Windows build by adding space in where previous editing had removed it.
Robert Osfield
2007-03-01 10:43:12 +00:00
d66631bf67Added osgShadow to dependencies of osgdepthshadow example
Robert Osfield
2007-03-01 09:19:36 +00:00
8a04605e01Ran cleanup to fix tabs
Robert Osfield
2007-02-28 12:15:01 +00:00
29c189c9ffAdded support for direction lights to ShadowTexture
Robert Osfield
2007-02-28 11:18:43 +00:00
b65045342eFrom Mihai Radu, Added support for directional lights to ShadowMap
Robert Osfield
2007-02-28 11:12:51 +00:00
96b30c3509Added mention of LODScale in docs
Robert Osfield
2007-02-28 10:10:21 +00:00
459696fdb2From Paul Martz, updated the LOD documentation
Robert Osfield
2007-02-28 10:08:45 +00:00
a59bfdfcedAdded osgTerrain into default build of wrappers
Robert Osfield
2007-02-27 21:31:45 +00:00
7d354b79aaFurther clean up for refernces to osgTerrain/DataSet
Robert Osfield
2007-02-27 21:18:37 +00:00
ca7dcea5d1Removed osgdem as its now part of the VirtualPlanetBuilder project
Robert Osfield
2007-02-27 21:16:23 +00:00
b00cbe5a17Moved include/osgTerrain/DataSet/.cpp, gdal plugin and osgdem out into the VirtualPlaneBuilder project.
Robert Osfield
2007-02-27 21:12:48 +00:00
69e52e6d61Ammend the references to ReentrantMutex and ReadWriteMutex to related to their move to OpenThreads
Robert Osfield
2007-02-27 14:09:25 +00:00
eb4ad4229fMoved osgProducer and osgproducerviewer out into their own repository.
Robert Osfield
2007-02-27 13:16:18 +00:00
6a539c4110Added --label and --subscript options to allow us to create custom logos
Robert Osfield
2007-02-27 11:51:32 +00:00
b55f5c2bd8Fixed auto rotate to screen so that it handles scales in to the parental path
Robert Osfield
2007-02-26 14:36:43 +00:00
7f8f4e331aCompleted changes to osgManipulator to make it more flexible w.r.t viewer usage, and ported osgmanipulator example across of osgViewer
Robert Osfield
2007-02-26 13:01:17 +00:00
42689e83efRemoved ReentrantMutex
Robert Osfield
2007-02-26 11:23:55 +00:00
f43cd7332cFurther work on add serialization support for osgViewer configurations
Robert Osfield
2007-02-25 20:05:23 +00:00
7174192444Added new osgViewer plugin to help with serializing in/out of viewer configurtions
Robert Osfield
2007-02-25 19:59:27 +00:00
1b3eea6549Set propset in .dsp to fix eol to CRLF
Robert Osfield
2007-02-24 19:54:39 +00:00
54f1c8e588Set svn::eol style to CRLF
Robert Osfield
2007-02-24 19:51:21 +00:00
62e247fbd1Added makefile
Robert Osfield
2007-02-24 09:04:27 +00:00
41af073507Used Mike Wittman suggestion from setting CRLF on .dsp files
Robert Osfield
2007-02-23 21:06:17 +00:00
ad3cac84e9Moved Block, ReentrantMutex and ReadWriteMutex into OpenThreads.
Robert Osfield
2007-02-23 16:31:34 +00:00
968a8d1118Updated wrappers
Robert Osfield
2007-02-23 12:14:52 +00:00
96f567eff3Added bool View::Slave::_useMastersSceneData to help manage HUD's and RTT cameras that are embedded in the Viewer's View
Robert Osfield
2007-02-23 11:53:45 +00:00
67a9ac2055Added new --Viewer and --CompositeViewer for implementation of HUDs
Robert Osfield
2007-02-23 11:52:28 +00:00
2d05286dc2Clean up the handling of views without camera manipulators, and cameras that don't allow camera focus
Robert Osfield
2007-02-23 11:51:52 +00:00