|
Revision 585, 488 bytes
(checked in by allenb, 2 years ago)
|
Added documentation files that needed ported. See ticket:166.
|
| Line | |
|---|
| 1 |
#include <OSGConfig.h> |
|---|
| 2 |
|
|---|
| 3 |
using namespace OSG; |
|---|
| 4 |
|
|---|
| 5 |
/*! \defgroup GrpSystemRenderingBackend Rendering Backend |
|---|
| 6 |
\ingroup GrpSystem |
|---|
| 7 |
|
|---|
| 8 |
Rendering Backend. |
|---|
| 9 |
|
|---|
| 10 |
See \ref PageSystemRenderingBackend for details. |
|---|
| 11 |
*/ |
|---|
| 12 |
|
|---|
| 13 |
/*! \page PageSystemRenderingBackend Rendering Backend |
|---|
| 14 |
|
|---|
| 15 |
The Rendering Backend manages the Draw Tree, which is used to render the |
|---|
| 16 |
visible geometry. It is about to change significantly in Version 1.3 and in |
|---|
| 17 |
general is not visible for a user anyway, thus it is not documented here. |
|---|
| 18 |
|
|---|
| 19 |
*/ |
|---|