TDME2
1.9.200
src
tdme
engine
model
JointWeight.cpp
Go to the documentation of this file.
1
#include <
tdme/tdme.h
>
2
#include <
tdme/engine/model/JointWeight.h
>
3
4
using
tdme::engine::model::JointWeight
;
5
6
JointWeight::JointWeight()
7
{
8
this->
jointIndex
= -1;
9
this->
weightIndex
= -1;
10
}
11
12
JointWeight::JointWeight
(int32_t jointIndex, int32_t weightIndex)
13
{
14
this->jointIndex =
jointIndex
;
15
this->weightIndex =
weightIndex
;
16
}
JointWeight.h
tdme::engine::model::JointWeight
Joint/bone weight.
Definition:
JointWeight.h:11
tdme::engine::model::JointWeight::jointIndex
int32_t jointIndex
Definition:
JointWeight.h:13
tdme::engine::model::JointWeight::JointWeight
JointWeight()
Public constructor.
Definition:
JointWeight.cpp:6
tdme::engine::model::JointWeight::weightIndex
int32_t weightIndex
Definition:
JointWeight.h:14
tdme.h
Generated by
1.9.1