The SEDRIS Data Representation Model
APPENDIX A - Classes Lobe Data |
---|
An instance of this DRM class specifies a cone or a pyramid shape of a light source or directional light in terms of direction vectors for the central axis ( SE_REF_VEC_TYP_LIGHT_DIRECTION), the SE_REF_VEC_TYP_VERTICAL_AXIS, and horizontal and vertical angular widths.
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_REF_VEC_TYP_LIGHT_DIRECTION and SE_REF_VEC_TYP_VERTICAL_AXIS.
SE_Long_Float | horizontal_width; | (notes) |
---|---|---|
SE_Long_Float | vertical_width; | (notes) |
These are the lobe cross section axes. One component <Reference Vector> specifies the lobe axis direction with vector_type = SE_REF_VEC_TYP_LIGHT_DIRECTION. The other component <Reference Vector> specifies the vertical axis direction with vector_type = SE_REF_VEC_TYP_VERTICAL_AXIS.
The horizontal_width field specifies the horizontal lobe width, measured in radians perpendicular to the SE_REF_VEC_TYP_VERTICAL_AXIS <Reference Vector> component.
The vertical_width field specifies the vertical lobe width, measured in radians parallel to the SE_REF_VEC_TYP_VERTICAL_AXIS <Reference Vector> component.
|