|
Revision 585, 465 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 GrpSystemNodeCoresDrawables Drawables |
|---|
| 6 |
\ingroup GrpSystemNodeCores |
|---|
| 7 |
|
|---|
| 8 |
See \ref PageSystemNCDrawables for details. |
|---|
| 9 |
|
|---|
| 10 |
*/ |
|---|
| 11 |
|
|---|
| 12 |
/*! \page PageSystemNCDrawables Drawables |
|---|
| 13 |
|
|---|
| 14 |
\latexonly Starter:NewChapter \endlatexonly |
|---|
| 15 |
|
|---|
| 16 |
Drawables are the leaf nodes of the graph. They do not use their children, even |
|---|
| 17 |
if they have some. Drawables contain the actual rendered geometry in the |
|---|
| 18 |
different forms it can be specified in. |
|---|
| 19 |
|
|---|
| 20 |
*/ |
|---|