15#define OSG_PROJECTION 1
The core osg library provides the basic scene graph classes such as Nodes, State and Drawables,...
Definition AlphaFunc:19
Matrixd Matrix
Definition Matrix:27
Copy Op(erator) used to control whether shallow or deep copy is used during copy construction and clo...
Definition CopyOp:41
@ SHALLOW_COPY
Definition CopyOp:47
void postMult(const Matrix &mat)
postMult transform.
Definition Projection:48
Projection(const Projection &, const CopyOp ©op=CopyOp::SHALLOW_COPY)
Copy constructor using CopyOp to manage deep vs shallow copy.
Projection(const Matrix &matix)
void setMatrix(const Matrix &mat)
Set the transform's matrix.
Definition Projection:39
META_Node(osg, Projection)
Matrix _matrix
Definition Projection:55
const Matrix & getMatrix() const
Get the transform's matrix.
Definition Projection:42
void preMult(const Matrix &mat)
preMult transform.
Definition Projection:45
#define OSG_EXPORT
Definition Export:39