Main Page   Namespace List   Class Hierarchy   Compound List   File List   Header Files   Namespace Members   Compound Members   File Members   Related Pages  

/msg/src/nodes/scalegroup.h

This is the verbatim text of the scalegroup.h include file.
/* -*- C++ -*-
 * scalegroup.h
 * $Id: scalegroup.h,v 1.2 2000/07/21 22:31:44 ghali Exp $
 */

#ifndef SCALEGROUP_H
#define SCALEGROUP_H

#include "../geom/vector3d.h"
#include "transformgroup.h"

namespace MSG {

  class ScaleGroup : public TransformGroup {

    Vector3d scale;

  public:

    ScaleGroup(const Vector3d& _scale);

    void applyTransformation();
    virtual void render(std::vector<ActiveLight*>* &activelights,
                        std::vector<TransformGroup*> transforms);

  };
}
#endif

Generated at Sat Jul 22 00:32:16 2000 for MSG by doxygen 1.0.0 written by Dimitri van Heesch, © 1997-1999