Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | Related Pages

SubMeshKeyframe Class Reference

#include <submeshanimator.h>

Inheritance diagram for SubMeshKeyframe:

Inheritance graph
[legend]
Collaboration diagram for SubMeshKeyframe:

Collaboration graph
[legend]
List of all members.

Detailed Description

Data for a submesh keyframe A submesh keyframe holds a vertex buffer.

Author:
Mattias Jansson (mattias@realityrift.com)


Public Member Functions

 SubMeshKeyframe (float fTime=0.0f)
 SubMeshKeyframe (const SubMeshKeyframe &rkKeyframe)
bool operator< (const Keyframe &rkKeyframe) const
bool operator== (const Keyframe &rkKeyframe) const

Public Attributes

VertexBufferPtr m_pkBuffer
float m_fT


Constructor & Destructor Documentation

SubMeshKeyframe float  fTime = 0.0f  )  [inline]
 

SubMeshKeyframe const SubMeshKeyframe rkKeyframe  )  [inline]
 

Parameters:
rkKeyframe Reference keyframe object


Member Function Documentation

bool operator< const Keyframe rkKeyframe  )  const [inline, inherited]
 

Compare timestamps

Parameters:
rkKeyframe Keyframe reference object to compare with
Returns:
true if timestamp less than reference object timestamp

bool operator== const Keyframe rkKeyframe  )  const [inline, inherited]
 

Compare timestamps

Parameters:
rkKeyframe Keyframe reference object to compare with
Returns:
true if timestamp less are equal (epsilon interval)


Member Data Documentation

VertexBufferPtr m_pkBuffer
 

Target vertex data

float m_fT [inherited]
 

Timestamp in [0,1] range


The documentation for this class was generated from the following file:
Generated on Wed Jan 21 14:21:15 2004 for NeoEngine by doxygen 1.3.5