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 |
Notes
- The time values produced by TimeSource will be in the half-open range [Start Time, End Time).
- The Start Time is typically (but not necessarily) set to "0", which will be interpreted as "January 1, 1970, 00:00:00 UTC" by plugins that work with real-world time.

