Robert Osfield
|
ff8b4c001d
|
Rewrote the osg::Drawable::AttributeFunctor and PrimtiveFunctor to make
them more consistent with each other. This does mean an API change, so
dependanct code in the OSG has been updated accordingly.
|
2002-07-18 15:36:14 +00:00 |
|
Robert Osfield
|
6f392cdbfa
|
Ported distribution across to use the new osg::MatrixTransform and osg::BlendFunc
class instead of osg::Transform and osg::Transparancy respectively.
|
2002-07-12 18:12:01 +00:00 |
|
Robert Osfield
|
b3ac26f3dc
|
Updates to osgprerender to support use of rendering to an image, rather then
just a texture.
|
2002-07-10 13:33:25 +00:00 |
|
Robert Osfield
|
842eb59e1f
|
Implemented more code for the new osgprerender demo.
|
2002-07-09 19:23:53 +00:00 |
|
Robert Osfield
|
5957c21082
|
Fixed the TriangleFunctor QUAD_STRIP code so that it produces consistent
results.
|
2002-07-04 09:49:12 +00:00 |
|
Robert Osfield
|
ee6444c643
|
Added to the osggeometry demo.
|
2002-06-28 14:42:34 +00:00 |
|
Robert Osfield
|
f809ef8a7b
|
Rewriting the osggeomtry demo to illustrate more primitive types.
|
2002-06-28 11:11:20 +00:00 |
|
Robert Osfield
|
cbeeeefdab
|
Added osg::Drawable::PrimitiveFunctor and TriangleFunctor subclass for
querrying the primitive data inside Drawables. Moved various support
classes over from being osg::GeoSet based to osg::Geometry based.
|
2002-06-25 20:27:51 +00:00 |
|
Robert Osfield
|
f2e215bf44
|
Added conversion to osg::GeoSet::converToGeometry() utility to help the
migration to and testing of the new osg::Geometry class.
|
2002-06-23 21:43:46 +00:00 |
|
Robert Osfield
|
49ab8f4706
|
Added new osggeometry demo to test the work on the new osg::Geometry Drawable.
|
2002-06-21 16:45:45 +00:00 |
|