b3dSetAnimFPS

Sets global animation FPS (frame-to-time conversion for sequences, default 24 FPS). Takes fps (frames per second, clamped to positive, default 24.0 if invalid). Returns nothing.

3D Graphics

Parameters & Returns

Parameters

fps Double

Returns

Void

Quick Summary

Sets global animation FPS (frame-to-time conversion for sequences, default 24 FPS). Takes fps (frames per second, clamped to positive, default 24.0 if invalid). Returns nothing.

Technical Exegesis...

Sets global animation FPS (frame-to-time conversion for sequences, default 24 FPS). Takes fps (frames per second, clamped to positive, default 24.0 if invalid). Returns nothing. Sets g_animFPS global setting (affects all subsequent b3dSetAnimSeq and b3dAnimate frame-to-time conversions).

Example

Example.bam
; No example implemented yet