#include <basic/opengl/GL_Sphere.h>
Inherits MPK_Sphere, and OpenGLInterface.
Inheritance diagram for GL_Sphere:
Public Member Functions | |
GL_Sphere (FrameManager *frameManager) | |
GL_Sphere (const GL_Sphere &right) | |
virtual | ~GL_Sphere () |
virtual Entity * | Clone () const |
Protected Member Functions | |
virtual bool | DrawExplicit () const |
Protected Attributes | |
unsigned int | slices |
unsigned int | stacks |
Definition at line 38 of file GL_Sphere.h.
|
Definition at line 29 of file GL_Sphere.cpp. Referenced by Clone(). |
|
Definition at line 42 of file GL_Sphere.cpp. |
|
Definition at line 57 of file GL_Sphere.cpp. |
|
Reimplemented from MPK_Sphere. Definition at line 66 of file GL_Sphere.cpp. References GL_Sphere(). Here is the call graph for this function: ![]() |
|
Implements OpenGLInterface. Definition at line 73 of file GL_Sphere.cpp. References MPK_Sphere::position, MPK_Sphere::radius, slices, and stacks. |
|
Definition at line 74 of file GL_Sphere.h. Referenced by DrawExplicit(), and GL_Sphere(). |
|
Definition at line 79 of file GL_Sphere.h. Referenced by DrawExplicit(), and GL_Sphere(). |