#include <optix_types.h>
Public Attributes | |
unsigned short | numKeys |
unsigned short | flags |
float | timeBegin |
float | timeEnd |
Motion options.
unsigned short OptixMotionOptions::flags |
Combinations of OptixMotionFlags.
unsigned short OptixMotionOptions::numKeys |
If numKeys > 1, motion is enabled. timeBegin, timeEnd and flags are all ignored when motion is disabled.
float OptixMotionOptions::timeBegin |
Point in time where motion starts. Must be lesser than timeEnd.
float OptixMotionOptions::timeEnd |
Point in time where motion ends. Must be greater than timeBegin.