6a22af590aFixed warnings.
Robert Osfield
2005-04-17 19:10:32 +00:00
000e5f8d10Changed 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
6017b810ebFrom Marco Jez, osgWrappers updates to latest changes in core osg.
Robert Osfield
2005-04-17 11:30:33 +00:00
88e8477cbfMoved istream/ostream includes out of Vec3f, and reimpleted osg::Matrix*::compare.
Robert Osfield
2005-04-17 10:41:23 +00:00
62994ac4a2From Tony Horrobin, fix for VS6.0
Robert Osfield
2005-04-17 09:41:48 +00:00
8bf4a98a91From 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
20f26ee011Fixed wrapping of text string to allow internal "" strings
Robert Osfield
2005-04-16 10:18:56 +00:00
1525a00e1fFrom 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
a676f67337CHanged 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
f4be038d46Moved Plane and Quat << operators into the io_utils headers
Robert Osfield
2005-04-15 20:59:24 +00:00
d3bdfe49eaAdded dxf to the list of projects
Robert Osfield
2005-04-15 20:44:28 +00:00
47a2b3aa23From Paul de Repentinguy, DXF loader plugin. Ported to Linux by Robert Osfield.
Robert Osfield
2005-04-15 20:39:06 +00:00
08f593a54bFrom Joran Jessurun, Added setting of original node mask to flatten transforms
Robert Osfield
2005-04-15 20:11:50 +00:00
066c829768Added setValue and setSwitchSet methods
Robert Osfield
2005-04-15 20:05:30 +00:00
e67ed01612From Mike Weiblen, fix for Win32 build
Robert Osfield
2005-04-15 18:28:44 +00:00
292cbdcf29Removed link reference to osgGL2 in doxygen file, added osgIntrospection
Robert Osfield
2005-04-15 10:15:26 +00:00
fc3df7fe9bChanged all instances of /vd0 to /vd1
Robert Osfield
2005-04-15 10:09:51 +00:00
78577e1aa6In 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
0503712fe4Removed 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
678b22ce83Updated Copyright notices to 1998-2005.
Robert Osfield
2005-04-14 21:41:28 +00:00
25d1fa2e2cChanged uint for unsigned int.
Robert Osfield
2005-04-14 20:34:59 +00:00
869548bafbUniforms open for business :)
Robert Osfield
2005-04-14 20:14:53 +00:00
e7ce7c0529Fixed getUniformLocation and getAttribLocation methods
Robert Osfield
2005-04-14 20:05:16 +00:00
086efcdff1Removed 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
16c55531daPreparation for moving osgGL2 out of the core OSG into its own seperate distribution.
Robert Osfield
2005-04-14 11:28:23 +00:00
22c695cdefFrom Mike Weiblen, fixed copy and paste error in new osgshaders.cpp example.
Robert Osfield
2005-04-14 08:00:25 +00:00
6b86d2d70dFrom 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
d6d764a729From Terry Welsh, added copy texture support to TextureRectangle
Robert Osfield
2005-04-13 18:19:38 +00:00
789cb7dea7Added applying of all parents uniforms
Robert Osfield
2005-04-13 14:31:25 +00:00
0015a31de8Added 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
2e10cffb4dWork in progress on shader language uniform support
Robert Osfield
2005-04-13 12:00:28 +00:00
67ba3c94c9Added #if block for swith between imagery
Robert Osfield
2005-04-12 19:28:37 +00:00
493bcdd694Fixed bug
Robert Osfield
2005-04-12 19:17:01 +00:00
9c55486746Added inline to float convertComponent(,)
Robert Osfield
2005-04-12 08:59:33 +00:00
25f738a8eeFrom Olaf Flebbe, change from powf to ldexp.
Robert Osfield
2005-04-12 08:55:52 +00:00
d268cf46faRenamed SG_LIBRARY and SG_EXPORT macro's to OSG_LIBRARY and OSG_EXPORT
Robert Osfield
2005-04-11 17:14:17 +00:00
813bb559aaChanged optimization flag to -O instead of -O2 to aid compile speed.
Robert Osfield
2005-04-11 15:40:30 +00:00
195b63dc65From Olaf Flebbe, compile fix for Sun.
Robert Osfield
2005-04-11 15:22:29 +00:00
4fec031e6cMoved #include <osg/State> from header into .cpp to clean up build.
Robert Osfield
2005-04-11 15:17:24 +00:00
a9270a7c89Build fix
Robert Osfield
2005-04-11 15:01:57 +00:00
2fb3d9aae5Fixed warning, and sorted entries in GNUmakefile
Robert Osfield
2005-04-11 10:12:32 +00:00
d0097718e1Added friend class PerContextProgram;
Robert Osfield
2005-04-11 08:15:43 +00:00
20882b6b4bFrom Olaf Flebbe, Fixed cross platform compile error
Robert Osfield
2005-04-11 07:51:43 +00:00
864817d0d0From Randall Hopper, fixed typo of setRedMask.
Robert Osfield
2005-04-10 21:26:49 +00:00
3bdfbbe70fFurther work on kiddies game.
Robert Osfield
2005-04-10 21:25:37 +00:00
0d8bd24250Fixed typo
Robert Osfield
2005-04-09 11:17:12 +00:00
a54a3b2bfbFrom Mike Weiblen, osgGLUTsimple and osgGLUTkeyboardmouse examples
Robert Osfield
2005-04-08 19:40:16 +00:00
e3091ac4bdAdded 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
bd31479740From Marco Jez, updates to reflect new osgIntrospection API
Robert Osfield
2005-04-08 19:29:12 +00:00
72a0e38ed0From 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
d52e02aaebFrom James French, a tweak with fix a compile problem related to STLport.
Robert Osfield
2005-04-08 14:44:44 +00:00
2ae269c447From Olad Flebbe, compile fix for HP-UX.
Robert Osfield
2005-04-08 14:11:15 +00:00
f46858c49bMoved UByte4 i/ostream support into io_utils.
Robert Osfield
2005-04-08 14:10:22 +00:00
b401b97bceFrom James French, fix to header guard
Robert Osfield
2005-04-08 14:09:32 +00:00
cd8634776dFrom 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
d31cd3dce6From Mike Weiblen, updates to GL Shadler Language support
Robert Osfield
2005-04-08 13:10:44 +00:00
dd3db860a2From 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
7d24d9fdd5Added #include <algorithm>
Robert Osfield
2005-04-08 12:22:03 +00:00
394708bb2cAdded #include <osg/io_utils>
Robert Osfield
2005-04-08 10:32:10 +00:00
fed42a46edAdded #include <osg/io_utils>
Robert Osfield
2005-04-08 09:59:40 +00:00
52f192f53fReverted back to not test version of osgsimulation
Robert Osfield
2005-04-08 09:55:52 +00:00
21ea5a55a8Added #include <osg/io_utils>
Robert Osfield
2005-04-08 09:51:56 +00:00
4de8199011Added #include <osg/io_utils>
Robert Osfield
2005-04-08 09:45:06 +00:00
a8d4da8163Added #include <osg/io_utils>
Robert Osfield
2005-04-08 09:36:42 +00:00
cc47a520aeAdded #include <osg/io_utils>
Robert Osfield
2005-04-08 09:18:15 +00:00
3c76c9fd60Added io_utils include
Robert Osfield
2005-04-08 09:14:50 +00:00
fcab21f9ccAdded osg/io_utils include
Robert Osfield
2005-04-08 09:13:07 +00:00
a2974de978Moved 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
f417974f5bAdded iostream operators
Robert Osfield
2005-04-07 21:28:57 +00:00
d006ce627fFrom Olaf Flebbe, removed supporios BufferObject::
Robert Osfield
2005-04-07 20:28:36 +00:00
84e8338be1From 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
c8a3198129From Mike Weiblen, ported osgshaders example from osgGL2 to core osg based.
Robert Osfield
2005-04-07 20:20:09 +00:00
923048fdb6Warning fixes by Mike Weiblen + Robert Osfield
Robert Osfield
2005-04-07 20:08:54 +00:00
6716617b82From Marco Jez, .dsp updates
Robert Osfield
2005-04-07 20:06:16 +00:00
7a27a0bef7From Marco Jez, improvements to osgIntrospection, and new automatically generated osgWrappers/osg set.
Robert Osfield
2005-04-07 20:00:17 +00:00
5b4482c70dSet PagedLOD::removeExpiredSubgraph() to be virtual
Don BURNS
2005-04-07 17:15:48 +00:00
9dd9464638Fix 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
d160b4977bFixed the MatrixTransform(Matrix&) constructor so that it correct sets _inverseDirty = true;
Robert Osfield
2005-04-07 15:27:53 +00:00
4c362f5447Introduced 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
83e21611f6Fixed sort of sources so that the layer number is taken into account.
Robert Osfield
2005-04-07 10:55:17 +00:00
88d65263ecFixed layer and levels handling in reprojection of source imagery.
Robert Osfield
2005-04-07 10:19:47 +00:00
b82f0376b7Beginnings 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
af3ac699aaRolled in Olaf's changes for HP-UX build
Don BURNS
2005-04-05 19:08:48 +00:00
9e5d905b05Renamed _A and _B to make them more meanigful
Robert Osfield
2005-04-04 20:25:57 +00:00
ed0f780321Removed annoying "Can't find the ground" message
Don BURNS
2005-04-04 18:07:27 +00:00
56787b4195Fixed output of MultiTextureControl.
Robert Osfield
2005-04-04 16:06:28 +00:00
c687b5fc6fAdded layer support
Robert Osfield
2005-04-04 15:23:18 +00:00
5f75f765f0From Marco Jez, updates to osgIntrospection.
Robert Osfield
2005-04-04 13:50:07 +00:00
21a69b5317Made osgIntrospection an optional compile
Robert Osfield
2005-04-04 13:49:20 +00:00
097c8f18f9Fixed comment
Robert Osfield
2005-04-04 13:22:24 +00:00
816df3a1d0Fixes for VS6.0 build
Robert Osfield
2005-04-04 12:24:18 +00:00
2e32a7cb78From Carlo Camporesi,fixed for loop bug
Robert Osfield
2005-04-04 11:47:50 +00:00
63e665a131Added missing makefiles
Robert Osfield
2005-04-04 11:42:43 +00:00
ed0200162cFrom Alberto Farre, nested files bug fix.
Robert Osfield
2005-04-04 11:22:43 +00:00
d9828731d8From Alberto Farre: "Here there are fixes for several flt loader problems.
Robert Osfield
2005-04-04 11:18:02 +00:00
aa8dbea11cFrom Mike Weiblen, updates to Shander Language support
Robert Osfield
2005-04-04 10:08:15 +00:00
2e91a74f14Added FluidProgram
Robert Osfield
2005-04-04 10:05:35 +00:00
6772696626From 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
9c5567d3e5Added osgparticleeffects example
Robert Osfield
2005-04-04 08:47:21 +00:00
22e446dbc9Improved ParticleEffects
Robert Osfield
2005-04-04 07:54:52 +00:00