aboutsummaryrefslogtreecommitdiff
path: root/tool_src/QvLib/QvSphere.cpp
blob: c15d830231682610ae703f130bed1df10e2fc5f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#include <QvSphere.h>

QV_NODE_SOURCE(QvSphere);

QvSphere::QvSphere()
{
    QV_NODE_CONSTRUCTOR(QvSphere);
    isBuiltIn = TRUE;

    QV_NODE_ADD_FIELD(radius);

    radius.value = 1.0;
}

QvSphere::~QvSphere()
{
}