#include <c4d_raytrace.h>
The data for the scene environment (if an EnvironmentObject was in the scene).
Public Attributes | |
Vector | ambient |
Bool | fogenable |
Vector | fog |
Float | fogdistance |
Bool | fogaffectbg |
Protected Member Functions | |
RayEnvironment () | |
|
protected |
Vector ambient |
Ambient environment color.
Bool fogenable |
Environment fog flag.
Vector fog |
Environment fog color.
Float fogdistance |
Environment fog distance.
Bool fogaffectbg |
Fog affects background.