| 179 | |
| 180 | protected: |
| 181 | gpu_sphere_mapper() |
| 182 | { |
| 183 | m_radius = 5.0f; |
| 184 | m_phi_slices = 100; |
| 185 | m_theta_slices = 100; |
| 186 | m_initialized = false; |
| 187 | m_tesselated = false; |
| 188 | } |
| 189 | |
| 190 | private: |
| 191 | float m_radius; |
nothing calls this directly
no outgoing calls
no test coverage detected