Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F111473125
glsphere.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, May 2, 06:31
Size
336 B
Mime Type
text/x-c
Expires
Sun, May 4, 06:31 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25914712
Attached To
rSYMKIT symkit
glsphere.h
View Options
#ifndef GLSPHERE_H
#define GLSPHERE_H
#include "glmodel.h"
namespace models
{
class GLSphere : public GLModel
{
GLuint slices, stacks;
public:
GLSphere(GLuint slices = 25, GLuint stacks = 25);
GLSphere(const GLSphere&);
virtual void initialize() override;
};
}
#endif // GLSPHERE_H
Event Timeline
Log In to Comment