mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-21 14:07:29 -04:00
more progress
This commit is contained in:
@@ -93,7 +93,10 @@ public:
|
||||
void getGlbBounds() {}
|
||||
void getRotate() const {}
|
||||
void place(const JGeometry::TBox2<f32>&) {}
|
||||
void rotate(f32) {}
|
||||
void rotate(f32 angle) {
|
||||
mRotation = angle;
|
||||
calcMtx();
|
||||
}
|
||||
void rotate(f32 offsetX, f32 offsetY, J2DRotateAxis axis, f32 angle) {
|
||||
mBasePosition.x = offsetX;
|
||||
mBasePosition.y = offsetY;
|
||||
|
||||
Reference in New Issue
Block a user