add 'min_angular_vel', 'max_angular_vel' properties
This commit is contained in:
@@ -29,6 +29,8 @@ struct Particle {
|
||||
UVRegion region;
|
||||
/// @brief Current rotation angle
|
||||
float angle;
|
||||
/// @brief Angular velocity
|
||||
float angularVelocity;
|
||||
};
|
||||
|
||||
class Texture;
|
||||
|
||||
Reference in New Issue
Block a user