NVIDIA OptiX 7.7 nvidia_logo_transpbg.gif Up
OptixMotionOptions Struct Reference

#include <optix_types.h>

Public Attributes

unsigned short numKeys
 
unsigned short flags
 
float timeBegin
 
float timeEnd
 

Detailed Description

Member Data Documentation

 flags

unsigned short OptixMotionOptions::flags

Combinations of OptixMotionFlags.

 numKeys

unsigned short OptixMotionOptions::numKeys

If numKeys > 1, motion is enabled. timeBegin, timeEnd and flags are all ignored when motion is disabled.

 timeBegin

float OptixMotionOptions::timeBegin

Point in time where motion starts. Must be lesser than timeEnd.

 timeEnd

float OptixMotionOptions::timeEnd

Point in time where motion ends. Must be greater than timeBegin.