#include "SculptNurbs.h"#include <Inventor/nodes/SoMaterial.h>#include <Inventor/nodes/SoMatrixTransform.h>#include <Inventor/nodes/SoSphere.h>#include <Inventor/nodes/SoTransformSeparator.h>#include <gstSeparator.h>#include <gstSphere.h>Functions | |
| void | dragMotionCallbackA (void *index, SoDragger *dragger) |
Variables | |
| SculptNurbs * | temp |
| float | pts1 [16][3] |
| float | knots [] = {0,0,0,0,1,1,1,1} |
|
||||||||||||
|
|
|
|
|
|
|
Initial value:
{
{-9.0f,-4.0f, 16.0f},
{-4.0f, 2.0f, 16.0f},
{ 4.0f,-6.0f, 12.0f},
{10.0f,-2.0f, 16.0f},
{-6.0f, 6.0f, 8.0f},
{ 0.0f,-2.0f, 8.0f},
{ 2.0f,-2.0f, 8.0f},
{ 6.0f, 4.0f, 8.0f},
{-10.0f,-4.0f,-4.0f},
{-4.0f,-8.0f,-4.0f},
{ 4.0f,-2.0f,-4.0f},
{10.0f, 0.0f,-4.0f},
{-9.0f, 4.0f,-12.0f},
{-4.0f,-8.0f,-10.0f},
{ 4.0f, 6.0f,-10.0f},
{ 9.0f,-4.0f,-12.0f}
}
|
|
|
|
1.4.3