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

/msg/src/nodes/activetransformgroup.h

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

#ifndef ACTIVETRANSFORMGROUP_H
#define ACTIVETRANSFORMGROUP_H

#include "transformgroup.h"

namespace MSG {

  class ActiveTransformGroup : public TransformGroup {
  protected:

    int anglex, angley;

  public:

    ActiveTransformGroup();

    void applyTransformation();

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

    virtual bool handleEvent(Event* event);
  };
}
#endif

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