Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F94113381
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, Dec 4, 00:43
Size
342 B
Mime Type
text/x-c
Expires
Fri, Dec 6, 00:43 (2 d)
Engine
blob
Format
Raw Data
Handle
22737968
Attached To
rSYMKIT symkit
marbled.cpp
View Options
#include "marbled.h"
#include "models/glmarbled.h"
#include "graphtools.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