Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F108804238
glmarbled.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, Apr 18, 12:39
Size
316 B
Mime Type
text/x-c
Expires
Sun, Apr 20, 12:39 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25608838
Attached To
rSYMKIT symkit
glmarbled.h
View Options
#ifndef GLMARBLED_H
#define GLMARBLED_H
#include "glmodel.h"
namespace models
{
class GLMarbled : public GLModel
{
GLuint stacks;
public:
GLMarbled(GLuint stacks = 16);
GLMarbled(const GLMarbled&);
virtual void initialize() override;
};
}
#endif // GLMARBLED_H
Event Timeline
Log In to Comment