7480d51830From Mike Weiblen, further work on GLSL support
Robert Osfield
2005-05-06 09:58:49 +00:00
fc585cd33dFrom Farshid Lashkari, support for non power of two extension.
Robert Osfield
2005-05-06 09:04:41 +00:00
fd9f5c0f43Fix for OSX build across both Tiger and 10.3.x
Robert Osfield
2005-05-05 21:21:14 +00:00
9534cd8638Removed rgb alias for Quicktime mapping since the Quicktime is not reliable at loading all rgb files that the standard OSG rgb reader can read.
Robert Osfield
2005-05-05 20:05:11 +00:00
1ae62b2f19Changed check() method name to checkConsistency() to avoid perculiar OSX Tiger build error.
Robert Osfield
2005-05-05 19:46:04 +00:00
a44e33795dRemoved the defaulting to setting the camera threading model to MultiThreaded, instead leave it to Producer's defaults.
Robert Osfield
2005-05-05 14:03:54 +00:00
2798d58a41Added support for osg_FrameNumber, osg_FrameTime, osg_ViewMatrix, osg_InverseViewMatrix into SceneView, controlled via a setActiveUniforms(.) method.
Robert Osfield
2005-05-05 12:30:54 +00:00
c4e2e85aa1From Farshid Lashkari, added Texture::Extension support for non power of two extension.
Robert Osfield
2005-05-05 09:18:03 +00:00
f8c855a576Fix for Tiger build
Robert Osfield
2005-05-04 11:38:34 +00:00
a1f23bbccdFixed bug where the Optimizer::StateVisitor was trying to optimize non existant StateSet's.
Robert Osfield
2005-05-04 09:11:32 +00:00
1571209a82Updated wrappers
Robert Osfield
2005-05-03 22:02:37 +00:00
56882a7413From Alberto Farre, "Missed a FilepathList pop_back line from my last submission.
Robert Osfield
2005-05-03 21:53:25 +00:00
2a3831ff41Removed the default compile of single threaded KeyboardMouse
Robert Osfield
2005-05-03 21:49:21 +00:00
97daa561f4Added support for lazy state updating of uniforms.
Robert Osfield
2005-05-03 21:46:47 +00:00
e025ba39f0From Bob Kuehne, OSX 10.4 fix.
Robert Osfield
2005-05-03 16:34:54 +00:00
2bb2d9bb37From Bob Kuehne, fixes for OSX 10.4 build.
Robert Osfield
2005-05-03 14:31:01 +00:00
003329fd10Updated wrappers
Robert Osfield
2005-05-03 10:09:51 +00:00
a0ccaf5f95Removed Impostor.cpp
Robert Osfield
2005-05-03 06:23:02 +00:00
ce902afa7cFixed TIFF readers handling of interleaved data
Robert Osfield
2005-05-02 20:00:42 +00:00
8cbba9dc00Improvements to the repojection code so that it can generate RGBA reprojected data.
Robert Osfield
2005-05-02 19:42:13 +00:00
015c9a9765Added support for generating RGBA, RGBA-16 and RGBA-compressed texture databases
Robert Osfield
2005-05-02 14:16:25 +00:00
991feca6ccAdded support for reading from RGBA source textures
Robert Osfield
2005-05-02 13:00:17 +00:00
b85d4d4e7eAdded support for optimization of Uniforms
Robert Osfield
2005-05-02 10:18:37 +00:00
938d13ecc7Improved the handling of update/event callbacks on Drawable and Geodes
Robert Osfield
2005-05-02 09:57:58 +00:00
0b291e60bbFrom Mike Weiblen, added \n newlines to inline shader program strings. From Robert Osfield, changed tabs to spaces.
Robert Osfield
2005-05-02 09:34:27 +00:00
4e67b2c989Moved Impostor from osg to osgSim .osg plugin
Robert Osfield
2005-05-01 21:33:12 +00:00
e10b9a74d4Added include<osg/AlphaFunc> for OSX build
Robert Osfield
2005-05-01 20:56:44 +00:00
03232ec667Moved osg::Impostor to osgSim::Impostor, as Impostor isn't a core feature.
Robert Osfield
2005-05-01 19:48:49 +00:00
7de1265059From Don Tidrow, spelling fixes
Robert Osfield
2005-05-01 10:34:48 +00:00
adba6fa559Added RemoveLoadedProxyNodes pass to Optimizer, set on by default at present.
Robert Osfield
2005-04-30 15:16:05 +00:00
81f60233a9From Geoff Michel :
Robert Osfield
2005-04-30 13:54:21 +00:00
67baa30218Combine LOD fixed properly this time :)
Robert Osfield
2005-04-30 07:25:15 +00:00
bf03f094c2fixed combined LOD bug
Robert Osfield
2005-04-30 07:22:56 +00:00
a5fcddc5e5From Mike Weiblen, Progra/Shader fixes
Robert Osfield
2005-04-30 07:02:02 +00:00
7d69b5e562Updated wrappers
Robert Osfield
2005-04-29 20:57:04 +00:00
7117ff4bd3Added support for controlling the frequency of checking for OpenGL errors via:
Robert Osfield
2005-04-29 20:56:20 +00:00
0ff98ceb59VS.7.1 linker warning fix
Robert Osfield
2005-04-29 18:51:14 +00:00
68032dafc8Commented out notify messages to prevent crash under OSX at start up.
Robert Osfield
2005-04-29 13:30:59 +00:00
7781be9cc9Compile fix
Robert Osfield
2005-04-29 11:22:15 +00:00
f2d696f871Moved osgIntrospection across to standard OSG coding style.
Robert Osfield
2005-04-29 11:19:58 +00:00
af13199e05Added Copyright
Robert Osfield
2005-04-29 10:06:50 +00:00
6b5238c294Moved osgParticle across to standard OSG coding style.
Robert Osfield
2005-04-29 09:47:57 +00:00
6211eb7b48Coding style update
Robert Osfield
2005-04-29 06:32:45 +00:00
98126f1706Moved to standard OSG coding style.
Robert Osfield
2005-04-29 06:32:13 +00:00
178a0b5c7eReduced the verboseness of the notifaction messages
Robert Osfield
2005-04-28 19:50:07 +00:00
492160d892Fixed the Mingw settings for GDAL_LIBS (was written as GDAL_LIB which wasn't being picked up as the GNUmakefiles were looking for GDAL_LIBS).
Robert Osfield
2005-04-28 19:41:16 +00:00
bf13c8ca14Changed the default texture size to 512x512 to reduce the number of textures required when rendering text.
Robert Osfield
2005-04-28 19:24:09 +00:00
84aef32552Removed old LUMINANCE_ALPHA code pathways since they are no longer used.
Robert Osfield
2005-04-28 19:08:44 +00:00
10607dd690Added proper handling of freeing of font implememtation either when unloading the freetype plugin or deleting osgText::Font first.
Robert Osfield
2005-04-28 18:55:08 +00:00
0b34ab9cb7Added version number #define's
Robert Osfield
2005-04-28 12:45:55 +00:00
7f3d46e110Added check to see if autoTransformCache had been initialized before using it in the computeBound.
Robert Osfield
2005-04-28 05:58:20 +00:00
30d20fcf55From Farshid Lashkari, removed redundent fusion distance calculations from computeRightEyeProjectionImplementation and computeLeftEyeProjectionImplementation methods.
Robert Osfield
2005-04-28 05:21:27 +00:00
f966ce0156From Marco Jez, changed = to ?= in COMPILE_INTROSPECTION line
Robert Osfield
2005-04-28 05:15:21 +00:00
a753748a1aFrom Marco Jez, converted line endings to unix.
Robert Osfield
2005-04-28 05:12:54 +00:00
fd7f9d30beFrom Marco Jez, added -ne option echo usage to fix stdout/stderr redirection error under Mingw.
Robert Osfield
2005-04-28 05:08:02 +00:00
968f54b5dbFrom Ruben, fix for PIV executation by disabling MMXEXT selection.
Robert Osfield
2005-04-26 20:35:53 +00:00
4f6114ef77From Brede Johansen, tweaks to emitter classes to make them more extensible.
Robert Osfield
2005-04-26 19:34:03 +00:00
a47a6a4886Added $(GL_LIBS) to link line to get things linking ok under OSX.
Robert Osfield
2005-04-26 18:55:51 +00:00
63c81a3539Updated wrappers.
Robert Osfield
2005-04-26 14:29:25 +00:00
a1bda0dab8Added support for per context extension string.
Robert Osfield
2005-04-26 13:15:27 +00:00
59ebf86dd0Added #include <algorithm> for VS.NET build
Robert Osfield
2005-04-26 11:20:19 +00:00
3c90a5f694Added support notification of Drawable parents of StateSet that event/update callbacks have been called.
Robert Osfield
2005-04-26 09:58:19 +00:00
38bf740ef4From Vivek Rajan, "osg::Text was getting stretched when the CharacterSizeMode was set to SCREEN_COORDS and the SceneView's projection matrix was set to an Ortho2D matrix (sceneView->setProjectionMatrixAsOrtho2D(-1,1,-1,1)).
Robert Osfield
2005-04-26 07:49:18 +00:00
edf142222bUpdated wrappers using Marco Jez's genwrapper utility.
Robert Osfield
2005-04-25 20:46:46 +00:00
fa996d0745From Mike Weiblen, added support for --clear-color r,g,b,a and --clear-color r,g,b to osgProducer::Viewer.
Robert Osfield
2005-04-25 20:34:23 +00:00
baa9af49c4Reduced the verbosness of debugging messages
Robert Osfield
2005-04-25 14:28:16 +00:00
e24cfa0370Futher work on supporting update and event callbacks in StateSet, Uniform and StateAttribute
Robert Osfield
2005-04-25 13:37:12 +00:00
78f88247f8Added SINGLE_THREADED_KEYBOARDMOUSE pathway as a means of testing exit issues.
Robert Osfield
2005-04-25 13:27:56 +00:00
bc83e63bb4Futher work on adding event and update callbacks to StateSet, Uniform and StateAttributes
Robert Osfield
2005-04-25 11:05:02 +00:00
193c83cb9cAdded ParentList's into StateSet, Uniform and StateAttribute in preparation for providing update and event handling.
Robert Osfield
2005-04-24 21:04:54 +00:00
4262366f62Added THREAD_ infront of PRIORITY_MIN settings to reflect changes to OpentThreads
Robert Osfield
2005-04-24 19:30:01 +00:00
0d9887462aAdded MergeGeometryVisitor::setTargetMaximumNumberOfVertices(uint);
Robert Osfield
2005-04-23 16:09:20 +00:00
6b8a50375bRemoved the use of the post swap callback
Robert Osfield
2005-04-23 10:45:38 +00:00
f91efb7f31Added missing bodes of Uniform::operator = and setEvent/UpdateCallback in StateSet.
Robert Osfield
2005-04-23 10:41:30 +00:00
57c87d644aAdded support for using TextureRectangle in --move support in readNodeFile
Robert Osfield
2005-04-23 10:31:52 +00:00
819d2c6c56Preliminary steps to adding update and event callbacks to StateSet, StateAttribute and Uniform.
Robert Osfield
2005-04-22 22:45:39 +00:00
c7fb7e8b5fFrom Brede Johansen, tweaked refraction and fresnel coefficients for a better visual effect.
Robert Osfield
2005-04-22 20:56:03 +00:00
505db98c47Improved handling of unsupported formats
Robert Osfield
2005-04-22 15:44:21 +00:00
b35ded6fb9Improved handling of unsupported file formats.
Robert Osfield
2005-04-22 15:44:03 +00:00
2914f7c342Improved handling of invalid imagery in BufferObject
Robert Osfield
2005-04-22 15:43:34 +00:00
af70cd8801Removed unusaged methods
Robert Osfield
2005-04-22 14:40:22 +00:00
bba76cfa31From Tree, removed dependency on Producer
Robert Osfield
2005-04-22 14:40:06 +00:00
bf317d9ceaRemoved ViewPoint.h and .cpp from the ive plugin
Robert Osfield
2005-04-22 13:47:54 +00:00
483242c9dbCleaned up the xine plugin to better handle unsupported video files.
Robert Osfield
2005-04-22 13:32:46 +00:00
8b4f9dce60From Mike Weiblen, added support for samplers and mat4 to .osg
Robert Osfield
2005-04-22 07:13:50 +00:00
7f2ab883f5Added initialize of version number
Robert Osfield
2005-04-21 21:07:27 +00:00
7182713dcfFrom Garrat Potts, fixed face memory leak in FreTypeFont destructor.
Robert Osfield
2005-04-21 21:05:48 +00:00
8d1c407a9aSmall tweaks
Robert Osfield
2005-04-20 19:53:07 +00:00
496227d239From Mike Weiblen, removed Uniform not quite ready notice, and added .h files into osgshaders project file.
Robert Osfield
2005-04-20 18:50:50 +00:00
6ff535441bRemoved the enabling of the point smooth mode.
Robert Osfield
2005-04-20 14:51:13 +00:00
e2a85f6bc6From Brede Johnansen, adding support for EXT, ARB and GL version 1.4 point parameters.
Robert Osfield
2005-04-20 12:32:43 +00:00
3ab9867264Removed increment of the cursor position by the bearing value in the compute last character code as this should not be used when moving the cursor.
Robert Osfield
2005-04-20 09:55:24 +00:00
154656e24aCommented out support for the -m option for inserting 3d models in a terrain database, as this feature isn't yet supported by osgTerrain.
Robert Osfield
2005-04-20 08:51:48 +00:00
ef07e51d4cRemoved eroneous /dv1 flag (should have been /vd1, but it this is default anway so can safely remove entirely).
Robert Osfield
2005-04-18 18:23:25 +00:00
b699c8e9abFurther work on uniforms support in .osg
Robert Osfield
2005-04-18 13:36:10 +00:00
59ec503fc9Added more complete support for writing out data of Uniforms
Robert Osfield
2005-04-18 13:29:59 +00:00
648677ce44Added next stage of support for osg::Uniform in .osg plugin
Robert Osfield
2005-04-18 12:34:28 +00:00
0a995f8093Removed mpeg plugin from CVS, now moved to the Community section of openscenegraph.org as a seperate project.
Robert Osfield
2005-04-18 09:17:56 +00:00
3953190dfeFixed typo in testLookAt debug info.
Robert Osfield
2005-04-17 19:14:32 +00:00