Public Member Functions | Public Attributes

sp::scene::SWeight Struct Reference

List of all members.

Public Member Functions

 SWeight ()
 SWeight (s32 JntIndex, f32 JntWeight)
 SWeight (const SWeight &Other)
 ~SWeight ()
bool operator< (const SWeight &Other) const

Public Attributes

s32 JointIndex
f32 Weight

Detailed Description

Vertex joint weight structure for "setupVertexBufferAttributes" function. This can't be a local structure for GCC!


Constructor & Destructor Documentation

sp::scene::SWeight::SWeight (  )  [inline]
sp::scene::SWeight::SWeight ( s32  JntIndex,
f32  JntWeight 
) [inline]
sp::scene::SWeight::SWeight ( const SWeight Other  )  [inline]
sp::scene::SWeight::~SWeight (  )  [inline]

Member Function Documentation

bool sp::scene::SWeight::operator< ( const SWeight Other  )  const [inline]

Member Data Documentation


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines