d_a_obj_cho OK (#2080)

This commit is contained in:
Caroline Madsen
2024-02-28 04:41:16 -05:00
committed by GitHub
parent 555e4bc19e
commit f1c0e88446
41 changed files with 732 additions and 3480 deletions
+3
View File
@@ -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);
}