Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100891677
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
Mon, Feb 3, 16:30
Size
339 B
Mime Type
text/x-c
Expires
Wed, Feb 5, 16:30 (2 d)
Engine
blob
Format
Raw Data
Handle
24011870
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