Robert Osfield
219696f1ee
From Wang Rui, new native binary/ascii format infrastructure and wrappers.
...
From Robert Osfield, refactor of Wang Rui's original osg2 into 3 parts - parts placed into osgDB, the ReaderWriter placed into src/osg/Plugin/osg and wrappers into src/osgWrappers/serializers/osg
2010-01-20 20:13:33 +00:00
Robert Osfield
9806aebaf3
Introduced file globbing to deprecated-dotosg directories and added new serializers direcotory in prep for new serializers
2010-01-20 10:35:40 +00:00
Robert Osfield
78280fa1ed
Replaced osgDB::RegisterDotOsgWrapperProxy usage with REGISTER_DOTOSGWRAPPER proxy to aid static linking
2010-01-19 13:31:06 +00:00
Robert Osfield
29b73591a6
Added CmakeList.txt for new wrapper plugins
2010-01-19 12:36:57 +00:00
Robert Osfield
995398441e
Refactored the old style .osg plugin support so that the DotOsgWrappers are placed in their own dedicated plugins found in src/osgWrappers/deprecated_osg
2010-01-19 12:26:37 +00:00
Robert Osfield
7377e2ec98
Added deprecated-dot/osg directory from the contents of the src/osgPlugins/osg and CMakeLists.txt in prep for creating the plugin mechanism for .osg support
2010-01-19 10:31:38 +00:00
Robert Osfield
46ea02d439
Added introspection directory
2010-01-18 20:49:40 +00:00
Robert Osfield
52f398aba2
Regenerated introspection wrappers in their new location
2010-01-18 19:56:16 +00:00
Robert Osfield
76ae0920ad
Cleaned out all wrappers as will be moving them all into src/osgWrappers/introspection directory, and use genwrapper to generate the new ones
2010-01-18 19:43:14 +00:00
Robert Osfield
613606dc7e
Updated wrappers
2010-01-18 13:00:41 +00:00
Robert Osfield
5a37ed8a9f
Removed the old style Serializer, moving it back into VirtuaLPlanetBuilder to make way for the new Serializer that exists in support for the new binary/ascii format.
2010-01-15 15:34:17 +00:00
Robert Osfield
8f6db66e59
Added setting of the charcode during construction of osgText::Font::Glyph()
2010-01-14 15:15:42 +00:00
Robert Osfield
327406df69
Updated wrappers and supported shadow texture formats
2010-01-13 18:50:17 +00:00
Robert Osfield
2db1625201
Updated wrappers
2010-01-13 14:57:02 +00:00
Robert Osfield
ca3cfab4f3
Updated wrappers
2010-01-13 13:31:03 +00:00
Robert Osfield
2813748627
Updated wrappers
2010-01-12 10:00:24 +00:00
Robert Osfield
6faa6985cf
Updated wrappers
2010-01-08 11:47:31 +00:00
Robert Osfield
248a0813db
From Lilith Bryant, "As discussed previously on the users list. Fixes the redundant calls to
...
glActiveTexture on every State::apply after more than one texunits have been
used.
This is against 2.9.6 (I think SVN head is the same)
Quick Synopsis:
New functions:
State::applyModeOnTexUnit
State::applyAttributeOnTexUnit
State::applyModeMapOnTexUnit
State::applyAttributeMapOnTexUnit
State::applyModeListOnTexUnit
State::applyAttributeListOnTexUnit
All copies of the normal versions, but they also set the active tex unit if
absolutely necessary (i.e. only if they call something OpenGL).
State::apply (*2)
State::applyTextureAttribute
Changed to call the above functions and no longer call setActiveTextureUnit
themselves.
State::setActiveTextureUnit
Made inline, so the benefit of having applyModeOnTexUnit (etc) inline
is retained.
"
2010-01-07 16:49:12 +00:00
Robert Osfield
5d9bf9f4d5
Added virtual pause() method into osg::AudioSink to support pausing of a movie thread and it's associated audio.
...
Updated osgmovie plugin to use the pause support.
2010-01-07 14:35:17 +00:00
Robert Osfield
47af634399
Refactored the way that osg::Image/ImageSequence manages the update callback that needs to be attached to Textures to make it possible to use the Image::update() mechansim in other subclasses from osg::Image.
...
To enable the automatic attachment of the required update callback to call osg::Image::update(..) subclasses from osg::Image will
need to implement the osg::Image::requestUpdateCall() and return true, and implement the osg::Image::update(NodeVisitor*) method to recieve the update call during the update traversal.
2010-01-07 12:14:47 +00:00
Robert Osfield
170ed5c9df
Updated wrappers
2010-01-06 15:43:06 +00:00
Robert Osfield
54694194a5
Updated wrappers
2010-01-05 11:15:17 +00:00
Robert Osfield
22de011107
Renamed osg::GraphicsContext::OperationQueue typedef to GraphicsOperationQueue to avoid naming conflict with osg::OperationQueue
2009-12-14 13:42:00 +00:00
Robert Osfield
8dc2a86e4d
Updated wrappers
2009-12-10 11:30:51 +00:00
Robert Osfield
f099dab160
Updated wrappers
2009-12-09 14:34:24 +00:00
Robert Osfield
57d0729484
Updated wrappers
2009-12-08 15:39:04 +00:00
Robert Osfield
9e9b6b8843
Updated wrappers
2009-12-05 10:13:43 +00:00
Robert Osfield
11abf29c14
From Farshid Lashkari, "I had to make a few small changes to some cmake files to enable the OSG_MSVC_GENERATE_PLUGINS_AND_WRAPPERS_MANIFESTS option for Visual Studio 2008."
2009-12-02 14:58:47 +00:00
Robert Osfield
4d762a81a6
Updated wrappers
2009-11-30 13:44:41 +00:00
Robert Osfield
980db2c772
Updated wrappers
2009-11-27 11:48:21 +00:00
Robert Osfield
7255941cf6
Updated wrappers
2009-11-24 15:26:54 +00:00
Robert Osfield
5f04576abd
Updated wrappers
2009-11-24 14:20:59 +00:00
Robert Osfield
733431004a
Updated wrappers
2009-11-20 14:15:42 +00:00
Robert Osfield
2e11c49742
From Michael Platings, "This plugin adds support for the Autodesk FBX file format. It imports animations, including skeletal and morph animations, hence all my previous submissions to osgAnimation. The plugin won't build without the changes made in the "osgAnimation small additions" submission (14th August).
...
The plugin requires the FBX SDK to be installed, available from http://usa.autodesk.com/adsk/servlet/index?siteID=123112&id=6837478 "
2009-11-19 11:44:44 +00:00
Robert Osfield
b4dffc5bf4
Updated wrappers
2009-11-19 10:12:00 +00:00
Robert Osfield
259daac9a9
Updated wrappers
2009-11-18 11:26:00 +00:00
Robert Osfield
488d108ae0
Updated wrappers
2009-10-25 11:46:11 +00:00
Robert Osfield
023fb109a3
Updated wrappers
2009-10-23 12:28:10 +00:00
Robert Osfield
9b6e25cf62
Fixed typo and updated wrappers
2009-10-22 12:56:41 +00:00
Robert Osfield
7690fee435
Updated wrappers
2009-10-22 12:03:36 +00:00
Robert Osfield
f9c69fa7bd
Updated wrappers
2009-10-22 09:08:42 +00:00
Robert Osfield
2785ea4dfb
Added support for automatic vertex aliasing to new ArrayDispatchers, and updated wrappers
2009-10-21 14:09:12 +00:00
Robert Osfield
b7ffae25ce
Updated wrappers
2009-10-20 22:14:59 +00:00
Robert Osfield
37b77a2665
Updated wrappers
2009-10-16 18:50:42 +00:00
Robert Osfield
a0eba771e8
Updated wrappers
2009-10-16 17:22:20 +00:00
Robert Osfield
9e2567cb88
Made the use of the new projection and modelview matrix uniforms optional
2009-10-11 06:05:19 +00:00
Robert Osfield
d59477c8f7
Updated ChangeLog, wrappers and Contributors lists
2009-10-10 11:28:42 +00:00
Robert Osfield
2c4b60cafc
Updated wrappers
2009-10-10 10:54:33 +00:00
Robert Osfield
ae7dfc5796
Fixed warnigns
2009-10-07 09:39:45 +00:00
Robert Osfield
32b21dbb89
Introduced new GLBufferObject pool for managing the memory footprint taken up by VertexBufferObejct, ElementBufferObject and PixelBufferObject.
2009-10-03 09:25:23 +00:00