AnimatLab  2
Test
VsMouth.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 
17 {
18 protected:
19  virtual void CreateGraphicsGeometry();
20  virtual void CreatePhysicsGeometry();
21  virtual void ResizePhysicsGeometry();
22 
23 public:
24  VsMouth();
25  virtual ~VsMouth();
26 
27  virtual void CreateParts();
28 };
29 
30  } //Bodies
31  } // Environment
32 } //VortexAnimatSim
A common class for all rigid body data specific to vortex.
Definition: VsRigidBody.h:55
The Mouth part type.
Definition: Mouth.h:25
Classes for implementing the cm-labs vortex physics engine for AnimatLab.