Commit Graph

  • 6a22af590a Fixed warnings. Robert Osfield 2005-04-17 19:10:32 +00:00
  • 000e5f8d10 Changed the animation on default to false, so things only move if you ask them to. Robert Osfield 2005-04-17 11:35:26 +00:00
  • 6017b810eb From Marco Jez, osgWrappers updates to latest changes in core osg. Robert Osfield 2005-04-17 11:30:33 +00:00
  • 88e8477cbf Moved istream/ostream includes out of Vec3f, and reimpleted osg::Matrix*::compare. Robert Osfield 2005-04-17 10:41:23 +00:00
  • 62994ac4a2 From Tony Horrobin, fix for VS6.0 Robert Osfield 2005-04-17 09:41:48 +00:00
  • 8bf4a98a91 From Marco Jez, added operator >> for Plane and Quat to io_utils, and added OSG_EXPORT to PerContextProgram. Robert Osfield 2005-04-16 17:44:11 +00:00
  • 20f26ee011 Fixed wrapping of text string to allow internal "" strings Robert Osfield 2005-04-16 10:18:56 +00:00
  • 1525a00e1f From Mike Weiblen,added debug info to osg::Program and changed shader uniform names to avoid conflict with built in functions Robert Osfield 2005-04-16 10:11:18 +00:00
  • a676f67337 CHanged line 101 in PageLOD.cpp to read if ( in->getVersion() >= VERSION_0006 ) { setDatabasePath(in->readString()); } Don BURNS 2005-04-16 04:00:18 +00:00
  • f4be038d46 Moved Plane and Quat << operators into the io_utils headers Robert Osfield 2005-04-15 20:59:24 +00:00
  • d3bdfe49ea Added dxf to the list of projects Robert Osfield 2005-04-15 20:44:28 +00:00
  • 47a2b3aa23 From Paul de Repentinguy, DXF loader plugin. Ported to Linux by Robert Osfield. Robert Osfield 2005-04-15 20:39:06 +00:00
  • 08f593a54b From Joran Jessurun, Added setting of original node mask to flatten transforms Robert Osfield 2005-04-15 20:11:50 +00:00
  • 066c829768 Added setValue and setSwitchSet methods Robert Osfield 2005-04-15 20:05:30 +00:00
  • e67ed01612 From Mike Weiblen, fix for Win32 build Robert Osfield 2005-04-15 18:28:44 +00:00
  • 292cbdcf29 Removed link reference to osgGL2 in doxygen file, added osgIntrospection Robert Osfield 2005-04-15 10:15:26 +00:00
  • fc3df7fe9b Changed all instances of /vd0 to /vd1 Robert Osfield 2005-04-15 10:09:51 +00:00
  • 78577e1aa6 In the ldexp(,) call removed the /256.0f by replacing it with a -8 on the exponent. Robert Osfield 2005-04-15 09:56:28 +00:00
  • 0503712fe4 Removed osgGL2 from CVS, osgGL2 now can be found on the Community/NodeKits section on the OSG website. Robert Osfield 2005-04-15 08:35:06 +00:00
  • 678b22ce83 Updated Copyright notices to 1998-2005. Robert Osfield 2005-04-14 21:41:28 +00:00
  • 25d1fa2e2c Changed uint for unsigned int. Robert Osfield 2005-04-14 20:34:59 +00:00
  • 869548bafb Uniforms open for business :) Robert Osfield 2005-04-14 20:14:53 +00:00
  • e7ce7c0529 Fixed getUniformLocation and getAttribLocation methods Robert Osfield 2005-04-14 20:05:16 +00:00
  • 086efcdff1 Removed setProgram from osg::StateSet as Program works just fine right now as a standard osg::StateAttribute and set in a StateSet with setAttribute. Robert Osfield 2005-04-14 15:53:28 +00:00
  • 16c55531da Preparation for moving osgGL2 out of the core OSG into its own seperate distribution. Robert Osfield 2005-04-14 11:28:23 +00:00
  • 22c695cdef From Mike Weiblen, fixed copy and paste error in new osgshaders.cpp example. Robert Osfield 2005-04-14 08:00:25 +00:00
  • 6b86d2d70d From Joson Daly, fix for forward/backward/swing animation handling both 15.8 and versions prior to 15.8, and... Robert Osfield 2005-04-14 07:55:45 +00:00
  • d6d764a729 From Terry Welsh, added copy texture support to TextureRectangle Robert Osfield 2005-04-13 18:19:38 +00:00
  • 789cb7dea7 Added applying of all parents uniforms Robert Osfield 2005-04-13 14:31:25 +00:00
  • 0015a31de8 Added basic support for applying uniforms to programs, non lazy state updating is yet applied though. Robert Osfield 2005-04-13 14:12:06 +00:00
  • 2e10cffb4d Work in progress on shader language uniform support Robert Osfield 2005-04-13 12:00:28 +00:00
  • 67ba3c94c9 Added #if block for swith between imagery Robert Osfield 2005-04-12 19:28:37 +00:00
  • 493bcdd694 Fixed bug Robert Osfield 2005-04-12 19:17:01 +00:00
  • 9c55486746 Added inline to float convertComponent(,) Robert Osfield 2005-04-12 08:59:33 +00:00
  • 25f738a8ee From Olaf Flebbe, change from powf to ldexp. Robert Osfield 2005-04-12 08:55:52 +00:00
  • d268cf46fa Renamed SG_LIBRARY and SG_EXPORT macro's to OSG_LIBRARY and OSG_EXPORT Robert Osfield 2005-04-11 17:14:17 +00:00
  • 813bb559aa Changed optimization flag to -O instead of -O2 to aid compile speed. Robert Osfield 2005-04-11 15:40:30 +00:00
  • 195b63dc65 From Olaf Flebbe, compile fix for Sun. Robert Osfield 2005-04-11 15:22:29 +00:00
  • 4fec031e6c Moved #include <osg/State> from header into .cpp to clean up build. Robert Osfield 2005-04-11 15:17:24 +00:00
  • a9270a7c89 Build fix Robert Osfield 2005-04-11 15:01:57 +00:00
  • 2fb3d9aae5 Fixed warning, and sorted entries in GNUmakefile Robert Osfield 2005-04-11 10:12:32 +00:00
  • d0097718e1 Added friend class PerContextProgram; Robert Osfield 2005-04-11 08:15:43 +00:00
  • 20882b6b4b From Olaf Flebbe, Fixed cross platform compile error Robert Osfield 2005-04-11 07:51:43 +00:00
  • 864817d0d0 From Randall Hopper, fixed typo of setRedMask. Robert Osfield 2005-04-10 21:26:49 +00:00
  • 3bdfbbe70f Further work on kiddies game. Robert Osfield 2005-04-10 21:25:37 +00:00
  • 0d8bd24250 Fixed typo Robert Osfield 2005-04-09 11:17:12 +00:00
  • a54a3b2bfb From Mike Weiblen, osgGLUTsimple and osgGLUTkeyboardmouse examples Robert Osfield 2005-04-08 19:40:16 +00:00
  • e3091ac4bd Added check for _last_of for fileName and merged all definitions for socklen_t to one line. Don BURNS 2005-04-08 19:39:05 +00:00
  • bd31479740 From Marco Jez, updates to reflect new osgIntrospection API Robert Osfield 2005-04-08 19:29:12 +00:00
  • 72a0e38ed0 From Stephan Huber, changed fixed string sizes for dynamically allocated ones in OSX file system gets. Robert Osfield 2005-04-08 18:46:51 +00:00
  • d52e02aaeb From James French, a tweak with fix a compile problem related to STLport. Robert Osfield 2005-04-08 14:44:44 +00:00
  • 2ae269c447 From Olad Flebbe, compile fix for HP-UX. Robert Osfield 2005-04-08 14:11:15 +00:00
  • f46858c49b Moved UByte4 i/ostream support into io_utils. Robert Osfield 2005-04-08 14:10:22 +00:00
  • b401b97bce From James French, fix to header guard Robert Osfield 2005-04-08 14:09:32 +00:00
  • cd8634776d From Stephan Huber (contains Registry.cpp changes from David Guthrie): "Attached is the new source for the Quicktime-Plugin which adds the ability to write pictures in various formats (tested: jpg, png, tif, psd) (24bit + 32bit only, 8bit not tested) Robert Osfield 2005-04-08 13:52:03 +00:00
  • d31cd3dce6 From Mike Weiblen, updates to GL Shadler Language support Robert Osfield 2005-04-08 13:10:44 +00:00
  • dd3db860a2 From Carlo Camporesi, add support for text into .ive plugin, tweak by Robert Osfield to allow font names to be exported correctly with extension Robert Osfield 2005-04-08 13:06:14 +00:00
  • 7d24d9fdd5 Added #include <algorithm> Robert Osfield 2005-04-08 12:22:03 +00:00
  • 394708bb2c Added #include <osg/io_utils> Robert Osfield 2005-04-08 10:32:10 +00:00
  • fed42a46ed Added #include <osg/io_utils> Robert Osfield 2005-04-08 09:59:40 +00:00
  • 52f192f53f Reverted back to not test version of osgsimulation Robert Osfield 2005-04-08 09:55:52 +00:00
  • 21ea5a55a8 Added #include <osg/io_utils> Robert Osfield 2005-04-08 09:51:56 +00:00
  • 4de8199011 Added #include <osg/io_utils> Robert Osfield 2005-04-08 09:45:06 +00:00
  • a8d4da8163 Added #include <osg/io_utils> Robert Osfield 2005-04-08 09:36:42 +00:00
  • cc47a520ae Added #include <osg/io_utils> Robert Osfield 2005-04-08 09:18:15 +00:00
  • 3c76c9fd60 Added io_utils include Robert Osfield 2005-04-08 09:14:50 +00:00
  • fcab21f9cc Added osg/io_utils include Robert Osfield 2005-04-08 09:13:07 +00:00
  • a2974de978 Moved the istream and ostream support from Vec* and Matrix* into a seperate io_utils file. Robert Osfield 2005-04-08 09:01:23 +00:00
  • f417974f5b Added iostream operators Robert Osfield 2005-04-07 21:28:57 +00:00
  • d006ce627f From Olaf Flebbe, removed supporios BufferObject:: Robert Osfield 2005-04-07 20:28:36 +00:00
  • 84e8338be1 From Mike Weiblen, "adds sourcefiles for beginnings of .osg fileformat i/o support > - enhancemens to core GLSL classes to support file i/o" Robert Osfield 2005-04-07 20:23:58 +00:00
  • c8a3198129 From Mike Weiblen, ported osgshaders example from osgGL2 to core osg based. Robert Osfield 2005-04-07 20:20:09 +00:00
  • 923048fdb6 Warning fixes by Mike Weiblen + Robert Osfield Robert Osfield 2005-04-07 20:08:54 +00:00
  • 6716617b82 From Marco Jez, .dsp updates Robert Osfield 2005-04-07 20:06:16 +00:00
  • 7a27a0bef7 From Marco Jez, improvements to osgIntrospection, and new automatically generated osgWrappers/osg set. Robert Osfield 2005-04-07 20:00:17 +00:00
  • 5b4482c70d Set PagedLOD::removeExpiredSubgraph() to be virtual Don BURNS 2005-04-07 17:15:48 +00:00
  • 9dd9464638 Fix to compute coordinate frame callback so that it can handle scaled coordinate frames, rescaling as required. Robert Osfield 2005-04-07 16:09:34 +00:00
  • d160b4977b Fixed the MatrixTransform(Matrix&) constructor so that it correct sets _inverseDirty = true; Robert Osfield 2005-04-07 15:27:53 +00:00
  • 4c362f5447 Introduced a flight path that goes around the earth going into the north and sound hemisphere's with heading and roll adjustment. Robert Osfield 2005-04-07 13:49:54 +00:00
  • 83e21611f6 Fixed sort of sources so that the layer number is taken into account. Robert Osfield 2005-04-07 10:55:17 +00:00
  • 88d65263ec Fixed layer and levels handling in reprojection of source imagery. Robert Osfield 2005-04-07 10:19:47 +00:00
  • b82f0376b7 Beginnings of litte kiddies game example, written in collaboration with my 5 year old daughter who is the game designer and artist on this little task :) Robert Osfield 2005-04-06 20:54:36 +00:00
  • af3ac699aa Rolled in Olaf's changes for HP-UX build Don BURNS 2005-04-05 19:08:48 +00:00
  • 9e5d905b05 Renamed _A and _B to make them more meanigful Robert Osfield 2005-04-04 20:25:57 +00:00
  • ed0f780321 Removed annoying "Can't find the ground" message Don BURNS 2005-04-04 18:07:27 +00:00
  • 56787b4195 Fixed output of MultiTextureControl. Robert Osfield 2005-04-04 16:06:28 +00:00
  • c687b5fc6f Added layer support Robert Osfield 2005-04-04 15:23:18 +00:00
  • 5f75f765f0 From Marco Jez, updates to osgIntrospection. Robert Osfield 2005-04-04 13:50:07 +00:00
  • 21a69b5317 Made osgIntrospection an optional compile Robert Osfield 2005-04-04 13:49:20 +00:00
  • 097c8f18f9 Fixed comment Robert Osfield 2005-04-04 13:22:24 +00:00
  • 816df3a1d0 Fixes for VS6.0 build Robert Osfield 2005-04-04 12:24:18 +00:00
  • 2e32a7cb78 From Carlo Camporesi,fixed for loop bug Robert Osfield 2005-04-04 11:47:50 +00:00
  • 63e665a131 Added missing makefiles Robert Osfield 2005-04-04 11:42:43 +00:00
  • ed0200162c From Alberto Farre, nested files bug fix. Robert Osfield 2005-04-04 11:22:43 +00:00
  • d9828731d8 From Alberto Farre: "Here there are fixes for several flt loader problems. Robert Osfield 2005-04-04 11:18:02 +00:00
  • aa8dbea11c From Mike Weiblen, updates to Shander Language support Robert Osfield 2005-04-04 10:08:15 +00:00
  • 2e91a74f14 Added FluidProgram Robert Osfield 2005-04-04 10:05:35 +00:00
  • 6772696626 From Mike Weiblen (VisualStudio.dsw changes done by hand by Robert), fixes to VS project files Robert Osfield 2005-04-04 09:22:59 +00:00
  • 9c5567d3e5 Added osgparticleeffects example Robert Osfield 2005-04-04 08:47:21 +00:00
  • 22e446dbc9 Improved ParticleEffects Robert Osfield 2005-04-04 07:54:52 +00:00