The SEDRIS Data Representation Model
APPENDIX A - Classes Lobe Data |
---|
An instance of this DRM class specifies a cone or a pyramid shape, termed the lobe of the light, of a light source or directional light in terms of direction vectors for the central axis of the light (SE_REFVEC_LIGHT_DIRECTION), the SE_REFVEC_VERTICAL_AXIS, and horizontal and vertical angular widths. Both reference vectors are specified relative to the SRF of the light source or directional light for which the <Lobe Data> instance is a component. The component SE_REFVEC_LIGHT_DIRECTION vector and SE_REFVEC_VERTICAL_AXIS vector shall not be parallel.
See examples in: <Spot Light>, <Blend Directional Light>, <Cone Directional Light>, and <Pyramid Directional Light>.
The horizontal direction is always perpendicular to the plane of the two <Reference Vector> instances of type SE_REFVEC_LIGHT_DIRECTION and SE_REFVEC_VERTICAL_AXIS.
SE_Long_Float | horizontal_width; | 2 |
---|---|---|
SE_Long_Float | vertical_width; | 3 |
The horizontal_width field specifies the horizontal lobe width, in radians, measured perpendicular to the SE_REFVEC_VERTICAL_AXIS <Reference Vector> component.
The vertical_width field specifies the vertical lobe width, in radians, measured parallel to the SE_REFVEC_VERTICAL_AXIS <Reference Vector> component.
|