VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvCore
DtArticulatingCylinderModel.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2010 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
9
#pragma once
10
11
#include <
vrvCore/DtModel.h
>
12
13
namespace
makVrv
14
{
17
class
DT_DLL_VRVCORE
DtArticulatingCylinderModel
:
public
DtModel
18
{
19
public
:
21
DtArticulatingCylinderModel
(
DtDe
& de,
DtUniqueID
id
);
22
24
virtual
~
DtArticulatingCylinderModel
();
25
27
virtual
void
setDimensions(
double
x,
double
y,
double
z) = 0;
28
30
virtual
void
setColor(
float
r,
float
g,
float
b,
float
a) = 0;
31
33
virtual
void
setLightingEnabled(
bool
enabled ) = 0;
34
};
35
}
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)