mirror of
https://github.com/zeldaret/tp
synced 2026-07-10 15:13:54 -04:00
d_a_horse mostly done (#2284)
* checkpoint * d_a_horse mostly done * some horse doc
This commit is contained in:
@@ -168,6 +168,9 @@ public:
|
||||
JPASetRMtxSTVecfromMtx(matrix, mGlobalRot, &mGlobalScl, &mGlobalTrs);
|
||||
mGlobalPScl.set(mGlobalScl.x, mGlobalScl.y);
|
||||
}
|
||||
void setDirection(const JGeometry::TVec3<f32>& direction) {
|
||||
mLocalDir.set(direction);
|
||||
}
|
||||
|
||||
void setLocalScale(const JGeometry::TVec3<f32>& scale) {
|
||||
mLocalScl.set(scale);
|
||||
|
||||
Reference in New Issue
Block a user