Robert Osfield
459a7e1fac
Updated wrappers
2010-06-16 15:54:24 +00:00
Robert Osfield
7f7cc83f3f
Updated wrappers
2010-06-11 09:39:03 +00:00
Robert Osfield
da0ddc35e6
Updated wrappers to handle the new ref_ptr<T>::ref_ptr(observer_ptr<T>&> constructor.
2010-06-02 12:14:10 +00:00
Robert Osfield
36f4faef95
Updated wrappers
2010-05-31 17:16:45 +00:00
Robert Osfield
d26a8474e7
Changed the ref_ptr<T> observer_ptr<>::lock() method to be
...
bool observer_ptr<>::lock(ref_ptr<T>&) to avoid the temporary ref_ptr<>'s
being created and destroyed on the stack along with the associated ref/unref() operations
2010-05-28 08:57:48 +00:00
Robert Osfield
d746f11650
Renamed osgGA::MatrixManipualtor to osgGA::CameraManipulator so its name better reflects it's function
2010-05-27 15:54:37 +00:00
Robert Osfield
f5661e0461
Updated wrappers
2010-05-25 16:27:21 +00:00
Robert Osfield
9fd01f78a5
Updated wrappers
2010-05-24 09:44:38 +00:00
Robert Osfield
5b84e5b254
Updated wrappers
2010-05-20 15:25:40 +00:00
Robert Osfield
4a0c21a5fc
From Wang Rui, serializers for osgSim and osgVolume
2010-05-18 11:00:06 +00:00
Robert Osfield
61121daaab
Updated wrappers
2010-05-17 18:37:32 +00:00
Robert Osfield
c0c4585ac3
updated wrappers
2010-04-30 20:04:25 +00:00
Robert Osfield
c2a59415ce
Changed DisplaySetting::instance() to return a ref_ptr<>& rathern than a raw C pointer to enable apps to delete the singleton or assign their own.
2010-04-30 11:48:30 +00:00
Robert Osfield
a4718ef88b
Updated wrappers
2010-04-28 22:08:48 +00:00
Robert Osfield
f67942cf03
From Alok Priyadashi, "The attached patch fixes
...
- compile errors on windows when compiled with UNICODE flag
- warnings for duplicate WIN32_LEAN_AND_MEAN. I think this should
better fixed by adding WIN32_LEAN_AND_MEAN to vcproj preprocessor
list."
2010-04-22 16:01:38 +00:00
Robert Osfield
5a50387eb9
UPdated wrappers
2010-04-20 11:34:19 +00:00
Robert Osfield
488eac94f7
From Wang Rui, "Attached is the osgAnimation wrappers for serialize IO operations. A
...
few headers and the osgAnimation sources are also modified to make
everything goes well, including:
A new REGISTER_OBJECT_WRAPPER2 macro to wrap classes like
Skeleton::UpdateSkeleton.
A bug fix in the Seralizer header which avoids setting default values
to objects.
Naming style fixes in osgAnimation headers and sources, also in the
deprecated dotosg wrappers.
A bug fix for the XML support, to write char values correctly.
A small change in the osg::Geometry wrapper to ignore the
InternalGeometry property, which is used by the MorphGeometry and
should not be set by user applications.
The avatar.osg, nathan.osg and robot.osg data files all work fine with
serializers, with some 'unsupported wrapper' warnings when converting.
I'm thinking of removing these warnings by disabling related property
serializers (ComputeBoundingBoxCallback and Drawable::UpdateCallback),
which are seldom recorded by users.
By the way, I still wonder how would we handle the C4121 problem,
discussed some days before. The /Zp compile option is set to 16 in the
attached cmake script file. And is there a better solution now?"
2010-04-19 10:35:18 +00:00
Robert Osfield
9df9778658
Updated wrappers
2010-04-14 10:43:16 +00:00
Robert Osfield
ccd34b375b
updated wrappers
2010-04-13 09:42:36 +00:00
Robert Osfield
d992f6e018
Updated wrappers
2010-04-03 16:26:32 +00:00
Robert Osfield
656efbf03f
Removed getNeighbours() method to avoid problems with introspection wrappers
2010-04-01 21:18:39 +00:00
Robert Osfield
47cdee3611
Removed TerrainNeightbours class from wrapping to avoid associated build errors
2010-04-01 21:15:17 +00:00
Robert Osfield
a8bbf0a809
Added support for boundary equalization to GeometryTechnique
2010-04-01 21:06:56 +00:00
Robert Osfield
7fd81fdd06
Updated wrappers
2010-03-26 11:07:43 +00:00
Robert Osfield
627a4b78c9
Updated wrappers
2010-03-23 12:41:02 +00:00
Robert Osfield
afd2c05f6d
Updated wrappers
2010-03-16 18:53:42 +00:00
Robert Osfield
d5aea9c0f2
Updated various serialization support for .osg, .osgt/b/x and .ive.
2010-03-16 18:44:27 +00:00
Robert Osfield
b40c1b355c
Updated wrappers
2010-03-15 10:32:29 +00:00
Robert Osfield
3a9ac70f94
Updated wrappers
2010-03-10 14:44:12 +00:00
Robert Osfield
86f491e649
Replaced use of unsigned int/enum mask combinations with int/enum mask combinations to avoid the need for casting enums to unsigned ints,
...
and to avoid associated warnings.
Update wrappers to reflect these changes.
2010-03-05 12:55:08 +00:00
Robert Osfield
5383297cbe
Change Shader::getPCS(..) from protected to public scope to enable isCompiled() method to be accessible in applications.
...
Updated wrappers
2010-03-05 11:30:50 +00:00
Robert Osfield
1f4060ead6
Updated wrappers
2010-03-01 13:10:58 +00:00
Robert Osfield
3d6b53b218
Updated wrappers
2010-02-26 21:31:13 +00:00
Robert Osfield
15947b4e6a
updated wrappers
2010-02-26 16:02:20 +00:00
Robert Osfield
e9fa0bc5e3
Updated wrappers
2010-02-26 14:36:23 +00:00
Robert Osfield
657c5c4e71
Updated wrappers
2010-02-19 19:00:48 +00:00
Robert Osfield
dc728aa184
Removed no longer defined methods and updated wrappers
2010-02-19 14:05:49 +00:00
Robert Osfield
900ff985a7
Updated wrappers
2010-02-18 22:17:50 +00:00
Robert Osfield
ee09e94559
Updated wrappers
2010-02-18 22:17:35 +00:00
Robert Osfield
dea5265d49
Updated wrappers
2010-02-16 08:53:56 +00:00
Robert Osfield
541c0e397b
Upadted wrappers
2010-02-15 20:15:43 +00:00
Robert Osfield
874296cbb3
Changed GeometryTechnique::private to protected, updated wrappers
2010-01-29 17:20:58 +00:00
Robert Osfield
4ae1c275f2
Updated wrappers
2010-01-28 12:10:17 +00:00
Robert Osfield
8d614df6b1
Updated wrappers
2010-01-28 11:47:28 +00:00
Robert Osfield
82f49fc566
Fixed typo
2010-01-28 11:44:19 +00:00
Robert Osfield
6af9f0819b
Updated wrappers
2010-01-27 15:00:01 +00:00
Robert Osfield
23624aad04
Updated wrappers
2010-01-27 13:12:49 +00:00
Robert Osfield
60d7411fdf
Updated wrappers
2010-01-27 13:12:26 +00:00
Robert Osfield
0abf08b806
Updated wrappers
2010-01-26 17:07:11 +00:00
Robert Osfield
490f832a28
Updated wrappers
2010-01-26 16:41:53 +00:00