Changes between Version 8 and Version 9 of visual_object


Ignore:
Timestamp:
Apr 10, 2010, 12:36:53 PM (14 years ago)
Author:
Torben Dannhauer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • visual_object

    v8 v9  
    3232== Technical Implementation ==
    3333
    34 This description does not replace the dive into the source code, it should give you only a short overview how it works.
     34This description does not replace the dive into the source code, it should give you only a short overview how it works.[[br]]
    3535Please read the doxygen documentation of all function calls: http://www.osgvisual.org/notyetpublished
    3636
    37 Basically, a visual_object is a subclass of  a simple Matrixtransform which has the geometry as child node.
     37Basically, a visual_object is a subclass of a simple osg::MatrixTransform node which has the geometry as child node.
    3838Additionally it contains variables and their setters/getter for all specified convenient functions.
    3939
    40 The Matrixtransform has several child which are matrixes or drawables to provide the functionality:
     40The Matrixtransform has several children which are matrixes or drawables to provide the functionality:[[br]]
    4141<Insert Image of visual Objects architecture>
    4242