Gets or sets how many 3ds file frames per second are played - faster (bigger value) or slower (smaller value) animation. Setting ModelFramesPerSecond also changes AnimationDuration accordingly. Note that this is not the same as rendered frames per second that means more or less smooth animation. Default value is 10

Namespace:  Ab3d
Assembly:  Ab3d.Reader3ds (in Ab3d.Reader3ds)
Version: 4.2.0.0 (4.2.0.0)

Syntax

C#
public double ModelFramesPerSecond { get; set; }
Visual Basic (Declaration)
Public Property ModelFramesPerSecond As Double
Visual C++
public:
property double ModelFramesPerSecond {
	double get ();
	void set (double value);
}

See Also