c4d.modules.render.
Ray
Attributes
Ray.p¶ The rays position. Type: Vector Ray.v¶ [Read-only] The rays direction vector. Type: Vector Ray.ior¶ The current index of refraction. Type: float Ray.pp¶ [Read-only] 3 additional ray points for MIP-Mapping. Type: Tuple[c4d.Vector, c4d.Vector, c4d.Vector] Ray.vv¶ [Read-only] 3 additional ray vectors for MIP-Mapping. Type: Tuple[c4d.Vector, c4d.Vector, c4d.Vector] Ray.transport¶ [Read-only] The current ray intensity. A ray starts with intensity 1.0. Type: Vector
Ray.
p
The rays position.
Type: Vector
Vector
v
[Read-only]
The rays direction vector.
ior
The current index of refraction.
Type: float
pp
3 additional ray points for MIP-Mapping.
Type: Tuple[c4d.Vector, c4d.Vector, c4d.Vector]
vv
3 additional ray vectors for MIP-Mapping.
transport
The current ray intensity. A ray starts with intensity 1.0.
Enter search terms or a module, class or function name.