MCPcopy Create free account
hub / github.com/boostorg/compute / gpu_sphere_mapper

Method gpu_sphere_mapper

example/opengl_sphere.cpp:181–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179
180protected:
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
190private:
191 float m_radius;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected