mirror of
https://github.com/zeldaret/tp
synced 2026-08-10 03:06:00 -04:00
d_a_obj_cho OK (#2080)
This commit is contained in:
@@ -120,6 +120,9 @@ public:
|
||||
void setGlobalParticleScale(const JGeometry::TVec3<f32>& scale) {
|
||||
mGlobalPScl.set(scale.x, scale.y);
|
||||
}
|
||||
void setGlobalParticleScale(f32 scaleX, f32 scaleY) {
|
||||
mGlobalPScl.set(scaleX, scaleY);
|
||||
}
|
||||
void getGlobalParticleScale(JGeometry::TVec3<f32>& scale) {
|
||||
scale.set(mGlobalPScl.x, mGlobalPScl.y, 1.0f);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user