Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98026333
marbled.cpp
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
Wed, Jan 8, 20:10
Size
339 B
Mime Type
text/x-c
Expires
Fri, Jan 10, 20:10 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23486160
Attached To
rSYMKIT symkit
marbled.cpp
View Options
#include "marbled.h"
#include "models/glmarbled.h"
#include "sktools.h"
using namespace symkit;
const color_s Marbled::color = { 0.1f, 0.5f, 0.2f, 1.0f };
Marbled::Marbled(models::GLMarbled * model)
: Decoration(model, {0, -15, 0}, SVector<3>::nullv, 30)
{
toggleFillMode();
setColor(color);
}
Marbled::~Marbled()
{
}
Event Timeline
Log In to Comment