AnimatLab  2
Test
VsPlane.h
Go to the documentation of this file.
1 
7 #pragma once
8 
9 namespace VortexAnimatSim
10 {
11  namespace Environment
12  {
13  namespace Bodies
14  {
15 
16  class VORTEX_PORT VsPlane : public AnimatSim::Environment::Bodies::Plane, public VsRigidBody
17  {
18  protected:
19  virtual void CreateGraphicsGeometry();
20  virtual void CreatePhysicsGeometry();
21  virtual void ResizePhysicsGeometry();
22 
23  public:
24  VsPlane();
25  virtual ~VsPlane();
26 
27  virtual void CreateParts();
28  virtual void Physics_FluidDataChanged();
29  };
30 
31  } //Bodies
32  } // Environment
33 } //VortexAnimatSim
A common class for all rigid body data specific to vortex.
Definition: VsRigidBody.h:55
A ground plane type of rigid body.
Definition: Plane.h:41
Classes for implementing the cm-labs vortex physics engine for AnimatLab.