#include "renderable.h"#include "scene.h"#include "xml_util.h"#include <string>#include "solidmaterial.h"Include dependency graph for sphere.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | Sphere |
| A Sphere is defined by its m_center point and its radius. More... | |
| class | Sphere::StaticInit |
| Fake a static initializer. More... | |
Functions | |
| void | delete_sphere (Sphere *sphere) |
| Renderable * | new_sphere (xmlNode *node) |
Definition in file sphere.h.
| Renderable * new_sphere | ( | xmlNode * | node | ) |
Definition at line 120 of file sphere.h.
References get_properties(), log_debug, and log_err.
Referenced by Sphere::StaticInit::StaticInit().
Here is the call graph for this function:

Here is the caller graph for this function:

1.5.2