aboutsummaryrefslogtreecommitdiff
path: root/tool_src/QvLib/QvScale.h
blob: 06384d7764ce2f3f04e1cb82a3a378823f334242 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef  _QV_SCALE_
#define  _QV_SCALE_

#include <QvSFVec3f.h>
#include <QvSubNode.h>

class QvScale : public QvNode {

    QV_NODE_HEADER(QvScale);

  public:
    // Fields
    QvSFVec3f		scaleFactor;	// Scale factors in x, y, and z
};

#endif /* _QV_SCALE_ */