PolyVector Struct Reference

#include <c4d_raytrace.h>

详细描述

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

Public Attributes

向量   a
向量   b
向量   c
向量   d

Member Data Documentation

◆  a

向量 a

The UVW for the first point of the polygon.

◆  b

向量 b

The UVW for the second point of the polygon.

◆  c

向量 c

The UVW for the third point of the polygon.

◆  d

向量 d

The UVW for the fourth point of the polygon.