TimeSource
From K-3D
Description
| Provides a time source for a K-3D document |
| Plugin Status: | Stable |
| Categories: | All Plugins, Stable Plugins, Animation Plugins |
Metadata
| Name | Value |
|---|
Properties
| Label | Description | Type | Script Name |
|---|---|---|---|
| Start Time | Controls the start time (in seconds) for rendering animations. | k3d::double_t | start_time |
| End Time | Controls the end time (in seconds) for rendering animations. | k3d::double_t | end_time |
| Frame Rate | Controls the frame rate (in frames-per-second) for rendering animations. | k3d::double_t | frame_rate |
| Time | Controls the current time displayed in the viewports. | k3d::double_t | time |

