PolyVector Struct Reference

#include <c4d_raytrace.h>

Detailed Description

The UVWs for a polygon. In the raytracer they are uncompressed.

Public Attributes

Vector a
 
Vector b
 
Vector c
 
Vector d
 

Member Data Documentation

◆ a

Vector a

The UVW for the first point of the polygon.

◆ b

Vector b

The UVW for the second point of the polygon.

◆ c

Vector c

The UVW for the third point of the polygon.

◆ d

Vector d

The UVW for the fourth point of the polygon.